Files
solana-swap-program/Anchor.toml

19 lines
298 B
TOML
Raw Permalink Normal View History

2026-01-08 09:20:05 +00:00
[toolchain]
[features]
resolution = true
skip-lint = false
[programs.localnet]
swap-program = "G8m2Q8kMhkHf3xkVtb9nKfLeiWaSY352QBYsZGH3YfBT"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
[scripts]
test = "cargo test -- --nocapture"