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

10 lines
199 B
TOML
Raw Normal View History

[provider]
2021-01-04 18:29:16 -08:00
cluster = "localnet"
2021-01-06 12:04:44 -08:00
wallet = "~/.config/solana/id.json"
2021-07-29 14:38:24 -07:00
[programs.localnet]
basic_1 = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
2021-07-29 14:38:24 -07:00
[scripts]
test = "yarn run mocha -t 1000000 tests/"