Deploying to gh-pages from @ ethereum-lists/chains@f870aebe18 🚀

This commit is contained in:
ligi 2022-12-13 23:42:57 +00:00
parent 845df20637
commit 521300426a
11 changed files with 137 additions and 3 deletions

View File

@ -1430,6 +1430,14 @@
"height": 690, "height": 690,
"format": "png" "format": "png"
}] }]
}, {
"name": "bomb",
"icons": [{
"url": "ipfs://Qmc44uSjfdNHdcxPTgZAL8eZ8TLe4UmSHibcvKQFyGJxTB",
"width": 1024,
"height": 1024,
"format": "png"
}]
}, { }, {
"name": "filecoin", "name": "filecoin",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

24
chains/eip155-2300.json Normal file
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"
}
]
}

24
chains/eip155-2399.json Normal file
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4106,6 +4106,19 @@
"rpc": ["https://bc.vcex.xyz"], "rpc": ["https://bc.vcex.xyz"],
"faucets": [], "faucets": [],
"infoURL": "https://bo.vcex.xyz/" "infoURL": "https://bo.vcex.xyz/"
}, {
"name": "BOMB Chain",
"chainId": 2300,
"shortName": "bomb",
"networkId": 2300,
"nativeCurrency": {
"name": "BOMB Token",
"symbol": "BOMB",
"decimals": 18
},
"rpc": ["https://rpc.bombchain.com"],
"faucets": [],
"infoURL": "https://www.bombchain.com"
}, { }, {
"name": "Altcoinchain", "name": "Altcoinchain",
"chainId": 2330, "chainId": 2330,
@ -4119,6 +4132,19 @@
"rpc": ["https://rpc0.altcoinchain.org/rpc"], "rpc": ["https://rpc0.altcoinchain.org/rpc"],
"faucets": [], "faucets": [],
"infoURL": "https://altcoinchain.org" "infoURL": "https://altcoinchain.org"
}, {
"name": "BOMB Chain Testnet",
"chainId": 2399,
"shortName": "bombt",
"networkId": 2399,
"nativeCurrency": {
"name": "BOMB Token",
"symbol": "tBOMB",
"decimals": 18
},
"rpc": ["https://bombchain-testnet.ankr.com/bas_full_rpc_1"],
"faucets": ["https://faucet.bombchain-testnet.ankr.com/"],
"infoURL": "https://www.bombmoney.com"
}, { }, {
"name": "Kortho Mainnet", "name": "Kortho Mainnet",
"chainId": 2559, "chainId": 2559,

View File

@ -5866,6 +5866,27 @@
"url": "https://scan.vcex.xyz", "url": "https://scan.vcex.xyz",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"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"
}]
}, { }, {
"name": "Altcoinchain", "name": "Altcoinchain",
"chain": "mainnet", "chain": "mainnet",
@ -5888,6 +5909,27 @@
"icon": "altcoinchain", "icon": "altcoinchain",
"standard": "none" "standard": "none"
}] }]
}, {
"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"
}]
}, { }, {
"name": "Kortho Mainnet", "name": "Kortho Mainnet",
"chain": "Kortho Chain", "chain": "Kortho Chain",

8
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

View File

@ -315,7 +315,9 @@
"tkava": "eip155:2221", "tkava": "eip155:2221",
"kava": "eip155:2222", "kava": "eip155:2222",
"VChain": "eip155:2223", "VChain": "eip155:2223",
"bomb": "eip155:2300",
"alt": "eip155:2330", "alt": "eip155:2330",
"bombt": "eip155:2399",
"ktoc": "eip155:2559", "ktoc": "eip155:2559",
"tpc": "eip155:2569", "tpc": "eip155:2569",
"REDLC": "eip155:2611", "REDLC": "eip155:2611",