1234567891011121314151617181920 |
- [features]
- seeds = true
- [programs.localnet]
- client_interactions = "C1ient1nteractions1111111111111111111111111"
- docs = "Docs111111111111111111111111111111111111111"
- external = "Externa1111111111111111111111111111111111111"
- generics = "Generics111111111111111111111111111111111111"
- idl = "id11111111111111111111111111111111111111111"
- idl_build_features = "id1Bui1dFeatures111111111111111111111111111"
- relations_derivation = "Re1ationsDerivation111111111111111111111111"
- non_existent = { address = "NonExistent11111111111111111111111111111111", idl = "non-existent.json" }
- numbers_123 = { address = "Numbers111111111111111111111111111111111111", idl = "idls/relations_build.json" }
- [provider]
- cluster = "localnet"
- wallet = "~/.config/solana/id.json"
- [scripts]
- test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
|