mhunt_ticket_store/Anchor.toml
2024-10-27 23:36:13 +05:30

19 lines
334 B
TOML

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