Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 631eafb

Browse files
Governance: Add Anchor.toml for source verification (#2259)
1 parent bb9b431 commit 631eafb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Anchor.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
anchor_version = "0.13.2"
2+
3+
[workspace]
4+
members = ["governance/program"]
5+
6+
[provider]
7+
cluster = "mainnet"
8+
wallet = "~/.config/solana/id.json"
9+
10+
[programs.mainnet]
11+
spl_governance = "GoVEr6xcF9QGrRFJC4kt9wiCdNqZzrG7KWdrm7viDnpa"

0 commit comments

Comments
 (0)