@argonprotocol/mainchain 1.4.10-dev.d4d4d1dd → 1.4.11

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.
@@ -242,6 +242,8 @@ import type {
242
242
  PalletPriceIndexCall,
243
243
  PalletPriceIndexCpiMeasurementBucket,
244
244
  PalletPriceIndexError,
245
+ PalletPriceIndexEthereumPriceFrameAccumulator,
246
+ PalletPriceIndexEthereumPriceIndex,
245
247
  PalletPriceIndexEvent,
246
248
  PalletPriceIndexPriceIndex,
247
249
  PalletProxyAnnouncement,
@@ -553,6 +555,8 @@ declare module '@polkadot/types/types/registry' {
553
555
  PalletPriceIndexCall: PalletPriceIndexCall;
554
556
  PalletPriceIndexCpiMeasurementBucket: PalletPriceIndexCpiMeasurementBucket;
555
557
  PalletPriceIndexError: PalletPriceIndexError;
558
+ PalletPriceIndexEthereumPriceFrameAccumulator: PalletPriceIndexEthereumPriceFrameAccumulator;
559
+ PalletPriceIndexEthereumPriceIndex: PalletPriceIndexEthereumPriceIndex;
556
560
  PalletPriceIndexEvent: PalletPriceIndexEvent;
557
561
  PalletPriceIndexPriceIndex: PalletPriceIndexPriceIndex;
558
562
  PalletProxyAnnouncement: PalletProxyAnnouncement;