@zoralabs/protocol-deployments 0.3.8-COMMENTS.0 → 0.3.9-COMMENTS.0
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/.turbo/turbo-build.log +16 -16
- package/CHANGELOG.md +10 -2
- package/dist/generated/wagmi.d.ts +80 -0
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +30 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +30 -17
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/1155.ts +16 -16
- package/src/generated/wagmi.ts +25 -0
package/dist/index.js
CHANGED
|
@@ -852,6 +852,8 @@ var callerAndCommenterABI = [
|
|
|
852
852
|
},
|
|
853
853
|
{ type: "error", inputs: [], name: "NonEthRedemption" },
|
|
854
854
|
{ type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
|
|
855
|
+
{ type: "error", inputs: [], name: "OnlyAllowedForRegisteredMinter" },
|
|
856
|
+
{ type: "error", inputs: [], name: "OnlyAllowedForTimedSaleStrategy" },
|
|
855
857
|
{ type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
|
|
856
858
|
{ type: "error", inputs: [], name: "PremintDeleted" },
|
|
857
859
|
{
|
|
@@ -1025,9 +1027,11 @@ var callerAndCommenterABI = [
|
|
|
1025
1027
|
}
|
|
1026
1028
|
];
|
|
1027
1029
|
var callerAndCommenterAddress = {
|
|
1030
|
+
1: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
|
|
1028
1031
|
10: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
|
|
1029
1032
|
8453: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
|
|
1030
1033
|
42161: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
|
|
1034
|
+
81457: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
|
|
1031
1035
|
84532: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
|
|
1032
1036
|
7777777: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
|
|
1033
1037
|
11155111: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
|
|
@@ -2007,9 +2011,11 @@ var commentsABI = [
|
|
|
2007
2011
|
}
|
|
2008
2012
|
];
|
|
2009
2013
|
var commentsAddress = {
|
|
2014
|
+
1: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
2010
2015
|
10: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
2011
2016
|
8453: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
2012
2017
|
42161: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
2018
|
+
81457: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
2013
2019
|
84532: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
2014
2020
|
7777777: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
2015
2021
|
11155111: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
@@ -5826,6 +5832,8 @@ var zoraCreator1155FactoryImplABI = [
|
|
|
5826
5832
|
},
|
|
5827
5833
|
{ type: "error", inputs: [], name: "NonEthRedemption" },
|
|
5828
5834
|
{ type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
|
|
5835
|
+
{ type: "error", inputs: [], name: "OnlyAllowedForRegisteredMinter" },
|
|
5836
|
+
{ type: "error", inputs: [], name: "OnlyAllowedForTimedSaleStrategy" },
|
|
5829
5837
|
{ type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
|
|
5830
5838
|
{ type: "error", inputs: [], name: "PremintDeleted" },
|
|
5831
5839
|
{
|
|
@@ -5980,7 +5988,8 @@ var zoraCreator1155ImplABI = [
|
|
|
5980
5988
|
inputs: [
|
|
5981
5989
|
{ name: "_mintFeeRecipient", internalType: "address", type: "address" },
|
|
5982
5990
|
{ name: "_upgradeGate", internalType: "address", type: "address" },
|
|
5983
|
-
{ name: "_protocolRewards", internalType: "address", type: "address" }
|
|
5991
|
+
{ name: "_protocolRewards", internalType: "address", type: "address" },
|
|
5992
|
+
{ name: "_timedSaleStrategy", internalType: "address", type: "address" }
|
|
5984
5993
|
]
|
|
5985
5994
|
},
|
|
5986
5995
|
{ stateMutability: "payable", type: "receive" },
|
|
@@ -7247,6 +7256,8 @@ var zoraCreator1155ImplABI = [
|
|
|
7247
7256
|
},
|
|
7248
7257
|
{ type: "error", inputs: [], name: "NonEthRedemption" },
|
|
7249
7258
|
{ type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
|
|
7259
|
+
{ type: "error", inputs: [], name: "OnlyAllowedForRegisteredMinter" },
|
|
7260
|
+
{ type: "error", inputs: [], name: "OnlyAllowedForTimedSaleStrategy" },
|
|
7250
7261
|
{ type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
|
|
7251
7262
|
{ type: "error", inputs: [], name: "PremintDeleted" },
|
|
7252
7263
|
{
|
|
@@ -8269,6 +8280,8 @@ var zoraCreator1155PremintExecutorImplABI = [
|
|
|
8269
8280
|
{ type: "error", inputs: [], name: "ONLY_OWNER" },
|
|
8270
8281
|
{ type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
|
|
8271
8282
|
{ type: "error", inputs: [], name: "OWNER_CANNOT_BE_ZERO_ADDRESS" },
|
|
8283
|
+
{ type: "error", inputs: [], name: "OnlyAllowedForRegisteredMinter" },
|
|
8284
|
+
{ type: "error", inputs: [], name: "OnlyAllowedForTimedSaleStrategy" },
|
|
8272
8285
|
{ type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
|
|
8273
8286
|
{ type: "error", inputs: [], name: "PremintDeleted" },
|
|
8274
8287
|
{
|
|
@@ -13224,10 +13237,10 @@ var chainConfigs = {
|
|
|
13224
13237
|
};
|
|
13225
13238
|
var addresses = {
|
|
13226
13239
|
1: {
|
|
13227
|
-
CONTRACT_1155_IMPL: "
|
|
13228
|
-
CONTRACT_1155_IMPL_VERSION: "2.
|
|
13240
|
+
CONTRACT_1155_IMPL: "0x7FB277e8a6584D76bBbc72980719F36936825e29",
|
|
13241
|
+
CONTRACT_1155_IMPL_VERSION: "2.13.0",
|
|
13229
13242
|
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
13230
|
-
FACTORY_IMPL: "
|
|
13243
|
+
FACTORY_IMPL: "0x0379e37302e9d57fFd657F87e1180273826CE84F",
|
|
13231
13244
|
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
13232
13245
|
FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
13233
13246
|
MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
@@ -13235,7 +13248,7 @@ var addresses = {
|
|
|
13235
13248
|
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
13236
13249
|
REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
|
|
13237
13250
|
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
13238
|
-
timestamp:
|
|
13251
|
+
timestamp: 1730734767
|
|
13239
13252
|
},
|
|
13240
13253
|
10: {
|
|
13241
13254
|
CONTRACT_1155_IMPL: "0x00802284A7976cE5bd200c7aBA2a8A8Fd52cFf1d",
|
|
@@ -13279,10 +13292,10 @@ var addresses = {
|
|
|
13279
13292
|
timestamp: 1729791239
|
|
13280
13293
|
},
|
|
13281
13294
|
42161: {
|
|
13282
|
-
CONTRACT_1155_IMPL: "
|
|
13283
|
-
CONTRACT_1155_IMPL_VERSION: "2.
|
|
13295
|
+
CONTRACT_1155_IMPL: "0xCf0B4Acab081169D12b729c3Bd1c6E7bbAB820Da",
|
|
13296
|
+
CONTRACT_1155_IMPL_VERSION: "2.13.0",
|
|
13284
13297
|
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
13285
|
-
FACTORY_IMPL: "
|
|
13298
|
+
FACTORY_IMPL: "0x8a5027ea12f45a13deb6CB96A07913c6e192BE84",
|
|
13286
13299
|
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
13287
13300
|
FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
13288
13301
|
MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
@@ -13290,13 +13303,13 @@ var addresses = {
|
|
|
13290
13303
|
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
13291
13304
|
REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
13292
13305
|
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
13293
|
-
timestamp:
|
|
13306
|
+
timestamp: 1730736352
|
|
13294
13307
|
},
|
|
13295
13308
|
81457: {
|
|
13296
|
-
CONTRACT_1155_IMPL: "
|
|
13297
|
-
CONTRACT_1155_IMPL_VERSION: "2.
|
|
13309
|
+
CONTRACT_1155_IMPL: "0x7B59c0378F540c0356A5DAEF7574255A7C74EC76",
|
|
13310
|
+
CONTRACT_1155_IMPL_VERSION: "2.13.0",
|
|
13298
13311
|
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
13299
|
-
FACTORY_IMPL: "
|
|
13312
|
+
FACTORY_IMPL: "0x073ef87C54c192c21ddEf881fE18064b6161fAC9",
|
|
13300
13313
|
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
13301
13314
|
FIXED_PRICE_SALE_STRATEGY: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
|
|
13302
13315
|
MERKLE_MINT_SALE_STRATEGY: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
|
|
@@ -13304,7 +13317,7 @@ var addresses = {
|
|
|
13304
13317
|
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
13305
13318
|
REDEEM_MINTER_FACTORY: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
|
|
13306
13319
|
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
13307
|
-
timestamp:
|
|
13320
|
+
timestamp: 1730736883
|
|
13308
13321
|
},
|
|
13309
13322
|
84532: {
|
|
13310
13323
|
CONTRACT_1155_IMPL: "0xDD3295D6A2e772Bd3208c3d43a783533505a1EED",
|
|
@@ -13321,10 +13334,10 @@ var addresses = {
|
|
|
13321
13334
|
timestamp: 1729790653
|
|
13322
13335
|
},
|
|
13323
13336
|
421614: {
|
|
13324
|
-
CONTRACT_1155_IMPL: "
|
|
13325
|
-
CONTRACT_1155_IMPL_VERSION: "2.
|
|
13337
|
+
CONTRACT_1155_IMPL: "0x8a5027ea12f45a13deb6CB96A07913c6e192BE84",
|
|
13338
|
+
CONTRACT_1155_IMPL_VERSION: "2.13.0",
|
|
13326
13339
|
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
13327
|
-
FACTORY_IMPL: "
|
|
13340
|
+
FACTORY_IMPL: "0x1Eb7Bf3a08784D7cB08CC2AE1448012C0c02bDa2",
|
|
13328
13341
|
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
13329
13342
|
FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
|
|
13330
13343
|
MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
|
|
@@ -13332,7 +13345,7 @@ var addresses = {
|
|
|
13332
13345
|
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
13333
13346
|
REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
|
|
13334
13347
|
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
13335
|
-
timestamp:
|
|
13348
|
+
timestamp: 1730737132
|
|
13336
13349
|
},
|
|
13337
13350
|
7777777: {
|
|
13338
13351
|
CONTRACT_1155_IMPL: "0xf81C36213FB217c756504B56133b2c3CD4FbCBf9",
|