dex: Add Anchor.toml for registry publishing

This commit is contained in:
armaniferrante 2021-08-09 01:50:17 -07:00
parent 9f776c45fa
commit b977df6c9c
No known key found for this signature in database
GPG Key ID: 58BEF301E91F7828
1 changed files with 13 additions and 0 deletions

13
dex/Anchor.toml Normal file
View File

@ -0,0 +1,13 @@
anchor_version = "0.12.0"
[workspace]
members = [
".",
]
[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
[programs.mainnet]
serum_dex = { address = "9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin", path = "./target/deploy/serum_dex.so" }