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.
24 lines
493 B
24 lines
493 B
[toolchain] |
|
|
|
[features] |
|
resolution = true |
|
skip-lint = false |
|
|
|
[programs.localnet] |
|
powh_solana = "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM" |
|
|
|
[programs.devnet] |
|
powh_solana = "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM" |
|
|
|
[programs.mainnet] |
|
powh_solana = "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM" |
|
|
|
[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" |