10 lines
231 B
TOML
10 lines
231 B
TOML
[provider]
|
|
cluster = "devnet"
|
|
wallet = "~/.config/solana/id.json"
|
|
|
|
[programs.devnet]
|
|
voting_program = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
|
|
|
[scripts]
|
|
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
|