@aztec/ethereum 3.0.0-nightly.20251110 → 3.0.0-nightly.20251111

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.
@@ -19,23 +19,23 @@ export type L1ContractAddresses = {
19
19
  dateGatedRelayerAddress?: EthAddress | undefined;
20
20
  };
21
21
  export declare const L1ContractAddressesSchema: z.ZodObject<{
22
- rollupAddress: z.ZodType<EthAddress, any, string>;
23
- registryAddress: z.ZodType<EthAddress, any, string>;
24
- inboxAddress: z.ZodType<EthAddress, any, string>;
25
- outboxAddress: z.ZodType<EthAddress, any, string>;
26
- feeJuiceAddress: z.ZodType<EthAddress, any, string>;
27
- stakingAssetAddress: z.ZodType<EthAddress, any, string>;
28
- feeJuicePortalAddress: z.ZodType<EthAddress, any, string>;
29
- coinIssuerAddress: z.ZodType<EthAddress, any, string>;
30
- rewardDistributorAddress: z.ZodType<EthAddress, any, string>;
31
- governanceProposerAddress: z.ZodType<EthAddress, any, string>;
32
- governanceAddress: z.ZodType<EthAddress, any, string>;
33
- slashFactoryAddress: z.ZodOptional<z.ZodType<EthAddress, any, string>>;
34
- feeAssetHandlerAddress: z.ZodOptional<z.ZodType<EthAddress, any, string>>;
35
- stakingAssetHandlerAddress: z.ZodOptional<z.ZodType<EthAddress, any, string>>;
36
- zkPassportVerifierAddress: z.ZodOptional<z.ZodType<EthAddress, any, string>>;
37
- gseAddress: z.ZodOptional<z.ZodType<EthAddress, any, string>>;
38
- dateGatedRelayerAddress: z.ZodOptional<z.ZodType<EthAddress, any, string>>;
22
+ rollupAddress: z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>;
23
+ registryAddress: z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>;
24
+ inboxAddress: z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>;
25
+ outboxAddress: z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>;
26
+ feeJuiceAddress: z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>;
27
+ stakingAssetAddress: z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>;
28
+ feeJuicePortalAddress: z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>;
29
+ coinIssuerAddress: z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>;
30
+ rewardDistributorAddress: z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>;
31
+ governanceProposerAddress: z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>;
32
+ governanceAddress: z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>;
33
+ slashFactoryAddress: z.ZodOptional<z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>>;
34
+ feeAssetHandlerAddress: z.ZodOptional<z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>>;
35
+ stakingAssetHandlerAddress: z.ZodOptional<z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>>;
36
+ zkPassportVerifierAddress: z.ZodOptional<z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>>;
37
+ gseAddress: z.ZodOptional<z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>>;
38
+ dateGatedRelayerAddress: z.ZodOptional<z.ZodUnion<[z.ZodType<EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, EthAddress, string>]>>;
39
39
  }, "strip", z.ZodTypeAny, {
40
40
  rollupAddress: EthAddress;
41
41
  registryAddress: EthAddress;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/ethereum",
3
- "version": "3.0.0-nightly.20251110",
3
+ "version": "3.0.0-nightly.20251111",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -31,10 +31,10 @@
31
31
  "../package.common.json"
32
32
  ],
33
33
  "dependencies": {
34
- "@aztec/blob-lib": "3.0.0-nightly.20251110",
35
- "@aztec/constants": "3.0.0-nightly.20251110",
36
- "@aztec/foundation": "3.0.0-nightly.20251110",
37
- "@aztec/l1-artifacts": "3.0.0-nightly.20251110",
34
+ "@aztec/blob-lib": "3.0.0-nightly.20251111",
35
+ "@aztec/constants": "3.0.0-nightly.20251111",
36
+ "@aztec/foundation": "3.0.0-nightly.20251111",
37
+ "@aztec/l1-artifacts": "3.0.0-nightly.20251111",
38
38
  "@viem/anvil": "^0.0.10",
39
39
  "dotenv": "^16.0.3",
40
40
  "lodash.chunk": "^4.2.0",