Skip to content

Commit 15da07e

Browse files
committed
added anchor program with script for cu unit comparison
1 parent f3cad2d commit 15da07e

File tree

23 files changed

+8903
-797
lines changed

23 files changed

+8903
-797
lines changed

svm/Anchor.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ skip-lint = false
88

99
[programs.localnet]
1010
executor = "execXUrAsMnqMmTHj5m7N1YQgsDz3cwGLYCYyuDRciV"
11+
executor_quoter_anchor = "2sDgzrUykBRKVzL3H4dT5wx7oiVAJg22kRVL7mhY1AqM"
12+
executor_quoter = "6yfXVhNgRKRk7YHFT8nTkVpFn5zXktbJddPUWK7jFAGX"
1113

1214
[registry]
1315
url = "https://api.apr.dev"
@@ -18,3 +20,10 @@ wallet = "~/.config/solana/id.json"
1820

1921
[scripts]
2022
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
23+
24+
[test.validator]
25+
url = "http://127.0.0.1:8899"
26+
27+
[[test.validator.bpf_program]]
28+
program_id = "6yfXVhNgRKRk7YHFT8nTkVpFn5zXktbJddPUWK7jFAGX"
29+
file = "target/deploy/executor_quoter.so"

0 commit comments

Comments
 (0)