@argonprotocol/mainchain 1.4.3-dev.caca6309 → 1.4.3-dev.d84b1cb0

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.
@@ -37,6 +37,7 @@ import type {
37
37
  ArgonPrimitivesDomainSemver,
38
38
  ArgonPrimitivesDomainVersionHost,
39
39
  ArgonPrimitivesDomainZoneRecord,
40
+ ArgonPrimitivesEthereumEthereumBeaconPreset,
40
41
  ArgonPrimitivesEthereumEthereumExecutionBlockProof,
41
42
  ArgonPrimitivesEthereumEthereumExecutionHeader,
42
43
  ArgonPrimitivesEthereumEthereumLog,
@@ -161,6 +162,9 @@ import type {
161
162
  PalletEthereumVerifierFork,
162
163
  PalletEthereumVerifierForkVersions,
163
164
  PalletEthereumVerifierNextSyncCommitteeUpdate,
165
+ PalletEthereumVerifierSyncAggregate,
166
+ PalletEthereumVerifierSyncCommittee,
167
+ PalletEthereumVerifierSyncCommitteePrepared,
164
168
  PalletEthereumVerifierUpdate,
165
169
  PalletFeeControlError,
166
170
  PalletFeeControlEvent,
@@ -256,9 +260,6 @@ import type {
256
260
  SnowbridgeBeaconPrimitivesExecutionPayloadHeader,
257
261
  SnowbridgeBeaconPrimitivesPublicKey,
258
262
  SnowbridgeBeaconPrimitivesSignature,
259
- SnowbridgeBeaconPrimitivesSyncAggregate,
260
- SnowbridgeBeaconPrimitivesSyncCommittee,
261
- SnowbridgeBeaconPrimitivesSyncCommitteePrepared,
262
263
  SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader,
263
264
  SnowbridgeMilagroBlsKeysPublicKey,
264
265
  SpArithmeticArithmeticError,
@@ -313,6 +314,7 @@ declare module '@polkadot/types/types/registry' {
313
314
  ArgonPrimitivesDomainSemver: ArgonPrimitivesDomainSemver;
314
315
  ArgonPrimitivesDomainVersionHost: ArgonPrimitivesDomainVersionHost;
315
316
  ArgonPrimitivesDomainZoneRecord: ArgonPrimitivesDomainZoneRecord;
317
+ ArgonPrimitivesEthereumEthereumBeaconPreset: ArgonPrimitivesEthereumEthereumBeaconPreset;
316
318
  ArgonPrimitivesEthereumEthereumExecutionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
317
319
  ArgonPrimitivesEthereumEthereumExecutionHeader: ArgonPrimitivesEthereumEthereumExecutionHeader;
318
320
  ArgonPrimitivesEthereumEthereumLog: ArgonPrimitivesEthereumEthereumLog;
@@ -437,6 +439,9 @@ declare module '@polkadot/types/types/registry' {
437
439
  PalletEthereumVerifierFork: PalletEthereumVerifierFork;
438
440
  PalletEthereumVerifierForkVersions: PalletEthereumVerifierForkVersions;
439
441
  PalletEthereumVerifierNextSyncCommitteeUpdate: PalletEthereumVerifierNextSyncCommitteeUpdate;
442
+ PalletEthereumVerifierSyncAggregate: PalletEthereumVerifierSyncAggregate;
443
+ PalletEthereumVerifierSyncCommittee: PalletEthereumVerifierSyncCommittee;
444
+ PalletEthereumVerifierSyncCommitteePrepared: PalletEthereumVerifierSyncCommitteePrepared;
440
445
  PalletEthereumVerifierUpdate: PalletEthereumVerifierUpdate;
441
446
  PalletFeeControlError: PalletFeeControlError;
442
447
  PalletFeeControlEvent: PalletFeeControlEvent;
@@ -532,9 +537,6 @@ declare module '@polkadot/types/types/registry' {
532
537
  SnowbridgeBeaconPrimitivesExecutionPayloadHeader: SnowbridgeBeaconPrimitivesExecutionPayloadHeader;
533
538
  SnowbridgeBeaconPrimitivesPublicKey: SnowbridgeBeaconPrimitivesPublicKey;
534
539
  SnowbridgeBeaconPrimitivesSignature: SnowbridgeBeaconPrimitivesSignature;
535
- SnowbridgeBeaconPrimitivesSyncAggregate: SnowbridgeBeaconPrimitivesSyncAggregate;
536
- SnowbridgeBeaconPrimitivesSyncCommittee: SnowbridgeBeaconPrimitivesSyncCommittee;
537
- SnowbridgeBeaconPrimitivesSyncCommitteePrepared: SnowbridgeBeaconPrimitivesSyncCommitteePrepared;
538
540
  SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader: SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader;
539
541
  SnowbridgeMilagroBlsKeysPublicKey: SnowbridgeMilagroBlsKeysPublicKey;
540
542
  SpArithmeticArithmeticError: SpArithmeticArithmeticError;