29 lines
738 B
TOML
29 lines
738 B
TOML
[workspace]
|
|
members = [
|
|
"programs/anchor-feed-parser",
|
|
"programs/anchor-vrf-parser",
|
|
"programs/spl-feed-parser"
|
|
]
|
|
|
|
[provider]
|
|
cluster = "devnet"
|
|
# cluster = "localnet"
|
|
wallet = "../payer-keypair.json"
|
|
# wallet = "~/.config/solana/id.json"
|
|
|
|
[programs.localnet]
|
|
anchor_feed_parser = "FnsPs665aBSwJRu2A8wGv6ZT76ipR41kHm4hoA3B1QGh"
|
|
anchor_vrf_parser = "HjjRFjCyQH3ne6Gg8Yn3TQafrrYecRrphwLwnh2A26vM"
|
|
|
|
[registry]
|
|
url = "https://anchor.projectserum.com"
|
|
|
|
[scripts]
|
|
test = "yarn run ts-mocha -p ./tsconfig.testing.json -t 1000000 ./programs/anchor-vrf-parser/tests/*.test.ts"
|
|
|
|
|
|
[test.validator]
|
|
url="https://api.devnet.solana.com"
|
|
|
|
[[testnet.validator.clone]]
|
|
address="GvDMxPzN1sCj7L26YDK2HnMRXEQmQ2aemov8YBtPS7vR" # sbv2 SOL/USD Feed |