anchor/tests/tictactoe/Anchor.toml

10 lines
201 B
TOML
Raw Normal View History

2021-08-18 23:50:50 -07:00
[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
[programs.localnet]
tictactoe = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
[scripts]
test = "yarn run mocha -t 1000000 tests/"