wormhole-icco/solana-anchor/Anchor.toml

16 lines
375 B
TOML
Raw Normal View History

2022-05-23 08:32:05 -07:00
[features]
seeds = false
[programs.localnet]
2022-05-24 07:27:04 -07:00
icco_contributor = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
contributor = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
2022-05-23 08:32:05 -07:00
[registry]
url = "https://anchor.projectserum.com"
[provider]
cluster = "localnet"
2022-05-24 07:27:04 -07:00
wallet = "~/.config/solana/id.json"
2022-05-23 08:32:05 -07:00
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"