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@70f175e5e1 🚀
This commit is contained in:
parent
3c985bd7fe
commit
a2e3158d6a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2403,6 +2403,19 @@
|
|||
"rpc": ["https://ethereum.rpc.evmos.dev"],
|
||||
"faucets": ["https://faucet.evmos.org"],
|
||||
"infoURL": "https://evmos.org"
|
||||
}, {
|
||||
"name": "Genesis Coin",
|
||||
"chainId": 9100,
|
||||
"shortName": "GENEC",
|
||||
"networkId": 9100,
|
||||
"nativeCurrency": {
|
||||
"name": "GN Coin",
|
||||
"symbol": "GNC",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://genesis-gn.com", "wss://genesis-gn.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://genesis-gn.com"
|
||||
}, {
|
||||
"name": "Rangers Protocol Testnet Robin",
|
||||
"chainId": 9527,
|
||||
|
|
|
@ -3297,6 +3297,21 @@
|
|||
"url": "https://explorer.evmos.org",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Genesis Coin",
|
||||
"chain": "Genesis",
|
||||
"network": "Genesis Coin",
|
||||
"rpc": ["https://genesis-gn.com", "wss://genesis-gn.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "GN Coin",
|
||||
"symbol": "GNC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://genesis-gn.com",
|
||||
"shortName": "GENEC",
|
||||
"chainId": 9100,
|
||||
"networkId": 9100
|
||||
}, {
|
||||
"name": "Rangers Protocol Testnet Robin",
|
||||
"chain": "Rangers",
|
||||
|
|
|
@ -184,6 +184,7 @@
|
|||
"ambrostestnet": "eip155:8888",
|
||||
"berg": "eip155:8995",
|
||||
"evmos-mons": "eip155:9000",
|
||||
"GENEC": "eip155:9100",
|
||||
"trpg": "eip155:9527",
|
||||
"myn": "eip155:9999",
|
||||
"smartbch": "eip155:10000",
|
||||
|
|
Loading…
Reference in New Issue
Block a user