Anchor.toml 356 B

123456789101112131415
  1. [programs.localnet]
  2. custom_coder = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
  3. spl_token = "FmpfPa1LHEYRbueNMnwNVd2JvyQ89GXGWdyZEXNNKV8w"
  4. [registry]
  5. url = "https://anchor.projectserum.com"
  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"
  11. [features]