We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1828f commit 9190715Copy full SHA for 9190715
README.md
@@ -85,7 +85,7 @@ export RPC_URL=https://api.devnet.solana.com
85
export KEYPAIR=~/.config/solana/dev-wallet.json
86
export PROGRAM=svm_spoke # Also repeat the deployment process for multicall_handler
87
export PROGRAM_ID=$(cat target/idl/$PROGRAM.json | jq -r ".address")
88
-export MULTISIG=3qD6V6n2YMkejiiANj3xZo6tHKWvAuMdF89YxSiu26zc # For Squads make sure to use the vault, not the multisig address!
+export MULTISIG= # Export the Squads vault, not the multisig address!
89
```
90
91
For the initial deployment also need these:
0 commit comments