Files
2025-09-07 10:51:18 +00:00

10 lines
235 B
TOML

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