Files
solana-lending-program/Anchor.toml

20 lines
353 B
TOML
Raw Normal View History

2025-12-31 03:33:58 +00:00
[toolchain]
anchor_version = "0.30.1"
[features]
resolution = true
skip-lint = false
[programs.localnet]
lending = "LendZ1111111111111111111111111111111111111"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "Localnet"
wallet = "~/.config/solana/id.json"
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"