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

This commit is contained in:
ligi 2021-11-03 14:51:58 +00:00
parent 9b322e1e92
commit 49e923925f
5 changed files with 36 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1688,6 +1688,19 @@
"rpc": ["https://dataseed.popcateum.org"], "rpc": ["https://dataseed.popcateum.org"],
"faucets": [], "faucets": [],
"infoURL": "https://popcateum.org" "infoURL": "https://popcateum.org"
}, {
"name": "HALO Mainnet",
"chainId": 1280,
"shortName": "HO",
"networkId": 1280,
"nativeCurrency": {
"name": "HALO",
"symbol": "HO",
"decimals": 18
},
"rpc": ["https://https://nodes.halo.land"],
"faucets": [],
"infoURL": "https://halo.land/#/"
}, { }, {
"name": "Moonbeam", "name": "Moonbeam",
"chainId": 1284, "chainId": 1284,

View File

@ -2254,6 +2254,26 @@
"url": "https://explorer.popcateum.org", "url": "https://explorer.popcateum.org",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "HALO Mainnet",
"chain": "HALO",
"network": "mainnet",
"rpc": ["https://https://nodes.halo.land"],
"faucets": [],
"nativeCurrency": {
"name": "HALO",
"symbol": "HO",
"decimals": 18
},
"infoURL": "https://halo.land/#/",
"shortName": "HO",
"chainId": 1280,
"networkId": 1280,
"explorers": [{
"name": "HALOexplorer",
"url": "https://browser.halo.land/",
"standard": "none"
}]
}, { }, {
"name": "Moonbeam", "name": "Moonbeam",
"chain": "MOON", "chain": "MOON",

View File

@ -129,6 +129,7 @@
"MATH": "eip155:1139", "MATH": "eip155:1139",
"tMATH": "eip155:1140", "tMATH": "eip155:1140",
"popcat": "eip155:1213", "popcat": "eip155:1213",
"HO": "eip155:1280",
"mbeam": "eip155:1284", "mbeam": "eip155:1284",
"mriver": "eip155:1285", "mriver": "eip155:1285",
"mrock": "eip155:1286", "mrock": "eip155:1286",