mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
27 lines
580 B
JSON
27 lines
580 B
JSON
{
|
|
"name": "Boba Avax",
|
|
"chain": "Boba Avax",
|
|
"rpc": [
|
|
"https://avax.boba.network",
|
|
"wss://wss.avax.boba.network",
|
|
"https://replica.avax.boba.network"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Boba Token",
|
|
"symbol": "BOBA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://docs.boba.network/for-developers/network-avalanche",
|
|
"shortName": "bobaavax",
|
|
"chainId": 43288,
|
|
"networkId": 43288,
|
|
"explorers": [
|
|
{
|
|
"name": "Boba Avax Explorer",
|
|
"url": "https://blockexplorer.avax.boba.network",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|