anchor/tests/pyth/Anchor.toml

7 lines
141 B
TOML
Raw Normal View History

[provider]
2021-05-16 23:43:50 -07:00
cluster = "localnet"
wallet = "~/.config/solana/id.json"
2021-07-29 14:38:24 -07:00
[scripts]
test = "ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"