Skip to content

Commit

Permalink
sdk: constants/spotMarkets.ts fix incorrect phoenixMarket edit
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Jul 8, 2024
1 parent 9e9e5e2 commit 5450ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/constants/spotMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,14 +337,14 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
{
symbol: 'POPCAT',
marketIndex: 20,
oracle: new PublicKey('2stQe1XLGkuTZ22gQrgZKsb93iG9mWXSLfANMPRjs5Ky'),
oracle: new PublicKey('3GjpjC8TWsPqjyFSiR7saGxgzD8zqYJNsBnWpenZPEBy'),
oracleSource: OracleSource.SWITCHBOARD,
mint: new PublicKey('7GCihgDB8fe6KNjn2MYtkzZcRjQy3t9GHdC8uHYmW2hr'),
precision: new BN(10).pow(NINE),
precisionExp: NINE,
launchTs: 1720013054000,
phoenixMarket: new PublicKey(
'3GjpjC8TWsPqjyFSiR7saGxgzD8zqYJNsBnWpenZPEBy'
'31XgvAQ1HgFQEk31KdszbPkVXKaQqB1bgYZPoDrFpSR2'
),
},
];
Expand Down

0 comments on commit 5450ba7

Please sign in to comment.