mhunt_ticket_store/Anchor.toml

19 lines
334 B
TOML

[toolchain]
[features]
resolution = true
skip-lint = false
[programs.localnet]
ticket_store = "6T3kQi1i8fHpeqWYcBDrxqv7TBSqW63YasajrnuLZRsf"
[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"