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