anchor/tests/swap/Anchor.toml

16 lines
343 B
TOML
Raw Normal View History

2021-07-09 18:42:05 -07:00
[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
[programs.localnet]
swap = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
2021-07-09 18:42:05 -07:00
[[test.genesis]]
address = "9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin"
program = "./deps/serum-dex/dex/target/deploy/serum_dex.so"
[scripts]
test = "yarn run mocha -t 1000000 tests/"
[features]