anchor/tests/pyth/Anchor.toml

12 lines
237 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
[programs.localnet]
pyth = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
2021-07-29 14:38:24 -07:00
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
[features]