Skip to content

Commit

Permalink
sdk: update RENDER oracle/names (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney authored Jul 24, 2024
1 parent 8dea5e2 commit 6c4bbea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions sdk/src/constants/perpMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,16 +160,16 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
'0x385f64d993f7b77d8182ed5003d97c60aa3361f3cecfe711544d2d59165e9bdf',
},
{
fullName: 'RNDR',
fullName: 'RENDER',
category: ['Infra'],
symbol: 'RNDR-PERP',
baseAssetSymbol: 'RNDR',
symbol: 'RENDER-PERP',
baseAssetSymbol: 'RENDER',
marketIndex: 12,
oracle: new PublicKey('F3mPHRtJqqq57JPDBmUwUVhpyPLmjE5dAzDfpVgpFkug'),
oracle: new PublicKey('8TQztfGcNjHGRusX4ejQQtPZs3Ypczt9jWF6pkgQMqUX'),
launchTs: 1687201081000,
oracleSource: OracleSource.PYTH_PULL,
pythFeedId:
'0xab7347771135fc733f8f38db462ba085ed3309955f42554a14fa13e855ac0e2f',
'0x3d4a2bd9535be6ce8059d75eadeba507b043257321aa544717c56fa19b49e35d',
},
{
fullName: 'XRP',
Expand Down
6 changes: 3 additions & 3 deletions sdk/src/constants/spotMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,17 +235,17 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
'0x0a0408d619e9380abad35060f9192039ed5042fa6f82301d0e48bb52be830996',
},
{
symbol: 'RNDR',
symbol: 'RENDER',
marketIndex: 12,
oracle: new PublicKey('F3mPHRtJqqq57JPDBmUwUVhpyPLmjE5dAzDfpVgpFkug'),
oracle: new PublicKey('8TQztfGcNjHGRusX4ejQQtPZs3Ypczt9jWF6pkgQMqUX'),
oracleSource: OracleSource.PYTH_PULL,
mint: new PublicKey('rndrizKT3MK1iimdxRdWabcF7Zg7AR5T4nud4EkHBof'),
precision: new BN(10).pow(EIGHT),
precisionExp: EIGHT,
serumMarket: new PublicKey('2m7ZLEKtxWF29727DSb5D91erpXPUY1bqhRWRC3wQX7u'),
launchTs: 1708964021000,
pythFeedId:
'0xab7347771135fc733f8f38db462ba085ed3309955f42554a14fa13e855ac0e2f',
'0x3d4a2bd9535be6ce8059d75eadeba507b043257321aa544717c56fa19b49e35d',
},
{
symbol: 'W',
Expand Down

0 comments on commit 6c4bbea

Please sign in to comment.