mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add BXN chains (testnet and mainnet) * Update _data/chains/eip155-4777.json Co-authored-by: ligi <ligi@ligi.de> * Update eip155-4777.json * Run prettier --------- Co-authored-by: Wacław Kozłowski <panwaclaw@blackfort.exchange> Co-authored-by: ligi <ligi@ligi.de>
26 lines
607 B
JSON
26 lines
607 B
JSON
{
|
|
"name": "BlackFort Exchange Network Testnet",
|
|
"chain": "TBXN",
|
|
"rpc": ["https://testnet.blackfort.network/rpc"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "BlackFort Testnet Token",
|
|
"symbol": "TBXN",
|
|
"decimals": 18
|
|
},
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"infoURL": "https://blackfort.exchange",
|
|
"shortName": "TBXN",
|
|
"chainId": 4777,
|
|
"networkId": 4777,
|
|
"icon": "bxn",
|
|
"explorers": [
|
|
{
|
|
"name": "blockscout",
|
|
"url": "https://testnet-explorer.blackfort.network",
|
|
"icon": "blockscout",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|