Anchor.toml 209 B

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