anchor/tests/escrow/Anchor.toml

12 lines
217 B
TOML
Raw Normal View History

[provider]
2021-02-12 08:50:20 -08:00
cluster = "localnet"
wallet = "~/.config/solana/id.json"
2021-07-29 14:38:24 -07:00
[programs.localnet]
escrow = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
2021-07-29 14:38:24 -07:00
[scripts]
test = "yarn run ts-mocha -t 1000000 tests/*.ts"
[features]