mhunt_ticket_store/Anchor.toml
2024-10-27 14:37:27 +05:30

19 lines
334 B
TOML

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