Skip to content

Commit

Permalink
sdk: add new poolids
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpipta committed Dec 2, 2024
1 parent 0fc600d commit f092f51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/src/constants/spotMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const DevnetSpotMarkets: SpotMarketConfig[] = [
{
symbol: 'JLP',
marketIndex: 5,
poolId: 1,
oracle: new PublicKey('5Mb11e5rt1Sp6A286B145E4TmgMzsM2UX9nCF2vas5bs'),
oracleSource: OracleSource.PYTH_PULL,
mint: new PublicKey('HGe9FejFyhWSx6zdvx2RjynX7rmoEXFiJiLU437NXemZ'),
Expand All @@ -111,6 +112,7 @@ export const DevnetSpotMarkets: SpotMarketConfig[] = [
{
symbol: 'USDC',
marketIndex: 6,
poolId: 1,
oracle: new PublicKey('En8hkHLkRe9d9DraYmBTrus518BvmVH448YcvmrFM6Ce'),
oracleSource: OracleSource.PYTH_STABLE_COIN_PULL,
mint: new PublicKey('8zGuJQqwhZafTah7Uc7Z4tXRnguqkn5KLFAP8oV6PHe2'),
Expand Down

0 comments on commit f092f51

Please sign in to comment.