Anchor.toml 232 B

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