mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* 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
25 lines
467 B
JSON
25 lines
467 B
JSON
{
|
|
"name": "BOMB Chain",
|
|
"chain": "BOMB",
|
|
"rpc": ["https://rpc.bombchain.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "BOMB Token",
|
|
"symbol": "BOMB",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.bombchain.com",
|
|
"shortName": "bomb",
|
|
"chainId": 2300,
|
|
"networkId": 2300,
|
|
"icon": "bomb",
|
|
"explorers": [
|
|
{
|
|
"name": "bombscan",
|
|
"icon": "bomb",
|
|
"url": "https://bombscan.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|