swap/Anchor.toml

22 lines
625 B
TOML
Raw Normal View History

2021-08-09 02:11:36 -07:00
anchor_version = "0.13.0"
[workspace]
members = [
"programs/swap",
]
[provider]
2021-04-29 22:20:44 -07:00
cluster = "localnet"
wallet = "~/.config/solana/id.json"
2021-08-09 02:11:36 -07:00
[programs.mainnet]
serum_swap = { address = "22Y43yTVxuUkoRKdm9thyRhQ3SdgQS7c7kB6UNCiaczD", path = "./target/deploy/serum_swap.so", idl = "./target/idl/serum_swap.json" }
serum_dex = { address = "9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin", path = "./deps/serum-dex/dex/target/deploy/serum_dex.so" }
2021-04-29 22:20:44 -07:00
[[test.genesis]]
address = "9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin"
program = "./deps/serum-dex/dex/target/deploy/serum_dex.so"
2021-08-09 02:11:36 -07:00
[scripts]
test = "mocha -t 1000000 tests/"