Skip to content

Commit

Permalink
do it (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos authored Jan 13, 2025
1 parent cbfc885 commit 4a409be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export async function findDetermisticAccountAddress(
const seed: string = getSeed(type, symbol);
const address: PublicKey = await PublicKey.createWithSeed(
PRICE_FEED_OPS_KEY,
seed,
seed.slice(32),
getPythProgramKeyForCluster(cluster)
);
return [address, seed];
Expand Down

0 comments on commit 4a409be

Please sign in to comment.