From 265399e00aab17b8d39b98a97fdcef3afeeaa929 Mon Sep 17 00:00:00 2001 From: fabtreb <70035807+fabtreb@users.noreply.github.com> Date: Thu, 9 May 2024 20:10:36 +0200 Subject: [PATCH] Activate new chain ID for the Omni testnet (#5032) * Activate new chainId for Omni testnet * Deprecate old Omni testnet --- _data/chains/eip155-164.json | 13 +++++++++---- _data/chains/eip155-165.json | 15 +++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/_data/chains/eip155-164.json b/_data/chains/eip155-164.json index f585f3db169b..31a05037634c 100644 --- a/_data/chains/eip155-164.json +++ b/_data/chains/eip155-164.json @@ -1,8 +1,8 @@ { - "name": "Omni Testnet (incubating)", + "name": "Omni Testnet", "chain": "Omni", - "status": "incubating", - "rpc": [], + "status": "active", + "rpc": ["https://testnet.omni.network"], "features": [{ "name": "EIP155" }], "faucets": [], "nativeCurrency": { @@ -11,7 +11,7 @@ "decimals": 18 }, "infoURL": "https://docs.omni.network", - "shortName": "omni_testnet_164", + "shortName": "omni_testnet", "chainId": 164, "networkId": 164, "slip44": 1, @@ -25,6 +25,11 @@ "name": "Omni EVM Explorer on Blockscout", "url": "https://omni-testnet.blockscout.com", "standard": "EIP3091" + }, + { + "name": "Omni EVM Explorer on Routescan", + "url": "https://testnet.omniscan.network", + "standard": "EIP3091" } ] } diff --git a/_data/chains/eip155-165.json b/_data/chains/eip155-165.json index e32d85b0b997..50ad9ae6d0ff 100644 --- a/_data/chains/eip155-165.json +++ b/_data/chains/eip155-165.json @@ -1,7 +1,7 @@ { - "name": "Omni Testnet", + "name": "Omni Testnet (Deprecated)", "chain": "Omni", - "rpc": ["https://testnet.omni.network"], + "rpc": [], "features": [{ "name": "EIP155" }], "faucets": [], "nativeCurrency": { @@ -10,15 +10,10 @@ "decimals": 18 }, "infoURL": "https://docs.omni.network/", - "shortName": "omni_testnet", + "shortName": "omni_testnet_deprecated", "chainId": 165, "networkId": 165, "slip44": 1, - "explorers": [ - { - "name": "Omni Explorer", - "url": "https://testnet.explorer.omni.network", - "standard": "EIP3091" - } - ] + "explorers": [], + "status": "deprecated" }