anchor/examples/tutorial/basic-3/Anchor.toml

11 lines
252 B
TOML
Raw Normal View History

[provider]
2021-01-14 15:16:27 -08:00
cluster = "localnet"
wallet = "~/.config/solana/id.json"
2021-07-29 14:38:24 -07:00
[programs.localnet]
puppet = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
puppet_master = "HmbTLCmaGvZhKnn1Zfa1JVnp7vkMV4DYVxPLWBVoN65L"
2021-07-29 14:38:24 -07:00
[scripts]
test = "mocha -t 1000000 tests/"