@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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zoralabs/protocol-deployments",
|
|
3
|
-
"version": "0.1.5-DEV.
|
|
3
|
+
"version": "0.1.5-DEV.5",
|
|
4
4
|
"repository": "https://github.com/ourzora/zora-protocol",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@lavamoat/preinstall-always-fail": "2.0.0",
|
|
36
36
|
"@zoralabs/1155-deployments": "*",
|
|
37
37
|
"@zoralabs/zora-1155-contracts": "2.9.0-DEV.0",
|
|
38
|
-
"@zoralabs/mints-contracts": "0.1.0-DEV.
|
|
39
|
-
"@zoralabs/mints-deployments": "0.0.1-DEV.
|
|
38
|
+
"@zoralabs/mints-contracts": "0.1.0-DEV.5",
|
|
39
|
+
"@zoralabs/mints-deployments": "0.0.1-DEV.4"
|
|
40
40
|
}
|
|
41
41
|
}
|
package/src/generated/mints.ts
CHANGED
|
@@ -38,7 +38,7 @@ export const chainConfigs = {
|
|
|
38
38
|
};
|
|
39
39
|
export const addresses = {
|
|
40
40
|
999999999: {
|
|
41
|
-
MINTS_MANAGER_IMPL: "
|
|
42
|
-
MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.
|
|
41
|
+
MINTS_MANAGER_IMPL: "0x5bC8b2d8Dce26158E1E8A8335A9269168C023cc0",
|
|
42
|
+
MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.5",
|
|
43
43
|
},
|
|
44
44
|
};
|
package/src/generated/wagmi.ts
CHANGED
|
@@ -4498,17 +4498,17 @@ export const zoraMintsManagerImplABI = [
|
|
|
4498
4498
|
type: 'uint256',
|
|
4499
4499
|
},
|
|
4500
4500
|
{
|
|
4501
|
-
name: '
|
|
4502
|
-
internalType: 'struct
|
|
4501
|
+
name: 'collectMintArguments',
|
|
4502
|
+
internalType: 'struct ICollectWithZoraMints.CollectMintArguments',
|
|
4503
4503
|
type: 'tuple',
|
|
4504
4504
|
components: [
|
|
4505
|
-
{ name: 'mintRecipient', internalType: 'address', type: 'address' },
|
|
4506
|
-
{ name: 'mintComment', internalType: 'string', type: 'string' },
|
|
4507
4505
|
{
|
|
4508
4506
|
name: 'mintRewardsRecipients',
|
|
4509
4507
|
internalType: 'address[]',
|
|
4510
4508
|
type: 'address[]',
|
|
4511
4509
|
},
|
|
4510
|
+
{ name: 'minterArguments', internalType: 'bytes', type: 'bytes' },
|
|
4511
|
+
{ name: 'mintComment', internalType: 'string', type: 'string' },
|
|
4512
4512
|
],
|
|
4513
4513
|
},
|
|
4514
4514
|
],
|
|
@@ -4576,17 +4576,17 @@ export const zoraMintsManagerImplABI = [
|
|
|
4576
4576
|
},
|
|
4577
4577
|
{ name: 'signature', internalType: 'bytes', type: 'bytes' },
|
|
4578
4578
|
{
|
|
4579
|
-
name: '
|
|
4580
|
-
internalType: 'struct
|
|
4579
|
+
name: 'collectMintArguments',
|
|
4580
|
+
internalType: 'struct ICollectWithZoraMints.CollectMintArguments',
|
|
4581
4581
|
type: 'tuple',
|
|
4582
4582
|
components: [
|
|
4583
|
-
{ name: 'mintRecipient', internalType: 'address', type: 'address' },
|
|
4584
|
-
{ name: 'mintComment', internalType: 'string', type: 'string' },
|
|
4585
4583
|
{
|
|
4586
4584
|
name: 'mintRewardsRecipients',
|
|
4587
4585
|
internalType: 'address[]',
|
|
4588
4586
|
type: 'address[]',
|
|
4589
4587
|
},
|
|
4588
|
+
{ name: 'minterArguments', internalType: 'bytes', type: 'bytes' },
|
|
4589
|
+
{ name: 'mintComment', internalType: 'string', type: 'string' },
|
|
4590
4590
|
],
|
|
4591
4591
|
},
|
|
4592
4592
|
{ name: 'signerContract', internalType: 'address', type: 'address' },
|
|
@@ -4645,6 +4645,16 @@ export const zoraMintsManagerImplABI = [
|
|
|
4645
4645
|
name: 'createToken',
|
|
4646
4646
|
outputs: [],
|
|
4647
4647
|
},
|
|
4648
|
+
{
|
|
4649
|
+
stateMutability: 'pure',
|
|
4650
|
+
type: 'function',
|
|
4651
|
+
inputs: [{ name: 'minterArguments', internalType: 'bytes', type: 'bytes' }],
|
|
4652
|
+
name: 'decodeMintRecipientAndComment',
|
|
4653
|
+
outputs: [
|
|
4654
|
+
{ name: 'mintTo', internalType: 'address', type: 'address' },
|
|
4655
|
+
{ name: 'mintComment', internalType: 'string', type: 'string' },
|
|
4656
|
+
],
|
|
4657
|
+
},
|
|
4648
4658
|
{
|
|
4649
4659
|
stateMutability: 'view',
|
|
4650
4660
|
type: 'function',
|