Files
solana-lending-program/Anchor.toml

19 lines
301 B
TOML
Raw Permalink Normal View History

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