Skip to content

Commit

Permalink
sdk: update dsol spot market config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChesterSim committed Jan 7, 2025
1 parent 393f18e commit 68e25c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sdk/src/constants/spotMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,12 +390,13 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
symbol: 'dSOL',
marketIndex: 17,
poolId: 0,
oracle: new PublicKey('7QJ6e57t3yM8HYVg6bAnJiCiZ3wQQ5CSVsa6GA16nJuK'),
oracleSource: OracleSource.SWITCHBOARD_ON_DEMAND,
oracle: new PublicKey('4YstsHafLyDbYFxmJbgoEr33iJJEp6rNPgLTQRgXDkG2'),
oracleSource: OracleSource.PYTH_PULL,
mint: new PublicKey('Dso1bDeDjCQxTrWHqUUi63oBvV7Mdm6WaobLbQ7gnPQ'),
precision: new BN(10).pow(NINE),
precisionExp: NINE,
launchTs: 1716595200000,
pythFeedId: '0x41f858bae36e7ee3f4a3a6d4f176f0893d4a261460a52763350d00f8648195ee'
},
{
symbol: 'USDY',
Expand Down

0 comments on commit 68e25c7

Please sign in to comment.