@zoralabs/protocol-deployments 0.3.0 → 0.3.1

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,15 +1538,15 @@ var erc20ZRoyaltiesABI = [
1538
1538
  }
1539
1539
  ];
1540
1540
  var erc20ZRoyaltiesAddress = {
1541
- 1: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
1542
- 10: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
1543
- 8453: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
1544
- 42161: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
1545
- 81457: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
1546
- 84532: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
1547
- 7777777: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
1548
- 11155111: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
1549
- 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"
1550
1550
  };
1551
1551
  var erc20ZRoyaltiesConfig = {
1552
1552
  address: erc20ZRoyaltiesAddress,
@@ -2063,6 +2063,232 @@ var protocolRewardsConfig = {
2063
2063
  address: protocolRewardsAddress,
2064
2064
  abi: protocolRewardsABI
2065
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: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
2279
+ 10: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
2280
+ 8453: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
2281
+ 42161: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
2282
+ 81457: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
2283
+ 84532: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
2284
+ 7777777: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
2285
+ 11155111: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
2286
+ 999999999: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91"
2287
+ };
2288
+ var secondarySwapConfig = {
2289
+ address: secondarySwapAddress,
2290
+ abi: secondarySwapABI
2291
+ };
2066
2292
  var sponsoredSparksSpenderABI = [
2067
2293
  {
2068
2294
  stateMutability: "nonpayable",
@@ -3186,27 +3412,152 @@ var zoraCreator1155FactoryImplABI = [
3186
3412
  ],
3187
3413
  name: "Upgraded"
3188
3414
  },
3189
- { type: "error", inputs: [], name: "ADDRESS_DELEGATECALL_TO_NON_CONTRACT" },
3190
- { type: "error", inputs: [], name: "ADDRESS_LOW_LEVEL_CALL_FAILED" },
3191
- { 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" },
3192
3551
  { type: "error", inputs: [], name: "ERC1967_NEW_IMPL_NOT_CONTRACT" },
3193
3552
  { type: "error", inputs: [], name: "ERC1967_NEW_IMPL_NOT_UUPS" },
3194
3553
  { type: "error", inputs: [], name: "ERC1967_UNSUPPORTED_PROXIABLEUUID" },
3195
3554
  {
3196
3555
  type: "error",
3197
3556
  inputs: [
3198
- {
3199
- name: "expectedContractAddress",
3200
- internalType: "address",
3201
- type: "address"
3202
- },
3203
- {
3204
- name: "calculcatedContractAddress",
3205
- internalType: "address",
3206
- type: "address"
3207
- }
3557
+ { name: "recipient", internalType: "address", type: "address" },
3558
+ { name: "amount", internalType: "uint256", type: "uint256" }
3208
3559
  ],
3209
- name: "ExpectedContractAddressDoesNotMatchCalculatedContractAddress"
3560
+ name: "ETHWithdrawFailed"
3210
3561
  },
3211
3562
  {
3212
3563
  type: "error",
@@ -3218,6 +3569,15 @@ var zoraCreator1155FactoryImplABI = [
3218
3569
  inputs: [],
3219
3570
  name: "FUNCTION_MUST_BE_CALLED_THROUGH_DELEGATECALL"
3220
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
+ },
3221
3581
  {
3222
3582
  type: "error",
3223
3583
  inputs: [],
@@ -3228,9 +3588,77 @@ var zoraCreator1155FactoryImplABI = [
3228
3588
  inputs: [],
3229
3589
  name: "INITIALIZABLE_CONTRACT_IS_NOT_INITIALIZING"
3230
3590
  },
3231
- { type: "error", inputs: [], name: "ONLY_OWNER" },
3232
- { type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
3233
- { 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
+ },
3234
3662
  {
3235
3663
  type: "error",
3236
3664
  inputs: [],
@@ -3239,10 +3667,86 @@ var zoraCreator1155FactoryImplABI = [
3239
3667
  {
3240
3668
  type: "error",
3241
3669
  inputs: [
3242
- { name: "expected", internalType: "string", type: "string" },
3243
- { 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" }
3244
3673
  ],
3245
- 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"
3246
3750
  }
3247
3751
  ];
3248
3752
  var zoraCreator1155FactoryImplAddress = {
@@ -4600,7 +5104,66 @@ var zoraCreator1155ImplABI = [
4600
5104
  inputs: [],
4601
5105
  name: "premintSignerContractFailedToRecoverSigner"
4602
5106
  },
4603
- { 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
+ }
4604
5167
  ];
4605
5168
  var zoraCreator1155PremintExecutorImplABI = [
4606
5169
  {
@@ -9374,6 +9937,17 @@ var zoraTimedSaleStrategyABI = [
9374
9937
  name: "transferOwnership",
9375
9938
  outputs: []
9376
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
+ },
9377
9951
  {
9378
9952
  stateMutability: "nonpayable",
9379
9953
  type: "function",
@@ -9742,7 +10316,7 @@ var zoraTimedSaleStrategyAddress = {
9742
10316
  81457: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
9743
10317
  84532: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
9744
10318
  7777777: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
9745
- 11155111: "0x777777722D078c97c6ad07d9f36801e653E356Ae",
10319
+ 11155111: "0x8237F421357F87a23ed0CFf3a5586172F210A21B",
9746
10320
  999999999: "0x777777722D078c97c6ad07d9f36801e653E356Ae"
9747
10321
  };
9748
10322
  var zoraTimedSaleStrategyConfig = {
@@ -10118,24 +10692,24 @@ var chainConfigs = {
10118
10692
  };
10119
10693
  var addresses = {
10120
10694
  1: {
10121
- CONTRACT_1155_IMPL: "0x7d42Ee84D377D37cfc9EbF10C3aEe56da326642d",
10122
- CONTRACT_1155_IMPL_VERSION: "2.10.1",
10695
+ CONTRACT_1155_IMPL: "0x24dFa406bC27Bc717419c35330D0332E444CF07C",
10696
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10123
10697
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10124
- FACTORY_IMPL: "0x5c045b3DA075Db370F9951e2DD9D2521e4730b80",
10698
+ FACTORY_IMPL: "0xA0CFBEA2fe941EaE373aEB3359b0171f3F194c35",
10125
10699
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10126
10700
  FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
10127
10701
  MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
10128
- PREMINTER_IMPL: "0xD8f6cf234eE4B689099677Bd94FbA0b1E005181d",
10702
+ PREMINTER_IMPL: "0xDfB3D291bA493e7a3c835F0EdBa0B1B52979609A",
10129
10703
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10130
10704
  REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
10131
10705
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10132
- timestamp: 1718152914
10706
+ timestamp: 1722801891
10133
10707
  },
10134
10708
  10: {
10135
- CONTRACT_1155_IMPL: "0xd43f38e67beb199fd6594cCe4Bed31510414e6ab",
10136
- CONTRACT_1155_IMPL_VERSION: "2.10.1",
10709
+ CONTRACT_1155_IMPL: "0x41a80F8aE055b1E38C74bc406E4310Be33cFA3F4",
10710
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10137
10711
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10138
- FACTORY_IMPL: "0x6A864E792029843A47f584293E2cAB8a86B9c533",
10712
+ FACTORY_IMPL: "0x169d9147dFc9409AfA4E558dF2C9ABeebc020182",
10139
10713
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10140
10714
  FIXED_PRICE_SALE_STRATEGY: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
10141
10715
  MERKLE_MINT_SALE_STRATEGY: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
@@ -10143,7 +10717,7 @@ var addresses = {
10143
10717
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10144
10718
  REDEEM_MINTER_FACTORY: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
10145
10719
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10146
- timestamp: 1717194758
10720
+ timestamp: 1722525241
10147
10721
  },
10148
10722
  999: {
10149
10723
  CONTRACT_1155_IMPL: "0x2022AdEF470DA3543a19fac8c9be80618112704D",
@@ -10159,24 +10733,24 @@ var addresses = {
10159
10733
  timestamp: 1704399834
10160
10734
  },
10161
10735
  8453: {
10162
- CONTRACT_1155_IMPL: "0x1Eb7Bf3a08784D7cB08CC2AE1448012C0c02bDa2",
10163
- CONTRACT_1155_IMPL_VERSION: "2.10.1",
10736
+ CONTRACT_1155_IMPL: "0x02be886A3b2802177181f4734380CB1f4BaC4Bfb",
10737
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10164
10738
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10165
- FACTORY_IMPL: "0x961b527B5E298569dbD7B1d90630cC515Eb17A4A",
10739
+ FACTORY_IMPL: "0xd43f38e67beb199fd6594cCe4Bed31510414e6ab",
10166
10740
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10167
10741
  FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
10168
10742
  MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
10169
- PREMINTER_IMPL: "0xD8f6cf234eE4B689099677Bd94FbA0b1E005181d",
10743
+ PREMINTER_IMPL: "0xDfB3D291bA493e7a3c835F0EdBa0B1B52979609A",
10170
10744
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10171
10745
  REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
10172
10746
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10173
- timestamp: 1717194106
10747
+ timestamp: 1722490834
10174
10748
  },
10175
10749
  42161: {
10176
- CONTRACT_1155_IMPL: "0xf4bf58F869c42d99d7F7AC3868B606239a634526",
10177
- CONTRACT_1155_IMPL_VERSION: "2.10.1",
10750
+ CONTRACT_1155_IMPL: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
10751
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10178
10752
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10179
- FACTORY_IMPL: "0x584BDE6B1442Aa6C572368D206Fe656c01FF1f1F",
10753
+ FACTORY_IMPL: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
10180
10754
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10181
10755
  FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
10182
10756
  MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
@@ -10184,13 +10758,13 @@ var addresses = {
10184
10758
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10185
10759
  REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
10186
10760
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10187
- timestamp: 1717194346
10761
+ timestamp: 1722524613
10188
10762
  },
10189
10763
  81457: {
10190
- CONTRACT_1155_IMPL: "0x370A413874Bde3F40028A3E9BBFC4cA19666F94D",
10191
- CONTRACT_1155_IMPL_VERSION: "2.10.1",
10764
+ CONTRACT_1155_IMPL: "0x3Ed969bf88166B85608C13b633242611F6220a14",
10765
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10192
10766
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10193
- FACTORY_IMPL: "0xf4bf58F869c42d99d7F7AC3868B606239a634526",
10767
+ FACTORY_IMPL: "0xA75f980Fdf9F02718423FDFDFf1fccc74bdDBa95",
10194
10768
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10195
10769
  FIXED_PRICE_SALE_STRATEGY: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
10196
10770
  MERKLE_MINT_SALE_STRATEGY: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
@@ -10198,13 +10772,13 @@ var addresses = {
10198
10772
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10199
10773
  REDEEM_MINTER_FACTORY: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
10200
10774
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10201
- timestamp: 1717194549
10775
+ timestamp: 1722612949
10202
10776
  },
10203
10777
  84532: {
10204
- CONTRACT_1155_IMPL: "0x0ef82DaB14798E63F1B99479Ba689e3f6A6fEb6C",
10205
- CONTRACT_1155_IMPL_VERSION: "2.10.1",
10778
+ CONTRACT_1155_IMPL: "0xA02FC0fc9b0b3E23ac26eB0f2D392fD5cdA58514",
10779
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10206
10780
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10207
- FACTORY_IMPL: "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
10781
+ FACTORY_IMPL: "0x78b524931e9d847c40BcBf225c25e154a7B05fDA",
10208
10782
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10209
10783
  FIXED_PRICE_SALE_STRATEGY: "0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE",
10210
10784
  MERKLE_MINT_SALE_STRATEGY: "0x3E8524770adD176bE381a0529E09f1c6c3502A5a",
@@ -10212,13 +10786,13 @@ var addresses = {
10212
10786
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10213
10787
  REDEEM_MINTER_FACTORY: "0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea",
10214
10788
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10215
- timestamp: 1717189193
10789
+ timestamp: 1722492345
10216
10790
  },
10217
10791
  421614: {
10218
- CONTRACT_1155_IMPL: "0x55B53DBE22859d538E3b44DD06C9FAE292409E3c",
10219
- CONTRACT_1155_IMPL_VERSION: "2.10.1",
10792
+ CONTRACT_1155_IMPL: "0xC7598f8eAA1455f5b2B3f206A9af55B2BA248e3E",
10793
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10220
10794
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10221
- FACTORY_IMPL: "0xAF5A4F6F6640734d7D000321Bb27De40D4Ae91f6",
10795
+ FACTORY_IMPL: "0xCf0B4Acab081169D12b729c3Bd1c6E7bbAB820Da",
10222
10796
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10223
10797
  FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
10224
10798
  MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
@@ -10226,13 +10800,13 @@ var addresses = {
10226
10800
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10227
10801
  REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
10228
10802
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10229
- timestamp: 1717195052
10803
+ timestamp: 1722821095
10230
10804
  },
10231
10805
  7777777: {
10232
- CONTRACT_1155_IMPL: "0x9074Ae399235d26B56e3aF1331b033366E4FE072",
10233
- CONTRACT_1155_IMPL_VERSION: "2.12.2",
10806
+ CONTRACT_1155_IMPL: "0xD860dA58fDcC98ceDF6aA16d7F38b1bfdC8Ca2d9",
10807
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10234
10808
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10235
- FACTORY_IMPL: "0xD9bC36841C259f07924e73cF08d5a2c92d53639B",
10809
+ FACTORY_IMPL: "0x4578FbC17870Afd31F6AFBA7Ad399C1453c7eae7",
10236
10810
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10237
10811
  FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
10238
10812
  MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
@@ -10240,13 +10814,13 @@ var addresses = {
10240
10814
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10241
10815
  REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
10242
10816
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10243
- timestamp: 1721935998
10817
+ timestamp: 1722524842
10244
10818
  },
10245
10819
  11155111: {
10246
- CONTRACT_1155_IMPL: "0x961b527B5E298569dbD7B1d90630cC515Eb17A4A",
10247
- CONTRACT_1155_IMPL_VERSION: "2.12.2",
10820
+ CONTRACT_1155_IMPL: "0xE578Df59a7F59b652772a8565Af276460c4FF44d",
10821
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10248
10822
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
10249
- FACTORY_IMPL: "0x5Eedeb6e035e68f89B29689625c4720EA7842542",
10823
+ FACTORY_IMPL: "0x3A98313fB00918a81d98f9986aED089365428293",
10250
10824
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10251
10825
  FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
10252
10826
  MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
@@ -10254,12 +10828,13 @@ var addresses = {
10254
10828
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10255
10829
  REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
10256
10830
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10257
- timestamp: 1721935626
10831
+ timestamp: 1722523545
10258
10832
  },
10259
10833
  168587773: {
10260
- CONTRACT_1155_IMPL: "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
10261
- CONTRACT_1155_IMPL_VERSION: "2.7.1",
10262
- FACTORY_IMPL: "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
10834
+ CONTRACT_1155_IMPL: "0x192D663C3D6813a24a24582A76B8d872c4F6F7f9",
10835
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10836
+ ERC20_MINTER: "0x0000000000000000000000000000000000000000",
10837
+ FACTORY_IMPL: "0x46E772210f01647FA573b915bE287Ff9b65AD4B0",
10263
10838
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10264
10839
  FIXED_PRICE_SALE_STRATEGY: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
10265
10840
  MERKLE_MINT_SALE_STRATEGY: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
@@ -10267,13 +10842,13 @@ var addresses = {
10267
10842
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10268
10843
  REDEEM_MINTER_FACTORY: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
10269
10844
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
10270
- timestamp: 1709234007
10845
+ timestamp: 1722525339
10271
10846
  },
10272
10847
  999999999: {
10273
- CONTRACT_1155_IMPL: "0xC542CAdBF84F195226804B62BbE941CF244BF490",
10274
- CONTRACT_1155_IMPL_VERSION: "2.12.2",
10848
+ CONTRACT_1155_IMPL: "0xC04050e04708b33302E30E5A0fB1e8c38F4EBbB0",
10849
+ CONTRACT_1155_IMPL_VERSION: "2.12.3",
10275
10850
  ERC20_MINTER: "0x8Ec7f068A77fa5FC1925110f82381374BA054Ff2",
10276
- FACTORY_IMPL: "0xF5b2eb84B4BFfcAe4ff1592A6838a2d0fFb7AA68",
10851
+ FACTORY_IMPL: "0xe2606ac30752009ecec6FEaf5C2B4A6523256E7E",
10277
10852
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
10278
10853
  FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
10279
10854
  MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
@@ -10281,7 +10856,7 @@ var addresses = {
10281
10856
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
10282
10857
  REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
10283
10858
  UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
10284
- timestamp: 1721933261
10859
+ timestamp: 1722524992
10285
10860
  }
10286
10861
  };
10287
10862
 
@@ -10294,59 +10869,70 @@ __export(sparks_exports, {
10294
10869
  var chainConfigs2 = {
10295
10870
  1: {
10296
10871
  NONFUNGIBLE_POSITION_MANAGER: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88",
10872
+ UNISWAP_SWAP_ROUTER: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45",
10297
10873
  PROXY_ADMIN: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
10298
10874
  ZORA_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
10299
10875
  WETH: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
10300
10876
  },
10301
10877
  10: {
10302
10878
  NONFUNGIBLE_POSITION_MANAGER: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88",
10879
+ UNISWAP_SWAP_ROUTER: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45",
10303
10880
  PROXY_ADMIN: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
10304
10881
  ZORA_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
10305
10882
  WETH: "0x4200000000000000000000000000000000000006"
10306
10883
  },
10307
10884
  8453: {
10308
10885
  NONFUNGIBLE_POSITION_MANAGER: "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1",
10886
+ UNISWAP_SWAP_ROUTER: "0x2626664c2603336E57B271c5C0b26F421741e481",
10309
10887
  PROXY_ADMIN: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
10310
10888
  ZORA_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
10311
10889
  WETH: "0x4200000000000000000000000000000000000006"
10312
10890
  },
10313
10891
  42161: {
10314
10892
  NONFUNGIBLE_POSITION_MANAGER: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88",
10893
+ UNISWAP_SWAP_ROUTER: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45",
10315
10894
  PROXY_ADMIN: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
10316
10895
  ZORA_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
10317
10896
  WETH: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1"
10318
10897
  },
10319
10898
  81457: {
10320
10899
  NONFUNGIBLE_POSITION_MANAGER: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28",
10900
+ UNISWAP_SWAP_ROUTER: "0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66",
10321
10901
  PROXY_ADMIN: "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
10322
10902
  ZORA_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134",
10323
10903
  WETH: "0x4300000000000000000000000000000000000004"
10324
10904
  },
10325
10905
  84532: {
10326
10906
  NONFUNGIBLE_POSITION_MANAGER: "0x27F971cb582BF9E50F397e4d29a5C7A34f11faA2",
10907
+ UNISWAP_SWAP_ROUTER: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4",
10327
10908
  PROXY_ADMIN: "0x5F14C23983c9e0840Dc60dA880349622f0785420",
10328
10909
  ZORA_RECIPIENT: "0x5F14C23983c9e0840Dc60dA880349622f0785420",
10329
10910
  WETH: "0x4200000000000000000000000000000000000006"
10330
10911
  },
10331
10912
  421614: {
10332
10913
  NONFUNGIBLE_POSITION_MANAGER: "0x6b2937Bde17889EDCf8fbD8dE31C3C2a70Bc4d65",
10914
+ UNISWAP_SWAP_ROUTER: "0x101F443B4d1b059569D643917553c771E1b9663E",
10333
10915
  PROXY_ADMIN: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
10334
- ZORA_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30"
10916
+ ZORA_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
10917
+ WETH: "0xc556bae1e86b2ae9c22ea5e036b07e55e7596074"
10335
10918
  },
10336
10919
  7777777: {
10337
10920
  NONFUNGIBLE_POSITION_MANAGER: "0xbC91e8DfA3fF18De43853372A3d7dfe585137D78",
10921
+ UNISWAP_SWAP_ROUTER: "0x7De04c96BE5159c3b5CeffC82aa176dc81281557",
10338
10922
  PROXY_ADMIN: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
10339
10923
  ZORA_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
10340
10924
  WETH: "0x4200000000000000000000000000000000000006"
10341
10925
  },
10342
10926
  11155111: {
10343
10927
  NONFUNGIBLE_POSITION_MANAGER: "0x1238536071E1c677A632429e3655c799b22cDA52",
10928
+ UNISWAP_SWAP_ROUTER: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E",
10344
10929
  PROXY_ADMIN: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
10345
10930
  ZORA_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
10346
10931
  WETH: "0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9"
10347
10932
  },
10348
10933
  999999999: {
10349
10934
  NONFUNGIBLE_POSITION_MANAGER: "0xB8458EaAe43292e3c1F7994EFd016bd653d23c20",
10935
+ UNISWAP_SWAP_ROUTER: "0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a",
10350
10936
  PROXY_ADMIN: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
10351
10937
  ZORA_RECIPIENT: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
10352
10938
  WETH: "0x4200000000000000000000000000000000000006"
@@ -10389,6 +10975,9 @@ export {
10389
10975
  protocolRewardsABI,
10390
10976
  protocolRewardsAddress,
10391
10977
  protocolRewardsConfig,
10978
+ secondarySwapABI,
10979
+ secondarySwapAddress,
10980
+ secondarySwapConfig,
10392
10981
  sparks_exports as sparks,
10393
10982
  sponsoredSparksBatchTransferTypedDataType,
10394
10983
  sponsoredSparksBatchTypedDataDefinition,