mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
ac55b921be
Update Oasis Emerald name for consistency with Sapphire and the rest of the documentation.
24 lines
526 B
JSON
24 lines
526 B
JSON
{
|
|
"name": "Oasis Emerald",
|
|
"chain": "Emerald",
|
|
"icon": "oasis",
|
|
"rpc": ["https://emerald.oasis.dev", "wss://emerald.oasis.dev/ws"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Emerald Rose",
|
|
"symbol": "ROSE",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://docs.oasis.io/dapp/emerald",
|
|
"shortName": "emerald",
|
|
"chainId": 42262,
|
|
"networkId": 42262,
|
|
"explorers": [
|
|
{
|
|
"name": "Oasis Emerald Explorer",
|
|
"url": "https://explorer.emerald.oasis.dev",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|