Anchor.toml 357 B

123456789101112131415
  1. [features]
  2. seeds = false
  3. [programs.localnet]
  4. hand = "ABoYG2GWbzLgnnGhK2pUGNupzKoYe7UGk2idrAXbstAS"
  5. lever = "EnjN3cm7xYqYHNUZbQfhJYj5S5RBrSU9tc5aHwQ6LqvT"
  6. [registry]
  7. url = "https://anchor.projectserum.com"
  8. [provider]
  9. cluster = "localnet"
  10. wallet = "~/.config/solana/id.json"
  11. [scripts]
  12. test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"