@zoralabs/protocol-deployments 0.3.0-PRE.0 → 0.3.1-PRE.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/dist/index.js CHANGED
@@ -1538,9 +1538,15 @@ var erc20ZRoyaltiesABI = [
1538
1538
  }
1539
1539
  ];
1540
1540
  var erc20ZRoyaltiesAddress = {
1541
- 7777777: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
1542
- 11155111: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
1543
- 999999999: "0x777777722D078c97c6ad07d9f36801e653E356Ae"
1541
+ 1: "0x77777771DF91C56c5468746E80DFA8b880f9719F",
1542
+ 10: "0x77777771DF91C56c5468746E80DFA8b880f9719F",
1543
+ 8453: "0x77777771DF91C56c5468746E80DFA8b880f9719F",
1544
+ 42161: "0x77777771DF91C56c5468746E80DFA8b880f9719F",
1545
+ 81457: "0x77777771DF91C56c5468746E80DFA8b880f9719F",
1546
+ 84532: "0x77777771DF91C56c5468746E80DFA8b880f9719F",
1547
+ 7777777: "0x77777771DF91C56c5468746E80DFA8b880f9719F",
1548
+ 11155111: "0x53a85FbD2955EF713AA489Ae0C48523E727a0c07",
1549
+ 999999999: "0x77777771DF91C56c5468746E80DFA8b880f9719F"
1544
1550
  };
1545
1551
  var erc20ZRoyaltiesConfig = {
1546
1552
  address: erc20ZRoyaltiesAddress,
@@ -2057,6 +2063,232 @@ var protocolRewardsConfig = {
2057
2063
  address: protocolRewardsAddress,
2058
2064
  abi: protocolRewardsABI
2059
2065
  };
2066
+ var secondarySwapABI = [
2067
+ { stateMutability: "payable", type: "receive" },
2068
+ {
2069
+ stateMutability: "view",
2070
+ type: "function",
2071
+ inputs: [],
2072
+ name: "WETH",
2073
+ outputs: [{ name: "", internalType: "contract IWETH", type: "address" }]
2074
+ },
2075
+ {
2076
+ stateMutability: "payable",
2077
+ type: "function",
2078
+ inputs: [
2079
+ { name: "erc20zAddress", internalType: "address", type: "address" },
2080
+ { name: "num1155ToBuy", internalType: "uint256", type: "uint256" },
2081
+ { name: "recipient", internalType: "address payable", type: "address" },
2082
+ {
2083
+ name: "excessRefundRecipient",
2084
+ internalType: "address payable",
2085
+ type: "address"
2086
+ },
2087
+ { name: "maxEthToSpend", internalType: "uint256", type: "uint256" },
2088
+ { name: "sqrtPriceLimitX96", internalType: "uint160", type: "uint160" }
2089
+ ],
2090
+ name: "buy1155",
2091
+ outputs: []
2092
+ },
2093
+ {
2094
+ stateMutability: "nonpayable",
2095
+ type: "function",
2096
+ inputs: [
2097
+ { name: "weth_", internalType: "contract IWETH", type: "address" },
2098
+ {
2099
+ name: "swapRouter_",
2100
+ internalType: "contract ISwapRouter",
2101
+ type: "address"
2102
+ },
2103
+ { name: "uniswapFee_", internalType: "uint24", type: "uint24" },
2104
+ {
2105
+ name: "zoraTimedSaleStrategy_",
2106
+ internalType: "contract IZoraTimedSaleStrategy",
2107
+ type: "address"
2108
+ }
2109
+ ],
2110
+ name: "initialize",
2111
+ outputs: []
2112
+ },
2113
+ {
2114
+ stateMutability: "pure",
2115
+ type: "function",
2116
+ inputs: [
2117
+ { name: "", internalType: "address", type: "address" },
2118
+ { name: "", internalType: "address", type: "address" },
2119
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
2120
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
2121
+ { name: "", internalType: "bytes", type: "bytes" }
2122
+ ],
2123
+ name: "onERC1155BatchReceived",
2124
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
2125
+ },
2126
+ {
2127
+ stateMutability: "nonpayable",
2128
+ type: "function",
2129
+ inputs: [
2130
+ { name: "", internalType: "address", type: "address" },
2131
+ { name: "", internalType: "address", type: "address" },
2132
+ { name: "id", internalType: "uint256", type: "uint256" },
2133
+ { name: "value", internalType: "uint256", type: "uint256" },
2134
+ { name: "data", internalType: "bytes", type: "bytes" }
2135
+ ],
2136
+ name: "onERC1155Received",
2137
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
2138
+ },
2139
+ {
2140
+ stateMutability: "nonpayable",
2141
+ type: "function",
2142
+ inputs: [
2143
+ { name: "erc20zAddress", internalType: "address", type: "address" },
2144
+ { name: "num1155ToSell", internalType: "uint256", type: "uint256" },
2145
+ { name: "recipient", internalType: "address payable", type: "address" },
2146
+ { name: "minEthToAcquire", internalType: "uint256", type: "uint256" },
2147
+ { name: "sqrtPriceLimitX96", internalType: "uint160", type: "uint160" }
2148
+ ],
2149
+ name: "sell1155",
2150
+ outputs: []
2151
+ },
2152
+ {
2153
+ stateMutability: "view",
2154
+ type: "function",
2155
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
2156
+ name: "supportsInterface",
2157
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
2158
+ },
2159
+ {
2160
+ stateMutability: "view",
2161
+ type: "function",
2162
+ inputs: [],
2163
+ name: "swapRouter",
2164
+ outputs: [
2165
+ { name: "", internalType: "contract ISwapRouter", type: "address" }
2166
+ ]
2167
+ },
2168
+ {
2169
+ stateMutability: "view",
2170
+ type: "function",
2171
+ inputs: [],
2172
+ name: "uniswapFee",
2173
+ outputs: [{ name: "", internalType: "uint24", type: "uint24" }]
2174
+ },
2175
+ {
2176
+ stateMutability: "view",
2177
+ type: "function",
2178
+ inputs: [],
2179
+ name: "zoraTimedSaleStrategy",
2180
+ outputs: [
2181
+ {
2182
+ name: "",
2183
+ internalType: "contract IZoraTimedSaleStrategy",
2184
+ type: "address"
2185
+ }
2186
+ ]
2187
+ },
2188
+ {
2189
+ type: "event",
2190
+ anonymous: false,
2191
+ inputs: [
2192
+ {
2193
+ name: "msgSender",
2194
+ internalType: "address",
2195
+ type: "address",
2196
+ indexed: true
2197
+ },
2198
+ {
2199
+ name: "recipient",
2200
+ internalType: "address",
2201
+ type: "address",
2202
+ indexed: true
2203
+ },
2204
+ {
2205
+ name: "erc20zAddress",
2206
+ internalType: "address",
2207
+ type: "address",
2208
+ indexed: true
2209
+ },
2210
+ {
2211
+ name: "amountEthSold",
2212
+ internalType: "uint256",
2213
+ type: "uint256",
2214
+ indexed: false
2215
+ },
2216
+ {
2217
+ name: "num1155Purchased",
2218
+ internalType: "uint256",
2219
+ type: "uint256",
2220
+ indexed: false
2221
+ }
2222
+ ],
2223
+ name: "SecondaryBuy"
2224
+ },
2225
+ {
2226
+ type: "event",
2227
+ anonymous: false,
2228
+ inputs: [
2229
+ {
2230
+ name: "msgSender",
2231
+ internalType: "address",
2232
+ type: "address",
2233
+ indexed: true
2234
+ },
2235
+ {
2236
+ name: "recipient",
2237
+ internalType: "address",
2238
+ type: "address",
2239
+ indexed: true
2240
+ },
2241
+ {
2242
+ name: "erc20zAddress",
2243
+ internalType: "address",
2244
+ type: "address",
2245
+ indexed: true
2246
+ },
2247
+ {
2248
+ name: "amountEthPurchased",
2249
+ internalType: "uint256",
2250
+ type: "uint256",
2251
+ indexed: false
2252
+ },
2253
+ {
2254
+ name: "num1155Sold",
2255
+ internalType: "uint256",
2256
+ type: "uint256",
2257
+ indexed: false
2258
+ }
2259
+ ],
2260
+ name: "SecondarySell"
2261
+ },
2262
+ {
2263
+ type: "error",
2264
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
2265
+ name: "AddressInsufficientBalance"
2266
+ },
2267
+ { type: "error", inputs: [], name: "ERC20ZEquivalentAmountNotConverted" },
2268
+ { type: "error", inputs: [], name: "ERC20ZMinimumAmountNotReceived" },
2269
+ { type: "error", inputs: [], name: "FailedInnerCall" },
2270
+ { type: "error", inputs: [], name: "InvalidRecipient" },
2271
+ { type: "error", inputs: [], name: "NoETHSent" },
2272
+ { type: "error", inputs: [], name: "NotSupported" },
2273
+ { type: "error", inputs: [], name: "OnlyWETH" },
2274
+ { type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
2275
+ { type: "error", inputs: [], name: "SaleNotSet" }
2276
+ ];
2277
+ var secondarySwapAddress = {
2278
+ 1: "0xd6992aA2Aaa87802d0104e8c4b4DFaBE6F434fF7",
2279
+ 10: "0x695C9A141748D308d26Bd4f8E9F9A5df5F0623f8",
2280
+ 8453: "0x370B0B539DEe6d910b93F980AE3c47AC8460d522",
2281
+ 42161: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
2282
+ 81457: "0xE919b1F317C5298c1eA424B07a21635A08E1cC6C",
2283
+ 84532: "0xC04050e04708b33302E30E5A0fB1e8c38F4EBbB0",
2284
+ 7777777: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
2285
+ 11155111: "0xb30e0a41A3EC4b6Eb5415c70E32dc234432E48C2",
2286
+ 999999999: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91"
2287
+ };
2288
+ var secondarySwapConfig = {
2289
+ address: secondarySwapAddress,
2290
+ abi: secondarySwapABI
2291
+ };
2060
2292
  var sponsoredSparksSpenderABI = [
2061
2293
  {
2062
2294
  stateMutability: "nonpayable",
@@ -3180,27 +3412,152 @@ var zoraCreator1155FactoryImplABI = [
3180
3412
  ],
3181
3413
  name: "Upgraded"
3182
3414
  },
3183
- { type: "error", inputs: [], name: "ADDRESS_DELEGATECALL_TO_NON_CONTRACT" },
3184
- { type: "error", inputs: [], name: "ADDRESS_LOW_LEVEL_CALL_FAILED" },
3185
- { type: "error", inputs: [], name: "Constructor_ImplCannotBeZero" },
3415
+ { type: "error", inputs: [], name: "ADDRESS_DELEGATECALL_TO_NON_CONTRACT" },
3416
+ { type: "error", inputs: [], name: "ADDRESS_LOW_LEVEL_CALL_FAILED" },
3417
+ { type: "error", inputs: [], name: "Constructor_ImplCannotBeZero" },
3418
+ { type: "error", inputs: [], name: "ERC1967_NEW_IMPL_NOT_CONTRACT" },
3419
+ { type: "error", inputs: [], name: "ERC1967_NEW_IMPL_NOT_UUPS" },
3420
+ { type: "error", inputs: [], name: "ERC1967_UNSUPPORTED_PROXIABLEUUID" },
3421
+ {
3422
+ type: "error",
3423
+ inputs: [
3424
+ {
3425
+ name: "expectedContractAddress",
3426
+ internalType: "address",
3427
+ type: "address"
3428
+ },
3429
+ {
3430
+ name: "calculcatedContractAddress",
3431
+ internalType: "address",
3432
+ type: "address"
3433
+ }
3434
+ ],
3435
+ name: "ExpectedContractAddressDoesNotMatchCalculatedContractAddress"
3436
+ },
3437
+ {
3438
+ type: "error",
3439
+ inputs: [],
3440
+ name: "FUNCTION_MUST_BE_CALLED_THROUGH_ACTIVE_PROXY"
3441
+ },
3442
+ {
3443
+ type: "error",
3444
+ inputs: [],
3445
+ name: "FUNCTION_MUST_BE_CALLED_THROUGH_DELEGATECALL"
3446
+ },
3447
+ {
3448
+ type: "error",
3449
+ inputs: [],
3450
+ name: "INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED"
3451
+ },
3452
+ {
3453
+ type: "error",
3454
+ inputs: [],
3455
+ name: "INITIALIZABLE_CONTRACT_IS_NOT_INITIALIZING"
3456
+ },
3457
+ { type: "error", inputs: [], name: "ONLY_OWNER" },
3458
+ { type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
3459
+ { type: "error", inputs: [], name: "OWNER_CANNOT_BE_ZERO_ADDRESS" },
3460
+ {
3461
+ type: "error",
3462
+ inputs: [],
3463
+ name: "UUPS_UPGRADEABLE_MUST_NOT_BE_CALLED_THROUGH_DELEGATECALL"
3464
+ },
3465
+ {
3466
+ type: "error",
3467
+ inputs: [
3468
+ { name: "expected", internalType: "string", type: "string" },
3469
+ { name: "actual", internalType: "string", type: "string" }
3470
+ ],
3471
+ name: "UpgradeToMismatchedContractName"
3472
+ },
3473
+ { type: "error", inputs: [], name: "ADDRESS_DELEGATECALL_TO_NON_CONTRACT" },
3474
+ { type: "error", inputs: [], name: "ADDRESS_LOW_LEVEL_CALL_FAILED" },
3475
+ {
3476
+ type: "error",
3477
+ inputs: [
3478
+ { name: "operator", internalType: "address", type: "address" },
3479
+ { name: "user", internalType: "address", type: "address" }
3480
+ ],
3481
+ name: "Burn_NotOwnerOrApproved"
3482
+ },
3483
+ { type: "error", inputs: [], name: "CREATOR_FUNDS_RECIPIENT_NOT_SET" },
3484
+ {
3485
+ type: "error",
3486
+ inputs: [{ name: "reason", internalType: "bytes", type: "bytes" }],
3487
+ name: "CallFailed"
3488
+ },
3489
+ { type: "error", inputs: [], name: "Call_TokenIdMismatch" },
3490
+ { type: "error", inputs: [], name: "CallerNotZoraCreator1155" },
3491
+ { type: "error", inputs: [], name: "CanOnlyReduceMaxSupply" },
3492
+ {
3493
+ type: "error",
3494
+ inputs: [
3495
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3496
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3497
+ { name: "totalMinted", internalType: "uint256", type: "uint256" },
3498
+ { name: "maxSupply", internalType: "uint256", type: "uint256" }
3499
+ ],
3500
+ name: "CannotMintMoreTokens"
3501
+ },
3502
+ { type: "error", inputs: [], name: "CannotReduceMaxSupplyBelowMinted" },
3503
+ {
3504
+ type: "error",
3505
+ inputs: [
3506
+ { name: "proposedAddress", internalType: "address", type: "address" }
3507
+ ],
3508
+ name: "Config_TransferHookNotSupported"
3509
+ },
3510
+ {
3511
+ type: "error",
3512
+ inputs: [],
3513
+ name: "ERC1155_ACCOUNTS_AND_IDS_LENGTH_MISMATCH"
3514
+ },
3515
+ {
3516
+ type: "error",
3517
+ inputs: [],
3518
+ name: "ERC1155_ADDRESS_ZERO_IS_NOT_A_VALID_OWNER"
3519
+ },
3520
+ { type: "error", inputs: [], name: "ERC1155_BURN_AMOUNT_EXCEEDS_BALANCE" },
3521
+ { type: "error", inputs: [], name: "ERC1155_BURN_FROM_ZERO_ADDRESS" },
3522
+ {
3523
+ type: "error",
3524
+ inputs: [],
3525
+ name: "ERC1155_CALLER_IS_NOT_TOKEN_OWNER_OR_APPROVED"
3526
+ },
3527
+ {
3528
+ type: "error",
3529
+ inputs: [],
3530
+ name: "ERC1155_ERC1155RECEIVER_REJECTED_TOKENS"
3531
+ },
3532
+ {
3533
+ type: "error",
3534
+ inputs: [],
3535
+ name: "ERC1155_IDS_AND_AMOUNTS_LENGTH_MISMATCH"
3536
+ },
3537
+ {
3538
+ type: "error",
3539
+ inputs: [],
3540
+ name: "ERC1155_INSUFFICIENT_BALANCE_FOR_TRANSFER"
3541
+ },
3542
+ { type: "error", inputs: [], name: "ERC1155_MINT_TO_ZERO_ADDRESS" },
3543
+ { type: "error", inputs: [], name: "ERC1155_MINT_TO_ZERO_ADDRESS" },
3544
+ { type: "error", inputs: [], name: "ERC1155_SETTING_APPROVAL_FOR_SELF" },
3545
+ {
3546
+ type: "error",
3547
+ inputs: [],
3548
+ name: "ERC1155_TRANSFER_TO_NON_ERC1155RECEIVER_IMPLEMENTER"
3549
+ },
3550
+ { type: "error", inputs: [], name: "ERC1155_TRANSFER_TO_ZERO_ADDRESS" },
3186
3551
  { type: "error", inputs: [], name: "ERC1967_NEW_IMPL_NOT_CONTRACT" },
3187
3552
  { type: "error", inputs: [], name: "ERC1967_NEW_IMPL_NOT_UUPS" },
3188
3553
  { type: "error", inputs: [], name: "ERC1967_UNSUPPORTED_PROXIABLEUUID" },
3189
3554
  {
3190
3555
  type: "error",
3191
3556
  inputs: [
3192
- {
3193
- name: "expectedContractAddress",
3194
- internalType: "address",
3195
- type: "address"
3196
- },
3197
- {
3198
- name: "calculcatedContractAddress",
3199
- internalType: "address",
3200
- type: "address"
3201
- }
3557
+ { name: "recipient", internalType: "address", type: "address" },
3558
+ { name: "amount", internalType: "uint256", type: "uint256" }
3202
3559
  ],
3203
- name: "ExpectedContractAddressDoesNotMatchCalculatedContractAddress"
3560
+ name: "ETHWithdrawFailed"
3204
3561
  },
3205
3562
  {
3206
3563
  type: "error",
@@ -3212,6 +3569,15 @@ var zoraCreator1155FactoryImplABI = [
3212
3569
  inputs: [],
3213
3570
  name: "FUNCTION_MUST_BE_CALLED_THROUGH_DELEGATECALL"
3214
3571
  },
3572
+ { type: "error", inputs: [], name: "FirstMinterAddressZero" },
3573
+ {
3574
+ type: "error",
3575
+ inputs: [
3576
+ { name: "amount", internalType: "uint256", type: "uint256" },
3577
+ { name: "contractValue", internalType: "uint256", type: "uint256" }
3578
+ ],
3579
+ name: "FundsWithdrawInsolvent"
3580
+ },
3215
3581
  {
3216
3582
  type: "error",
3217
3583
  inputs: [],
@@ -3222,9 +3588,77 @@ var zoraCreator1155FactoryImplABI = [
3222
3588
  inputs: [],
3223
3589
  name: "INITIALIZABLE_CONTRACT_IS_NOT_INITIALIZING"
3224
3590
  },
3225
- { type: "error", inputs: [], name: "ONLY_OWNER" },
3226
- { type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
3227
- { type: "error", inputs: [], name: "OWNER_CANNOT_BE_ZERO_ADDRESS" },
3591
+ { type: "error", inputs: [], name: "INVALID_ADDRESS_ZERO" },
3592
+ { type: "error", inputs: [], name: "INVALID_ETH_AMOUNT" },
3593
+ {
3594
+ type: "error",
3595
+ inputs: [
3596
+ { name: "mintTo", internalType: "address", type: "address" },
3597
+ { name: "merkleProof", internalType: "bytes32[]", type: "bytes32[]" },
3598
+ { name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
3599
+ ],
3600
+ name: "InvalidMerkleProof"
3601
+ },
3602
+ { type: "error", inputs: [], name: "InvalidMintSchedule" },
3603
+ { type: "error", inputs: [], name: "InvalidMintSchedule" },
3604
+ { type: "error", inputs: [], name: "InvalidPremintVersion" },
3605
+ { type: "error", inputs: [], name: "InvalidSignature" },
3606
+ { type: "error", inputs: [], name: "InvalidSignatureVersion" },
3607
+ {
3608
+ type: "error",
3609
+ inputs: [{ name: "magicValue", internalType: "bytes4", type: "bytes4" }],
3610
+ name: "InvalidSigner"
3611
+ },
3612
+ { type: "error", inputs: [], name: "MintNotYetStarted" },
3613
+ { type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
3614
+ { type: "error", inputs: [], name: "Mint_InvalidMintArrayLength" },
3615
+ { type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
3616
+ { type: "error", inputs: [], name: "Mint_UnknownCommand" },
3617
+ { type: "error", inputs: [], name: "Mint_ValueTransferFail" },
3618
+ { type: "error", inputs: [], name: "MinterContractAlreadyExists" },
3619
+ { type: "error", inputs: [], name: "MinterContractDoesNotExist" },
3620
+ { type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
3621
+ {
3622
+ type: "error",
3623
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3624
+ name: "NoRendererForToken"
3625
+ },
3626
+ { type: "error", inputs: [], name: "NonEthRedemption" },
3627
+ { type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
3628
+ { type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
3629
+ { type: "error", inputs: [], name: "PremintDeleted" },
3630
+ {
3631
+ type: "error",
3632
+ inputs: [
3633
+ { name: "caller", internalType: "address", type: "address" },
3634
+ { name: "recipient", internalType: "address", type: "address" },
3635
+ { name: "amount", internalType: "uint256", type: "uint256" }
3636
+ ],
3637
+ name: "ProtocolRewardsWithdrawFailed"
3638
+ },
3639
+ {
3640
+ type: "error",
3641
+ inputs: [{ name: "renderer", internalType: "address", type: "address" }],
3642
+ name: "RendererNotValid"
3643
+ },
3644
+ { type: "error", inputs: [], name: "Renderer_NotValidRendererContract" },
3645
+ { type: "error", inputs: [], name: "SaleEnded" },
3646
+ { type: "error", inputs: [], name: "SaleHasNotStarted" },
3647
+ {
3648
+ type: "error",
3649
+ inputs: [
3650
+ { name: "targetContract", internalType: "address", type: "address" }
3651
+ ],
3652
+ name: "Sale_CannotCallNonSalesContract"
3653
+ },
3654
+ {
3655
+ type: "error",
3656
+ inputs: [
3657
+ { name: "expected", internalType: "uint256", type: "uint256" },
3658
+ { name: "actual", internalType: "uint256", type: "uint256" }
3659
+ ],
3660
+ name: "TokenIdMismatch"
3661
+ },
3228
3662
  {
3229
3663
  type: "error",
3230
3664
  inputs: [],
@@ -3233,10 +3667,86 @@ var zoraCreator1155FactoryImplABI = [
3233
3667
  {
3234
3668
  type: "error",
3235
3669
  inputs: [
3236
- { name: "expected", internalType: "string", type: "string" },
3237
- { name: "actual", internalType: "string", type: "string" }
3670
+ { name: "user", internalType: "address", type: "address" },
3671
+ { name: "limit", internalType: "uint256", type: "uint256" },
3672
+ { name: "requestedAmount", internalType: "uint256", type: "uint256" }
3238
3673
  ],
3239
- name: "UpgradeToMismatchedContractName"
3674
+ name: "UserExceedsMintLimit"
3675
+ },
3676
+ {
3677
+ type: "error",
3678
+ inputs: [
3679
+ { name: "user", internalType: "address", type: "address" },
3680
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3681
+ { name: "role", internalType: "uint256", type: "uint256" }
3682
+ ],
3683
+ name: "UserMissingRoleForToken"
3684
+ },
3685
+ { type: "error", inputs: [], name: "WrongValueSent" },
3686
+ {
3687
+ type: "error",
3688
+ inputs: [],
3689
+ name: "premintSignerContractFailedToRecoverSigner"
3690
+ },
3691
+ { type: "error", inputs: [], name: "premintSignerContractNotAContract" },
3692
+ {
3693
+ type: "error",
3694
+ inputs: [{ name: "target", internalType: "address", type: "address" }],
3695
+ name: "AddressEmptyCode"
3696
+ },
3697
+ {
3698
+ type: "error",
3699
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
3700
+ name: "AddressInsufficientBalance"
3701
+ },
3702
+ { type: "error", inputs: [], name: "AddressZero" },
3703
+ { type: "error", inputs: [], name: "ERC1167FailedCreateClone" },
3704
+ {
3705
+ type: "error",
3706
+ inputs: [
3707
+ { name: "implementation", internalType: "address", type: "address" }
3708
+ ],
3709
+ name: "ERC1967InvalidImplementation"
3710
+ },
3711
+ { type: "error", inputs: [], name: "ERC1967NonPayable" },
3712
+ { type: "error", inputs: [], name: "EndTimeCannotBeInThePast" },
3713
+ { type: "error", inputs: [], name: "FailedInnerCall" },
3714
+ { type: "error", inputs: [], name: "InsufficientFunds" },
3715
+ { type: "error", inputs: [], name: "InvalidInitialization" },
3716
+ { type: "error", inputs: [], name: "MarketAlreadyLaunched" },
3717
+ { type: "error", inputs: [], name: "NeedsToBeAtLeastOneSaleToStartMarket" },
3718
+ { type: "error", inputs: [], name: "NotInitializing" },
3719
+ { type: "error", inputs: [], name: "OnlyZoraRewardRecipient" },
3720
+ {
3721
+ type: "error",
3722
+ inputs: [{ name: "owner", internalType: "address", type: "address" }],
3723
+ name: "OwnableInvalidOwner"
3724
+ },
3725
+ {
3726
+ type: "error",
3727
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
3728
+ name: "OwnableUnauthorizedAccount"
3729
+ },
3730
+ { type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
3731
+ { type: "error", inputs: [], name: "RequestMintInvalidUseMint" },
3732
+ { type: "error", inputs: [], name: "ResetSaleNotAvailable" },
3733
+ { type: "error", inputs: [], name: "SaleAlreadySet" },
3734
+ { type: "error", inputs: [], name: "SaleEnded" },
3735
+ { type: "error", inputs: [], name: "SaleHasNotStarted" },
3736
+ { type: "error", inputs: [], name: "SaleInProgress" },
3737
+ { type: "error", inputs: [], name: "SaleNotSet" },
3738
+ { type: "error", inputs: [], name: "StartTimeCannotBeAfterEndTime" },
3739
+ { type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
3740
+ {
3741
+ type: "error",
3742
+ inputs: [{ name: "slot", internalType: "bytes32", type: "bytes32" }],
3743
+ name: "UUPSUnsupportedProxiableUUID"
3744
+ },
3745
+ { type: "error", inputs: [], name: "WrongValueSent" },
3746
+ {
3747
+ type: "error",
3748
+ inputs: [],
3749
+ name: "ZoraCreator1155ContractNeedsToSupportReduceSupply"
3240
3750
  }
3241
3751
  ];
3242
3752
  var zoraCreator1155FactoryImplAddress = {
@@ -4594,7 +5104,66 @@ var zoraCreator1155ImplABI = [
4594
5104
  inputs: [],
4595
5105
  name: "premintSignerContractFailedToRecoverSigner"
4596
5106
  },
4597
- { type: "error", inputs: [], name: "premintSignerContractNotAContract" }
5107
+ { type: "error", inputs: [], name: "premintSignerContractNotAContract" },
5108
+ {
5109
+ type: "error",
5110
+ inputs: [{ name: "target", internalType: "address", type: "address" }],
5111
+ name: "AddressEmptyCode"
5112
+ },
5113
+ {
5114
+ type: "error",
5115
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
5116
+ name: "AddressInsufficientBalance"
5117
+ },
5118
+ { type: "error", inputs: [], name: "AddressZero" },
5119
+ { type: "error", inputs: [], name: "ERC1167FailedCreateClone" },
5120
+ {
5121
+ type: "error",
5122
+ inputs: [
5123
+ { name: "implementation", internalType: "address", type: "address" }
5124
+ ],
5125
+ name: "ERC1967InvalidImplementation"
5126
+ },
5127
+ { type: "error", inputs: [], name: "ERC1967NonPayable" },
5128
+ { type: "error", inputs: [], name: "EndTimeCannotBeInThePast" },
5129
+ { type: "error", inputs: [], name: "FailedInnerCall" },
5130
+ { type: "error", inputs: [], name: "InsufficientFunds" },
5131
+ { type: "error", inputs: [], name: "InvalidInitialization" },
5132
+ { type: "error", inputs: [], name: "MarketAlreadyLaunched" },
5133
+ { type: "error", inputs: [], name: "NeedsToBeAtLeastOneSaleToStartMarket" },
5134
+ { type: "error", inputs: [], name: "NotInitializing" },
5135
+ { type: "error", inputs: [], name: "OnlyZoraRewardRecipient" },
5136
+ {
5137
+ type: "error",
5138
+ inputs: [{ name: "owner", internalType: "address", type: "address" }],
5139
+ name: "OwnableInvalidOwner"
5140
+ },
5141
+ {
5142
+ type: "error",
5143
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
5144
+ name: "OwnableUnauthorizedAccount"
5145
+ },
5146
+ { type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
5147
+ { type: "error", inputs: [], name: "RequestMintInvalidUseMint" },
5148
+ { type: "error", inputs: [], name: "ResetSaleNotAvailable" },
5149
+ { type: "error", inputs: [], name: "SaleAlreadySet" },
5150
+ { type: "error", inputs: [], name: "SaleEnded" },
5151
+ { type: "error", inputs: [], name: "SaleHasNotStarted" },
5152
+ { type: "error", inputs: [], name: "SaleInProgress" },
5153
+ { type: "error", inputs: [], name: "SaleNotSet" },
5154
+ { type: "error", inputs: [], name: "StartTimeCannotBeAfterEndTime" },
5155
+ { type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
5156
+ {
5157
+ type: "error",
5158
+ inputs: [{ name: "slot", internalType: "bytes32", type: "bytes32" }],
5159
+ name: "UUPSUnsupportedProxiableUUID"
5160
+ },
5161
+ { type: "error", inputs: [], name: "WrongValueSent" },
5162
+ {
5163
+ type: "error",
5164
+ inputs: [],
5165
+ name: "ZoraCreator1155ContractNeedsToSupportReduceSupply"
5166
+ }
4598
5167
  ];
4599
5168
  var zoraCreator1155PremintExecutorImplABI = [
4600
5169
  {
@@ -9368,6 +9937,17 @@ var zoraTimedSaleStrategyABI = [
9368
9937
  name: "transferOwnership",
9369
9938
  outputs: []
9370
9939
  },
9940
+ {
9941
+ stateMutability: "nonpayable",
9942
+ type: "function",
9943
+ inputs: [
9944
+ { name: "amount0Delta", internalType: "int256", type: "int256" },
9945
+ { name: "amount1Delta", internalType: "int256", type: "int256" },
9946
+ { name: "", internalType: "bytes", type: "bytes" }
9947
+ ],
9948
+ name: "uniswapV3SwapCallback",
9949
+ outputs: []
9950
+ },
9371
9951
  {
9372
9952
  stateMutability: "nonpayable",
9373
9953
  type: "function",
@@ -9729,8 +10309,14 @@ var zoraTimedSaleStrategyABI = [
9729
10309
  }
9730
10310
  ];
9731
10311
  var zoraTimedSaleStrategyAddress = {
10312
+ 1: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
10313
+ 10: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
10314
+ 8453: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
10315
+ 42161: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
10316
+ 81457: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
10317
+ 84532: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
9732
10318
  7777777: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
9733
- 11155111: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
10319
+ 11155111: "0x8237F421357F87a23ed0CFf3a5586172F210A21B",
9734
10320
  999999999: "0x777777722D078c97c6ad07d9f36801e653E356Ae"
9735
10321
  };
9736
10322
  var zoraTimedSaleStrategyConfig = {
@@ -10106,24 +10692,24 @@ var chainConfigs = {
10106
10692
  };
10107
10693
  var addresses = {
10108
10694
  1: {
10109
- CONTRACT_1155_IMPL: "0x7d42Ee84D377D37cfc9EbF10C3aEe56da326642d",
10110
- CONTRACT_1155_IMPL_VERSION: "2.10.1",
10695
+ CONTRACT_1155_IMPL: "0x24dFa406bC27Bc717419c35330D0332E444CF07C",
10696
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10111
10697
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10112
- FACTORY_IMPL: "0x5c045b3DA075Db370F9951e2DD9D2521e4730b80",
10698
+ FACTORY_IMPL: "0xA0CFBEA2fe941EaE373aEB3359b0171f3F194c35",
10113
10699
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10114
10700
  FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
10115
10701
  MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
10116
- PREMINTER_IMPL: "0xD8f6cf234eE4B689099677Bd94FbA0b1E005181d",
10702
+ PREMINTER_IMPL: "0xDfB3D291bA493e7a3c835F0EdBa0B1B52979609A",
10117
10703
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10118
10704
  REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
10119
10705
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10120
- timestamp: 1718152914
10706
+ timestamp: 1722801891
10121
10707
  },
10122
10708
  10: {
10123
- CONTRACT_1155_IMPL: "0xd43f38e67beb199fd6594cCe4Bed31510414e6ab",
10124
- CONTRACT_1155_IMPL_VERSION: "2.10.1",
10709
+ CONTRACT_1155_IMPL: "0x41a80F8aE055b1E38C74bc406E4310Be33cFA3F4",
10710
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10125
10711
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10126
- FACTORY_IMPL: "0x6A864E792029843A47f584293E2cAB8a86B9c533",
10712
+ FACTORY_IMPL: "0x169d9147dFc9409AfA4E558dF2C9ABeebc020182",
10127
10713
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10128
10714
  FIXED_PRICE_SALE_STRATEGY: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
10129
10715
  MERKLE_MINT_SALE_STRATEGY: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
@@ -10131,7 +10717,7 @@ var addresses = {
10131
10717
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10132
10718
  REDEEM_MINTER_FACTORY: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
10133
10719
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10134
- timestamp: 1717194758
10720
+ timestamp: 1722525241
10135
10721
  },
10136
10722
  999: {
10137
10723
  CONTRACT_1155_IMPL: "0x2022AdEF470DA3543a19fac8c9be80618112704D",
@@ -10147,24 +10733,24 @@ var addresses = {
10147
10733
  timestamp: 1704399834
10148
10734
  },
10149
10735
  8453: {
10150
- CONTRACT_1155_IMPL: "0x1Eb7Bf3a08784D7cB08CC2AE1448012C0c02bDa2",
10151
- CONTRACT_1155_IMPL_VERSION: "2.10.1",
10736
+ CONTRACT_1155_IMPL: "0x02be886A3b2802177181f4734380CB1f4BaC4Bfb",
10737
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10152
10738
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10153
- FACTORY_IMPL: "0x961b527B5E298569dbD7B1d90630cC515Eb17A4A",
10739
+ FACTORY_IMPL: "0xd43f38e67beb199fd6594cCe4Bed31510414e6ab",
10154
10740
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10155
10741
  FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
10156
10742
  MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
10157
- PREMINTER_IMPL: "0xD8f6cf234eE4B689099677Bd94FbA0b1E005181d",
10743
+ PREMINTER_IMPL: "0xDfB3D291bA493e7a3c835F0EdBa0B1B52979609A",
10158
10744
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10159
10745
  REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
10160
10746
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10161
- timestamp: 1717194106
10747
+ timestamp: 1722490834
10162
10748
  },
10163
10749
  42161: {
10164
- CONTRACT_1155_IMPL: "0xf4bf58F869c42d99d7F7AC3868B606239a634526",
10165
- CONTRACT_1155_IMPL_VERSION: "2.10.1",
10750
+ CONTRACT_1155_IMPL: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
10751
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10166
10752
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10167
- FACTORY_IMPL: "0x584BDE6B1442Aa6C572368D206Fe656c01FF1f1F",
10753
+ FACTORY_IMPL: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
10168
10754
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10169
10755
  FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
10170
10756
  MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
@@ -10172,13 +10758,13 @@ var addresses = {
10172
10758
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10173
10759
  REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
10174
10760
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10175
- timestamp: 1717194346
10761
+ timestamp: 1722524613
10176
10762
  },
10177
10763
  81457: {
10178
- CONTRACT_1155_IMPL: "0x370A413874Bde3F40028A3E9BBFC4cA19666F94D",
10179
- CONTRACT_1155_IMPL_VERSION: "2.10.1",
10764
+ CONTRACT_1155_IMPL: "0x3Ed969bf88166B85608C13b633242611F6220a14",
10765
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10180
10766
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10181
- FACTORY_IMPL: "0xf4bf58F869c42d99d7F7AC3868B606239a634526",
10767
+ FACTORY_IMPL: "0xA75f980Fdf9F02718423FDFDFf1fccc74bdDBa95",
10182
10768
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10183
10769
  FIXED_PRICE_SALE_STRATEGY: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
10184
10770
  MERKLE_MINT_SALE_STRATEGY: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
@@ -10186,13 +10772,13 @@ var addresses = {
10186
10772
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10187
10773
  REDEEM_MINTER_FACTORY: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
10188
10774
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10189
- timestamp: 1717194549
10775
+ timestamp: 1722612949
10190
10776
  },
10191
10777
  84532: {
10192
- CONTRACT_1155_IMPL: "0x0ef82DaB14798E63F1B99479Ba689e3f6A6fEb6C",
10193
- CONTRACT_1155_IMPL_VERSION: "2.10.1",
10778
+ CONTRACT_1155_IMPL: "0xA02FC0fc9b0b3E23ac26eB0f2D392fD5cdA58514",
10779
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10194
10780
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10195
- FACTORY_IMPL: "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
10781
+ FACTORY_IMPL: "0x78b524931e9d847c40BcBf225c25e154a7B05fDA",
10196
10782
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10197
10783
  FIXED_PRICE_SALE_STRATEGY: "0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE",
10198
10784
  MERKLE_MINT_SALE_STRATEGY: "0x3E8524770adD176bE381a0529E09f1c6c3502A5a",
@@ -10200,13 +10786,13 @@ var addresses = {
10200
10786
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10201
10787
  REDEEM_MINTER_FACTORY: "0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea",
10202
10788
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10203
- timestamp: 1717189193
10789
+ timestamp: 1722492345
10204
10790
  },
10205
10791
  421614: {
10206
- CONTRACT_1155_IMPL: "0x55B53DBE22859d538E3b44DD06C9FAE292409E3c",
10207
- CONTRACT_1155_IMPL_VERSION: "2.10.1",
10792
+ CONTRACT_1155_IMPL: "0xC7598f8eAA1455f5b2B3f206A9af55B2BA248e3E",
10793
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10208
10794
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10209
- FACTORY_IMPL: "0xAF5A4F6F6640734d7D000321Bb27De40D4Ae91f6",
10795
+ FACTORY_IMPL: "0xCf0B4Acab081169D12b729c3Bd1c6E7bbAB820Da",
10210
10796
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10211
10797
  FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
10212
10798
  MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
@@ -10214,13 +10800,13 @@ var addresses = {
10214
10800
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10215
10801
  REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
10216
10802
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10217
- timestamp: 1717195052
10803
+ timestamp: 1722821095
10218
10804
  },
10219
10805
  7777777: {
10220
- CONTRACT_1155_IMPL: "0x9074Ae399235d26B56e3aF1331b033366E4FE072",
10221
- CONTRACT_1155_IMPL_VERSION: "2.12.2",
10806
+ CONTRACT_1155_IMPL: "0xD860dA58fDcC98ceDF6aA16d7F38b1bfdC8Ca2d9",
10807
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10222
10808
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10223
- FACTORY_IMPL: "0xD9bC36841C259f07924e73cF08d5a2c92d53639B",
10809
+ FACTORY_IMPL: "0x4578FbC17870Afd31F6AFBA7Ad399C1453c7eae7",
10224
10810
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10225
10811
  FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
10226
10812
  MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
@@ -10228,13 +10814,13 @@ var addresses = {
10228
10814
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10229
10815
  REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
10230
10816
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10231
- timestamp: 1721935998
10817
+ timestamp: 1722524842
10232
10818
  },
10233
10819
  11155111: {
10234
- CONTRACT_1155_IMPL: "0x961b527B5E298569dbD7B1d90630cC515Eb17A4A",
10235
- CONTRACT_1155_IMPL_VERSION: "2.12.2",
10820
+ CONTRACT_1155_IMPL: "0xE578Df59a7F59b652772a8565Af276460c4FF44d",
10821
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10236
10822
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10237
- FACTORY_IMPL: "0x5Eedeb6e035e68f89B29689625c4720EA7842542",
10823
+ FACTORY_IMPL: "0x3A98313fB00918a81d98f9986aED089365428293",
10238
10824
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10239
10825
  FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
10240
10826
  MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
@@ -10242,12 +10828,13 @@ var addresses = {
10242
10828
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10243
10829
  REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
10244
10830
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10245
- timestamp: 1721935626
10831
+ timestamp: 1722523545
10246
10832
  },
10247
10833
  168587773: {
10248
- CONTRACT_1155_IMPL: "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
10249
- CONTRACT_1155_IMPL_VERSION: "2.7.1",
10250
- FACTORY_IMPL: "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
10834
+ CONTRACT_1155_IMPL: "0x192D663C3D6813a24a24582A76B8d872c4F6F7f9",
10835
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10836
+ ERC20_MINTER: "0x0000000000000000000000000000000000000000",
10837
+ FACTORY_IMPL: "0x46E772210f01647FA573b915bE287Ff9b65AD4B0",
10251
10838
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10252
10839
  FIXED_PRICE_SALE_STRATEGY: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
10253
10840
  MERKLE_MINT_SALE_STRATEGY: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
@@ -10255,13 +10842,13 @@ var addresses = {
10255
10842
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10256
10843
  REDEEM_MINTER_FACTORY: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
10257
10844
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10258
- timestamp: 1709234007
10845
+ timestamp: 1722525339
10259
10846
  },
10260
10847
  999999999: {
10261
- CONTRACT_1155_IMPL: "0xC542CAdBF84F195226804B62BbE941CF244BF490",
10262
- CONTRACT_1155_IMPL_VERSION: "2.12.2",
10848
+ CONTRACT_1155_IMPL: "0xC04050e04708b33302E30E5A0fB1e8c38F4EBbB0",
10849
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10263
10850
  ERC20_MINTER: "0x8Ec7f068A77fa5FC1925110f82381374BA054Ff2",
10264
- FACTORY_IMPL: "0xF5b2eb84B4BFfcAe4ff1592A6838a2d0fFb7AA68",
10851
+ FACTORY_IMPL: "0xe2606ac30752009ecec6FEaf5C2B4A6523256E7E",
10265
10852
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10266
10853
  FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
10267
10854
  MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
@@ -10269,7 +10856,7 @@ var addresses = {
10269
10856
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10270
10857
  REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
10271
10858
  UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
10272
- timestamp: 1721933261
10859
+ timestamp: 1722524992
10273
10860
  }
10274
10861
  };
10275
10862
 
@@ -10282,53 +10869,70 @@ __export(sparks_exports, {
10282
10869
  var chainConfigs2 = {
10283
10870
  1: {
10284
10871
  NONFUNGIBLE_POSITION_MANAGER: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88",
10872
+ UNISWAP_SWAP_ROUTER: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45",
10285
10873
  PROXY_ADMIN: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
10286
- ZORA_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0"
10874
+ ZORA_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
10875
+ WETH: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
10287
10876
  },
10288
10877
  10: {
10289
10878
  NONFUNGIBLE_POSITION_MANAGER: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88",
10879
+ UNISWAP_SWAP_ROUTER: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45",
10290
10880
  PROXY_ADMIN: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
10291
- ZORA_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c"
10881
+ ZORA_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
10882
+ WETH: "0x4200000000000000000000000000000000000006"
10292
10883
  },
10293
10884
  8453: {
10294
10885
  NONFUNGIBLE_POSITION_MANAGER: "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1",
10886
+ UNISWAP_SWAP_ROUTER: "0x2626664c2603336E57B271c5C0b26F421741e481",
10295
10887
  PROXY_ADMIN: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
10296
- ZORA_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6"
10888
+ ZORA_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
10889
+ WETH: "0x4200000000000000000000000000000000000006"
10297
10890
  },
10298
10891
  42161: {
10299
10892
  NONFUNGIBLE_POSITION_MANAGER: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88",
10893
+ UNISWAP_SWAP_ROUTER: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45",
10300
10894
  PROXY_ADMIN: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
10301
- ZORA_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94"
10895
+ ZORA_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
10896
+ WETH: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1"
10302
10897
  },
10303
10898
  81457: {
10304
- NONFUNGIBLE_POSITION_MANAGER: "0x27F971cb582BF9E50F397e4d29a5C7A34f11faA2",
10899
+ NONFUNGIBLE_POSITION_MANAGER: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28",
10900
+ UNISWAP_SWAP_ROUTER: "0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66",
10305
10901
  PROXY_ADMIN: "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
10306
- ZORA_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134"
10902
+ ZORA_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134",
10903
+ WETH: "0x4300000000000000000000000000000000000004"
10307
10904
  },
10308
10905
  84532: {
10309
10906
  NONFUNGIBLE_POSITION_MANAGER: "0x27F971cb582BF9E50F397e4d29a5C7A34f11faA2",
10907
+ UNISWAP_SWAP_ROUTER: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4",
10310
10908
  PROXY_ADMIN: "0x5F14C23983c9e0840Dc60dA880349622f0785420",
10311
- ZORA_RECIPIENT: "0x5F14C23983c9e0840Dc60dA880349622f0785420"
10909
+ ZORA_RECIPIENT: "0x5F14C23983c9e0840Dc60dA880349622f0785420",
10910
+ WETH: "0x4200000000000000000000000000000000000006"
10312
10911
  },
10313
10912
  421614: {
10314
10913
  NONFUNGIBLE_POSITION_MANAGER: "0x6b2937Bde17889EDCf8fbD8dE31C3C2a70Bc4d65",
10914
+ UNISWAP_SWAP_ROUTER: "0x101F443B4d1b059569D643917553c771E1b9663E",
10315
10915
  PROXY_ADMIN: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
10316
- ZORA_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30"
10916
+ ZORA_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
10917
+ WETH: "0xc556bae1e86b2ae9c22ea5e036b07e55e7596074"
10317
10918
  },
10318
10919
  7777777: {
10319
10920
  NONFUNGIBLE_POSITION_MANAGER: "0xbC91e8DfA3fF18De43853372A3d7dfe585137D78",
10921
+ UNISWAP_SWAP_ROUTER: "0x7De04c96BE5159c3b5CeffC82aa176dc81281557",
10320
10922
  PROXY_ADMIN: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
10321
10923
  ZORA_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
10322
10924
  WETH: "0x4200000000000000000000000000000000000006"
10323
10925
  },
10324
10926
  11155111: {
10325
10927
  NONFUNGIBLE_POSITION_MANAGER: "0x1238536071E1c677A632429e3655c799b22cDA52",
10928
+ UNISWAP_SWAP_ROUTER: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E",
10326
10929
  PROXY_ADMIN: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
10327
10930
  ZORA_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
10328
10931
  WETH: "0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9"
10329
10932
  },
10330
10933
  999999999: {
10331
10934
  NONFUNGIBLE_POSITION_MANAGER: "0xB8458EaAe43292e3c1F7994EFd016bd653d23c20",
10935
+ UNISWAP_SWAP_ROUTER: "0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a",
10332
10936
  PROXY_ADMIN: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
10333
10937
  ZORA_RECIPIENT: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
10334
10938
  WETH: "0x4200000000000000000000000000000000000006"
@@ -10371,6 +10975,9 @@ export {
10371
10975
  protocolRewardsABI,
10372
10976
  protocolRewardsAddress,
10373
10977
  protocolRewardsConfig,
10978
+ secondarySwapABI,
10979
+ secondarySwapAddress,
10980
+ secondarySwapConfig,
10374
10981
  sparks_exports as sparks,
10375
10982
  sponsoredSparksBatchTransferTypedDataType,
10376
10983
  sponsoredSparksBatchTypedDataDefinition,