@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.js
CHANGED
|
@@ -3755,7 +3755,7 @@ var zoraMints1155ABI = [
|
|
|
3755
3755
|
inputs: [
|
|
3756
3756
|
{
|
|
3757
3757
|
name: "permit",
|
|
3758
|
-
internalType: "struct IZoraMints1155Managed.
|
|
3758
|
+
internalType: "struct IZoraMints1155Managed.PermitBatch",
|
|
3759
3759
|
type: "tuple",
|
|
3760
3760
|
components: [
|
|
3761
3761
|
{ name: "owner", internalType: "address", type: "address" },
|
|
@@ -3763,12 +3763,34 @@ var zoraMints1155ABI = [
|
|
|
3763
3763
|
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
3764
3764
|
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
3765
3765
|
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
3766
|
-
{ name: "deadline", internalType: "uint256", type: "uint256" }
|
|
3766
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
3767
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3767
3768
|
]
|
|
3768
|
-
}
|
|
3769
|
-
|
|
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
|
+
}
|
|
3770
3792
|
],
|
|
3771
|
-
name: "
|
|
3793
|
+
name: "hashPermitSingle",
|
|
3772
3794
|
outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
|
|
3773
3795
|
},
|
|
3774
3796
|
{
|
|
@@ -3794,7 +3816,7 @@ var zoraMints1155ABI = [
|
|
|
3794
3816
|
inputs: [
|
|
3795
3817
|
{
|
|
3796
3818
|
name: "permit",
|
|
3797
|
-
internalType: "struct IZoraMints1155Managed.
|
|
3819
|
+
internalType: "struct IZoraMints1155Managed.PermitBatch",
|
|
3798
3820
|
type: "tuple",
|
|
3799
3821
|
components: [
|
|
3800
3822
|
{ name: "owner", internalType: "address", type: "address" },
|
|
@@ -3802,12 +3824,36 @@ var zoraMints1155ABI = [
|
|
|
3802
3824
|
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
3803
3825
|
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
3804
3826
|
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
3805
|
-
{ name: "deadline", internalType: "uint256", type: "uint256" }
|
|
3827
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
3828
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3806
3829
|
]
|
|
3807
3830
|
},
|
|
3808
3831
|
{ name: "signature", internalType: "bytes", type: "bytes" }
|
|
3809
3832
|
],
|
|
3810
|
-
name: "
|
|
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",
|
|
3811
3857
|
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
3812
3858
|
},
|
|
3813
3859
|
{
|
|
@@ -3845,9 +3891,12 @@ var zoraMints1155ABI = [
|
|
|
3845
3891
|
{
|
|
3846
3892
|
stateMutability: "view",
|
|
3847
3893
|
type: "function",
|
|
3848
|
-
inputs: [
|
|
3849
|
-
|
|
3850
|
-
|
|
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" }]
|
|
3851
3900
|
},
|
|
3852
3901
|
{
|
|
3853
3902
|
stateMutability: "nonpayable",
|
|
@@ -3875,7 +3924,30 @@ var zoraMints1155ABI = [
|
|
|
3875
3924
|
inputs: [
|
|
3876
3925
|
{
|
|
3877
3926
|
name: "permit",
|
|
3878
|
-
internalType: "struct IZoraMints1155Managed.
|
|
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",
|
|
3879
3951
|
type: "tuple",
|
|
3880
3952
|
components: [
|
|
3881
3953
|
{ name: "owner", internalType: "address", type: "address" },
|
|
@@ -3883,7 +3955,8 @@ var zoraMints1155ABI = [
|
|
|
3883
3955
|
{ name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
|
|
3884
3956
|
{ name: "quantities", internalType: "uint256[]", type: "uint256[]" },
|
|
3885
3957
|
{ name: "safeTransferData", internalType: "bytes", type: "bytes" },
|
|
3886
|
-
{ name: "deadline", internalType: "uint256", type: "uint256" }
|
|
3958
|
+
{ name: "deadline", internalType: "uint256", type: "uint256" },
|
|
3959
|
+
{ name: "nonce", internalType: "uint256", type: "uint256" }
|
|
3887
3960
|
]
|
|
3888
3961
|
},
|
|
3889
3962
|
{ name: "signature", internalType: "bytes", type: "bytes" }
|
|
@@ -4286,7 +4359,7 @@ var zoraMints1155ABI = [
|
|
|
4286
4359
|
{ type: "error", inputs: [], name: "TokenNotMintable" }
|
|
4287
4360
|
];
|
|
4288
4361
|
var zoraMints1155Address = {
|
|
4289
|
-
999999999: "
|
|
4362
|
+
999999999: "0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4"
|
|
4290
4363
|
};
|
|
4291
4364
|
var zoraMints1155Config = {
|
|
4292
4365
|
address: zoraMints1155Address,
|
|
@@ -4919,6 +4992,7 @@ var zoraMintsManagerImplABI = [
|
|
|
4919
4992
|
],
|
|
4920
4993
|
name: "Create2InsufficientBalance"
|
|
4921
4994
|
},
|
|
4995
|
+
{ type: "error", inputs: [], name: "DefaultOwnerCannotBeZero" },
|
|
4922
4996
|
{ type: "error", inputs: [], name: "ERC1155BatchReceivedCallFailed" },
|
|
4923
4997
|
{ type: "error", inputs: [], name: "ERC1155_MINT_TO_ZERO_ADDRESS" },
|
|
4924
4998
|
{
|
|
@@ -4962,6 +5036,7 @@ var zoraMintsManagerImplABI = [
|
|
|
4962
5036
|
name: "InvalidMerkleProof"
|
|
4963
5037
|
},
|
|
4964
5038
|
{ type: "error", inputs: [], name: "InvalidMintSchedule" },
|
|
5039
|
+
{ type: "error", inputs: [], name: "InvalidOwnerForAssociatedZoraMints" },
|
|
4965
5040
|
{ type: "error", inputs: [], name: "InvalidPremintVersion" },
|
|
4966
5041
|
{ type: "error", inputs: [], name: "InvalidRecipient" },
|
|
4967
5042
|
{ type: "error", inputs: [], name: "InvalidSignature" },
|
|
@@ -5004,6 +5079,7 @@ var zoraMintsManagerImplABI = [
|
|
|
5004
5079
|
name: "OwnableUnauthorizedAccount"
|
|
5005
5080
|
},
|
|
5006
5081
|
{ type: "error", inputs: [], name: "PremintDeleted" },
|
|
5082
|
+
{ type: "error", inputs: [], name: "PremintExecutorCannotBeZero" },
|
|
5007
5083
|
{
|
|
5008
5084
|
type: "error",
|
|
5009
5085
|
inputs: [
|
|
@@ -5093,7 +5169,7 @@ var zoraMintsManagerImplABI = [
|
|
|
5093
5169
|
{ type: "error", inputs: [], name: "premintSignerContractNotAContract" }
|
|
5094
5170
|
];
|
|
5095
5171
|
var zoraMintsManagerImplAddress = {
|
|
5096
|
-
999999999: "
|
|
5172
|
+
999999999: "0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7"
|
|
5097
5173
|
};
|
|
5098
5174
|
var zoraMintsManagerImplConfig = {
|
|
5099
5175
|
address: zoraMintsManagerImplAddress,
|
|
@@ -5303,9 +5379,9 @@ var addresses = {
|
|
|
5303
5379
|
timestamp: 1709234007
|
|
5304
5380
|
},
|
|
5305
5381
|
999999999: {
|
|
5306
|
-
CONTRACT_1155_IMPL: "
|
|
5382
|
+
CONTRACT_1155_IMPL: "0x7A4149d3696a138bF97093391CDaAc9259783Dda",
|
|
5307
5383
|
CONTRACT_1155_IMPL_VERSION: "2.9.0-DEV.0",
|
|
5308
|
-
FACTORY_IMPL: "
|
|
5384
|
+
FACTORY_IMPL: "0xD93c769b61B3B4b0782a936D6040FFAFB7609f02",
|
|
5309
5385
|
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
5310
5386
|
FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
|
|
5311
5387
|
MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
|
|
@@ -5313,7 +5389,7 @@ var addresses = {
|
|
|
5313
5389
|
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
5314
5390
|
REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
|
|
5315
5391
|
UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
|
|
5316
|
-
timestamp:
|
|
5392
|
+
timestamp: 1712334202
|
|
5317
5393
|
}
|
|
5318
5394
|
};
|
|
5319
5395
|
|
|
@@ -5364,8 +5440,8 @@ var chainConfigs2 = {
|
|
|
5364
5440
|
var addresses2 = {
|
|
5365
5441
|
999999999: {
|
|
5366
5442
|
MINTS_ETH_UNWRAPPER_AND_CALLER: "0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b",
|
|
5367
|
-
MINTS_MANAGER_IMPL: "
|
|
5368
|
-
MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.
|
|
5443
|
+
MINTS_MANAGER_IMPL: "0x7f0Ec2B57e9c0FCc45629080b3E772118e7248aE",
|
|
5444
|
+
MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.8"
|
|
5369
5445
|
}
|
|
5370
5446
|
};
|
|
5371
5447
|
export {
|