46 lines
1.3 KiB
TOML
46 lines
1.3 KiB
TOML
[workspace]
|
|
members = ["."]
|
|
|
|
[features]
|
|
seeds = false
|
|
skip-lint = false
|
|
|
|
[programs.localnet]
|
|
basic_oracle = "8GHcguBXZEfKaLxRrBvis7LqPcFjBszv4ZYBgKwCUipS"
|
|
|
|
[provider]
|
|
# cluster = "https://switchbo-switchbo-6225.devnet.rpcpool.com/f6fb9f02-0777-498b-b8f5-67cbb1fc0d14"
|
|
# wallet = "~/switchboard_environments_v2/devnet/upgrade_authority/upgrade_authority.json"
|
|
cluster = "Localnet"
|
|
wallet = "~/.config/solana/id.json"
|
|
|
|
[scripts]
|
|
test = "pnpm exec ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
|
|
|
|
[test]
|
|
startup_wait = 15000
|
|
|
|
[test.validator]
|
|
url = "https://api.devnet.solana.com"
|
|
|
|
[[test.validator.clone]] # sb devnet oracle programID
|
|
address = "SW1TCH7qEPTdLsDHRgPuMQjbQxKdH2aBStViMFnt64f"
|
|
|
|
[[test.validator.clone]] # sb devnet oracle IDL
|
|
address = "Fi8vncGpNKbq62gPo56G4toCehWNy77GgqGkTaAF5Lkk"
|
|
|
|
[[test.validator.clone]] # sb devnet oracle SbState
|
|
address = "CyZuD7RPDcrqCGbNvLCyqk6Py9cEZTKmNKujfPi3ynDd"
|
|
|
|
[[test.validator.clone]] # sb devnet oracle tokenVault
|
|
address = "7hkp1xfPBcD2t1vZMoWWQPzipHVcXeLAAaiGXdPSfDie"
|
|
|
|
[[test.validator.clone]] # sb devnet attestation programID
|
|
address = "sbattyXrzedoNATfc4L31wC9Mhxsi1BmFhTiN8gDshx"
|
|
|
|
[[test.validator.clone]] # sb devnet attestation IDL
|
|
address = "5ExuoQR69trmKQfB95fDsUGsUrrChbGq9PFgt8qouncz"
|
|
|
|
[[test.validator.clone]] # sb devnet attestation State
|
|
address = "BzqtGXZPiDSinP4xMFgPf6FLgSa6iPufK4m4JJFgMnTK"
|