chains/_data/chains/eip155-2888.json
Boyuan-Chen 967e307912
Update names of Boba chains (#1700)
* Update names of Boba chains

* Remove short names

* Fix short names

* Update eip155-43288.json

* add Boba Goerli testnet

* prettier on goerli

* Update _data/chains/eip155-2888.json

Co-authored-by: ligi <ligi@ligi.de>

Co-authored-by: Ino Murko <ino.murko.github@protonmail.com>
Co-authored-by: Ino Murko <2582555+InoMurko@users.noreply.github.com>
Co-authored-by: ligi <ligi@ligi.de>
2022-12-13 02:55:39 +01:00

32 lines
609 B
JSON

{
"name": "Boba Network Goerli Testnet",
"chain": "ETH",
"rpc": ["https://goerli.boba.network/"],
"faucets": [],
"nativeCurrency": {
"name": "Goerli Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Bobagoerli",
"chainId": 2888,
"networkId": 2888,
"explorers": [
{
"name": "Blockscout",
"url": "https://testnet.bobascan.com",
"standard": "none"
}
],
"parent": {
"type": "L2",
"chain": "eip155-5",
"bridges": [
{
"url": "https://gateway.goerli.boba.network"
}
]
}
}