mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@b85fcbf761 🚀
This commit is contained in:
parent
9b322e1e92
commit
49e923925f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user