Skip to content

Commit

Permalink
Activate new chain ID for the Omni testnet (#5032)
Browse files Browse the repository at this point in the history
* Activate new chainId for Omni testnet

* Deprecate old Omni testnet
  • Loading branch information
fabtreb authored May 9, 2024
1 parent 58e6287 commit 265399e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
13 changes: 9 additions & 4 deletions _data/chains/eip155-164.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -11,7 +11,7 @@
"decimals": 18
},
"infoURL": "https://docs.omni.network",
"shortName": "omni_testnet_164",
"shortName": "omni_testnet",
"chainId": 164,
"networkId": 164,
"slip44": 1,
Expand All @@ -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"
}
]
}
15 changes: 5 additions & 10 deletions _data/chains/eip155-165.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Omni Testnet",
"name": "Omni Testnet (Deprecated)",
"chain": "Omni",
"rpc": ["https://testnet.omni.network"],
"rpc": [],
"features": [{ "name": "EIP155" }],
"faucets": [],
"nativeCurrency": {
Expand All @@ -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"
}

0 comments on commit 265399e

Please sign in to comment.