You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
358 B
19 lines
358 B
[toolchain] |
|
package_manager = "yarn" |
|
|
|
[features] |
|
resolution = true |
|
skip-lint = false |
|
|
|
[programs.localnet] |
|
powh_solana = "7pxV62WkC47E7dCgEpxGCoUSGbXHfNgQDaCVdQrzJace" |
|
|
|
[registry] |
|
url = "https://api.apr.dev" |
|
|
|
[provider] |
|
cluster = "localnet" |
|
wallet = "~/.config/solana/id.json" |
|
|
|
[scripts] |
|
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
|
|
|