diff --git a/docs/multisig-DAO/create-multisig-DAO/DAO-wizard.md b/docs/multisig-DAO/create-multisig-DAO/DAO-wizard.md index a797d65..5a6595a 100644 --- a/docs/multisig-DAO/create-multisig-DAO/DAO-wizard.md +++ b/docs/multisig-DAO/create-multisig-DAO/DAO-wizard.md @@ -9,7 +9,12 @@ You have two ways to create a multisig DAO, the simple and the advanced. The sim ### Before starting The first thing to do is to go to the [Official GUI](https://realms.today) and be sure that you have [Phantom](https://phantom.app/) installed on your browser. -After this step, you need to choose if you want to use the `devnet` or the `mainnet`. Unfortunately, the Phantom wallet doesn't allow us to sync the networks yet, so you'll need to do it manually. If you want to use the `devnet`, add `?cluster=devnet` to the url. +After this step, you need to choose if you want to use the `devnet` or the `mainnet`. + +If you'd like to select `devnet`, connect your wallet and press the `devnet` toggle. +![devnetToggle](/img/tutorial/devnet-toggle.png) + +Alternatively, if you'd like to use `devnet` without connecting a wallet, add `?cluster=devnet` to the url. > So the url becomes: `https://realms.today?cluster=devnet`. diff --git a/static/img/tutorial/devnet-toggle.png b/static/img/tutorial/devnet-toggle.png new file mode 100644 index 0000000..1b5266d Binary files /dev/null and b/static/img/tutorial/devnet-toggle.png differ