Skip to content

Commit

Permalink
sdk: update pop/inf oracle pubkey constants
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Jul 8, 2024
1 parent 9ac6d72 commit 95044fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/src/constants/perpMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
symbol: 'POPCAT-PERP',
baseAssetSymbol: 'POPCAT',
marketIndex: 34,
oracle: new PublicKey('2stQe1XLGkuTZ22gQrgZKsb93iG9mWXSLfANMPRjs5Ky'),
oracle: new PublicKey('3GjpjC8TWsPqjyFSiR7saGxgzD8zqYJNsBnWpenZPEBy'),
launchTs: 1720013054000,
oracleSource: OracleSource.SWITCHBOARD,
},
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/constants/spotMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
{
symbol: 'INF',
marketIndex: 16,
oracle: new PublicKey('6AQHz9mpGNjyVafcWdqzzgsJq14Cs8gG6MiQKmdAgCuP'),
oracle: new PublicKey('81SuhCcCQri9w4yPyv56ErtpXuncVyFCDT3fYehceG1M'),
oracleSource: OracleSource.SWITCHBOARD,
mint: new PublicKey('5oVNBeEEQvYi1cX3ir8Dx5n1P7pdxydbGF2X4TxVusJm'),
precision: new BN(10).pow(NINE),
Expand Down Expand Up @@ -344,7 +344,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
precisionExp: NINE,
launchTs: 1720013054000,
phoenixMarket: new PublicKey(
'31XgvAQ1HgFQEk31KdszbPkVXKaQqB1bgYZPoDrFpSR2'
'3GjpjC8TWsPqjyFSiR7saGxgzD8zqYJNsBnWpenZPEBy'
),
},
];
Expand Down

0 comments on commit 95044fb

Please sign in to comment.