Skip to content

Commit

Permalink
Hotfix for memo
Browse files Browse the repository at this point in the history
  • Loading branch information
alittlezz committed Jun 27, 2024
1 parent 6068185 commit 13a2f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kamino-sdk/src/Kamino.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ import {
getPdaProtocolPositionAddress,
i32ToBytes,
LiquidityMath,
MEMO_PROGRAM_ID,
SqrtPriceMath,
TickMath,
TickUtils,
Expand Down Expand Up @@ -225,6 +224,7 @@ import {
LUT_OWNER_KEY,
STAGING_GLOBAL_CONFIG,
STAGING_KAMINO_PROGRAM_ID,
MEMO_PROGRAM_ID,
} from './constants/pubkeys';
import {
AutodriftMethod,
Expand Down
1 change: 1 addition & 0 deletions packages/kamino-sdk/src/constants/pubkeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export const STAGING_TOKEN_INFOS = new PublicKey('78MPQyWGwuERWoFwyryt1yhSanYc4o
export const STAGING_KAMINO_PROGRAM_ID = new PublicKey('SKY3EZaE5p8iXG1ed4kiandK1wnwwqxmWBhjEFykaHB');
export const STAGING_GLOBAL_CONFIG = new PublicKey('7D9KE8xxqvsSsPbpTK9DbvkYaodda1wVevPvZJbLGJ71');
export const CONSENSUS_ID = new PublicKey('9GJmEHGom9eWo4np4L5vC6b6ri1Df2xN8KFoWixvD1Bs');
export const MEMO_PROGRAM_ID = new PublicKey('MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr');

0 comments on commit 13a2f1d

Please sign in to comment.