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

* eth_chainId is 0xdbe0 56288 for Boba BNB Mainnet * deprecate 97288 chain * deprecate 97288 chain - fix name * deprecate 97288 chain - fix short name
28 lines
598 B
JSON
28 lines
598 B
JSON
{
|
|
"name": "Boba BNB Mainnet",
|
|
"chain": "Boba BNB Mainnet",
|
|
"rpc": [
|
|
"https://bnb.boba.network",
|
|
"wss://wss.bnb.boba.network",
|
|
"https://replica.bnb.boba.network",
|
|
"wss://replica-wss.bnb.boba.network"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Boba Token",
|
|
"symbol": "BOBA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://boba.network",
|
|
"shortName": "BobaBnb",
|
|
"chainId": 56288,
|
|
"networkId": 56288,
|
|
"explorers": [
|
|
{
|
|
"name": "Boba BNB block explorer",
|
|
"url": "https://blockexplorer.bnb.boba.network",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|