--- a/tests/src/interfaces/augment-api-consts.ts +++ b/tests/src/interfaces/augment-api-consts.ts @@ -82,8 +82,12 @@ appPromotionDailyRate: Perbill & AugmentedConst; dayRelayBlocks: u32 & AugmentedConst; defaultMinGasPrice: u64 & AugmentedConst; +<<<<<<< HEAD defaultWeightToFeeCoefficient: u32 & AugmentedConst; maxXcmAllowedLocations: u32 & AugmentedConst; +======= + defaultWeightToFeeCoefficient: u64 & AugmentedConst; +>>>>>>> chore: regenerate types /** * Generic const **/ --- a/tests/src/interfaces/augment-api-query.ts +++ b/tests/src/interfaces/augment-api-query.ts @@ -162,8 +162,12 @@ configuration: { appPromomotionConfigurationOverride: AugmentedQuery Observable, []> & QueryableStorageEntry; minGasPriceOverride: AugmentedQuery Observable, []> & QueryableStorageEntry; +<<<<<<< HEAD weightToFeeCoefficientOverride: AugmentedQuery Observable, []> & QueryableStorageEntry; xcmAllowedLocationsOverride: AugmentedQuery Observable>>, []> & QueryableStorageEntry; +======= + weightToFeeCoefficientOverride: AugmentedQuery Observable, []> & QueryableStorageEntry; +>>>>>>> chore: regenerate types /** * Generic query **/ --- a/tests/src/interfaces/augment-api-tx.ts +++ b/tests/src/interfaces/augment-api-tx.ts @@ -217,8 +217,12 @@ configuration: { setAppPromotionConfigurationOverride: AugmentedSubmittable<(configuration: PalletConfigurationAppPromotionConfiguration | { recalculationInterval?: any; pendingInterval?: any; intervalIncome?: any; maxStakersPerCalculation?: any } | string | Uint8Array) => SubmittableExtrinsic, [PalletConfigurationAppPromotionConfiguration]>; setMinGasPriceOverride: AugmentedSubmittable<(coeff: Option | null | Uint8Array | u64 | AnyNumber) => SubmittableExtrinsic, [Option]>; +<<<<<<< HEAD setWeightToFeeCoefficientOverride: AugmentedSubmittable<(coeff: Option | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic, [Option]>; setXcmAllowedLocations: AugmentedSubmittable<(locations: Option> | null | Uint8Array | Vec | (XcmV1MultiLocation | { parents?: any; interior?: any } | string | Uint8Array)[]) => SubmittableExtrinsic, [Option>]>; +======= + setWeightToFeeCoefficientOverride: AugmentedSubmittable<(coeff: Option | null | Uint8Array | u64 | AnyNumber) => SubmittableExtrinsic, [Option]>; +>>>>>>> chore: regenerate types /** * Generic tx **/ --- a/tests/src/interfaces/default/types.ts +++ b/tests/src/interfaces/default/types.ts @@ -1303,7 +1303,7 @@ export interface PalletConfigurationCall extends Enum { readonly isSetWeightToFeeCoefficientOverride: boolean; readonly asSetWeightToFeeCoefficientOverride: { - readonly coeff: Option; + readonly coeff: Option; } & Struct; readonly isSetMinGasPriceOverride: boolean; readonly asSetMinGasPriceOverride: { --- a/tests/src/interfaces/lookup.ts +++ b/tests/src/interfaces/lookup.ts @@ -1,3 +1,4 @@ +<<<<<<< HEAD // Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ @@ -3457,3 +3458,6 @@ **/ PalletEthereumFakeTransactionFinalizer: 'Null' }; +======= +export default {} +>>>>>>> chore: regenerate types --- a/tests/src/interfaces/types-lookup.ts +++ b/tests/src/interfaces/types-lookup.ts @@ -2675,7 +2675,7 @@ interface PalletConfigurationCall extends Enum { readonly isSetWeightToFeeCoefficientOverride: boolean; readonly asSetWeightToFeeCoefficientOverride: { - readonly coeff: Option; + readonly coeff: Option; } & Struct; readonly isSetMinGasPriceOverride: boolean; readonly asSetMinGasPriceOverride: {