chains/_data/chains/eip155-2399.json
Aaron Shames f870aebe18
Add BOMB Mainnet + Testnet: ChainID 2300 and 2399 (#2026)
* Add BOMB Chain - ID 2300

* Add BOMB Chain + Testnet - ID 2300, 2399

* Add BOMB Chain + Testnet - ID 2300, 2399

* Add BOMB Chain + Testnet, update formatting of JSON

* update: added IPFS icon file as requested

* Fix validation error with slash at end of testnet explorer
2022-12-14 00:39:33 +01:00

25 lines
576 B
JSON

{
"name": "BOMB Chain Testnet",
"chain": "BOMB",
"rpc": ["https://bombchain-testnet.ankr.com/bas_full_rpc_1"],
"faucets": ["https://faucet.bombchain-testnet.ankr.com/"],
"nativeCurrency": {
"name": "BOMB Token",
"symbol": "tBOMB",
"decimals": 18
},
"infoURL": "https://www.bombmoney.com",
"shortName": "bombt",
"chainId": 2399,
"networkId": 2399,
"icon": "bomb",
"explorers": [
{
"name": "bombscan-testnet",
"icon": "bomb",
"url": "https://explorer.bombchain-testnet.ankr.com",
"standard": "EIP3091"
}
]
}