mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
28 lines
659 B
JSON
28 lines
659 B
JSON
{
|
|
"name": "Boba Network BNB Testnet",
|
|
"chain": "Boba BNB Testnet",
|
|
"rpc": [
|
|
"https://testnet.bnb.boba.network",
|
|
"wss://wss.testnet.bnb.boba.network",
|
|
"https://replica.testnet.bnb.boba.network",
|
|
"wss://replica-wss.testnet.bnb.boba.network"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Boba Token",
|
|
"symbol": "BOBA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://boba.network",
|
|
"shortName": "BobaBNBTestnet",
|
|
"chainId": 9728,
|
|
"networkId": 9728,
|
|
"explorers": [
|
|
{
|
|
"name": "Boba BNB Testnet block explorer",
|
|
"url": "https://blockexplorer.testnet.bnb.boba.network",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|