1234567891011121314151617 |
- [features]
- seeds = false
- skip-lint = false
- [programs.localnet]
- hand = "EJfTLXDCJTVwBgGpz9X2Me4CWHbvg8F8zsM7fiVJLLeR"
- lever = "CABVoybzrbAJSv7QhQd6GXNGKxDMRjw9niqFzizhk6uk"
- [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"
|