Anchor.toml 363 B

1234567891011
  1. [programs.localnet]
  2. native_system = "9NxAd91hhJ3ZBTHytYP894y4ESRKG7n8VbLgdyYGJFLB"
  3. spl_associated_token = "4dUGnkre6uBhX1abB4ofkoecGN4aDXdiWSaWLUjVw6bh"
  4. spl_token = "FmpfPa1LHEYRbueNMnwNVd2JvyQ89GXGWdyZEXNNKV8w"
  5. [provider]
  6. cluster = "localnet"
  7. wallet = "~/.config/solana/id.json"
  8. [scripts]
  9. test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"