Anchor.toml 406 B

12345678910111213
  1. [provider]
  2. cluster = "localnet"
  3. wallet = "~/.config/solana/id.json"
  4. [scripts]
  5. test = "anchor run build && anchor test"
  6. build = "anchor run build-deps && anchor build"
  7. build-deps = "anchor run build-dex"
  8. build-dex = "pushd deps/serum-dex/dex/ && cargo build-bpf && popd"
  9. [[test.genesis]]
  10. address = "9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin"
  11. program = "./deps/serum-dex/dex/target/deploy/serum_dex.so"