From ca150df4f634b969a18b8bd82c4a7cbb6d93c8f5 Mon Sep 17 00:00:00 2001 From: lotteam008 Date: Sun, 22 Sep 2024 22:03:17 +0200 Subject: [PATCH] numbering problem --- routers/guides/management.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/routers/guides/management.md b/routers/guides/management.md index c4772a6..f7570d0 100644 --- a/routers/guides/management.md +++ b/routers/guides/management.md @@ -26,11 +26,11 @@ Coming soon! [monorepo/packages/deployments/contracts/deployments at main · connext/monorepo](https://github.com/connext/monorepo/tree/main/packages/deployments/contracts/deployments) -1. Find the `Connext.json` deployment for that chain and copy the address. -2. Go to the website [louper.dev](https://louper.dev/) and enter the Connext contract address and choose the correct network. -3. Scroll to the `RoutersFacet` section and select the option for `WRITE` and connect with the _Router Signer_ account. -4. Select the method `initializeRouter` and fill in the details for `_owner` and `_recipient` and execute the transaction. -5. Notify the Connext team to allowlist your router (this is still a permissioned role!). +2. Find the `Connext.json` deployment for that chain and copy the address. +3. Go to the website [louper.dev](https://louper.dev/) and enter the Connext contract address and choose the correct network. +4. Scroll to the `RoutersFacet` section and select the option for `WRITE` and connect with the _Router Signer_ account. +5. Select the method `initializeRouter` and fill in the details for `_owner` and `_recipient` and execute the transaction. +6. Notify the Connext team to allowlist your router (this is still a permissioned role!). ℹ️ Note: This is the easiest way to call the contract function but since it is an onchain function it can be called from any mechanism to send the correct function with the appropriate arguments.