Update the standard of the explorers.

This commit is contained in:
Victor F 2021-12-25 22:53:03 +13:00
parent faee65e635
commit 79a3bce209
2 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,6 @@
"explorers": [{ "explorers": [{
"name": "Emerald Paratime Testnet Explorer", "name": "Emerald Paratime Testnet Explorer",
"url": "https://testnet.explorer.emerald.oasis.dev/", "url": "https://testnet.explorer.emerald.oasis.dev/",
"standard": "none" "standard": "EIP3091"
}] }]
} }

View File

@ -20,6 +20,6 @@
"explorers": [{ "explorers": [{
"name": "Emerald Paratime Mainnet Explorer", "name": "Emerald Paratime Mainnet Explorer",
"url": "https://explorer.emerald.oasis.dev/", "url": "https://explorer.emerald.oasis.dev/",
"standard": "none" "standard": "EIP3091"
}] }]
} }