Anchor.toml 304 B

12345678910111213
  1. [features]
  2. seeds = true
  3. [programs.localnet]
  4. idl = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
  5. idl_2 = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
  6. [provider]
  7. cluster = "localnet"
  8. wallet = "~/.config/solana/id.json"
  9. [scripts]
  10. test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"