chains/_data/chains/eip155-28.json
Ashutosh Kumar 16bc050927
Validate Shortname (#1510)
* Validate Shortname with Max Length of 64

* Removed Spaces from `shortName`
2022-08-30 18:48:47 +02:00

29 lines
591 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": "BobaRinkeby",
"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" }]
}
}