Skip to content

Commit

Permalink
travis: Update Anchor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante committed May 24, 2021
1 parent fff9352 commit 2336dcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
global:
- NODE_VERSION="v14.7.0"
- SOLANA_VERSION="v1.6.6"
- ANCHOR_VERSION="v0.4.4"
- ANCHOR_VERSION="v0.6.0"

before_deploy:
- anchor build --verifiable
Expand Down
4 changes: 2 additions & 2 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cluster = "localnet"
wallet = "~/.config/solana/id.json"

[clusters.devnet]
multisig = "FHY7K5SQvp7dUmGScjLih3hcwJe9GZ8cTShXkdeQJzRD"
multisig = "F3Uf5F61dmht1xuNNNkk3jnzj82TY56vVjVEhZALRkN"

[clusters.mainnet]
multisig = "3uztpEgUmvirDBYRXgDamUDZiU5EcgTwArQ2pULtHJPC"
multisig = "A9HAbnCwoD6f2NkZobKFf6buJoN9gUVVvX5PoUnDHS6u"

0 comments on commit 2336dcb

Please sign in to comment.