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

This commit is contained in:
ligi 2021-12-30 07:52:26 +00:00
parent 3c985bd7fe
commit a2e3158d6a
5 changed files with 31 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

@ -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,

View File

@ -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",

View File

@ -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",