chains/_data/chains/eip155-28.json
2022-01-14 21:12:06 +01:00

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"} ]
}
}