Add Emerald Paratime networks. (#708)

* Add Emerald Paratime networks.

* Update the standard of the explorers.

* Correct the shortname for the mainnet.
This commit is contained in:
Victor 2021-12-25 23:31:05 +13:00 committed by GitHub
parent ca3a5ab653
commit c2dcfd82e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"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"
}]
}

View File

@ -0,0 +1,25 @@
{
"name": "Emerald Paratime Mainnet",
"chain": "Emerald",
"network": "Mainnet",
"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.dev/general/developer-resources/overview",
"shortName": "oasis",
"chainId": 42262,
"networkId": 42262,
"explorers": [{
"name": "Emerald Paratime Mainnet Explorer",
"url": "https://explorer.emerald.oasis.dev/",
"standard": "EIP3091"
}]
}

8
_data/icons/oasis.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreiespupb52akiwrexxg7g72mh7m7h7lum5hmqijmpdh3kmuunzclha",
"width": 2000,
"height": 2000,
"format": "png"
}
]