From dbfdfd797bd64e50699a6087b0348dc00010a242 Mon Sep 17 00:00:00 2001 From: 0xbigz <83473873+0xbigz@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:08:05 -0500 Subject: [PATCH 1/2] sdk: spot-market-35-oracle-update --- sdk/src/constants/spotMarkets.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/src/constants/spotMarkets.ts b/sdk/src/constants/spotMarkets.ts index 838869937..3c1f2da9e 100644 --- a/sdk/src/constants/spotMarkets.ts +++ b/sdk/src/constants/spotMarkets.ts @@ -674,8 +674,8 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [ symbol: 'AI16Z', marketIndex: 35, poolId: 0, - oracle: new PublicKey('3BGheQVvYtBNpBKSUXSTjpyKQc3dh8iiwT91Aiq7KYCU'), - oracleSource: OracleSource.PYTH_LAZER, + oracle: new PublicKey('BHqLyA9ov1VPNzt8eb5bt75X2Vk1EVKw1d9Qa78Gk5tR'), + oracleSource: OracleSource.SWITCHBOARD_ON_DEMAND, mint: new PublicKey('HeLp6NuQkmYB4pYWo2zYs22mESHXPQYzXbB8n4V98jwC'), precision: new BN(10).pow(NINE), precisionExp: NINE, From 08353d8b3e027ec875b598d595a31c4f0bedc45a Mon Sep 17 00:00:00 2001 From: 0xbigz <83473873+0xbigz@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:10:53 -0500 Subject: [PATCH 2/2] rm old fields --- sdk/src/constants/spotMarkets.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdk/src/constants/spotMarkets.ts b/sdk/src/constants/spotMarkets.ts index 3c1f2da9e..3c5c8eb9d 100644 --- a/sdk/src/constants/spotMarkets.ts +++ b/sdk/src/constants/spotMarkets.ts @@ -679,10 +679,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [ mint: new PublicKey('HeLp6NuQkmYB4pYWo2zYs22mESHXPQYzXbB8n4V98jwC'), precision: new BN(10).pow(NINE), precisionExp: NINE, - pythFeedId: - '0x2551eca7784671173def2c41e6f3e51e11cd87494863f1d208fdd8c64a1f85ae', launchTs: 1736384970000, - pythLazerId: 171, }, { symbol: 'TRUMP',