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

27 lines
541 B
JSON

{
"name": "Boba Network",
"chain": "ETH",
"rpc": ["https://mainnet.boba.network/"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Boba",
"chainId": 288,
"networkId": 288,
"explorers": [{
"name": "Blockscout",
"url": "https://blockexplorer.boba.network",
"standard": "none"
}],
"parent": {
"type" : "L2",
"chain": "eip155-1",
"bridges": [ {"url":"https://gateway.boba.network"} ]
}
}