anchor/tests/escrow/Anchor.toml

10 lines
205 B
TOML

[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
[programs.localnet]
escrow = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
[scripts]
test = "yarn run ts-mocha -t 1000000 tests/*.ts"