swap/Anchor.toml

17 lines
485 B
TOML
Raw Permalink Normal View History

2021-11-23 10:58:44 -08:00
anchor_version = "0.17.0"
2021-08-09 02:11:36 -07:00
[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]
2021-11-23 10:58:44 -08:00
serum_swap = "22Y43yTVxuUkoRKdm9thyRhQ3SdgQS7c7kB6UNCiaczD"
2021-08-09 02:11:36 -07:00
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/"