Anchor.toml 141 B

123456
  1. [provider]
  2. cluster = "localnet"
  3. wallet = "~/.config/solana/id.json"
  4. [scripts]
  5. test = "ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"