Sfoglia il codice sorgente

examples/multisig: Set localnet as default network

Armani Ferrante 4 anni fa
parent
commit
24e92f29d7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"