mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 23:16:52 +00:00
19 lines
332 B
TOML
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"
|