assert-balances/Anchor.toml

10 lines
178 B
TOML
Raw Permalink Normal View History

2021-09-01 12:05:45 -07:00
[registry]
url = "https://anchor.projectserum.com"
[provider]
cluster = "localnet"
2021-10-08 16:09:17 -07:00
wallet = "~/.config/solana/id.json"
2021-09-01 12:05:45 -07:00
[scripts]
2021-10-08 16:09:17 -07:00
test = "npx ts-mocha -t 1000000 tests/**/*.ts"