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:
Aaron Shames 2022-12-13 18:39:33 -05:00 committed by GitHub
parent d71cfa7d96
commit f870aebe18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 56 additions and 0 deletions

View 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"
}
]
}

View 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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmc44uSjfdNHdcxPTgZAL8eZ8TLe4UmSHibcvKQFyGJxTB",
"width": 1024,
"height": 1024,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB