diff --git a/docs/phantom-wallet.md b/docs/phantom-wallet.md index 09304db..60b0fae 100644 --- a/docs/phantom-wallet.md +++ b/docs/phantom-wallet.md @@ -4,16 +4,22 @@ sidebar_position: 4 # How to use Devnet in Phantom Wallet -1. In the Phantom wallet, click the gear icon in the bottom right, +1. In Phantom Wallet, select the **Settings** icon in the top-left corner. ![PhantomGearIcon](/img/multisig-DAO/phantom/gear.png) -2. Then click `Change Network` +2. Select **Developer Settings**. + +![PhantomDeveloperSettings](/img/multisig-DAO/phantom/developer-settings.png) + +3. Select **Change Network**. ![PhantomChangeNetwork](/img/multisig-DAO/phantom/change-network.png) -3. Then select the target network, in this case, `devnet` or `mainnet`. +4. Select **Devnet**. + +![PhantomDevnet](/img/multisig-DAO/phantom/select-network.png) -![PhantomSelectNetwork](/img/multisig-DAO/phantom/select-network.png) +After choosing Devnet, you will be taken to the main screen. A banner will be displayed at the top of your wallet to indicate that you are on the Devnet. -4. The network is changed. +![PhantomDevnetConfirmation](/img/multisig-DAO/phantom/devnet-confirmation.png) \ No newline at end of file diff --git a/static/img/multisig-DAO/phantom/change-network.png b/static/img/multisig-DAO/phantom/change-network.png index 025aa14..2c5fc35 100644 Binary files a/static/img/multisig-DAO/phantom/change-network.png and b/static/img/multisig-DAO/phantom/change-network.png differ diff --git a/static/img/multisig-DAO/phantom/developer-settings.png b/static/img/multisig-DAO/phantom/developer-settings.png new file mode 100644 index 0000000..277c440 Binary files /dev/null and b/static/img/multisig-DAO/phantom/developer-settings.png differ diff --git a/static/img/multisig-DAO/phantom/devnet-confirmation.png b/static/img/multisig-DAO/phantom/devnet-confirmation.png new file mode 100644 index 0000000..4f93344 Binary files /dev/null and b/static/img/multisig-DAO/phantom/devnet-confirmation.png differ diff --git a/static/img/multisig-DAO/phantom/gear.png b/static/img/multisig-DAO/phantom/gear.png index 7d2b29d..d26a6eb 100644 Binary files a/static/img/multisig-DAO/phantom/gear.png and b/static/img/multisig-DAO/phantom/gear.png differ diff --git a/static/img/multisig-DAO/phantom/select-network.png b/static/img/multisig-DAO/phantom/select-network.png index 9262394..cf81e66 100644 Binary files a/static/img/multisig-DAO/phantom/select-network.png and b/static/img/multisig-DAO/phantom/select-network.png differ