Skip to content

Commit 1c0f9c7

Browse files
authored
feat: update syrupUSDC oracle source to pyth lazer (#2096)
* feat: update syrupUSDC oracle source to pyth lazer * fix: syrup USDC not stable coin, fix oracle source
1 parent fc59d25 commit 1c0f9c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/src/constants/spotMarkets.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,12 +951,13 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
951951
marketIndex: 57,
952952
poolId: 0,
953953
oracle: new PublicKey('GqqkoqHU5pqgTvL88xSCipH9txbPETyzvAvybQ3zRpzw'),
954-
oracleSource: OracleSource.PYTH_PULL,
954+
oracleSource: OracleSource.PYTH_LAZER,
955955
mint: new PublicKey('AvZZF1YaZDziPY2RCK4oJrRVrbN3mTD9NL24hPeaZeUj'),
956956
precision: new BN(10).pow(SIX),
957957
precisionExp: SIX,
958958
pythFeedId:
959959
'0x2ad31d1c4a85fbf2156ce57fab4104124c5ef76a6386375ecfc8da1ed5ce1486',
960+
pythLazerId: 2941,
960961
},
961962
{
962963
symbol: 'LBTC',

0 commit comments

Comments
 (0)