Files
ore/Anchor.toml
Hardhat Chad c312761742 Initial commit
2024-01-07 15:24:54 +00:00

19 lines
332 B
TOML

[toolchain]
[features]
seeds = false
skip-lint = false
[programs.localnet]
ore = "CeJShZEAzBLwtcLQvbZc7UT38e4nUTn63Za5UFyYYDTS"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "Localnet"
wallet = "/home/ubuntu/.config/solana/id.json"
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"