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

This commit is contained in:
ligi 2021-12-17 10:11:52 +00:00
parent 8cc4c3b3b5
commit 63ce750592
5 changed files with 37 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

@ -2377,6 +2377,19 @@
"rpc": ["https://ethereum.rpc.evmos.dev"],
"faucets": ["https://faucet.evmos.org"],
"infoURL": "https://evmos.org"
}, {
"name": "Rangers Protocol Testnet Robin",
"chainId": 9527,
"shortName": "trpg",
"networkId": 9527,
"nativeCurrency": {
"name": "Rangers Protocol Gas",
"symbol": "tRPG",
"decimals": 18
},
"rpc": ["https://robin.rangersprotocol.com/api/jsonrpc"],
"faucets": ["https://robin-faucet.rangersprotocol.com"],
"infoURL": "https://rangersprotocol.com"
}, {
"name": "myOwn Testnet",
"chainId": 9999,

View File

@ -3259,6 +3259,27 @@
"url": "https://explorer.evmos.org",
"standard": "none"
}]
}, {
"name": "Rangers Protocol Testnet Robin",
"chain": "Rangers",
"network": "robin",
"icon": "rangers",
"rpc": ["https://robin.rangersprotocol.com/api/jsonrpc"],
"faucets": ["https://robin-faucet.rangersprotocol.com"],
"nativeCurrency": {
"name": "Rangers Protocol Gas",
"symbol": "tRPG",
"decimals": 18
},
"infoURL": "https://rangersprotocol.com",
"shortName": "trpg",
"chainId": 9527,
"networkId": 9527,
"explorers": [{
"name": "rangersscan-robin",
"url": "https://robin-rangersscan.rangersprotocol.com",
"standard": "none"
}]
}, {
"name": "myOwn Testnet",
"chain": "myOwn",

View File

@ -182,6 +182,7 @@
"ambrostestnet": "eip155:8888",
"berg": "eip155:8995",
"evmos-mons": "eip155:9000",
"trpg": "eip155:9527",
"myn": "eip155:9999",
"smartbch": "eip155:10000",
"smartbchtest": "eip155:10001",