42 lines
993 B
TOML
42 lines
993 B
TOML
[features]
|
|
seeds = false
|
|
[programs.localnet]
|
|
validator_clone = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
|
|
|
|
[provider]
|
|
cluster = "localnet"
|
|
wallet = "~/.config/solana/id.json"
|
|
|
|
[scripts]
|
|
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
|
|
|
|
[test]
|
|
startup_wait = 20000
|
|
|
|
[test.validator]
|
|
url = "https://api.mainnet-beta.solana.com"
|
|
|
|
[[test.validator.clone]]
|
|
address = "AqH29mZfQFgRpfwaPoTMWSKJ5kqauoc1FwVBRksZyQrt"
|
|
|
|
[[test.validator.clone]]
|
|
address = "MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr"
|
|
|
|
[[test.validator.clone]]
|
|
address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
|
|
|
|
[[test.validator.clone]]
|
|
address = "So1endDq2YkqhipRh3WViPa8hdiSpxWy6z3Z6tMCpAo"
|
|
|
|
[[test.validator.clone]]
|
|
address = "mv3ekLzLbnVPNxjSKvqBpU3ZeZXPQdEC3bp5MDEBG68"
|
|
|
|
[[test.validator.clone]]
|
|
address = "8DKwAVrCEVStDYNPCsmxHtUj8LH9oXNtkVRrBfpNKvhp"
|
|
|
|
[[test.validator.clone]]
|
|
address = "8DKwAVrCEVStDYNPCsmxHtUj8LH9oXNtkVRrBfpNKvhp"
|
|
|
|
[[test.validator.account_dir]]
|
|
directory = "accounts-snapshot"
|