We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc59d25 commit 1c0f9c7Copy full SHA for 1c0f9c7
sdk/src/constants/spotMarkets.ts
@@ -951,12 +951,13 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
951
marketIndex: 57,
952
poolId: 0,
953
oracle: new PublicKey('GqqkoqHU5pqgTvL88xSCipH9txbPETyzvAvybQ3zRpzw'),
954
- oracleSource: OracleSource.PYTH_PULL,
+ oracleSource: OracleSource.PYTH_LAZER,
955
mint: new PublicKey('AvZZF1YaZDziPY2RCK4oJrRVrbN3mTD9NL24hPeaZeUj'),
956
precision: new BN(10).pow(SIX),
957
precisionExp: SIX,
958
pythFeedId:
959
'0x2ad31d1c4a85fbf2156ce57fab4104124c5ef76a6386375ecfc8da1ed5ce1486',
960
+ pythLazerId: 2941,
961
},
962
{
963
symbol: 'LBTC',
0 commit comments