Browse Source

examples/multisig: Set localnet as default network

Armani Ferrante 4 years ago
parent
commit
24e92f29d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/multisig/Anchor.toml

+ 1 - 1
examples/multisig/Anchor.toml

@@ -1,2 +1,2 @@
-cluster = "devnet"
+cluster = "localnet"
 wallet = "~/.config/solana/id.json"