Update Oasis Emerald name and info (#2147)

Update Oasis Emerald name for consistency with Sapphire and
the rest of the documentation.
This commit is contained in:
Matevž Jekovec 2023-01-16 15:47:48 +01:00 committed by GitHub
parent bd5d6bbe99
commit ac55b921be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "Oasis Emerald ParaTime Testnet", "name": "Oasis Emerald Testnet",
"chain": "Emerald", "chain": "Emerald",
"icon": "oasis", "icon": "oasis",
"rpc": [ "rpc": [
@ -12,13 +12,13 @@
"symbol": "ROSE", "symbol": "ROSE",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://docs.oasis.dev/general/developer-resources/overview", "infoURL": "https://docs.oasis.io/dapp/emerald",
"shortName": "emerald-testnet", "shortName": "emerald-testnet",
"chainId": 42261, "chainId": 42261,
"networkId": 42261, "networkId": 42261,
"explorers": [ "explorers": [
{ {
"name": "Emerald ParaTime Testnet Explorer", "name": "Oasis Emerald Testnet Explorer",
"url": "https://testnet.explorer.emerald.oasis.dev", "url": "https://testnet.explorer.emerald.oasis.dev",
"standard": "EIP3091" "standard": "EIP3091"
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "Oasis Emerald ParaTime Mainnet", "name": "Oasis Emerald",
"chain": "Emerald", "chain": "Emerald",
"icon": "oasis", "icon": "oasis",
"rpc": ["https://emerald.oasis.dev", "wss://emerald.oasis.dev/ws"], "rpc": ["https://emerald.oasis.dev", "wss://emerald.oasis.dev/ws"],
@ -9,13 +9,13 @@
"symbol": "ROSE", "symbol": "ROSE",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://docs.oasis.dev/general/developer-resources/overview", "infoURL": "https://docs.oasis.io/dapp/emerald",
"shortName": "emerald", "shortName": "emerald",
"chainId": 42262, "chainId": 42262,
"networkId": 42262, "networkId": 42262,
"explorers": [ "explorers": [
{ {
"name": "Emerald ParaTime Mainnet Explorer", "name": "Oasis Emerald Explorer",
"url": "https://explorer.emerald.oasis.dev", "url": "https://explorer.emerald.oasis.dev",
"standard": "EIP3091" "standard": "EIP3091"
} }