Anchor.toml 227 B

123456789
  1. [provider]
  2. cluster = "localnet"
  3. wallet = "~/.config/solana/id.json"
  4. [programs.localnet]
  5. basic_5 = "DuT6R8tQGYa8ACYXyudFJtxDppSALLcmK39b7918jeSC"
  6. [scripts]
  7. test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"