File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lazer/sdk/js/src/generated Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -358,9 +358,9 @@ export const pyth_lazer_transaction = $root.pyth_lazer_transaction = (() => {
358358 if ( ! writer )
359359 writer = $Writer . create ( ) ;
360360 if ( message . priceUpdateV1 != null && Object . hasOwnProperty . call ( message , "priceUpdateV1" ) )
361- $root . pyth_lazer_transaction . PriceUpdateV1 . encode ( message . priceUpdateV1 , writer . uint32 ( /* id 3 , wireType 2 =*/ 26 ) . fork ( ) ) . ldelim ( ) ;
361+ $root . pyth_lazer_transaction . PriceUpdateV1 . encode ( message . priceUpdateV1 , writer . uint32 ( /* id 1 , wireType 2 =*/ 10 ) . fork ( ) ) . ldelim ( ) ;
362362 if ( message . fundingRateUpdateV1 != null && Object . hasOwnProperty . call ( message , "fundingRateUpdateV1" ) )
363- $root . pyth_lazer_transaction . FundingRateUpdateV1 . encode ( message . fundingRateUpdateV1 , writer . uint32 ( /* id 4 , wireType 2 =*/ 34 ) . fork ( ) ) . ldelim ( ) ;
363+ $root . pyth_lazer_transaction . FundingRateUpdateV1 . encode ( message . fundingRateUpdateV1 , writer . uint32 ( /* id 2 , wireType 2 =*/ 18 ) . fork ( ) ) . ldelim ( ) ;
364364 return writer ;
365365 } ;
366366
@@ -395,11 +395,11 @@ export const pyth_lazer_transaction = $root.pyth_lazer_transaction = (() => {
395395 while ( reader . pos < end ) {
396396 let tag = reader . uint32 ( ) ;
397397 switch ( tag >>> 3 ) {
398- case 3 : {
398+ case 1 : {
399399 message . priceUpdateV1 = $root . pyth_lazer_transaction . PriceUpdateV1 . decode ( reader , reader . uint32 ( ) ) ;
400400 break ;
401401 }
402- case 4 : {
402+ case 2 : {
403403 message . fundingRateUpdateV1 = $root . pyth_lazer_transaction . FundingRateUpdateV1 . decode ( reader , reader . uint32 ( ) ) ;
404404 break ;
405405 }
You can’t perform that action at this time.
0 commit comments