Skip to content

Commit

Permalink
chore: update dsol oracle (drift-labs#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan authored Oct 23, 2024
1 parent ea6cacb commit 58cae18
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 @@ -325,8 +325,8 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
{
symbol: 'dSOL',
marketIndex: 17,
oracle: new PublicKey('HJ9K9AamqVMp86j3uQgpA1tdJNRAwfVuL75FD9P3QBrn'),
oracleSource: OracleSource.SWITCHBOARD,
oracle: new PublicKey('7QJ6e57t3yM8HYVg6bAnJiCiZ3wQQ5CSVsa6GA16nJuK'),
oracleSource: OracleSource.SWITCHBOARD_ON_DEMAND,
mint: new PublicKey('Dso1bDeDjCQxTrWHqUUi63oBvV7Mdm6WaobLbQ7gnPQ'),
precision: new BN(10).pow(NINE),
precisionExp: NINE,
Expand Down

0 comments on commit 58cae18

Please sign in to comment.