File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments