From 50c6551ed5974e1e350a840b1757bb9de03c1a59 Mon Sep 17 00:00:00 2001 From: fabtreb <70035807+fabtreb@users.noreply.github.com> Date: Wed, 4 Dec 2024 03:09:56 +0200 Subject: [PATCH 1/3] chore(docs): add mainnet info --- docs/content/core/mainnet.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/content/core/mainnet.md b/docs/content/core/mainnet.md index 4377706f9..8ca58f999 100644 --- a/docs/content/core/mainnet.md +++ b/docs/content/core/mainnet.md @@ -1,7 +1,5 @@ # Mainnet -**🚧 COMING SOON** - ## Which chains does Omni’s mainnet support? Omni’s mainnet deployment supports Ethereum L1, Arbitrum One, Optimism, and Base. More chains will be added over time. @@ -22,7 +20,7 @@ Omni’s mainnet deployment supports Ethereum L1, Arbitrum One, Optimism, and Ba | **Resource** | **Address** | | --- | --- | | Archive Node(s) RPC | Available upon request | -| Omni EVM Explorer | TBD | +| Omni EVM Explorer | https://omniscan.network/ | | Omni status page | [https://status.omni.network](https://status.omni.network/) | @@ -30,7 +28,7 @@ Omni’s mainnet deployment supports Ethereum L1, Arbitrum One, Optimism, and Ba | Contract | Address | Note | | --- | --- | --- | -| OmniPortal | TBD | Our portal contracts have the same address on all chains. | +| OmniPortal | 0x709e7db90d1960F3B000FEAC67F397a329327E8a | Our portal contracts have the same address on all chains. | ## Have questions? From 68302fbf5ed5bb5c4e7f68e498d1d49e21e32d39 Mon Sep 17 00:00:00 2001 From: fabtreb <70035807+fabtreb@users.noreply.github.com> Date: Wed, 4 Dec 2024 03:14:09 +0200 Subject: [PATCH 2/3] add rpc --- docs/content/core/mainnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/core/mainnet.md b/docs/content/core/mainnet.md index 8ca58f999..ff39044e7 100644 --- a/docs/content/core/mainnet.md +++ b/docs/content/core/mainnet.md @@ -19,7 +19,7 @@ Omni’s mainnet deployment supports Ethereum L1, Arbitrum One, Optimism, and Ba | **Resource** | **Address** | | --- | --- | -| Archive Node(s) RPC | Available upon request | +| Omni EVM RPC | https://mainnet.omni.network/ | | Omni EVM Explorer | https://omniscan.network/ | | Omni status page | [https://status.omni.network](https://status.omni.network/) | From 9b3dfd2d0044cc211bf66b0dd97a26967c61982f Mon Sep 17 00:00:00 2001 From: fabtreb <70035807+fabtreb@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:01:40 +0200 Subject: [PATCH 3/3] fix portal contract address --- docs/content/core/mainnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/core/mainnet.md b/docs/content/core/mainnet.md index ff39044e7..048262196 100644 --- a/docs/content/core/mainnet.md +++ b/docs/content/core/mainnet.md @@ -28,7 +28,7 @@ Omni’s mainnet deployment supports Ethereum L1, Arbitrum One, Optimism, and Ba | Contract | Address | Note | | --- | --- | --- | -| OmniPortal | 0x709e7db90d1960F3B000FEAC67F397a329327E8a | Our portal contracts have the same address on all chains. | +| OmniPortal | 0x5e9a8aa213c912bf54c86bf64adb8ed6a79c04d1 | Our portal contracts have the same address on all chains. | ## Have questions?