-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnchor.toml
More file actions
33 lines (27 loc) · 1.65 KB
/
Copy pathAnchor.toml
File metadata and controls
33 lines (27 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[toolchain]
anchor_version = "0.32.1"
[features]
resolution = true
skip-lint = false
[programs.devnet]
taskforest = "Fgiye795epSDkytp6a334Y2AwjqdGDecWV24yc2neZ4s"
taskforest_payments = "4hNP2tU5r5GgyASTrou84kWHbCwdyXVJJN4mve99rjgs"
[programs.localnet]
taskforest = "Fgiye795epSDkytp6a334Y2AwjqdGDecWV24yc2neZ4s"
taskforest_payments = "4hNP2tU5r5GgyASTrou84kWHbCwdyXVJJN4mve99rjgs"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "localnet"
wallet = "keys/taskforest.json"
[scripts]
test = "npx ts-mocha -p ./tsconfig.json -t 1000000 tests/taskforest.ts"
test-payments = "npx ts-mocha -p ./tsconfig.json -t 1000000 tests/taskforest-payments.ts"
test-compress-settlement = "npx ts-mocha -p ./tsconfig.json -t 120000 tests/compress-settlement.ts"
test-er = "npx ts-mocha -p ./tsconfig.json -t 120000 tests/er-devnet.ts"
test-payments-er = "npx ts-mocha -p ./tsconfig.json -t 120000 tests/payments-er-devnet.ts"
light = "light test-validator --stop && light test-validator --validator-args '--upgradeable-program Fgiye795epSDkytp6a334Y2AwjqdGDecWV24yc2neZ4s target/deploy/taskforest.so keys/taskforest.json --upgradeable-program 4hNP2tU5r5GgyASTrou84kWHbCwdyXVJJN4mve99rjgs target/deploy/taskforest_payments.so keys/taskforest.json'"
light-stop = "light test-validator --stop"
light-test-payments = "ANCHOR_PROVIDER_URL=http://127.0.0.1:8899 ANCHOR_WALLET=keys/taskforest.json npx ts-mocha -p ./tsconfig.json -t 1000000 tests/taskforest-payments.ts"
light-test-compress-settlement = "ANCHOR_PROVIDER_URL=http://127.0.0.1:8899 ANCHOR_WALLET=keys/taskforest.json npx ts-mocha -p ./tsconfig.json -t 120000 tests/compress-settlement.ts"
light-test-local = "./scripts/test-local.sh"