-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnchor.toml
More file actions
55 lines (45 loc) · 2.27 KB
/
Anchor.toml
File metadata and controls
55 lines (45 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[toolchain]
package_manager = "yarn"
[features]
resolution = true
skip-lint = false
[programs.devnet]
atom_engine = "AToMufS4QD6hEXvcvBDg9m1AHeCLpmZQsyfYa5h9MwAF"
[programs.localnet]
atom_engine = "AToMufS4QD6hEXvcvBDg9m1AHeCLpmZQsyfYa5h9MwAF"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
[scripts]
init = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/init-localnet.ts"
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/init-localnet.ts tests/atom-engine-tests.ts"
attacks = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/init-localnet.ts tests/atom-attack-vectors.ts"
entropy = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/init-localnet.ts tests/atom-entropy-backfire.ts"
functional = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/init-localnet.ts tests/atom-functional-validation.ts"
grief = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/init-localnet.ts tests/atom-griefing.ts"
hll = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/init-localnet.ts tests/atom-hll-stuffing.ts"
intensive = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/init-localnet.ts tests/atom-intensive-scale.ts"
iron = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/init-localnet.ts tests/atom-iron-dome.ts"
massive = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/init-localnet.ts tests/atom-massive-scale.ts"
phantom = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/init-localnet.ts tests/atom-phantom-swarm.ts"
security = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/init-localnet.ts tests/atom-security-audit.ts"
stress = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/init-localnet.ts tests/atom-stress-tests.ts"
[test]
startup_wait = 5000
shutdown_wait = 2000
upgradeable = true
[test.validator]
bind_address = "0.0.0.0"
url = "https://api.devnet.solana.com"
ledger = ".anchor/test-ledger"
rpc_port = 8899
# Clone Metaplex Core for NFT operations
[[test.validator.clone]]
address = "CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d"
# Agent Registry loaded as upgradeable program (needs programData PDA for initialize)
[[test.genesis]]
address = "8oo4J9tBB3Hna1jRQ3rWvJjojqM5DYTDJo5cejUuJy3C"
program = "target/deploy/agent_registry_8004.so"
upgradeable = true