Skip to content

Commit 4a409be

Browse files
authored
do it (#2249)
1 parent cbfc885 commit 4a409be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

governance/xc_admin/packages/xc_admin_common/src/deterministic_oracle_accounts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export async function findDetermisticAccountAddress(
6767
const seed: string = getSeed(type, symbol);
6868
const address: PublicKey = await PublicKey.createWithSeed(
6969
PRICE_FEED_OPS_KEY,
70-
seed,
70+
seed.slice(32),
7171
getPythProgramKeyForCluster(cluster)
7272
);
7373
return [address, seed];

0 commit comments

Comments
 (0)