We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfc885 commit 4a409beCopy full SHA for 4a409be
governance/xc_admin/packages/xc_admin_common/src/deterministic_oracle_accounts.ts
@@ -67,7 +67,7 @@ export async function findDetermisticAccountAddress(
67
const seed: string = getSeed(type, symbol);
68
const address: PublicKey = await PublicKey.createWithSeed(
69
PRICE_FEED_OPS_KEY,
70
- seed,
+ seed.slice(32),
71
getPythProgramKeyForCluster(cluster)
72
);
73
return [address, seed];
0 commit comments