chains/_data/chains/eip155-42261.json
Victor c2dcfd82e7
Add Emerald Paratime networks. (#708)
* Add Emerald Paratime networks.

* Update the standard of the explorers.

* Correct the shortname for the mainnet.
2021-12-25 11:31:05 +01:00

26 lines
619 B
JSON

{
"name": "Emerald Paratime Testnet",
"chain": "Emerald",
"network": "testnet",
"icon": "oasis",
"rpc": [
"https://testnet.emerald.oasis.dev/",
"wss://testnet.emerald.oasis.dev/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "Emerald Rose",
"symbol": "ROSE",
"decimals": 18
},
"infoURL": "https://docs.oasis.dev/general/developer-resources/overview",
"shortName": "emerald",
"chainId": 42261,
"networkId": 42261,
"explorers": [{
"name": "Emerald Paratime Testnet Explorer",
"url": "https://testnet.explorer.emerald.oasis.dev/",
"standard": "EIP3091"
}]
}