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@ac6cb3516e 🚀
This commit is contained in:
parent
8cc4c3b3b5
commit
63ce750592
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user