-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnchor.toml
39 lines (32 loc) · 1.25 KB
/
Anchor.toml
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
34
35
36
37
38
39
[workspace]
types = "packages/types"
exclude = [
# temporarily exclude the switchboard program due to build issues with switchboard-solana
"programs/buy-burn-switchboard"
]
[features]
seeds = false
skip-lint = false
[programs.localnet]
buy_burn_fixed = "stcGmoLCBsr2KSu2vvcSuqMiEZx36F32ySUtCXjab5B"
buy_burn_switchboard = "sbnbpcN3HVfcj9jTwzncwLeNvCzSwbfMwNmdAgX36VW"
yield_router = "syriqUnUPcFQjRSaxdFo2wPnXXPjbRsLmhiWUVoGdTo"
fund_sender = "sfsH2CVS2SaXwnrGwgTVrG7ytZAxSCsTnW82BvjWTGz"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "Localnet"
wallet = "packages/tests/fixtures/id.json"
[scripts]
test = "yarn test:all"
register_state = "yarn run ts-node packages/scripts/registerState.ts"
get_state = "yarn run ts-node packages/scripts/getState.ts"
update_state = "yarn run ts-node packages/scripts/updateState.ts"
allocate_yield = "yarn run ts-node packages/scripts/allocateYield.ts"
set_delegate = "yarn run ts-node packages/scripts/setDelegate.ts"
[[test.validator.account]]
address = "4YL36VBtFkD2zfNGWdGFSc5suvskjrHnx3Asuksyek1J"
filename = "packages/tests/fixtures/switchboard_nct_usd.json"
[[test.validator.account]]
address = "GvDMxPzN1sCj7L26YDK2HnMRXEQmQ2aemov8YBtPS7vR"
filename = "packages/tests/fixtures/switchboard_sol_usd.json"