Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: numbering problem #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions routers/guides/management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down