Skip to content

Commit 6b4f02e

Browse files
committed
update devnet spot market oracles
1 parent 373f423 commit 6b4f02e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdk/src/constants/spotMarkets.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ export const DevnetSpotMarkets: SpotMarketConfig[] = [
3939
symbol: 'USDC',
4040
marketIndex: 0,
4141
poolId: 0,
42-
oracle: new PublicKey('En8hkHLkRe9d9DraYmBTrus518BvmVH448YcvmrFM6Ce'),
43-
oracleSource: OracleSource.PYTH_STABLE_COIN_PULL,
42+
oracle: new PublicKey('9VCioxmni2gDLv11qufWzT3RDERhQE4iY5Gf7NTfYyAV'),
43+
oracleSource: OracleSource.PYTH_LAZER_STABLE_COIN,
4444
mint: new PublicKey('8zGuJQqwhZafTah7Uc7Z4tXRnguqkn5KLFAP8oV6PHe2'),
4545
precision: new BN(10).pow(SIX),
4646
precisionExp: SIX,
@@ -52,8 +52,8 @@ export const DevnetSpotMarkets: SpotMarketConfig[] = [
5252
symbol: 'SOL',
5353
marketIndex: 1,
5454
poolId: 0,
55-
oracle: new PublicKey('BAtFj4kQttZRVep3UZS2aZRDixkGYgWsbqTBVDbnSsPF'),
56-
oracleSource: OracleSource.PYTH_PULL,
55+
oracle: new PublicKey('3m6i4RFWEDw2Ft4tFHPJtYgmpPe21k56M3FHeWYrgGBz'),
56+
oracleSource: OracleSource.PYTH_LAZER,
5757
mint: new PublicKey(WRAPPED_SOL_MINT),
5858
precision: LAMPORTS_PRECISION,
5959
precisionExp: LAMPORTS_EXP,

0 commit comments

Comments
 (0)