Skip to content

Commit

Permalink
new id
Browse files Browse the repository at this point in the history
  • Loading branch information
binyebarwe committed Oct 25, 2023
1 parent 6891f36 commit 7873553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion programs/openbook-v2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use anchor_lang::prelude::{
*,
};

declare_id!("opnbkNkqux64GppQhwbyEVc3axhssFhVYuwar8rDHCu");
declare_id!("opnb2LAfJYbRMAHHvqjCwQxanZn7ReEHp1k81EohpZb");

#[macro_use]
pub mod util;
Expand Down
2 changes: 1 addition & 1 deletion ts/client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const BooksideSpace = 90944 + 8;
const EventHeapSpace = 91280 + 8;

const OPENBOOK_PROGRAM_ID = new PublicKey(
"opnbkNkqux64GppQhwbyEVc3axhssFhVYuwar8rDHCu"
"opnb2LAfJYbRMAHHvqjCwQxanZn7ReEHp1k81EohpZb"
);

export class OpenBookV2Client {
Expand Down

0 comments on commit 7873553

Please sign in to comment.