mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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
This commit is contained in:
parent
d71cfa7d96
commit
f870aebe18
24
_data/chains/eip155-2300.json
Normal file
24
_data/chains/eip155-2300.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
24
_data/chains/eip155-2399.json
Normal file
24
_data/chains/eip155-2399.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/bomb.json
Normal file
8
_data/icons/bomb.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://Qmc44uSjfdNHdcxPTgZAL8eZ8TLe4UmSHibcvKQFyGJxTB",
|
||||||
|
"width": 1024,
|
||||||
|
"height": 1024,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Binary file not shown.
After Width: | Height: | Size: 141 KiB |
Loading…
Reference in New Issue
Block a user