@zoralabs/protocol-deployments 0.1.5-DEV.0 → 0.1.5-DEV.10

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.
package/dist/index.js CHANGED
@@ -5,6 +5,80 @@ var __export = (target, all) => {
5
5
  };
6
6
 
7
7
  // src/generated/wagmi.ts
8
+ var iUnwrapAndForwardActionABI = [
9
+ {
10
+ stateMutability: "payable",
11
+ type: "function",
12
+ inputs: [
13
+ { name: "receiverAddress", internalType: "address", type: "address" },
14
+ { name: "call", internalType: "bytes", type: "bytes" },
15
+ { name: "valueToSend", internalType: "uint256", type: "uint256" }
16
+ ],
17
+ name: "callWithEth",
18
+ outputs: []
19
+ }
20
+ ];
21
+ var mintsEthUnwrapperAndCallerABI = [
22
+ {
23
+ stateMutability: "nonpayable",
24
+ type: "constructor",
25
+ inputs: [
26
+ {
27
+ name: "_zoraMints1155",
28
+ internalType: "contract IZoraMints1155",
29
+ type: "address"
30
+ }
31
+ ]
32
+ },
33
+ { stateMutability: "payable", type: "receive" },
34
+ {
35
+ stateMutability: "nonpayable",
36
+ type: "function",
37
+ inputs: [
38
+ { name: "", internalType: "address", type: "address" },
39
+ { name: "from", internalType: "address", type: "address" },
40
+ { name: "ids", internalType: "uint256[]", type: "uint256[]" },
41
+ { name: "values", internalType: "uint256[]", type: "uint256[]" },
42
+ { name: "data", internalType: "bytes", type: "bytes" }
43
+ ],
44
+ name: "onERC1155BatchReceived",
45
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
46
+ },
47
+ {
48
+ stateMutability: "nonpayable",
49
+ type: "function",
50
+ inputs: [
51
+ { name: "", internalType: "address", type: "address" },
52
+ { name: "from", internalType: "address", type: "address" },
53
+ { name: "id", internalType: "uint256", type: "uint256" },
54
+ { name: "value", internalType: "uint256", type: "uint256" },
55
+ { name: "data", internalType: "bytes", type: "bytes" }
56
+ ],
57
+ name: "onERC1155Received",
58
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
59
+ },
60
+ {
61
+ type: "error",
62
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
63
+ name: "ERC20NotSupported"
64
+ },
65
+ { type: "error", inputs: [], name: "ETHTransferFailed" },
66
+ { type: "error", inputs: [], name: "NotExpectingReceive" },
67
+ { type: "error", inputs: [], name: "NotZoraMints1155" },
68
+ {
69
+ type: "error",
70
+ inputs: [{ name: "data", internalType: "bytes", type: "bytes" }],
71
+ name: "TransferFailed"
72
+ },
73
+ { type: "error", inputs: [], name: "UnknownUserAction" }
74
+ ];
75
+ var mintsEthUnwrapperAndCallerAddress = {
76
+ 999999999: "0x98d1B7E6B9d11271124316593889BCF07038bE78"
77
+ };
78
+ var mintsEthUnwrapperAndCallerConfig = {
79
+ address: mintsEthUnwrapperAndCallerAddress,
80
+ abi: mintsEthUnwrapperAndCallerABI
81
+ };
8
82
  var zoraCreator1155FactoryImplABI = [
9
83
  {
10
84
  stateMutability: "nonpayable",
@@ -3627,7 +3701,8 @@ var zoraMints1155ABI = [
3627
3701
  type: "tuple",
3628
3702
  components: [
3629
3703
  { name: "price", internalType: "uint256", type: "uint256" },
3630
- { name: "tokenAddress", internalType: "address", type: "address" }
3704
+ { name: "tokenAddress", internalType: "address", type: "address" },
3705
+ { name: "redeemHandler", internalType: "address", type: "address" }
3631
3706
  ]
3632
3707
  }
3633
3708
  ],
@@ -3638,14 +3713,22 @@ var zoraMints1155ABI = [
3638
3713
  stateMutability: "view",
3639
3714
  type: "function",
3640
3715
  inputs: [],
3641
- name: "getManager",
3642
- outputs: [{ name: "", internalType: "address", type: "address" }]
3716
+ name: "eip712Domain",
3717
+ outputs: [
3718
+ { name: "fields", internalType: "bytes1", type: "bytes1" },
3719
+ { name: "name", internalType: "string", type: "string" },
3720
+ { name: "version", internalType: "string", type: "string" },
3721
+ { name: "chainId", internalType: "uint256", type: "uint256" },
3722
+ { name: "verifyingContract", internalType: "address", type: "address" },
3723
+ { name: "salt", internalType: "bytes32", type: "bytes32" },
3724
+ { name: "extensions", internalType: "uint256[]", type: "uint256[]" }
3725
+ ]
3643
3726
  },
3644
3727
  {
3645
3728
  stateMutability: "view",
3646
3729
  type: "function",
3647
3730
  inputs: [],
3648
- name: "getMsgSender",
3731
+ name: "getManager",
3649
3732
  outputs: [{ name: "", internalType: "address", type: "address" }]
3650
3733
  },
3651
3734
  {
@@ -3660,11 +3743,56 @@ var zoraMints1155ABI = [
3660
3743
  type: "tuple",
3661
3744
  components: [
3662
3745
  { name: "price", internalType: "uint256", type: "uint256" },
3663
- { name: "tokenAddress", internalType: "address", type: "address" }
3746
+ { name: "tokenAddress", internalType: "address", type: "address" },
3747
+ { name: "redeemHandler", internalType: "address", type: "address" }
3664
3748
  ]
3665
3749
  }
3666
3750
  ]
3667
3751
  },
3752
+ {
3753
+ stateMutability: "view",
3754
+ type: "function",
3755
+ inputs: [
3756
+ {
3757
+ name: "permit",
3758
+ internalType: "struct IZoraMints1155Managed.PermitBatch",
3759
+ type: "tuple",
3760
+ components: [
3761
+ { name: "owner", internalType: "address", type: "address" },
3762
+ { name: "to", internalType: "address", type: "address" },
3763
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3764
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3765
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3766
+ { name: "deadline", internalType: "uint256", type: "uint256" },
3767
+ { name: "nonce", internalType: "uint256", type: "uint256" }
3768
+ ]
3769
+ }
3770
+ ],
3771
+ name: "hashPermitBatch",
3772
+ outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
3773
+ },
3774
+ {
3775
+ stateMutability: "view",
3776
+ type: "function",
3777
+ inputs: [
3778
+ {
3779
+ name: "permit",
3780
+ internalType: "struct IZoraMints1155Managed.PermitSingle",
3781
+ type: "tuple",
3782
+ components: [
3783
+ { name: "owner", internalType: "address", type: "address" },
3784
+ { name: "to", internalType: "address", type: "address" },
3785
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3786
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3787
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3788
+ { name: "deadline", internalType: "uint256", type: "uint256" },
3789
+ { name: "nonce", internalType: "uint256", type: "uint256" }
3790
+ ]
3791
+ }
3792
+ ],
3793
+ name: "hashPermitSingle",
3794
+ outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
3795
+ },
3668
3796
  {
3669
3797
  stateMutability: "view",
3670
3798
  type: "function",
@@ -3682,6 +3810,52 @@ var zoraMints1155ABI = [
3682
3810
  name: "isConsumingScheduledOp",
3683
3811
  outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
3684
3812
  },
3813
+ {
3814
+ stateMutability: "view",
3815
+ type: "function",
3816
+ inputs: [
3817
+ {
3818
+ name: "permit",
3819
+ internalType: "struct IZoraMints1155Managed.PermitBatch",
3820
+ type: "tuple",
3821
+ components: [
3822
+ { name: "owner", internalType: "address", type: "address" },
3823
+ { name: "to", internalType: "address", type: "address" },
3824
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3825
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3826
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3827
+ { name: "deadline", internalType: "uint256", type: "uint256" },
3828
+ { name: "nonce", internalType: "uint256", type: "uint256" }
3829
+ ]
3830
+ },
3831
+ { name: "signature", internalType: "bytes", type: "bytes" }
3832
+ ],
3833
+ name: "isValidSignatureTransferBatch",
3834
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3835
+ },
3836
+ {
3837
+ stateMutability: "view",
3838
+ type: "function",
3839
+ inputs: [
3840
+ {
3841
+ name: "permit",
3842
+ internalType: "struct IZoraMints1155Managed.PermitSingle",
3843
+ type: "tuple",
3844
+ components: [
3845
+ { name: "owner", internalType: "address", type: "address" },
3846
+ { name: "to", internalType: "address", type: "address" },
3847
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3848
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3849
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3850
+ { name: "deadline", internalType: "uint256", type: "uint256" },
3851
+ { name: "nonce", internalType: "uint256", type: "uint256" }
3852
+ ]
3853
+ },
3854
+ { name: "signature", internalType: "bytes", type: "bytes" }
3855
+ ],
3856
+ name: "isValidSignatureTransferSingle",
3857
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3858
+ },
3685
3859
  {
3686
3860
  stateMutability: "nonpayable",
3687
3861
  type: "function",
@@ -3714,6 +3888,16 @@ var zoraMints1155ABI = [
3714
3888
  name: "name",
3715
3889
  outputs: [{ name: "", internalType: "string", type: "string" }]
3716
3890
  },
3891
+ {
3892
+ stateMutability: "view",
3893
+ type: "function",
3894
+ inputs: [
3895
+ { name: "owner", internalType: "address", type: "address" },
3896
+ { name: "nonce", internalType: "uint256", type: "uint256" }
3897
+ ],
3898
+ name: "nonceUsed",
3899
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3900
+ },
3717
3901
  {
3718
3902
  stateMutability: "nonpayable",
3719
3903
  type: "function",
@@ -3734,6 +3918,52 @@ var zoraMints1155ABI = [
3734
3918
  name: "notifyUpdatedTokenURI",
3735
3919
  outputs: []
3736
3920
  },
3921
+ {
3922
+ stateMutability: "nonpayable",
3923
+ type: "function",
3924
+ inputs: [
3925
+ {
3926
+ name: "permit",
3927
+ internalType: "struct IZoraMints1155Managed.PermitSingle",
3928
+ type: "tuple",
3929
+ components: [
3930
+ { name: "owner", internalType: "address", type: "address" },
3931
+ { name: "to", internalType: "address", type: "address" },
3932
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3933
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3934
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3935
+ { name: "deadline", internalType: "uint256", type: "uint256" },
3936
+ { name: "nonce", internalType: "uint256", type: "uint256" }
3937
+ ]
3938
+ },
3939
+ { name: "signature", internalType: "bytes", type: "bytes" }
3940
+ ],
3941
+ name: "permitSafeTransfer",
3942
+ outputs: []
3943
+ },
3944
+ {
3945
+ stateMutability: "nonpayable",
3946
+ type: "function",
3947
+ inputs: [
3948
+ {
3949
+ name: "permit",
3950
+ internalType: "struct IZoraMints1155Managed.PermitBatch",
3951
+ type: "tuple",
3952
+ components: [
3953
+ { name: "owner", internalType: "address", type: "address" },
3954
+ { name: "to", internalType: "address", type: "address" },
3955
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3956
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3957
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3958
+ { name: "deadline", internalType: "uint256", type: "uint256" },
3959
+ { name: "nonce", internalType: "uint256", type: "uint256" }
3960
+ ]
3961
+ },
3962
+ { name: "signature", internalType: "bytes", type: "bytes" }
3963
+ ],
3964
+ name: "permitSafeTransferBatch",
3965
+ outputs: []
3966
+ },
3737
3967
  {
3738
3968
  stateMutability: "nonpayable",
3739
3969
  type: "function",
@@ -3855,7 +4085,6 @@ var zoraMints1155ABI = [
3855
4085
  inputs: [
3856
4086
  { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3857
4087
  { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3858
- { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3859
4088
  { name: "call", internalType: "bytes", type: "bytes" }
3860
4089
  ],
3861
4090
  name: "transferBatchToManagerAndCall",
@@ -3902,19 +4131,7 @@ var zoraMints1155ABI = [
3902
4131
  name: "AuthorityUpdated"
3903
4132
  },
3904
4133
  { type: "event", anonymous: false, inputs: [], name: "ContractURIUpdated" },
3905
- {
3906
- type: "event",
3907
- anonymous: false,
3908
- inputs: [
3909
- {
3910
- name: "tokenId",
3911
- internalType: "uint256",
3912
- type: "uint256",
3913
- indexed: true
3914
- }
3915
- ],
3916
- name: "EthMintableTokenSet"
3917
- },
4134
+ { type: "event", anonymous: false, inputs: [], name: "EIP712DomainChanged" },
3918
4135
  {
3919
4136
  type: "event",
3920
4137
  anonymous: false,
@@ -3926,57 +4143,15 @@ var zoraMints1155ABI = [
3926
4143
  indexed: true
3927
4144
  },
3928
4145
  {
3929
- name: "pricePerToken",
4146
+ name: "price",
3930
4147
  internalType: "uint256",
3931
4148
  type: "uint256",
3932
4149
  indexed: true
3933
- }
3934
- ],
3935
- name: "EthTokenCreated"
3936
- },
3937
- {
3938
- type: "event",
3939
- anonymous: false,
3940
- inputs: [
3941
- {
3942
- name: "tokenIds",
3943
- internalType: "uint256[]",
3944
- type: "uint256[]",
3945
- indexed: false
3946
- },
3947
- {
3948
- name: "quantities",
3949
- internalType: "uint256[]",
3950
- type: "uint256[]",
3951
- indexed: false
3952
4150
  },
3953
4151
  {
3954
- name: "recipient",
4152
+ name: "tokenAddress",
3955
4153
  internalType: "address",
3956
4154
  type: "address",
3957
- indexed: false
3958
- }
3959
- ],
3960
- name: "RedeemedBatch"
3961
- },
3962
- {
3963
- type: "event",
3964
- anonymous: false,
3965
- inputs: [
3966
- {
3967
- name: "tokenId",
3968
- internalType: "uint256",
3969
- type: "uint256",
3970
- indexed: true
3971
- },
3972
- {
3973
- name: "tokenConfig",
3974
- internalType: "struct TokenConfig",
3975
- type: "tuple",
3976
- components: [
3977
- { name: "price", internalType: "uint256", type: "uint256" },
3978
- { name: "tokenAddress", internalType: "address", type: "address" }
3979
- ],
3980
4155
  indexed: true
3981
4156
  }
3982
4157
  ],
@@ -4137,11 +4312,36 @@ var zoraMints1155ABI = [
4137
4312
  name: "ERC1155MissingApprovalForAll"
4138
4313
  },
4139
4314
  { type: "error", inputs: [], name: "ERC20TransferSlippage" },
4315
+ {
4316
+ type: "error",
4317
+ inputs: [{ name: "deadline", internalType: "uint256", type: "uint256" }],
4318
+ name: "ERC2612ExpiredSignature"
4319
+ },
4140
4320
  { type: "error", inputs: [], name: "ETHTransferFailed" },
4141
4321
  { type: "error", inputs: [], name: "IncorrectAmountSent" },
4322
+ {
4323
+ type: "error",
4324
+ inputs: [
4325
+ { name: "account", internalType: "address", type: "address" },
4326
+ { name: "currentNonce", internalType: "uint256", type: "uint256" }
4327
+ ],
4328
+ name: "InvalidAccountNonce"
4329
+ },
4142
4330
  { type: "error", inputs: [], name: "InvalidRecipient" },
4331
+ { type: "error", inputs: [], name: "InvalidShortString" },
4332
+ { type: "error", inputs: [], name: "InvalidSignature" },
4143
4333
  { type: "error", inputs: [], name: "InvalidTokenPrice" },
4144
4334
  { type: "error", inputs: [], name: "NoUriForNonexistentToken" },
4335
+ {
4336
+ type: "error",
4337
+ inputs: [{ name: "handler", internalType: "address", type: "address" }],
4338
+ name: "NotARedeemHandler"
4339
+ },
4340
+ {
4341
+ type: "error",
4342
+ inputs: [{ name: "str", internalType: "string", type: "string" }],
4343
+ name: "StringTooLong"
4344
+ },
4145
4345
  { type: "error", inputs: [], name: "TokenAlreadyCreated" },
4146
4346
  { type: "error", inputs: [], name: "TokenDoesNotExist" },
4147
4347
  {
@@ -4159,7 +4359,7 @@ var zoraMints1155ABI = [
4159
4359
  { type: "error", inputs: [], name: "TokenNotMintable" }
4160
4360
  ];
4161
4361
  var zoraMints1155Address = {
4162
- 999999999: "0x777777772b3123825eE55F3C45b6CbFd1631aBE1"
4362
+ 999999999: "0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4"
4163
4363
  };
4164
4364
  var zoraMints1155Config = {
4165
4365
  address: zoraMints1155Address,
@@ -4191,6 +4391,21 @@ var zoraMintsManagerImplABI = [
4191
4391
  name: "acceptOwnership",
4192
4392
  outputs: []
4193
4393
  },
4394
+ {
4395
+ stateMutability: "payable",
4396
+ type: "function",
4397
+ inputs: [
4398
+ { name: "callFrom", internalType: "address", type: "address" },
4399
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
4400
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
4401
+ { name: "call", internalType: "bytes", type: "bytes" }
4402
+ ],
4403
+ name: "callWithTransferTokens",
4404
+ outputs: [
4405
+ { name: "success", internalType: "bool", type: "bool" },
4406
+ { name: "result", internalType: "bytes", type: "bytes" }
4407
+ ]
4408
+ },
4194
4409
  {
4195
4410
  stateMutability: "view",
4196
4411
  type: "function",
@@ -4206,8 +4421,6 @@ var zoraMintsManagerImplABI = [
4206
4421
  stateMutability: "payable",
4207
4422
  type: "function",
4208
4423
  inputs: [
4209
- { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
4210
- { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
4211
4424
  {
4212
4425
  name: "zoraCreator1155Contract",
4213
4426
  internalType: "contract IMintWithMints",
@@ -4220,17 +4433,17 @@ var zoraMintsManagerImplABI = [
4220
4433
  type: "uint256"
4221
4434
  },
4222
4435
  {
4223
- name: "mintArguments",
4224
- internalType: "struct MintArguments",
4436
+ name: "collectMintArguments",
4437
+ internalType: "struct ICollectWithZoraMints.CollectMintArguments",
4225
4438
  type: "tuple",
4226
4439
  components: [
4227
- { name: "mintRecipient", internalType: "address", type: "address" },
4228
- { name: "mintComment", internalType: "string", type: "string" },
4229
4440
  {
4230
4441
  name: "mintRewardsRecipients",
4231
4442
  internalType: "address[]",
4232
4443
  type: "address[]"
4233
- }
4444
+ },
4445
+ { name: "minterArguments", internalType: "bytes", type: "bytes" },
4446
+ { name: "mintComment", internalType: "string", type: "string" }
4234
4447
  ]
4235
4448
  }
4236
4449
  ],
@@ -4241,8 +4454,6 @@ var zoraMintsManagerImplABI = [
4241
4454
  stateMutability: "payable",
4242
4455
  type: "function",
4243
4456
  inputs: [
4244
- { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
4245
- { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
4246
4457
  {
4247
4458
  name: "contractConfig",
4248
4459
  internalType: "struct ContractCreationConfig",
@@ -4359,13 +4570,25 @@ var zoraMintsManagerImplABI = [
4359
4570
  type: "tuple",
4360
4571
  components: [
4361
4572
  { name: "price", internalType: "uint256", type: "uint256" },
4362
- { name: "tokenAddress", internalType: "address", type: "address" }
4573
+ { name: "tokenAddress", internalType: "address", type: "address" },
4574
+ { name: "redeemHandler", internalType: "address", type: "address" }
4363
4575
  ]
4364
- }
4576
+ },
4577
+ { name: "defaultMintable", internalType: "bool", type: "bool" }
4365
4578
  ],
4366
4579
  name: "createToken",
4367
4580
  outputs: []
4368
4581
  },
4582
+ {
4583
+ stateMutability: "pure",
4584
+ type: "function",
4585
+ inputs: [{ name: "minterArguments", internalType: "bytes", type: "bytes" }],
4586
+ name: "decodeMintRecipientAndComment",
4587
+ outputs: [
4588
+ { name: "mintTo", internalType: "address", type: "address" },
4589
+ { name: "mintComment", internalType: "string", type: "string" }
4590
+ ]
4591
+ },
4369
4592
  {
4370
4593
  stateMutability: "view",
4371
4594
  type: "function",
@@ -4438,27 +4661,27 @@ var zoraMintsManagerImplABI = [
4438
4661
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
4439
4662
  },
4440
4663
  {
4441
- stateMutability: "pure",
4664
+ stateMutability: "nonpayable",
4442
4665
  type: "function",
4443
4666
  inputs: [
4444
4667
  { name: "", internalType: "address", type: "address" },
4445
- { name: "", internalType: "address", type: "address" },
4446
- { name: "", internalType: "uint256[]", type: "uint256[]" },
4447
- { name: "", internalType: "uint256[]", type: "uint256[]" },
4448
- { name: "", internalType: "bytes", type: "bytes" }
4668
+ { name: "from", internalType: "address", type: "address" },
4669
+ { name: "ids", internalType: "uint256[]", type: "uint256[]" },
4670
+ { name: "values", internalType: "uint256[]", type: "uint256[]" },
4671
+ { name: "data", internalType: "bytes", type: "bytes" }
4449
4672
  ],
4450
4673
  name: "onERC1155BatchReceived",
4451
4674
  outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
4452
4675
  },
4453
4676
  {
4454
- stateMutability: "pure",
4677
+ stateMutability: "nonpayable",
4455
4678
  type: "function",
4456
4679
  inputs: [
4457
4680
  { name: "", internalType: "address", type: "address" },
4458
- { name: "", internalType: "address", type: "address" },
4459
- { name: "", internalType: "uint256", type: "uint256" },
4460
- { name: "", internalType: "uint256", type: "uint256" },
4461
- { name: "", internalType: "bytes", type: "bytes" }
4681
+ { name: "from", internalType: "address", type: "address" },
4682
+ { name: "id", internalType: "uint256", type: "uint256" },
4683
+ { name: "value", internalType: "uint256", type: "uint256" },
4684
+ { name: "data", internalType: "bytes", type: "bytes" }
4462
4685
  ],
4463
4686
  name: "onERC1155Received",
4464
4687
  outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
@@ -4575,6 +4798,25 @@ var zoraMintsManagerImplABI = [
4575
4798
  ],
4576
4799
  name: "Collected"
4577
4800
  },
4801
+ {
4802
+ type: "event",
4803
+ anonymous: false,
4804
+ inputs: [
4805
+ {
4806
+ name: "tokenAddress",
4807
+ internalType: "address",
4808
+ type: "address",
4809
+ indexed: false
4810
+ },
4811
+ {
4812
+ name: "tokenId",
4813
+ internalType: "uint256",
4814
+ type: "uint256",
4815
+ indexed: false
4816
+ }
4817
+ ],
4818
+ name: "DefaultMintableTokenSet"
4819
+ },
4578
4820
  {
4579
4821
  type: "event",
4580
4822
  anonymous: false,
@@ -4750,6 +4992,8 @@ var zoraMintsManagerImplABI = [
4750
4992
  ],
4751
4993
  name: "Create2InsufficientBalance"
4752
4994
  },
4995
+ { type: "error", inputs: [], name: "DefaultOwnerCannotBeZero" },
4996
+ { type: "error", inputs: [], name: "ERC1155BatchReceivedCallFailed" },
4753
4997
  { type: "error", inputs: [], name: "ERC1155_MINT_TO_ZERO_ADDRESS" },
4754
4998
  {
4755
4999
  type: "error",
@@ -4792,6 +5036,7 @@ var zoraMintsManagerImplABI = [
4792
5036
  name: "InvalidMerkleProof"
4793
5037
  },
4794
5038
  { type: "error", inputs: [], name: "InvalidMintSchedule" },
5039
+ { type: "error", inputs: [], name: "InvalidOwnerForAssociatedZoraMints" },
4795
5040
  { type: "error", inputs: [], name: "InvalidPremintVersion" },
4796
5041
  { type: "error", inputs: [], name: "InvalidRecipient" },
4797
5042
  { type: "error", inputs: [], name: "InvalidSignature" },
@@ -4812,9 +5057,17 @@ var zoraMintsManagerImplABI = [
4812
5057
  { type: "error", inputs: [], name: "MinterContractAlreadyExists" },
4813
5058
  { type: "error", inputs: [], name: "MinterContractDoesNotExist" },
4814
5059
  { type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
5060
+ { type: "error", inputs: [], name: "NoTokensTransferred" },
4815
5061
  { type: "error", inputs: [], name: "NoUriForNonexistentToken" },
4816
5062
  { type: "error", inputs: [], name: "NonEthRedemption" },
5063
+ {
5064
+ type: "error",
5065
+ inputs: [{ name: "handler", internalType: "address", type: "address" }],
5066
+ name: "NotARedeemHandler"
5067
+ },
4817
5068
  { type: "error", inputs: [], name: "NotInitializing" },
5069
+ { type: "error", inputs: [], name: "NotSelfCall" },
5070
+ { type: "error", inputs: [], name: "NotZoraMints1155" },
4818
5071
  {
4819
5072
  type: "error",
4820
5073
  inputs: [{ name: "owner", internalType: "address", type: "address" }],
@@ -4826,6 +5079,7 @@ var zoraMintsManagerImplABI = [
4826
5079
  name: "OwnableUnauthorizedAccount"
4827
5080
  },
4828
5081
  { type: "error", inputs: [], name: "PremintDeleted" },
5082
+ { type: "error", inputs: [], name: "PremintExecutorCannotBeZero" },
4829
5083
  {
4830
5084
  type: "error",
4831
5085
  inputs: [
@@ -4835,6 +5089,7 @@ var zoraMintsManagerImplABI = [
4835
5089
  ],
4836
5090
  name: "ProtocolRewardsWithdrawFailed"
4837
5091
  },
5092
+ { type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
4838
5093
  { type: "error", inputs: [], name: "Renderer_NotValidRendererContract" },
4839
5094
  { type: "error", inputs: [], name: "SaleEnded" },
4840
5095
  { type: "error", inputs: [], name: "SaleHasNotStarted" },
@@ -4874,6 +5129,11 @@ var zoraMintsManagerImplABI = [
4874
5129
  inputs: [{ name: "slot", internalType: "bytes32", type: "bytes32" }],
4875
5130
  name: "UUPSUnsupportedProxiableUUID"
4876
5131
  },
5132
+ {
5133
+ type: "error",
5134
+ inputs: [{ name: "selector", internalType: "bytes4", type: "bytes4" }],
5135
+ name: "UnknownUserAction"
5136
+ },
4877
5137
  {
4878
5138
  type: "error",
4879
5139
  inputs: [
@@ -4909,7 +5169,7 @@ var zoraMintsManagerImplABI = [
4909
5169
  { type: "error", inputs: [], name: "premintSignerContractNotAContract" }
4910
5170
  ];
4911
5171
  var zoraMintsManagerImplAddress = {
4912
- 999999999: "0x7777777579A2C6363387cC38C0A334624dDAbB90"
5172
+ 999999999: "0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7"
4913
5173
  };
4914
5174
  var zoraMintsManagerImplConfig = {
4915
5175
  address: zoraMintsManagerImplAddress,
@@ -4923,213 +5183,213 @@ __export(__exports, {
4923
5183
  chainConfigs: () => chainConfigs
4924
5184
  });
4925
5185
  var chainConfigs = {
4926
- "1": {
4927
- "FACTORY_OWNER": "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
4928
- "MINT_FEE_RECIPIENT": "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
4929
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4930
- },
4931
- "10": {
4932
- "FACTORY_OWNER": "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
4933
- "MINT_FEE_RECIPIENT": "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
4934
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4935
- },
4936
- "999": {
4937
- "FACTORY_OWNER": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
4938
- "MINT_FEE_RECIPIENT": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
4939
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4940
- },
4941
- "8453": {
4942
- "FACTORY_OWNER": "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
4943
- "MINT_FEE_RECIPIENT": "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
4944
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4945
- },
4946
- "42161": {
4947
- "FACTORY_OWNER": "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
4948
- "MINT_FEE_RECIPIENT": "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
4949
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4950
- },
4951
- "81457": {
4952
- "FACTORY_OWNER": "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
4953
- "MINT_FEE_RECIPIENT": "0x72E6394056f9152D3a41e5A25De383c191D16134",
4954
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4955
- },
4956
- "421614": {
4957
- "FACTORY_OWNER": "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
4958
- "MINT_FEE_RECIPIENT": "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
4959
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4960
- },
4961
- "7777777": {
4962
- "FACTORY_OWNER": "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
4963
- "MINT_FEE_RECIPIENT": "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
4964
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4965
- },
4966
- "11155111": {
4967
- "FACTORY_OWNER": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
4968
- "MINT_FEE_RECIPIENT": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
4969
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4970
- },
4971
- "168587773": {
4972
- "FACTORY_OWNER": "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
4973
- "MINT_FEE_RECIPIENT": "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
4974
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4975
- },
4976
- "999999999": {
4977
- "FACTORY_OWNER": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
4978
- "MINT_FEE_RECIPIENT": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
4979
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5186
+ 1: {
5187
+ FACTORY_OWNER: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
5188
+ MINT_FEE_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
5189
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5190
+ },
5191
+ 10: {
5192
+ FACTORY_OWNER: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
5193
+ MINT_FEE_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
5194
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5195
+ },
5196
+ 999: {
5197
+ FACTORY_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
5198
+ MINT_FEE_RECIPIENT: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
5199
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5200
+ },
5201
+ 8453: {
5202
+ FACTORY_OWNER: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
5203
+ MINT_FEE_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
5204
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5205
+ },
5206
+ 42161: {
5207
+ FACTORY_OWNER: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
5208
+ MINT_FEE_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
5209
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5210
+ },
5211
+ 81457: {
5212
+ FACTORY_OWNER: "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
5213
+ MINT_FEE_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134",
5214
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5215
+ },
5216
+ 421614: {
5217
+ FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
5218
+ MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
5219
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5220
+ },
5221
+ 7777777: {
5222
+ FACTORY_OWNER: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
5223
+ MINT_FEE_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
5224
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5225
+ },
5226
+ 11155111: {
5227
+ FACTORY_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
5228
+ MINT_FEE_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
5229
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5230
+ },
5231
+ 168587773: {
5232
+ FACTORY_OWNER: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
5233
+ MINT_FEE_RECIPIENT: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
5234
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5235
+ },
5236
+ 999999999: {
5237
+ FACTORY_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
5238
+ MINT_FEE_RECIPIENT: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
5239
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
4980
5240
  }
4981
5241
  };
4982
5242
  var addresses = {
4983
- "1": {
4984
- "CONTRACT_1155_IMPL": "0x32006e298C19818CD5e8000E26439691f0ac2128",
4985
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
4986
- "FACTORY_IMPL": "0xD662FB0fB00261C039441EF49Dbab154d7c533bD",
4987
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
4988
- "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
4989
- "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
4990
- "PREMINTER_IMPL": "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
4991
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
4992
- "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
4993
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
4994
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
4995
- "timestamp": 1706664239
4996
- },
4997
- "10": {
4998
- "CONTRACT_1155_IMPL": "0xECfbCf718E17B6e76A675dDB936a9249C69DD2aA",
4999
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
5000
- "FACTORY_IMPL": "0x32006e298C19818CD5e8000E26439691f0ac2128",
5001
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5002
- "FIXED_PRICE_SALE_STRATEGY": "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
5003
- "MERKLE_MINT_SALE_STRATEGY": "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
5004
- "PREMINTER_IMPL": "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5005
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5006
- "REDEEM_MINTER_FACTORY": "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
5007
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5008
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5009
- "timestamp": 1706664035
5010
- },
5011
- "999": {
5012
- "CONTRACT_1155_IMPL": "0x2022AdEF470DA3543a19fac8c9be80618112704D",
5013
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
5014
- "FACTORY_IMPL": "0x4b0365Ec68C2D92Af2Fa56f120095F0859142Eff",
5015
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5016
- "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
5017
- "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
5018
- "PREMINTER_IMPL": "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
5019
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5020
- "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
5021
- "UPGRADE_GATE": "0x0000000000000000000000000000000000000000",
5022
- "timestamp": 1704399834
5023
- },
5024
- "8453": {
5025
- "CONTRACT_1155_IMPL": "0xAF5A4F6F6640734d7D000321Bb27De40D4Ae91f6",
5026
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
5027
- "FACTORY_IMPL": "0x7B59c0378F540c0356A5DAEF7574255A7C74EC76",
5028
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5029
- "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
5030
- "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
5031
- "PREMINTER_IMPL": "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5032
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5033
- "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
5034
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5035
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5036
- "timestamp": 1706663976
5037
- },
5038
- "42161": {
5039
- "CONTRACT_1155_IMPL": "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
5040
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
5041
- "FACTORY_IMPL": "0x48d8db63724444C6270749fEe80bBDB6CF33677f",
5042
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5043
- "FIXED_PRICE_SALE_STRATEGY": "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
5044
- "MERKLE_MINT_SALE_STRATEGY": "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
5045
- "PREMINTER_IMPL": "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5046
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5047
- "REDEEM_MINTER_FACTORY": "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
5048
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5049
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5050
- "timestamp": 1706664653
5051
- },
5052
- "81457": {
5053
- "CONTRACT_1155_IMPL": "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
5054
- "CONTRACT_1155_IMPL_VERSION": "2.7.1",
5055
- "FACTORY_IMPL": "0x48d8db63724444C6270749fEe80bBDB6CF33677f",
5056
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5057
- "FIXED_PRICE_SALE_STRATEGY": "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
5058
- "MERKLE_MINT_SALE_STRATEGY": "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
5059
- "PREMINTER_IMPL": "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
5060
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5061
- "REDEEM_MINTER_FACTORY": "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
5062
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5063
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5064
- "timestamp": 1709235955
5065
- },
5066
- "421614": {
5067
- "CONTRACT_1155_IMPL": "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
5068
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
5069
- "FACTORY_IMPL": "0x314E552b55DFbDfD4d76623E1D45E5056723998B",
5070
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5071
- "FIXED_PRICE_SALE_STRATEGY": "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
5072
- "MERKLE_MINT_SALE_STRATEGY": "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
5073
- "PREMINTER_IMPL": "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5074
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5075
- "REDEEM_MINTER_FACTORY": "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
5076
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5077
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5078
- "timestamp": 1706661669
5079
- },
5080
- "7777777": {
5081
- "CONTRACT_1155_IMPL": "0x57f412Ea90b59ce4023AFDE95C251E3c747EB7F8",
5082
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
5083
- "FACTORY_IMPL": "0xc6bf69986859f0dC0b77f2cA6AD86F5b294c0443",
5084
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5085
- "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
5086
- "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
5087
- "PREMINTER_IMPL": "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5088
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5089
- "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
5090
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5091
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5092
- "timestamp": 1706663694
5093
- },
5094
- "11155111": {
5095
- "CONTRACT_1155_IMPL": "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
5096
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
5097
- "FACTORY_IMPL": "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
5098
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5099
- "FIXED_PRICE_SALE_STRATEGY": "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
5100
- "MERKLE_MINT_SALE_STRATEGY": "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
5101
- "PREMINTER_IMPL": "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
5102
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5103
- "REDEEM_MINTER_FACTORY": "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
5104
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5105
- "ERC20_MINTER": "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5106
- "timestamp": 1704336497
5107
- },
5108
- "168587773": {
5109
- "CONTRACT_1155_IMPL": "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
5110
- "CONTRACT_1155_IMPL_VERSION": "2.7.1",
5111
- "FACTORY_IMPL": "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
5112
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5113
- "FIXED_PRICE_SALE_STRATEGY": "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
5114
- "MERKLE_MINT_SALE_STRATEGY": "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
5115
- "PREMINTER_IMPL": "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
5116
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5117
- "REDEEM_MINTER_FACTORY": "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
5118
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5119
- "timestamp": 1709234007
5120
- },
5121
- "999999999": {
5122
- "CONTRACT_1155_IMPL": "0xCD7aA5CbF0187fd8F426F3322E48B02Fb6b973d8",
5123
- "CONTRACT_1155_IMPL_VERSION": "2.9.0-DEV.0",
5124
- "FACTORY_IMPL": "0x9474664542fe17AC8f940aaC2160f1816607c9Cc",
5125
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5126
- "FIXED_PRICE_SALE_STRATEGY": "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
5127
- "MERKLE_MINT_SALE_STRATEGY": "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
5128
- "PREMINTER_IMPL": "0x1840606A43AC211Ffd548BE727563D863bfCF707",
5129
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5130
- "REDEEM_MINTER_FACTORY": "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
5131
- "UPGRADE_GATE": "0x0000000000000000000000000000000000000000",
5132
- "timestamp": 1711674862
5243
+ 1: {
5244
+ CONTRACT_1155_IMPL: "0x32006e298C19818CD5e8000E26439691f0ac2128",
5245
+ CONTRACT_1155_IMPL_VERSION: "2.7.0",
5246
+ FACTORY_IMPL: "0xD662FB0fB00261C039441EF49Dbab154d7c533bD",
5247
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5248
+ FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
5249
+ MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
5250
+ PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5251
+ PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5252
+ REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
5253
+ UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5254
+ ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5255
+ timestamp: 1706664239
5256
+ },
5257
+ 10: {
5258
+ CONTRACT_1155_IMPL: "0xECfbCf718E17B6e76A675dDB936a9249C69DD2aA",
5259
+ CONTRACT_1155_IMPL_VERSION: "2.7.0",
5260
+ FACTORY_IMPL: "0x32006e298C19818CD5e8000E26439691f0ac2128",
5261
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5262
+ FIXED_PRICE_SALE_STRATEGY: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
5263
+ MERKLE_MINT_SALE_STRATEGY: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
5264
+ PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5265
+ PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5266
+ REDEEM_MINTER_FACTORY: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
5267
+ UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5268
+ ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5269
+ timestamp: 1706664035
5270
+ },
5271
+ 999: {
5272
+ CONTRACT_1155_IMPL: "0x2022AdEF470DA3543a19fac8c9be80618112704D",
5273
+ CONTRACT_1155_IMPL_VERSION: "2.7.0",
5274
+ FACTORY_IMPL: "0x4b0365Ec68C2D92Af2Fa56f120095F0859142Eff",
5275
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5276
+ FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
5277
+ MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
5278
+ PREMINTER_IMPL: "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
5279
+ PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5280
+ REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
5281
+ UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
5282
+ timestamp: 1704399834
5283
+ },
5284
+ 8453: {
5285
+ CONTRACT_1155_IMPL: "0xAF5A4F6F6640734d7D000321Bb27De40D4Ae91f6",
5286
+ CONTRACT_1155_IMPL_VERSION: "2.7.0",
5287
+ FACTORY_IMPL: "0x7B59c0378F540c0356A5DAEF7574255A7C74EC76",
5288
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5289
+ FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
5290
+ MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
5291
+ PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5292
+ PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5293
+ REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
5294
+ UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5295
+ ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5296
+ timestamp: 1706663976
5297
+ },
5298
+ 42161: {
5299
+ CONTRACT_1155_IMPL: "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
5300
+ CONTRACT_1155_IMPL_VERSION: "2.7.0",
5301
+ FACTORY_IMPL: "0x48d8db63724444C6270749fEe80bBDB6CF33677f",
5302
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5303
+ FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
5304
+ MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
5305
+ PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5306
+ PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5307
+ REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
5308
+ UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5309
+ ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5310
+ timestamp: 1706664653
5311
+ },
5312
+ 81457: {
5313
+ CONTRACT_1155_IMPL: "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
5314
+ CONTRACT_1155_IMPL_VERSION: "2.7.1",
5315
+ FACTORY_IMPL: "0x48d8db63724444C6270749fEe80bBDB6CF33677f",
5316
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5317
+ FIXED_PRICE_SALE_STRATEGY: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
5318
+ MERKLE_MINT_SALE_STRATEGY: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
5319
+ PREMINTER_IMPL: "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
5320
+ PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5321
+ REDEEM_MINTER_FACTORY: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
5322
+ UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5323
+ ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5324
+ timestamp: 1709235955
5325
+ },
5326
+ 421614: {
5327
+ CONTRACT_1155_IMPL: "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
5328
+ CONTRACT_1155_IMPL_VERSION: "2.7.0",
5329
+ FACTORY_IMPL: "0x314E552b55DFbDfD4d76623E1D45E5056723998B",
5330
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5331
+ FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
5332
+ MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
5333
+ PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5334
+ PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5335
+ REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
5336
+ UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5337
+ ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5338
+ timestamp: 1706661669
5339
+ },
5340
+ 7777777: {
5341
+ CONTRACT_1155_IMPL: "0x57f412Ea90b59ce4023AFDE95C251E3c747EB7F8",
5342
+ CONTRACT_1155_IMPL_VERSION: "2.7.0",
5343
+ FACTORY_IMPL: "0xc6bf69986859f0dC0b77f2cA6AD86F5b294c0443",
5344
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5345
+ FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
5346
+ MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
5347
+ PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5348
+ PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5349
+ REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
5350
+ UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5351
+ ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5352
+ timestamp: 1706663694
5353
+ },
5354
+ 11155111: {
5355
+ CONTRACT_1155_IMPL: "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
5356
+ CONTRACT_1155_IMPL_VERSION: "2.7.0",
5357
+ FACTORY_IMPL: "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
5358
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5359
+ FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
5360
+ MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
5361
+ PREMINTER_IMPL: "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
5362
+ PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5363
+ REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
5364
+ UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5365
+ ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5366
+ timestamp: 1704336497
5367
+ },
5368
+ 168587773: {
5369
+ CONTRACT_1155_IMPL: "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
5370
+ CONTRACT_1155_IMPL_VERSION: "2.7.1",
5371
+ FACTORY_IMPL: "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
5372
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5373
+ FIXED_PRICE_SALE_STRATEGY: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
5374
+ MERKLE_MINT_SALE_STRATEGY: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
5375
+ PREMINTER_IMPL: "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
5376
+ PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5377
+ REDEEM_MINTER_FACTORY: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
5378
+ UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5379
+ timestamp: 1709234007
5380
+ },
5381
+ 999999999: {
5382
+ CONTRACT_1155_IMPL: "0x7A4149d3696a138bF97093391CDaAc9259783Dda",
5383
+ CONTRACT_1155_IMPL_VERSION: "2.9.0-DEV.0",
5384
+ FACTORY_IMPL: "0xD93c769b61B3B4b0782a936D6040FFAFB7609f02",
5385
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5386
+ FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
5387
+ MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
5388
+ PREMINTER_IMPL: "0x1840606A43AC211Ffd548BE727563D863bfCF707",
5389
+ PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5390
+ REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
5391
+ UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
5392
+ timestamp: 1712334202
5133
5393
  }
5134
5394
  };
5135
5395
 
@@ -5140,52 +5400,57 @@ __export(mints_exports, {
5140
5400
  chainConfigs: () => chainConfigs2
5141
5401
  });
5142
5402
  var chainConfigs2 = {
5143
- "1": {
5144
- "PROXY_ADMIN": "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
5145
- "MINTS_OWNER": "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0"
5403
+ 1: {
5404
+ PROXY_ADMIN: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
5405
+ MINTS_OWNER: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0"
5146
5406
  },
5147
- "10": {
5148
- "PROXY_ADMIN": "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
5149
- "MINTS_OWNER": "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c"
5407
+ 10: {
5408
+ PROXY_ADMIN: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
5409
+ MINTS_OWNER: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c"
5150
5410
  },
5151
- "420": {
5152
- "PROXY_ADMIN": "0xbb45052B2260707655Dfd916a416264f5981192c",
5153
- "MINTS_OWNER": "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2"
5411
+ 420: {
5412
+ PROXY_ADMIN: "0xbb45052B2260707655Dfd916a416264f5981192c",
5413
+ MINTS_OWNER: "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2"
5154
5414
  },
5155
- "999": {
5156
- "PROXY_ADMIN": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
5157
- "MINTS_OWNER": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252"
5415
+ 999: {
5416
+ PROXY_ADMIN: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
5417
+ MINTS_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252"
5158
5418
  },
5159
- "8453": {
5160
- "PROXY_ADMIN": "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
5161
- "MINTS_OWNER": "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6"
5419
+ 8453: {
5420
+ PROXY_ADMIN: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
5421
+ MINTS_OWNER: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6"
5162
5422
  },
5163
- "84531": {
5164
- "PROXY_ADMIN": "0x02539E813cA450C2c7334e885423f4A899a063Fe",
5165
- "MINTS_OWNER": "0x02539E813cA450C2c7334e885423f4A899a063Fe"
5423
+ 84531: {
5424
+ PROXY_ADMIN: "0x02539E813cA450C2c7334e885423f4A899a063Fe",
5425
+ MINTS_OWNER: "0x02539E813cA450C2c7334e885423f4A899a063Fe"
5166
5426
  },
5167
- "7777777": {
5168
- "PROXY_ADMIN": "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
5169
- "MINTS_OWNER": "0xEcfc2ee50409E459c554a2b0376F882Ce916D853"
5427
+ 7777777: {
5428
+ PROXY_ADMIN: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
5429
+ MINTS_OWNER: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853"
5170
5430
  },
5171
- "11155111": {
5172
- "PROXY_ADMIN": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
5173
- "MINTS_OWNER": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D"
5431
+ 11155111: {
5432
+ PROXY_ADMIN: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
5433
+ MINTS_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D"
5174
5434
  },
5175
- "999999999": {
5176
- "PROXY_ADMIN": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
5177
- "MINTS_OWNER": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E"
5435
+ 999999999: {
5436
+ PROXY_ADMIN: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
5437
+ MINTS_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E"
5178
5438
  }
5179
5439
  };
5180
5440
  var addresses2 = {
5181
- "999999999": {
5182
- "MINTS_MANAGER_IMPL": "0x7E1F1c42EF28237223D9f31293836F058FcB2135",
5183
- "MINTS_MANAGER_IMPL_VERSION": "0.0.2"
5441
+ 999999999: {
5442
+ MINTS_ETH_UNWRAPPER_AND_CALLER: "0x98d1B7E6B9d11271124316593889BCF07038bE78",
5443
+ MINTS_MANAGER_IMPL: "0x7f0Ec2B57e9c0FCc45629080b3E772118e7248aE",
5444
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.8"
5184
5445
  }
5185
5446
  };
5186
5447
  export {
5187
5448
  __exports as contracts1155,
5449
+ iUnwrapAndForwardActionABI,
5188
5450
  mints_exports as mints,
5451
+ mintsEthUnwrapperAndCallerABI,
5452
+ mintsEthUnwrapperAndCallerAddress,
5453
+ mintsEthUnwrapperAndCallerConfig,
5189
5454
  zoraCreator1155FactoryImplABI,
5190
5455
  zoraCreator1155FactoryImplAddress,
5191
5456
  zoraCreator1155FactoryImplConfig,