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