mhunt_ticket_store/Anchor.toml

19 lines
334 B
TOML

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