123456789101112131415161718 |
- [toolchain]
- [features]
- resolution = true
- skip-lint = false
- [programs.localnet]
- close_account = "4So9Jbx672BRL9RvfB8Sux2NMVX5QJRnhmdWyij3kkFg"
- [registry]
- url = "https://api.apr.dev"
- [provider]
- cluster = "Localnet"
- wallet = "~/.config/solana/id.json"
- [scripts]
- test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
|