Add Emerald Paratime networks.

This commit is contained in:
Victor F 2021-12-25 16:05:06 +13:00
parent ca3a5ab653
commit faee65e635
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": "none"
}]
}

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": "emerald",
"chainId": 42262,
"networkId": 42262,
"explorers": [{
"name": "Emerald Paratime Mainnet Explorer",
"url": "https://explorer.emerald.oasis.dev/",
"standard": "none"
}]
}

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

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