@zoralabs/protocol-deployments 0.1.5-DEV.4 → 0.1.5-DEV.5
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 +72 -36
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +22 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +22 -12
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/generated/mints.ts +2 -2
- package/src/generated/wagmi.ts +18 -8
package/dist/index.js
CHANGED
|
@@ -4274,17 +4274,17 @@ var zoraMintsManagerImplABI = [
|
|
|
4274
4274
|
type: "uint256"
|
|
4275
4275
|
},
|
|
4276
4276
|
{
|
|
4277
|
-
name: "
|
|
4278
|
-
internalType: "struct
|
|
4277
|
+
name: "collectMintArguments",
|
|
4278
|
+
internalType: "struct ICollectWithZoraMints.CollectMintArguments",
|
|
4279
4279
|
type: "tuple",
|
|
4280
4280
|
components: [
|
|
4281
|
-
{ name: "mintRecipient", internalType: "address", type: "address" },
|
|
4282
|
-
{ name: "mintComment", internalType: "string", type: "string" },
|
|
4283
4281
|
{
|
|
4284
4282
|
name: "mintRewardsRecipients",
|
|
4285
4283
|
internalType: "address[]",
|
|
4286
4284
|
type: "address[]"
|
|
4287
|
-
}
|
|
4285
|
+
},
|
|
4286
|
+
{ name: "minterArguments", internalType: "bytes", type: "bytes" },
|
|
4287
|
+
{ name: "mintComment", internalType: "string", type: "string" }
|
|
4288
4288
|
]
|
|
4289
4289
|
}
|
|
4290
4290
|
],
|
|
@@ -4352,17 +4352,17 @@ var zoraMintsManagerImplABI = [
|
|
|
4352
4352
|
},
|
|
4353
4353
|
{ name: "signature", internalType: "bytes", type: "bytes" },
|
|
4354
4354
|
{
|
|
4355
|
-
name: "
|
|
4356
|
-
internalType: "struct
|
|
4355
|
+
name: "collectMintArguments",
|
|
4356
|
+
internalType: "struct ICollectWithZoraMints.CollectMintArguments",
|
|
4357
4357
|
type: "tuple",
|
|
4358
4358
|
components: [
|
|
4359
|
-
{ name: "mintRecipient", internalType: "address", type: "address" },
|
|
4360
|
-
{ name: "mintComment", internalType: "string", type: "string" },
|
|
4361
4359
|
{
|
|
4362
4360
|
name: "mintRewardsRecipients",
|
|
4363
4361
|
internalType: "address[]",
|
|
4364
4362
|
type: "address[]"
|
|
4365
|
-
}
|
|
4363
|
+
},
|
|
4364
|
+
{ name: "minterArguments", internalType: "bytes", type: "bytes" },
|
|
4365
|
+
{ name: "mintComment", internalType: "string", type: "string" }
|
|
4366
4366
|
]
|
|
4367
4367
|
},
|
|
4368
4368
|
{ name: "signerContract", internalType: "address", type: "address" }
|
|
@@ -4421,6 +4421,16 @@ var zoraMintsManagerImplABI = [
|
|
|
4421
4421
|
name: "createToken",
|
|
4422
4422
|
outputs: []
|
|
4423
4423
|
},
|
|
4424
|
+
{
|
|
4425
|
+
stateMutability: "pure",
|
|
4426
|
+
type: "function",
|
|
4427
|
+
inputs: [{ name: "minterArguments", internalType: "bytes", type: "bytes" }],
|
|
4428
|
+
name: "decodeMintRecipientAndComment",
|
|
4429
|
+
outputs: [
|
|
4430
|
+
{ name: "mintTo", internalType: "address", type: "address" },
|
|
4431
|
+
{ name: "mintComment", internalType: "string", type: "string" }
|
|
4432
|
+
]
|
|
4433
|
+
},
|
|
4424
4434
|
{
|
|
4425
4435
|
stateMutability: "view",
|
|
4426
4436
|
type: "function",
|
|
@@ -5253,8 +5263,8 @@ var chainConfigs2 = {
|
|
|
5253
5263
|
};
|
|
5254
5264
|
var addresses2 = {
|
|
5255
5265
|
999999999: {
|
|
5256
|
-
MINTS_MANAGER_IMPL: "
|
|
5257
|
-
MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.
|
|
5266
|
+
MINTS_MANAGER_IMPL: "0x5bC8b2d8Dce26158E1E8A8335A9269168C023cc0",
|
|
5267
|
+
MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.5"
|
|
5258
5268
|
}
|
|
5259
5269
|
};
|
|
5260
5270
|
export {
|