From 18e8ff122a1f50dc14f477b5a823fe94de124840 Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 22 Mar 2024 20:19:22 +0100 Subject: [PATCH] docs(learn): add to wallet (#645) Adds add to wallet step in testnet learn docs task: https://app.asana.com/0/0/1206896219955471/f --- docs/site/docs/learn/omni/testnet.md | 27 ----------------- docs/site/docs/learn/testnet/testnet.md | 39 +++++++++++++++++++++++++ docs/site/sidebars.ts | 16 ++++++++++ 3 files changed, 55 insertions(+), 27 deletions(-) delete mode 100644 docs/site/docs/learn/omni/testnet.md create mode 100644 docs/site/docs/learn/testnet/testnet.md diff --git a/docs/site/docs/learn/omni/testnet.md b/docs/site/docs/learn/omni/testnet.md deleted file mode 100644 index 4f80ee4ab..000000000 --- a/docs/site/docs/learn/omni/testnet.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -sidebar_position: 7 ---- - -# Omni Omega Testnet - -During the Omni Omega Testnet, users will be able to delegate restaked **\$ETH** to the Omni Operators and can participate on missions in the [Omni Mission Center](https://missions.omni.network/). - -## Omni Missions Center - -Take part in Omni Missions to help drive Omni forward and get rewards! Read more on the [mission center dashboard](https://missions.omni.network/). - -## Delegating \$ETH - -:::warning EigenLayer Still Migrating to Holesky - -The URL for the EignLayer Dashboard and a list of the supported Omni Operators will be added here soon. - -::: - -You can delegate testnet **\$ETH** to securing Omni through EigenLayer through the EigenLayer dashboard. Once there you can: - -1. Have Holesky as a network to your browser wallet, funded with Holesky **\$ETH**. [Read more on how here](https://www.coingecko.com/learn/holesky-testnet-eth). -2. Swap Holesky **\$ETH** for any of the [EigenLayer supported restaking tokens](https://docs.eigenlayer.xyz/eigenlayer/restaking-guides/restaking-user-guide/stage-2-testnet/obtaining-testnet-eth-and-liquid-staking-tokens-lsts). -3. Connect your wallet to the EigenLayer dashboard. -4. Restake your restaking tokens to any of the Omni Operators. -5. 🎉 You are helping secure the Omni Omega Testnet! 🎉 diff --git a/docs/site/docs/learn/testnet/testnet.md b/docs/site/docs/learn/testnet/testnet.md new file mode 100644 index 000000000..6ccbc5871 --- /dev/null +++ b/docs/site/docs/learn/testnet/testnet.md @@ -0,0 +1,39 @@ +--- +sidebar_position: 7 +--- + +# Omni Omega Testnet + +:::warning 🚧 Under Construction 🚧 + +The Omni Omega Testnet is currently under construction. Please check back soon for more information, values are placeholders and will be updated soon. + +::: + +During the Omni Omega Testnet, users will be able to delegate restaked **\$ETH** to the Omni Operators and take part in challenges posted in a site soon to be released. + +## Delegating Holesky \$ETH + +You can delegate testnet **\$ETH** to securing Omni through EigenLayer through the EigenLayer dashboard. Once there you can: + +1. Have Holesky as a network to your browser wallet, funded with Holesky **\$ETH**. [Read more on how here](https://www.coingecko.com/learn/holesky-testnet-eth). +2. Swap Holesky **\$ETH** for any of the [EigenLayer supported restaking tokens](https://docs.eigenlayer.xyz/eigenlayer/restaking-guides/restaking-user-guide/stage-2-testnet/obtaining-testnet-eth-and-liquid-staking-tokens-lsts). +3. Connect your wallet to the EigenLayer dashboard. +4. Restake your restaking tokens to any of the Omni Operators. +5. 🎉 You are helping secure the Omni Omega Testnet! 🎉 + +## Adding the Omni Network to Your Wallet + +To add the Omni network to your wallet, you can go to the settings for adding a new network of your wallet and add the following information: + +- **Network Name**: Omni Omega Testnet +- **RPC URL**: `$OMNI_TESTNET_RPC_URL$` +- **Chain ID**: `$OMNI_TESTNET_CHAIN_ID$` +- **Symbol**: `$OMNI` +- **Block Explorer URL**: `$OMNI_TESTNET_EXPLORER_URL$` + +Alternatively, you can follow a tutorial like the [Metamask Adding a Custom Network Tutorial](https://metamask.zendesk.com/hc/en-us/articles/360043227612-How-to-add-a-custom-network-RPC-and-or-Block-Explorer) to add the Omni Omega Testnet network to your wallet. + +## Omni Omega Testnet Explorer + +The Omni Omega Testnet Explorer will be published soon. Stay tuned for more information! diff --git a/docs/site/sidebars.ts b/docs/site/sidebars.ts index 613e6f40e..aab07b6f7 100644 --- a/docs/site/sidebars.ts +++ b/docs/site/sidebars.ts @@ -50,6 +50,22 @@ const sidebars: SidebarsConfig = { type: "html", value: "", }, + { + type: "category", + label: "Testnet", + className: "sidebar-title", + collapsible: false, + items: [ + { + type: "autogenerated", + dirName: "learn/testnet", + } + ] + }, + { + type: "html", + value: "", + }, { type: "doc", id: "resources/glossary",