@zoralabs/protocol-deployments 0.1.5-DEV.8 → 0.1.5-DEV.9
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/generated/wagmi.d.ts +348 -34
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +96 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +96 -20
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/generated/1155.ts +3 -3
- package/src/generated/mints.ts +2 -2
- package/src/generated/wagmi.ts +93 -17
package/dist/index.cjs
CHANGED
|
@@ -3802,7 +3802,7 @@ var zoraMints1155ABI = [
|
|
|
3802
3802
|
inputs: [
|
|
3803
3803
|
{
|
|
3804
3804
|
name: "permit",
|
|
3805
|
-
internalType: "struct IZoraMints1155Managed.
|
|
3805
|
+
internalType: "struct IZoraMints1155Managed.PermitBatch",
|
|
3806
3806
|
type: "tuple",
|
|
3807
3807
|
components: [
|
|
3808
3808
|
{ name: "owner", internalType: "address", type: "address" },
|
|
@@ -3810,12 +3810,34 @@ var zoraMints1155ABI = [
|
|
|
3810
3810
|
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
3811
3811
|
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
3812
3812
|
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
3813
|
-
{ name: "deadline", internalType: "uint256", type: "uint256" }
|
|
3813
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
3814
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3814
3815
|
]
|
|
3815
|
-
}
|
|
3816
|
-
|
|
3816
|
+
}
|
|
3817
|
+
],
|
|
3818
|
+
name: "hashPermitBatch",
|
|
3819
|
+
outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
stateMutability: "view",
|
|
3823
|
+
type: "function",
|
|
3824
|
+
inputs: [
|
|
3825
|
+
{
|
|
3826
|
+
name: "permit",
|
|
3827
|
+
internalType: "struct IZoraMints1155Managed.PermitSingle",
|
|
3828
|
+
type: "tuple",
|
|
3829
|
+
components: [
|
|
3830
|
+
{ name: "owner", internalType: "address", type: "address" },
|
|
3831
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
3832
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
3833
|
+
{ name: "quantity", internalType: "uint256", type: "uint256" },
|
|
3834
|
+
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
3835
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
3836
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3837
|
+
]
|
|
3838
|
+
}
|
|
3817
3839
|
],
|
|
3818
|
-
name: "
|
|
3840
|
+
name: "hashPermitSingle",
|
|
3819
3841
|
outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
|
|
3820
3842
|
},
|
|
3821
3843
|
{
|
|
@@ -3841,7 +3863,7 @@ var zoraMints1155ABI = [
|
|
|
3841
3863
|
inputs: [
|
|
3842
3864
|
{
|
|
3843
3865
|
name: "permit",
|
|
3844
|
-
internalType: "struct IZoraMints1155Managed.
|
|
3866
|
+
internalType: "struct IZoraMints1155Managed.PermitBatch",
|
|
3845
3867
|
type: "tuple",
|
|
3846
3868
|
components: [
|
|
3847
3869
|
{ name: "owner", internalType: "address", type: "address" },
|
|
@@ -3849,12 +3871,36 @@ var zoraMints1155ABI = [
|
|
|
3849
3871
|
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
3850
3872
|
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
3851
3873
|
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
3852
|
-
{ name: "deadline", internalType: "uint256", type: "uint256" }
|
|
3874
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
3875
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3853
3876
|
]
|
|
3854
3877
|
},
|
|
3855
3878
|
{ name: "signature", internalType: "bytes", type: "bytes" }
|
|
3856
3879
|
],
|
|
3857
|
-
name: "
|
|
3880
|
+
name: "isValidSignatureTransferBatch",
|
|
3881
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
3882
|
+
},
|
|
3883
|
+
{
|
|
3884
|
+
stateMutability: "view",
|
|
3885
|
+
type: "function",
|
|
3886
|
+
inputs: [
|
|
3887
|
+
{
|
|
3888
|
+
name: "permit",
|
|
3889
|
+
internalType: "struct IZoraMints1155Managed.PermitSingle",
|
|
3890
|
+
type: "tuple",
|
|
3891
|
+
components: [
|
|
3892
|
+
{ name: "owner", internalType: "address", type: "address" },
|
|
3893
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
3894
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
3895
|
+
{ name: "quantity", internalType: "uint256", type: "uint256" },
|
|
3896
|
+
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
3897
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
3898
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3899
|
+
]
|
|
3900
|
+
},
|
|
3901
|
+
{ name: "signature", internalType: "bytes", type: "bytes" }
|
|
3902
|
+
],
|
|
3903
|
+
name: "isValidSignatureTransferSingle",
|
|
3858
3904
|
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
3859
3905
|
},
|
|
3860
3906
|
{
|
|
@@ -3892,9 +3938,12 @@ var zoraMints1155ABI = [
|
|
|
3892
3938
|
{
|
|
3893
3939
|
stateMutability: "view",
|
|
3894
3940
|
type: "function",
|
|
3895
|
-
inputs: [
|
|
3896
|
-
|
|
3897
|
-
|
|
3941
|
+
inputs: [
|
|
3942
|
+
{ name: "owner", internalType: "address", type: "address" },
|
|
3943
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3944
|
+
],
|
|
3945
|
+
name: "nonceUsed",
|
|
3946
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
3898
3947
|
},
|
|
3899
3948
|
{
|
|
3900
3949
|
stateMutability: "nonpayable",
|
|
@@ -3922,7 +3971,30 @@ var zoraMints1155ABI = [
|
|
|
3922
3971
|
inputs: [
|
|
3923
3972
|
{
|
|
3924
3973
|
name: "permit",
|
|
3925
|
-
internalType: "struct IZoraMints1155Managed.
|
|
3974
|
+
internalType: "struct IZoraMints1155Managed.PermitSingle",
|
|
3975
|
+
type: "tuple",
|
|
3976
|
+
components: [
|
|
3977
|
+
{ name: "owner", internalType: "address", type: "address" },
|
|
3978
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
3979
|
+
{ name: "tokenId", internalType: "uint256", type: "uint256" },
|
|
3980
|
+
{ name: "quantity", internalType: "uint256", type: "uint256" },
|
|
3981
|
+
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
3982
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
3983
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3984
|
+
]
|
|
3985
|
+
},
|
|
3986
|
+
{ name: "signature", internalType: "bytes", type: "bytes" }
|
|
3987
|
+
],
|
|
3988
|
+
name: "permitSafeTransfer",
|
|
3989
|
+
outputs: []
|
|
3990
|
+
},
|
|
3991
|
+
{
|
|
3992
|
+
stateMutability: "nonpayable",
|
|
3993
|
+
type: "function",
|
|
3994
|
+
inputs: [
|
|
3995
|
+
{
|
|
3996
|
+
name: "permit",
|
|
3997
|
+
internalType: "struct IZoraMints1155Managed.PermitBatch",
|
|
3926
3998
|
type: "tuple",
|
|
3927
3999
|
components: [
|
|
3928
4000
|
{ name: "owner", internalType: "address", type: "address" },
|
|
@@ -3930,7 +4002,8 @@ var zoraMints1155ABI = [
|
|
|
3930
4002
|
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
3931
4003
|
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
3932
4004
|
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
3933
|
-
{ name: "deadline", internalType: "uint256", type: "uint256" }
|
|
4005
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
4006
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3934
4007
|
]
|
|
3935
4008
|
},
|
|
3936
4009
|
{ name: "signature", internalType: "bytes", type: "bytes" }
|
|
@@ -4333,7 +4406,7 @@ var zoraMints1155ABI = [
|
|
|
4333
4406
|
{ type: "error", inputs: [], name: "TokenNotMintable" }
|
|
4334
4407
|
];
|
|
4335
4408
|
var zoraMints1155Address = {
|
|
4336
|
-
999999999: "
|
|
4409
|
+
999999999: "0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4"
|
|
4337
4410
|
};
|
|
4338
4411
|
var zoraMints1155Config = {
|
|
4339
4412
|
address: zoraMints1155Address,
|
|
@@ -4966,6 +5039,7 @@ var zoraMintsManagerImplABI = [
|
|
|
4966
5039
|
],
|
|
4967
5040
|
name: "Create2InsufficientBalance"
|
|
4968
5041
|
},
|
|
5042
|
+
{ type: "error", inputs: [], name: "DefaultOwnerCannotBeZero" },
|
|
4969
5043
|
{ type: "error", inputs: [], name: "ERC1155BatchReceivedCallFailed" },
|
|
4970
5044
|
{ type: "error", inputs: [], name: "ERC1155_MINT_TO_ZERO_ADDRESS" },
|
|
4971
5045
|
{
|
|
@@ -5009,6 +5083,7 @@ var zoraMintsManagerImplABI = [
|
|
|
5009
5083
|
name: "InvalidMerkleProof"
|
|
5010
5084
|
},
|
|
5011
5085
|
{ type: "error", inputs: [], name: "InvalidMintSchedule" },
|
|
5086
|
+
{ type: "error", inputs: [], name: "InvalidOwnerForAssociatedZoraMints" },
|
|
5012
5087
|
{ type: "error", inputs: [], name: "InvalidPremintVersion" },
|
|
5013
5088
|
{ type: "error", inputs: [], name: "InvalidRecipient" },
|
|
5014
5089
|
{ type: "error", inputs: [], name: "InvalidSignature" },
|
|
@@ -5051,6 +5126,7 @@ var zoraMintsManagerImplABI = [
|
|
|
5051
5126
|
name: "OwnableUnauthorizedAccount"
|
|
5052
5127
|
},
|
|
5053
5128
|
{ type: "error", inputs: [], name: "PremintDeleted" },
|
|
5129
|
+
{ type: "error", inputs: [], name: "PremintExecutorCannotBeZero" },
|
|
5054
5130
|
{
|
|
5055
5131
|
type: "error",
|
|
5056
5132
|
inputs: [
|
|
@@ -5140,7 +5216,7 @@ var zoraMintsManagerImplABI = [
|
|
|
5140
5216
|
{ type: "error", inputs: [], name: "premintSignerContractNotAContract" }
|
|
5141
5217
|
];
|
|
5142
5218
|
var zoraMintsManagerImplAddress = {
|
|
5143
|
-
999999999: "
|
|
5219
|
+
999999999: "0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7"
|
|
5144
5220
|
};
|
|
5145
5221
|
var zoraMintsManagerImplConfig = {
|
|
5146
5222
|
address: zoraMintsManagerImplAddress,
|
|
@@ -5350,9 +5426,9 @@ var addresses = {
|
|
|
5350
5426
|
timestamp: 1709234007
|
|
5351
5427
|
},
|
|
5352
5428
|
999999999: {
|
|
5353
|
-
CONTRACT_1155_IMPL: "
|
|
5429
|
+
CONTRACT_1155_IMPL: "0x7A4149d3696a138bF97093391CDaAc9259783Dda",
|
|
5354
5430
|
CONTRACT_1155_IMPL_VERSION: "2.9.0-DEV.0",
|
|
5355
|
-
FACTORY_IMPL: "
|
|
5431
|
+
FACTORY_IMPL: "0xD93c769b61B3B4b0782a936D6040FFAFB7609f02",
|
|
5356
5432
|
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5357
5433
|
FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
|
|
5358
5434
|
MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
|
|
@@ -5360,7 +5436,7 @@ var addresses = {
|
|
|
5360
5436
|
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5361
5437
|
REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
|
|
5362
5438
|
UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
|
|
5363
|
-
timestamp:
|
|
5439
|
+
timestamp: 1712334202
|
|
5364
5440
|
}
|
|
5365
5441
|
};
|
|
5366
5442
|
|
|
@@ -5411,8 +5487,8 @@ var chainConfigs2 = {
|
|
|
5411
5487
|
var addresses2 = {
|
|
5412
5488
|
999999999: {
|
|
5413
5489
|
MINTS_ETH_UNWRAPPER_AND_CALLER: "0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b",
|
|
5414
|
-
MINTS_MANAGER_IMPL: "
|
|
5415
|
-
MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.
|
|
5490
|
+
MINTS_MANAGER_IMPL: "0x7f0Ec2B57e9c0FCc45629080b3E772118e7248aE",
|
|
5491
|
+
MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.8"
|
|
5416
5492
|
}
|
|
5417
5493
|
};
|
|
5418
5494
|
// Annotate the CommonJS export names for ESM import in node:
|