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.
20 lines
362 B
20 lines
362 B
|
3 months ago
|
[toolchain]
|
||
|
|
package_manager = "yarn"
|
||
|
|
|
||
|
|
[features]
|
||
|
|
resolution = true
|
||
|
|
skip-lint = false
|
||
|
|
|
||
|
|
[programs.localnet]
|
||
|
|
lottery_program = "9Un1evsbgmJa9XH7baEeTSwpQjAPz8pmDFVccVp8HBY4"
|
||
|
|
|
||
|
|
[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"
|