Skip to content

Commit

Permalink
Governance: Add Anchor.toml for source verification (solana-labs#2259)
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante authored Aug 11, 2021
1 parent bb9b431 commit 631eafb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
anchor_version = "0.13.2"

[workspace]
members = ["governance/program"]

[provider]
cluster = "mainnet"
wallet = "~/.config/solana/id.json"

[programs.mainnet]
spl_governance = "GoVEr6xcF9QGrRFJC4kt9wiCdNqZzrG7KWdrm7viDnpa"

0 comments on commit 631eafb

Please sign in to comment.