chains/_data/chains/eip155-4051.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

28 lines
686 B
JSON

{
"name": "Bobaopera Testnet",
"chain": "Bobaopera Testnet",
"rpc": [
"https://testnet.bobaopera.boba.network",
"wss://wss.testnet.bobaopera.boba.network",
"https://replica.testnet.bobaopera.boba.network",
"wss://replica-wss.testnet.bobaopera.boba.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Boba Token",
"symbol": "BOBA",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "BobaoperaTestnet",
"chainId": 4051,
"networkId": 4051,
"explorers": [
{
"name": "Bobaopera Testnet block explorer",
"url": "https://blockexplorer.testnet.bobaopera.boba.network",
"standard": "none"
}
]
}