Skip to content

Commit

Permalink
Restore and deprecate eip155-4999.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackFortGroup authored Feb 25, 2025
1 parent a6aa2c0 commit 6e74805
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _data/chains/eip155-4999.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "BlackFort Exchange Network",
"chain": "BXN",
"rpc": [
"https://mainnet.blackfort.network/rpc",
"https://mainnet-1.blackfort.network/rpc",
"https://mainnet-2.blackfort.network/rpc",
"https://mainnet-3.blackfort.network/rpc"
],
"faucets": [],
"nativeCurrency": {
"name": "BlackFort Token",
"symbol": "BXN",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://blackfort.exchange",
"shortName": "BXN",
"chainId": 4999,
"networkId": 4999,
"icon": "bxn",
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.blackfort.network",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"status": "deprecated"
}

0 comments on commit 6e74805

Please sign in to comment.