@argonprotocol/mainchain 1.4.10-dev.d4d4d1dd → 1.4.10-dev.f355ccc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,6 +123,7 @@ import type {
123
123
  PalletBitcoinLocksCall,
124
124
  PalletBitcoinLocksError,
125
125
  PalletBitcoinLocksEvent,
126
+ PalletBitcoinLocksFeeCoupon,
126
127
  PalletBitcoinLocksHoldReason,
127
128
  PalletBitcoinLocksLockOptions,
128
129
  PalletBitcoinLocksLockReleaseRequest,
@@ -242,6 +243,8 @@ import type {
242
243
  PalletPriceIndexCall,
243
244
  PalletPriceIndexCpiMeasurementBucket,
244
245
  PalletPriceIndexError,
246
+ PalletPriceIndexEthereumPriceFrameAccumulator,
247
+ PalletPriceIndexEthereumPriceIndex,
245
248
  PalletPriceIndexEvent,
246
249
  PalletPriceIndexPriceIndex,
247
250
  PalletProxyAnnouncement,
@@ -283,7 +286,6 @@ import type {
283
286
  PalletVaultsError,
284
287
  PalletVaultsEvent,
285
288
  PalletVaultsHoldReason,
286
- PalletVaultsRecentCapacityDrop,
287
289
  PalletVaultsVaultConfig,
288
290
  PalletVaultsVaultFrameRevenue,
289
291
  SnowbridgeAmclBls381Big,
@@ -434,6 +436,7 @@ declare module '@polkadot/types/types/registry' {
434
436
  PalletBitcoinLocksCall: PalletBitcoinLocksCall;
435
437
  PalletBitcoinLocksError: PalletBitcoinLocksError;
436
438
  PalletBitcoinLocksEvent: PalletBitcoinLocksEvent;
439
+ PalletBitcoinLocksFeeCoupon: PalletBitcoinLocksFeeCoupon;
437
440
  PalletBitcoinLocksHoldReason: PalletBitcoinLocksHoldReason;
438
441
  PalletBitcoinLocksLockOptions: PalletBitcoinLocksLockOptions;
439
442
  PalletBitcoinLocksLockReleaseRequest: PalletBitcoinLocksLockReleaseRequest;
@@ -553,6 +556,8 @@ declare module '@polkadot/types/types/registry' {
553
556
  PalletPriceIndexCall: PalletPriceIndexCall;
554
557
  PalletPriceIndexCpiMeasurementBucket: PalletPriceIndexCpiMeasurementBucket;
555
558
  PalletPriceIndexError: PalletPriceIndexError;
559
+ PalletPriceIndexEthereumPriceFrameAccumulator: PalletPriceIndexEthereumPriceFrameAccumulator;
560
+ PalletPriceIndexEthereumPriceIndex: PalletPriceIndexEthereumPriceIndex;
556
561
  PalletPriceIndexEvent: PalletPriceIndexEvent;
557
562
  PalletPriceIndexPriceIndex: PalletPriceIndexPriceIndex;
558
563
  PalletProxyAnnouncement: PalletProxyAnnouncement;
@@ -594,7 +599,6 @@ declare module '@polkadot/types/types/registry' {
594
599
  PalletVaultsError: PalletVaultsError;
595
600
  PalletVaultsEvent: PalletVaultsEvent;
596
601
  PalletVaultsHoldReason: PalletVaultsHoldReason;
597
- PalletVaultsRecentCapacityDrop: PalletVaultsRecentCapacityDrop;
598
602
  PalletVaultsVaultConfig: PalletVaultsVaultConfig;
599
603
  PalletVaultsVaultFrameRevenue: PalletVaultsVaultFrameRevenue;
600
604
  SnowbridgeAmclBls381Big: SnowbridgeAmclBls381Big;