chains/_data/chains/eip155-42261.json
Matevž Jekovec ac55b921be
Update Oasis Emerald name and info (#2147)
Update Oasis Emerald name for consistency with Sapphire and
the rest of the documentation.
2023-01-16 15:47:48 +01:00

27 lines
622 B
JSON

{
"name": "Oasis Emerald 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.io/dapp/emerald",
"shortName": "emerald-testnet",
"chainId": 42261,
"networkId": 42261,
"explorers": [
{
"name": "Oasis Emerald Testnet Explorer",
"url": "https://testnet.explorer.emerald.oasis.dev",
"standard": "EIP3091"
}
]
}