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