Skip to content

Commit 04e217d

Browse files
committed
Update openbook TWAP program ID in anchor.toml
1 parent ec8160c commit 04e217d

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ clob = "8BnUecJAvKB7zCcwqhMiVWoqKWcw5S6PDCxWWEM2oxWA"
1111
address = "opnb2LAfJYbRMAHHvqjCwQxanZn7ReEHp1k81EohpZb"
1212
program = "./tests/fixtures/openbook_v2.so"
1313
[[test.genesis]]
14-
address = "2qjEsiMtWxAdqUSdaGM28pJRMtodnnkHZEoadc6JcFCb"
14+
address = "TWAP7frdvD3ia7TWc8e9SxZMmrpd2Yf3ifSPAHS8VG3"
1515
program = "./tests/fixtures/openbook_twap.so"
1616

1717
[registry]

tests/autocratV0.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ const CONDITIONAL_VAULT_PROGRAM_ID = new PublicKey(
7373
"4nCk4qKJSJf8pzJadMnr9LubA6Y7Zw3EacsVqH1TwVXH"
7474
);
7575

76-
const CLOB_PROGRAM_ID = new PublicKey(
77-
"8BnUecJAvKB7zCcwqhMiVWoqKWcw5S6PDCxWWEM2oxWA"
78-
);
79-
8076
const OPENBOOK_TWAP_PROGRAM_ID = new PublicKey(
8177
"TWAP7frdvD3ia7TWc8e9SxZMmrpd2Yf3ifSPAHS8VG3"
8278
);

0 commit comments

Comments
 (0)