1234567891011121314151617181920212223242526 |
- [features]
- seeds = false
- skip-lint = false
- [programs.localnet]
- nft_minter = "3qHNM98iLTaQtwmj2NkViXnHZQjNBS5PTHT2AuPxHXYN"
- [provider]
- cluster = "localnet"
- wallet = "~/.config/solana/id.json"
- [scripts]
- test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
- [test]
- startup_wait = 5000
- shutdown_wait = 2000
- [test.validator]
- bind_address = "0.0.0.0"
- url = "https://api.mainnet-beta.solana.com"
- ledger = ".anchor/test-ledger"
- rpc_port = 8899
- [[test.validator.clone]]
- address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
|