Skip to content

Commit

Permalink
sdk: fix devnet constant for W
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Jul 30, 2024
1 parent 1684b2e commit ea33c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/constants/perpMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
symbol: 'W-PERP',
baseAssetSymbol: 'W',
marketIndex: 23,
oracle: new PublicKey('4HbitGsdcFbtFotmYscikQFAAKJ3nYx4t7sV7fTvsk8U'),
oracle: new PublicKey('4iCi4DvXrubHQne8jzbMaWL3pd7v1Fip8iTe4H9vHNXB'),
launchTs: 1709852537000,
oracleSource: OracleSource.PYTH_PULL,
oracleSource: OracleSource.SWITCHBOARD_ON_DEMAND,
pythFeedId:
'0xeff7446475e218517566ea99e72a4abec2e1bd8498b43b7d8331e29dcb059389',
},
Expand Down

0 comments on commit ea33c9b

Please sign in to comment.