@zoralabs/protocol-deployments 0.1.5-DEV.9 → 0.1.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/.turbo/turbo-build.log +31 -0
- package/CHANGELOG.md +3 -8
- package/dist/generated/1155.d.ts +19 -1
- package/dist/generated/1155.d.ts.map +1 -1
- package/dist/generated/mints.d.ts +5 -0
- package/dist/generated/mints.d.ts.map +1 -1
- package/dist/generated/wagmi.d.ts +328 -39
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +126 -26
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +126 -26
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/src/generated/1155.ts +28 -10
- package/src/generated/mints.ts +9 -3
- package/src/generated/wagmi.ts +120 -22
- package/tsconfig.build.json +10 -0
- package/tsup.config.ts +11 -0
- package/wagmi.config.ts +170 -0
- package/json/1155.json +0 -212
- package/json/mints.json +0 -46
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zoralabs/protocol-deployments",
|
|
3
|
-
"version": "0.1.5
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"repository": "https://github.com/ourzora/zora-protocol",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"@types/node": "^20.1.2",
|
|
35
35
|
"@lavamoat/preinstall-always-fail": "2.0.0",
|
|
36
36
|
"@zoralabs/1155-deployments": "*",
|
|
37
|
-
"@zoralabs/zora-1155-contracts": "
|
|
38
|
-
"@zoralabs/mints-contracts": "
|
|
39
|
-
"@zoralabs/mints-deployments": "
|
|
37
|
+
"@zoralabs/zora-1155-contracts": "*",
|
|
38
|
+
"@zoralabs/mints-contracts": "*",
|
|
39
|
+
"@zoralabs/mints-deployments": "*"
|
|
40
40
|
}
|
|
41
41
|
}
|
package/src/generated/1155.ts
CHANGED
|
@@ -29,6 +29,11 @@ export const chainConfigs = {
|
|
|
29
29
|
MINT_FEE_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134",
|
|
30
30
|
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B",
|
|
31
31
|
},
|
|
32
|
+
84532: {
|
|
33
|
+
FACTORY_OWNER: "0x12125c8a52B8E4ed1A28e1f964023b4477f11300",
|
|
34
|
+
MINT_FEE_RECIPIENT: "0x12125c8a52B8E4ed1A28e1f964023b4477f11300",
|
|
35
|
+
PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B",
|
|
36
|
+
},
|
|
32
37
|
421614: {
|
|
33
38
|
FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
|
|
34
39
|
MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
|
|
@@ -139,6 +144,20 @@ export const addresses = {
|
|
|
139
144
|
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
140
145
|
timestamp: 1709235955,
|
|
141
146
|
},
|
|
147
|
+
84532: {
|
|
148
|
+
CONTRACT_1155_IMPL: "0x8237F421357F87a23ed0CFf3a5586172F210A21B",
|
|
149
|
+
CONTRACT_1155_IMPL_VERSION: "2.7.3",
|
|
150
|
+
FACTORY_IMPL: "0x932A29Dbfc1B8c3BdfC763eF53F113486A5b5E7D",
|
|
151
|
+
FACTORY_PROXY: "0x8cfbF874A12b346115003532119C29f6B56719CB",
|
|
152
|
+
FIXED_PRICE_SALE_STRATEGY: "0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE",
|
|
153
|
+
MERKLE_MINT_SALE_STRATEGY: "0x3E8524770adD176bE381a0529E09f1c6c3502A5a",
|
|
154
|
+
PREMINTER_IMPL: "",
|
|
155
|
+
PREMINTER_PROXY: "",
|
|
156
|
+
REDEEM_MINTER_FACTORY: "0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea",
|
|
157
|
+
UPGRADE_GATE: "0x0ABdD5AA61E9107519DB7cD626442B905284B7eb",
|
|
158
|
+
ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
|
|
159
|
+
timestamp: 1706663694,
|
|
160
|
+
},
|
|
142
161
|
421614: {
|
|
143
162
|
CONTRACT_1155_IMPL: "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
|
|
144
163
|
CONTRACT_1155_IMPL_VERSION: "2.7.0",
|
|
@@ -154,18 +173,17 @@ export const addresses = {
|
|
|
154
173
|
timestamp: 1706661669,
|
|
155
174
|
},
|
|
156
175
|
7777777: {
|
|
157
|
-
CONTRACT_1155_IMPL: "
|
|
158
|
-
CONTRACT_1155_IMPL_VERSION: "2.
|
|
159
|
-
FACTORY_IMPL: "
|
|
176
|
+
CONTRACT_1155_IMPL: "0x2C49E95303734eE3826307783d5fDD180B2131D3",
|
|
177
|
+
CONTRACT_1155_IMPL_VERSION: "2.9.0",
|
|
178
|
+
FACTORY_IMPL: "0xB2696570215c3158eB1D218FB1a3DF92a418B034",
|
|
160
179
|
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
161
180
|
FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
|
|
162
181
|
MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
|
|
163
|
-
PREMINTER_IMPL: "
|
|
182
|
+
PREMINTER_IMPL: "0xD754417BDABFCc3a3997B9A15E9F6922a8131Ac1",
|
|
164
183
|
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
165
184
|
REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
|
|
166
185
|
UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
|
|
167
|
-
|
|
168
|
-
timestamp: 1706663694,
|
|
186
|
+
timestamp: 1712349677,
|
|
169
187
|
},
|
|
170
188
|
11155111: {
|
|
171
189
|
CONTRACT_1155_IMPL: "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
|
|
@@ -195,9 +213,9 @@ export const addresses = {
|
|
|
195
213
|
timestamp: 1709234007,
|
|
196
214
|
},
|
|
197
215
|
999999999: {
|
|
198
|
-
CONTRACT_1155_IMPL: "
|
|
199
|
-
CONTRACT_1155_IMPL_VERSION: "2.9.0
|
|
200
|
-
FACTORY_IMPL: "
|
|
216
|
+
CONTRACT_1155_IMPL: "0xaDf7F654d8E416aaD85d4f06fDf4cA3D05BDA1A1",
|
|
217
|
+
CONTRACT_1155_IMPL_VERSION: "2.9.0",
|
|
218
|
+
FACTORY_IMPL: "0xE8219ad920ab6ae21aF2d3831df4B18d96d23F5a",
|
|
201
219
|
FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
|
|
202
220
|
FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
|
|
203
221
|
MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
|
|
@@ -205,6 +223,6 @@ export const addresses = {
|
|
|
205
223
|
PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
|
|
206
224
|
REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
|
|
207
225
|
UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
|
|
208
|
-
timestamp:
|
|
226
|
+
timestamp: 1712339316,
|
|
209
227
|
},
|
|
210
228
|
};
|
package/src/generated/mints.ts
CHANGED
|
@@ -37,10 +37,16 @@ export const chainConfigs = {
|
|
|
37
37
|
},
|
|
38
38
|
};
|
|
39
39
|
export const addresses = {
|
|
40
|
+
7777777: {
|
|
41
|
+
MINTS_ETH_UNWRAPPER_AND_CALLER:
|
|
42
|
+
"0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
|
|
43
|
+
MINTS_MANAGER_IMPL: "0x212957295F3A40408E14531387915cDfB26A7DeB",
|
|
44
|
+
MINTS_MANAGER_IMPL_VERSION: "0.1.0",
|
|
45
|
+
},
|
|
40
46
|
999999999: {
|
|
41
47
|
MINTS_ETH_UNWRAPPER_AND_CALLER:
|
|
42
|
-
"
|
|
43
|
-
MINTS_MANAGER_IMPL: "
|
|
44
|
-
MINTS_MANAGER_IMPL_VERSION: "0.1.0
|
|
48
|
+
"0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
|
|
49
|
+
MINTS_MANAGER_IMPL: "0x212957295F3A40408E14531387915cDfB26A7DeB",
|
|
50
|
+
MINTS_MANAGER_IMPL_VERSION: "0.1.0",
|
|
45
51
|
},
|
|
46
52
|
};
|
package/src/generated/wagmi.ts
CHANGED
|
@@ -21,7 +21,8 @@ export const iUnwrapAndForwardActionABI = [
|
|
|
21
21
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
|
-
* [__View Contract on Zora
|
|
24
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
25
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
25
26
|
*/
|
|
26
27
|
export const mintsEthUnwrapperAndCallerABI = [
|
|
27
28
|
{
|
|
@@ -62,14 +63,48 @@ export const mintsEthUnwrapperAndCallerABI = [
|
|
|
62
63
|
name: 'onERC1155Received',
|
|
63
64
|
outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
|
|
64
65
|
},
|
|
66
|
+
{
|
|
67
|
+
stateMutability: 'payable',
|
|
68
|
+
type: 'function',
|
|
69
|
+
inputs: [
|
|
70
|
+
{
|
|
71
|
+
name: 'permit',
|
|
72
|
+
internalType: 'struct IZoraMints1155Managed.PermitBatch',
|
|
73
|
+
type: 'tuple',
|
|
74
|
+
components: [
|
|
75
|
+
{ name: 'owner', internalType: 'address', type: 'address' },
|
|
76
|
+
{ name: 'to', internalType: 'address', type: 'address' },
|
|
77
|
+
{ name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
|
|
78
|
+
{ name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
|
|
79
|
+
{ name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
|
|
80
|
+
{ name: 'deadline', internalType: 'uint256', type: 'uint256' },
|
|
81
|
+
{ name: 'nonce', internalType: 'uint256', type: 'uint256' },
|
|
82
|
+
],
|
|
83
|
+
},
|
|
84
|
+
{ name: 'signature', internalType: 'bytes', type: 'bytes' },
|
|
85
|
+
],
|
|
86
|
+
name: 'permitWithAdditionalValue',
|
|
87
|
+
outputs: [],
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
type: 'error',
|
|
91
|
+
inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
|
|
92
|
+
name: 'AddressInsufficientBalance',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
type: 'error',
|
|
96
|
+
inputs: [{ name: 'data', internalType: 'bytes', type: 'bytes' }],
|
|
97
|
+
name: 'CallFailed',
|
|
98
|
+
},
|
|
65
99
|
{
|
|
66
100
|
type: 'error',
|
|
67
101
|
inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
|
|
68
102
|
name: 'ERC20NotSupported',
|
|
69
103
|
},
|
|
70
|
-
{ type: 'error', inputs: [], name: '
|
|
104
|
+
{ type: 'error', inputs: [], name: 'FailedInnerCall' },
|
|
71
105
|
{ type: 'error', inputs: [], name: 'NotExpectingReceive' },
|
|
72
106
|
{ type: 'error', inputs: [], name: 'NotZoraMints1155' },
|
|
107
|
+
{ type: 'error', inputs: [], name: 'ReentrancyGuardReentrantCall' },
|
|
73
108
|
{
|
|
74
109
|
type: 'error',
|
|
75
110
|
inputs: [{ name: 'data', internalType: 'bytes', type: 'bytes' }],
|
|
@@ -79,14 +114,17 @@ export const mintsEthUnwrapperAndCallerABI = [
|
|
|
79
114
|
] as const
|
|
80
115
|
|
|
81
116
|
/**
|
|
82
|
-
* [__View Contract on Zora
|
|
117
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
118
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
83
119
|
*/
|
|
84
120
|
export const mintsEthUnwrapperAndCallerAddress = {
|
|
85
|
-
|
|
121
|
+
7777777: '0xE9Db91DD126D81697B588F1C145d74283E5C8ccC',
|
|
122
|
+
999999999: '0xE9Db91DD126D81697B588F1C145d74283E5C8ccC',
|
|
86
123
|
} as const
|
|
87
124
|
|
|
88
125
|
/**
|
|
89
|
-
* [__View Contract on Zora
|
|
126
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
127
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
90
128
|
*/
|
|
91
129
|
export const mintsEthUnwrapperAndCallerConfig = {
|
|
92
130
|
address: mintsEthUnwrapperAndCallerAddress,
|
|
@@ -103,6 +141,7 @@ export const mintsEthUnwrapperAndCallerConfig = {
|
|
|
103
141
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
104
142
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
105
143
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
144
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x8cfbF874A12b346115003532119C29f6B56719CB)
|
|
106
145
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
107
146
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
108
147
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
@@ -588,6 +627,7 @@ export const zoraCreator1155FactoryImplABI = [
|
|
|
588
627
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
589
628
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
590
629
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
630
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x8cfbF874A12b346115003532119C29f6B56719CB)
|
|
591
631
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
592
632
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
593
633
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
@@ -600,6 +640,7 @@ export const zoraCreator1155FactoryImplAddress = {
|
|
|
600
640
|
8453: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
|
|
601
641
|
42161: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
|
|
602
642
|
81457: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
|
|
643
|
+
84532: '0x8cfbF874A12b346115003532119C29f6B56719CB',
|
|
603
644
|
421614: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
|
|
604
645
|
7777777: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
|
|
605
646
|
11155111: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
|
|
@@ -613,6 +654,7 @@ export const zoraCreator1155FactoryImplAddress = {
|
|
|
613
654
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
614
655
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
615
656
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
657
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x8cfbF874A12b346115003532119C29f6B56719CB)
|
|
616
658
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
617
659
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
618
660
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
@@ -1074,7 +1116,7 @@ export const zoraCreator1155ImplABI = [
|
|
|
1074
1116
|
outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
|
|
1075
1117
|
},
|
|
1076
1118
|
{
|
|
1077
|
-
stateMutability: '
|
|
1119
|
+
stateMutability: 'view',
|
|
1078
1120
|
type: 'function',
|
|
1079
1121
|
inputs: [
|
|
1080
1122
|
{ name: '', internalType: 'address', type: 'address' },
|
|
@@ -1087,7 +1129,7 @@ export const zoraCreator1155ImplABI = [
|
|
|
1087
1129
|
outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
|
|
1088
1130
|
},
|
|
1089
1131
|
{
|
|
1090
|
-
stateMutability: '
|
|
1132
|
+
stateMutability: 'view',
|
|
1091
1133
|
type: 'function',
|
|
1092
1134
|
inputs: [
|
|
1093
1135
|
{ name: '', internalType: 'address', type: 'address' },
|
|
@@ -1949,6 +1991,7 @@ export const zoraCreator1155ImplABI = [
|
|
|
1949
1991
|
},
|
|
1950
1992
|
{ type: 'error', inputs: [], name: 'NonEthRedemption' },
|
|
1951
1993
|
{ type: 'error', inputs: [], name: 'ONLY_CREATE_REFERRAL' },
|
|
1994
|
+
{ type: 'error', inputs: [], name: 'OnlyTransfersFromZoraMints' },
|
|
1952
1995
|
{ type: 'error', inputs: [], name: 'PremintDeleted' },
|
|
1953
1996
|
{
|
|
1954
1997
|
type: 'error',
|
|
@@ -2982,6 +3025,7 @@ export const zoraCreator1155PremintExecutorImplABI = [
|
|
|
2982
3025
|
{ type: 'error', inputs: [], name: 'ONLY_OWNER' },
|
|
2983
3026
|
{ type: 'error', inputs: [], name: 'ONLY_PENDING_OWNER' },
|
|
2984
3027
|
{ type: 'error', inputs: [], name: 'OWNER_CANNOT_BE_ZERO_ADDRESS' },
|
|
3028
|
+
{ type: 'error', inputs: [], name: 'OnlyTransfersFromZoraMints' },
|
|
2985
3029
|
{ type: 'error', inputs: [], name: 'PremintDeleted' },
|
|
2986
3030
|
{
|
|
2987
3031
|
type: 'error',
|
|
@@ -3101,6 +3145,7 @@ export const zoraCreator1155PremintExecutorImplConfig = {
|
|
|
3101
3145
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
3102
3146
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
3103
3147
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
3148
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
|
|
3104
3149
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
3105
3150
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
3106
3151
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
@@ -3345,6 +3390,7 @@ export const zoraCreatorFixedPriceSaleStrategyABI = [
|
|
|
3345
3390
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
3346
3391
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
3347
3392
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
3393
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
|
|
3348
3394
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
3349
3395
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
3350
3396
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
@@ -3357,6 +3403,7 @@ export const zoraCreatorFixedPriceSaleStrategyAddress = {
|
|
|
3357
3403
|
8453: '0x04E2516A2c207E84a1839755675dfd8eF6302F0a',
|
|
3358
3404
|
42161: '0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21',
|
|
3359
3405
|
81457: '0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0',
|
|
3406
|
+
84532: '0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE',
|
|
3360
3407
|
421614: '0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21',
|
|
3361
3408
|
7777777: '0x04E2516A2c207E84a1839755675dfd8eF6302F0a',
|
|
3362
3409
|
11155111: '0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21',
|
|
@@ -3370,6 +3417,7 @@ export const zoraCreatorFixedPriceSaleStrategyAddress = {
|
|
|
3370
3417
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
3371
3418
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
3372
3419
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
3420
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
|
|
3373
3421
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
3374
3422
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
3375
3423
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
@@ -3390,6 +3438,7 @@ export const zoraCreatorFixedPriceSaleStrategyConfig = {
|
|
|
3390
3438
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
3391
3439
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
3392
3440
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
3441
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
|
|
3393
3442
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
3394
3443
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
3395
3444
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
@@ -3601,6 +3650,7 @@ export const zoraCreatorMerkleMinterStrategyABI = [
|
|
|
3601
3650
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
3602
3651
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
3603
3652
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
3653
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
|
|
3604
3654
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
3605
3655
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
3606
3656
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
@@ -3613,6 +3663,7 @@ export const zoraCreatorMerkleMinterStrategyAddress = {
|
|
|
3613
3663
|
8453: '0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7',
|
|
3614
3664
|
42161: '0xe770E6f19aecF8ef3145A50087999b5556aB3610',
|
|
3615
3665
|
81457: '0xB9C997FcC46a27331CC986cc2416ee99C1d506c3',
|
|
3666
|
+
84532: '0x3E8524770adD176bE381a0529E09f1c6c3502A5a',
|
|
3616
3667
|
421614: '0xe770E6f19aecF8ef3145A50087999b5556aB3610',
|
|
3617
3668
|
7777777: '0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7',
|
|
3618
3669
|
11155111: '0xe770E6f19aecF8ef3145A50087999b5556aB3610',
|
|
@@ -3626,6 +3677,7 @@ export const zoraCreatorMerkleMinterStrategyAddress = {
|
|
|
3626
3677
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
3627
3678
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
3628
3679
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
3680
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
|
|
3629
3681
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
3630
3682
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
3631
3683
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
@@ -3646,6 +3698,7 @@ export const zoraCreatorMerkleMinterStrategyConfig = {
|
|
|
3646
3698
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
3647
3699
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
3648
3700
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
3701
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
|
|
3649
3702
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
3650
3703
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
3651
3704
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
@@ -3806,6 +3859,7 @@ export const zoraCreatorRedeemMinterFactoryABI = [
|
|
|
3806
3859
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
3807
3860
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
3808
3861
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
3862
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
|
|
3809
3863
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
3810
3864
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
3811
3865
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
@@ -3818,6 +3872,7 @@ export const zoraCreatorRedeemMinterFactoryAddress = {
|
|
|
3818
3872
|
8453: '0x78964965cF77850224513a367f899435C5B69174',
|
|
3819
3873
|
42161: '0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D',
|
|
3820
3874
|
81457: '0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614',
|
|
3875
|
+
84532: '0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea',
|
|
3821
3876
|
421614: '0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D',
|
|
3822
3877
|
7777777: '0x78964965cF77850224513a367f899435C5B69174',
|
|
3823
3878
|
11155111: '0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D',
|
|
@@ -3831,6 +3886,7 @@ export const zoraCreatorRedeemMinterFactoryAddress = {
|
|
|
3831
3886
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
3832
3887
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
3833
3888
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
3889
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
|
|
3834
3890
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
3835
3891
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
3836
3892
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
@@ -3846,7 +3902,8 @@ export const zoraCreatorRedeemMinterFactoryConfig = {
|
|
|
3846
3902
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
3847
3903
|
|
|
3848
3904
|
/**
|
|
3849
|
-
* [__View Contract on Zora
|
|
3905
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
3906
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
3850
3907
|
*/
|
|
3851
3908
|
export const zoraMints1155ABI = [
|
|
3852
3909
|
{ stateMutability: 'nonpayable', type: 'constructor', inputs: [] },
|
|
@@ -3871,6 +3928,20 @@ export const zoraMints1155ABI = [
|
|
|
3871
3928
|
name: 'MINIMUM_ETH_PRICE',
|
|
3872
3929
|
outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
|
|
3873
3930
|
},
|
|
3931
|
+
{
|
|
3932
|
+
stateMutability: 'view',
|
|
3933
|
+
type: 'function',
|
|
3934
|
+
inputs: [],
|
|
3935
|
+
name: 'NAME',
|
|
3936
|
+
outputs: [{ name: '', internalType: 'string', type: 'string' }],
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
stateMutability: 'view',
|
|
3940
|
+
type: 'function',
|
|
3941
|
+
inputs: [],
|
|
3942
|
+
name: 'VERSION',
|
|
3943
|
+
outputs: [{ name: '', internalType: 'string', type: 'string' }],
|
|
3944
|
+
},
|
|
3874
3945
|
{
|
|
3875
3946
|
stateMutability: 'view',
|
|
3876
3947
|
type: 'function',
|
|
@@ -3912,13 +3983,6 @@ export const zoraMints1155ABI = [
|
|
|
3912
3983
|
name: 'contractURI',
|
|
3913
3984
|
outputs: [{ name: '', internalType: 'string', type: 'string' }],
|
|
3914
3985
|
},
|
|
3915
|
-
{
|
|
3916
|
-
stateMutability: 'pure',
|
|
3917
|
-
type: 'function',
|
|
3918
|
-
inputs: [],
|
|
3919
|
-
name: 'contractVersion',
|
|
3920
|
-
outputs: [{ name: '', internalType: 'string', type: 'string' }],
|
|
3921
|
-
},
|
|
3922
3986
|
{
|
|
3923
3987
|
stateMutability: 'nonpayable',
|
|
3924
3988
|
type: 'function',
|
|
@@ -4481,6 +4545,16 @@ export const zoraMints1155ABI = [
|
|
|
4481
4545
|
inputs: [{ name: 'caller', internalType: 'address', type: 'address' }],
|
|
4482
4546
|
name: 'AccessManagedUnauthorized',
|
|
4483
4547
|
},
|
|
4548
|
+
{
|
|
4549
|
+
type: 'error',
|
|
4550
|
+
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
4551
|
+
name: 'AddressEmptyCode',
|
|
4552
|
+
},
|
|
4553
|
+
{
|
|
4554
|
+
type: 'error',
|
|
4555
|
+
inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
|
|
4556
|
+
name: 'AddressInsufficientBalance',
|
|
4557
|
+
},
|
|
4484
4558
|
{
|
|
4485
4559
|
type: 'error',
|
|
4486
4560
|
inputs: [
|
|
@@ -4547,6 +4621,7 @@ export const zoraMints1155ABI = [
|
|
|
4547
4621
|
name: 'ERC2612ExpiredSignature',
|
|
4548
4622
|
},
|
|
4549
4623
|
{ type: 'error', inputs: [], name: 'ETHTransferFailed' },
|
|
4624
|
+
{ type: 'error', inputs: [], name: 'FailedInnerCall' },
|
|
4550
4625
|
{ type: 'error', inputs: [], name: 'IncorrectAmountSent' },
|
|
4551
4626
|
{
|
|
4552
4627
|
type: 'error',
|
|
@@ -4566,6 +4641,11 @@ export const zoraMints1155ABI = [
|
|
|
4566
4641
|
inputs: [{ name: 'handler', internalType: 'address', type: 'address' }],
|
|
4567
4642
|
name: 'NotARedeemHandler',
|
|
4568
4643
|
},
|
|
4644
|
+
{
|
|
4645
|
+
type: 'error',
|
|
4646
|
+
inputs: [{ name: 'token', internalType: 'address', type: 'address' }],
|
|
4647
|
+
name: 'SafeERC20FailedOperation',
|
|
4648
|
+
},
|
|
4569
4649
|
{
|
|
4570
4650
|
type: 'error',
|
|
4571
4651
|
inputs: [{ name: 'str', internalType: 'string', type: 'string' }],
|
|
@@ -4589,14 +4669,17 @@ export const zoraMints1155ABI = [
|
|
|
4589
4669
|
] as const
|
|
4590
4670
|
|
|
4591
4671
|
/**
|
|
4592
|
-
* [__View Contract on Zora
|
|
4672
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
4673
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
4593
4674
|
*/
|
|
4594
4675
|
export const zoraMints1155Address = {
|
|
4595
|
-
|
|
4676
|
+
7777777: '0x7777777d57c1C6e472fa379b7b3B6c6ba3835073',
|
|
4677
|
+
999999999: '0x7777777d57c1C6e472fa379b7b3B6c6ba3835073',
|
|
4596
4678
|
} as const
|
|
4597
4679
|
|
|
4598
4680
|
/**
|
|
4599
|
-
* [__View Contract on Zora
|
|
4681
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
4682
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
4600
4683
|
*/
|
|
4601
4684
|
export const zoraMints1155Config = {
|
|
4602
4685
|
address: zoraMints1155Address,
|
|
@@ -4608,7 +4691,8 @@ export const zoraMints1155Config = {
|
|
|
4608
4691
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
4609
4692
|
|
|
4610
4693
|
/**
|
|
4611
|
-
* [__View Contract on Zora
|
|
4694
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
4695
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
4612
4696
|
*/
|
|
4613
4697
|
export const zoraMintsManagerImplABI = [
|
|
4614
4698
|
{
|
|
@@ -5187,6 +5271,11 @@ export const zoraMintsManagerImplABI = [
|
|
|
5187
5271
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
5188
5272
|
name: 'AddressEmptyCode',
|
|
5189
5273
|
},
|
|
5274
|
+
{
|
|
5275
|
+
type: 'error',
|
|
5276
|
+
inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
|
|
5277
|
+
name: 'AddressInsufficientBalance',
|
|
5278
|
+
},
|
|
5190
5279
|
{
|
|
5191
5280
|
type: 'error',
|
|
5192
5281
|
inputs: [
|
|
@@ -5313,6 +5402,7 @@ export const zoraMintsManagerImplABI = [
|
|
|
5313
5402
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
5314
5403
|
{ type: 'error', inputs: [], name: 'NotSelfCall' },
|
|
5315
5404
|
{ type: 'error', inputs: [], name: 'NotZoraMints1155' },
|
|
5405
|
+
{ type: 'error', inputs: [], name: 'OnlyTransfersFromZoraMints' },
|
|
5316
5406
|
{
|
|
5317
5407
|
type: 'error',
|
|
5318
5408
|
inputs: [{ name: 'owner', internalType: 'address', type: 'address' }],
|
|
@@ -5336,6 +5426,11 @@ export const zoraMintsManagerImplABI = [
|
|
|
5336
5426
|
},
|
|
5337
5427
|
{ type: 'error', inputs: [], name: 'ReentrancyGuardReentrantCall' },
|
|
5338
5428
|
{ type: 'error', inputs: [], name: 'Renderer_NotValidRendererContract' },
|
|
5429
|
+
{
|
|
5430
|
+
type: 'error',
|
|
5431
|
+
inputs: [{ name: 'token', internalType: 'address', type: 'address' }],
|
|
5432
|
+
name: 'SafeERC20FailedOperation',
|
|
5433
|
+
},
|
|
5339
5434
|
{ type: 'error', inputs: [], name: 'SaleEnded' },
|
|
5340
5435
|
{ type: 'error', inputs: [], name: 'SaleHasNotStarted' },
|
|
5341
5436
|
{
|
|
@@ -5415,14 +5510,17 @@ export const zoraMintsManagerImplABI = [
|
|
|
5415
5510
|
] as const
|
|
5416
5511
|
|
|
5417
5512
|
/**
|
|
5418
|
-
* [__View Contract on Zora
|
|
5513
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
5514
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
5419
5515
|
*/
|
|
5420
5516
|
export const zoraMintsManagerImplAddress = {
|
|
5421
|
-
|
|
5517
|
+
7777777: '0x77777770cA269366c7208aFcF36FE2C6F7f7608B',
|
|
5518
|
+
999999999: '0x77777770cA269366c7208aFcF36FE2C6F7f7608B',
|
|
5422
5519
|
} as const
|
|
5423
5520
|
|
|
5424
5521
|
/**
|
|
5425
|
-
* [__View Contract on Zora
|
|
5522
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
5523
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
5426
5524
|
*/
|
|
5427
5525
|
export const zoraMintsManagerImplConfig = {
|
|
5428
5526
|
address: zoraMintsManagerImplAddress,
|
package/tsup.config.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { defineConfig } from "tsup";
|
|
2
|
+
|
|
3
|
+
export default defineConfig({
|
|
4
|
+
entry: ["src/index.ts"],
|
|
5
|
+
sourcemap: true,
|
|
6
|
+
clean: true,
|
|
7
|
+
dts: false,
|
|
8
|
+
format: ["cjs", "esm"],
|
|
9
|
+
onSuccess:
|
|
10
|
+
"tsc --project tsconfig.build.json --emitDeclarationOnly --declaration --declarationMap",
|
|
11
|
+
});
|