13 lines
294 B
TOML
13 lines
294 B
TOML
|
[programs.localnet]
|
||
|
tic_tac_toe = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
||
|
|
||
|
[registry]
|
||
|
url = "https://anchor.projectserum.com"
|
||
|
|
||
|
[provider]
|
||
|
cluster = "localnet"
|
||
|
wallet = "/Users/paul/.config/solana/id.json"
|
||
|
|
||
|
[scripts]
|
||
|
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
|