12 lines
210 B
TOML
12 lines
210 B
TOML
|
[provider]
|
||
|
cluster = "localnet"
|
||
|
wallet = "~/.config/solana/id.json"
|
||
|
|
||
|
[programs.localnet]
|
||
|
errors = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
||
|
|
||
|
[scripts]
|
||
|
test = "yarn run mocha -t 1000000 tests/"
|
||
|
|
||
|
[features]
|