mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
27 lines
659 B
JSON
27 lines
659 B
JSON
{
|
|
"name": "Oasis Emerald ParaTime Testnet",
|
|
"chain": "Emerald",
|
|
"icon": "oasis",
|
|
"rpc": [
|
|
"https://testnet.emerald.oasis.dev/",
|
|
"wss://testnet.emerald.oasis.dev/ws"
|
|
],
|
|
"faucets": ["https://faucet.testnet.oasis.dev/"],
|
|
"nativeCurrency": {
|
|
"name": "Emerald Rose",
|
|
"symbol": "ROSE",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://docs.oasis.dev/general/developer-resources/overview",
|
|
"shortName": "emerald-testnet",
|
|
"chainId": 42261,
|
|
"networkId": 42261,
|
|
"explorers": [
|
|
{
|
|
"name": "Emerald ParaTime Testnet Explorer",
|
|
"url": "https://testnet.explorer.emerald.oasis.dev",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|