mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
27 lines
579 B
JSON
27 lines
579 B
JSON
{
|
|
"name": "Boba Network Rinkeby Testnet",
|
|
"chain": "ETH",
|
|
"rpc": ["https://rinkeby.boba.network/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Ether",
|
|
"symbol": "ETH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://boba.network",
|
|
"shortName": "Boba Rinkeby",
|
|
"chainId": 28,
|
|
"networkId": 28,
|
|
|
|
"explorers": [{
|
|
"name": "Blockscout",
|
|
"url": "https://blockexplorer.rinkeby.boba.network",
|
|
"standard": "none"
|
|
}],
|
|
"parent": {
|
|
"type" : "L2",
|
|
"chain": "eip155-4",
|
|
"bridges": [ {"url":"https://gateway.rinkeby.boba.network"} ]
|
|
}
|
|
}
|