@zoralabs/protocol-deployments 0.1.0 → 0.1.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
@@ -480,16 +480,15 @@ var zoraCreator1155FactoryImplABI = [
480
480
  ];
481
481
  var zoraCreator1155FactoryImplAddress = {
482
482
  1: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
483
- 5: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
484
483
  10: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
485
- 420: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
486
484
  999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
487
485
  8453: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
488
486
  42161: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
489
- 84531: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
487
+ 81457: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
490
488
  421614: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
491
489
  7777777: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
492
490
  11155111: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
491
+ 168587773: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
493
492
  999999999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021"
494
493
  };
495
494
  var zoraCreator1155FactoryImplConfig = {
@@ -779,7 +778,12 @@ var zoraCreator1155ImplABI = [
779
778
  { name: "premintConfig", internalType: "bytes", type: "bytes" },
780
779
  { name: "premintVersion", internalType: "bytes32", type: "bytes32" },
781
780
  { name: "signature", internalType: "bytes", type: "bytes" },
782
- { name: "sender", internalType: "address", type: "address" }
781
+ { name: "sender", internalType: "address", type: "address" },
782
+ {
783
+ name: "premintSignerContract",
784
+ internalType: "address",
785
+ type: "address"
786
+ }
783
787
  ],
784
788
  name: "delegateSetupNewToken",
785
789
  outputs: [{ name: "newTokenId", internalType: "uint256", type: "uint256" }]
@@ -1812,7 +1816,23 @@ var zoraCreator1155ImplABI = [
1812
1816
  name: "InvalidMerkleProof"
1813
1817
  },
1814
1818
  { type: "error", inputs: [], name: "InvalidMintSchedule" },
1819
+ {
1820
+ type: "error",
1821
+ inputs: [
1822
+ {
1823
+ name: "recoverError",
1824
+ internalType: "enum ECDSAUpgradeable.RecoverError",
1825
+ type: "uint8"
1826
+ }
1827
+ ],
1828
+ name: "InvalidSignature"
1829
+ },
1815
1830
  { type: "error", inputs: [], name: "InvalidSignatureVersion" },
1831
+ {
1832
+ type: "error",
1833
+ inputs: [{ name: "magicValue", internalType: "bytes4", type: "bytes4" }],
1834
+ name: "InvalidSigner"
1835
+ },
1816
1836
  { type: "error", inputs: [], name: "MintNotYetStarted" },
1817
1837
  { type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
1818
1838
  { type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
@@ -1883,7 +1903,13 @@ var zoraCreator1155ImplABI = [
1883
1903
  ],
1884
1904
  name: "UserMissingRoleForToken"
1885
1905
  },
1886
- { type: "error", inputs: [], name: "WrongValueSent" }
1906
+ { type: "error", inputs: [], name: "WrongValueSent" },
1907
+ {
1908
+ type: "error",
1909
+ inputs: [],
1910
+ name: "premintSignerContractFailedToRecoverSigner"
1911
+ },
1912
+ { type: "error", inputs: [], name: "premintSignerContractNotAContract" }
1887
1913
  ];
1888
1914
  var zoraCreator1155PremintExecutorImplABI = [
1889
1915
  {
@@ -2056,6 +2082,19 @@ var zoraCreator1155PremintExecutorImplABI = [
2056
2082
  name: "pendingOwner",
2057
2083
  outputs: [{ name: "", internalType: "address", type: "address" }]
2058
2084
  },
2085
+ {
2086
+ stateMutability: "view",
2087
+ type: "function",
2088
+ inputs: [
2089
+ { name: "contractAddress", internalType: "address", type: "address" },
2090
+ { name: "uid", internalType: "uint32", type: "uint32" }
2091
+ ],
2092
+ name: "premintStatus",
2093
+ outputs: [
2094
+ { name: "contractCreated", internalType: "bool", type: "bool" },
2095
+ { name: "tokenIdForPremint", internalType: "uint256", type: "uint256" }
2096
+ ]
2097
+ },
2059
2098
  {
2060
2099
  stateMutability: "payable",
2061
2100
  type: "function",
@@ -2115,22 +2154,33 @@ var zoraCreator1155PremintExecutorImplABI = [
2115
2154
  },
2116
2155
  { name: "signature", internalType: "bytes", type: "bytes" },
2117
2156
  { name: "quantityToMint", internalType: "uint256", type: "uint256" },
2118
- { name: "mintComment", internalType: "string", type: "string" }
2119
- ],
2120
- name: "premint",
2121
- outputs: [{ name: "newTokenId", internalType: "uint256", type: "uint256" }]
2122
- },
2123
- {
2124
- stateMutability: "view",
2125
- type: "function",
2126
- inputs: [
2127
- { name: "contractAddress", internalType: "address", type: "address" },
2128
- { name: "uid", internalType: "uint32", type: "uint32" }
2157
+ {
2158
+ name: "mintArguments",
2159
+ internalType: "struct IZoraCreator1155PremintExecutor.MintArguments",
2160
+ type: "tuple",
2161
+ components: [
2162
+ { name: "mintRecipient", internalType: "address", type: "address" },
2163
+ { name: "mintComment", internalType: "string", type: "string" },
2164
+ {
2165
+ name: "mintRewardsRecipients",
2166
+ internalType: "address[]",
2167
+ type: "address[]"
2168
+ }
2169
+ ]
2170
+ }
2129
2171
  ],
2130
- name: "premintStatus",
2172
+ name: "premintV1",
2131
2173
  outputs: [
2132
- { name: "contractCreated", internalType: "bool", type: "bool" },
2133
- { name: "tokenIdForPremint", internalType: "uint256", type: "uint256" }
2174
+ {
2175
+ name: "result",
2176
+ internalType: "struct IZoraCreator1155PremintExecutor.PremintResult",
2177
+ type: "tuple",
2178
+ components: [
2179
+ { name: "contractAddress", internalType: "address", type: "address" },
2180
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
2181
+ { name: "createdNewContract", internalType: "bool", type: "bool" }
2182
+ ]
2183
+ }
2134
2184
  ]
2135
2185
  },
2136
2186
  {
@@ -2149,12 +2199,12 @@ var zoraCreator1155PremintExecutorImplABI = [
2149
2199
  },
2150
2200
  {
2151
2201
  name: "premintConfig",
2152
- internalType: "struct PremintConfig",
2202
+ internalType: "struct PremintConfigV2",
2153
2203
  type: "tuple",
2154
2204
  components: [
2155
2205
  {
2156
2206
  name: "tokenConfig",
2157
- internalType: "struct TokenCreationConfig",
2207
+ internalType: "struct TokenCreationConfigV2",
2158
2208
  type: "tuple",
2159
2209
  components: [
2160
2210
  { name: "tokenURI", internalType: "string", type: "string" },
@@ -2167,14 +2217,9 @@ var zoraCreator1155PremintExecutorImplABI = [
2167
2217
  { name: "pricePerToken", internalType: "uint96", type: "uint96" },
2168
2218
  { name: "mintStart", internalType: "uint64", type: "uint64" },
2169
2219
  { name: "mintDuration", internalType: "uint64", type: "uint64" },
2170
- {
2171
- name: "royaltyMintSchedule",
2172
- internalType: "uint32",
2173
- type: "uint32"
2174
- },
2175
2220
  { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
2176
2221
  {
2177
- name: "royaltyRecipient",
2222
+ name: "payoutRecipient",
2178
2223
  internalType: "address",
2179
2224
  type: "address"
2180
2225
  },
@@ -2182,6 +2227,11 @@ var zoraCreator1155PremintExecutorImplABI = [
2182
2227
  name: "fixedPriceMinter",
2183
2228
  internalType: "address",
2184
2229
  type: "address"
2230
+ },
2231
+ {
2232
+ name: "createReferral",
2233
+ internalType: "address",
2234
+ type: "address"
2185
2235
  }
2186
2236
  ]
2187
2237
  },
@@ -2207,7 +2257,7 @@ var zoraCreator1155PremintExecutorImplABI = [
2207
2257
  ]
2208
2258
  }
2209
2259
  ],
2210
- name: "premintV1",
2260
+ name: "premintV2",
2211
2261
  outputs: [
2212
2262
  {
2213
2263
  name: "result",
@@ -2293,9 +2343,10 @@ var zoraCreator1155PremintExecutorImplABI = [
2293
2343
  type: "address[]"
2294
2344
  }
2295
2345
  ]
2296
- }
2346
+ },
2347
+ { name: "signerContract", internalType: "address", type: "address" }
2297
2348
  ],
2298
- name: "premintV2",
2349
+ name: "premintV2WithSignerContract",
2299
2350
  outputs: [
2300
2351
  {
2301
2352
  name: "result",
@@ -2697,7 +2748,23 @@ var zoraCreator1155PremintExecutorImplABI = [
2697
2748
  name: "InvalidMerkleProof"
2698
2749
  },
2699
2750
  { type: "error", inputs: [], name: "InvalidMintSchedule" },
2751
+ {
2752
+ type: "error",
2753
+ inputs: [
2754
+ {
2755
+ name: "recoverError",
2756
+ internalType: "enum ECDSAUpgradeable.RecoverError",
2757
+ type: "uint8"
2758
+ }
2759
+ ],
2760
+ name: "InvalidSignature"
2761
+ },
2700
2762
  { type: "error", inputs: [], name: "InvalidSignatureVersion" },
2763
+ {
2764
+ type: "error",
2765
+ inputs: [{ name: "magicValue", internalType: "bytes4", type: "bytes4" }],
2766
+ name: "InvalidSigner"
2767
+ },
2701
2768
  { type: "error", inputs: [], name: "MintNotYetStarted" },
2702
2769
  { type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
2703
2770
  { type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
@@ -2769,20 +2836,25 @@ var zoraCreator1155PremintExecutorImplABI = [
2769
2836
  ],
2770
2837
  name: "UserMissingRoleForToken"
2771
2838
  },
2772
- { type: "error", inputs: [], name: "WrongValueSent" }
2839
+ { type: "error", inputs: [], name: "WrongValueSent" },
2840
+ {
2841
+ type: "error",
2842
+ inputs: [],
2843
+ name: "premintSignerContractFailedToRecoverSigner"
2844
+ },
2845
+ { type: "error", inputs: [], name: "premintSignerContractNotAContract" }
2773
2846
  ];
2774
2847
  var zoraCreator1155PremintExecutorImplAddress = {
2775
2848
  1: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2776
- 5: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2777
2849
  10: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2778
- 420: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2779
2850
  999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2780
2851
  8453: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2781
2852
  42161: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2782
- 84531: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2853
+ 81457: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2783
2854
  421614: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2784
2855
  7777777: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2785
2856
  11155111: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2857
+ 168587773: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2786
2858
  999999999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340"
2787
2859
  };
2788
2860
  var zoraCreator1155PremintExecutorImplConfig = {
@@ -3023,16 +3095,15 @@ var zoraCreatorFixedPriceSaleStrategyABI = [
3023
3095
  ];
3024
3096
  var zoraCreatorFixedPriceSaleStrategyAddress = {
3025
3097
  1: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3026
- 5: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3027
3098
  10: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
3028
- 420: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3029
3099
  999: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3030
3100
  8453: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3031
3101
  42161: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3032
- 84531: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3102
+ 81457: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
3033
3103
  421614: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3034
3104
  7777777: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3035
3105
  11155111: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3106
+ 168587773: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
3036
3107
  999999999: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A"
3037
3108
  };
3038
3109
  var zoraCreatorFixedPriceSaleStrategyConfig = {
@@ -3237,16 +3308,15 @@ var zoraCreatorMerkleMinterStrategyABI = [
3237
3308
  ];
3238
3309
  var zoraCreatorMerkleMinterStrategyAddress = {
3239
3310
  1: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3240
- 5: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3241
3311
  10: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
3242
- 420: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3243
3312
  999: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3244
3313
  8453: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3245
3314
  42161: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3246
- 84531: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3315
+ 81457: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
3247
3316
  421614: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3248
3317
  7777777: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3249
3318
  11155111: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3319
+ 168587773: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
3250
3320
  999999999: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c"
3251
3321
  };
3252
3322
  var zoraCreatorMerkleMinterStrategyConfig = {
@@ -3403,16 +3473,15 @@ var zoraCreatorRedeemMinterFactoryABI = [
3403
3473
  ];
3404
3474
  var zoraCreatorRedeemMinterFactoryAddress = {
3405
3475
  1: "0x78964965cF77850224513a367f899435C5B69174",
3406
- 5: "0x78964965cF77850224513a367f899435C5B69174",
3407
3476
  10: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
3408
- 420: "0x78964965cF77850224513a367f899435C5B69174",
3409
3477
  999: "0x78964965cF77850224513a367f899435C5B69174",
3410
3478
  8453: "0x78964965cF77850224513a367f899435C5B69174",
3411
3479
  42161: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3412
- 84531: "0x78964965cF77850224513a367f899435C5B69174",
3480
+ 81457: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
3413
3481
  421614: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3414
3482
  7777777: "0x78964965cF77850224513a367f899435C5B69174",
3415
3483
  11155111: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3484
+ 168587773: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
3416
3485
  999999999: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6"
3417
3486
  };
3418
3487
  var zoraCreatorRedeemMinterFactoryConfig = {
@@ -3432,21 +3501,11 @@ var chainConfigs = {
3432
3501
  "MINT_FEE_RECIPIENT": "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
3433
3502
  "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3434
3503
  },
3435
- "5": {
3436
- "FACTORY_OWNER": "0xDC498668B5e6CC518fD58A2ADBF614Fd3A13D3a0",
3437
- "MINT_FEE_RECIPIENT": "0x9444390c01Dd5b7249E53FAc31290F7dFF53450D",
3438
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3439
- },
3440
3504
  "10": {
3441
3505
  "FACTORY_OWNER": "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
3442
3506
  "MINT_FEE_RECIPIENT": "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
3443
3507
  "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3444
3508
  },
3445
- "420": {
3446
- "FACTORY_OWNER": "0xbb45052B2260707655Dfd916a416264f5981192c",
3447
- "MINT_FEE_RECIPIENT": "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2",
3448
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3449
- },
3450
3509
  "999": {
3451
3510
  "FACTORY_OWNER": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3452
3511
  "MINT_FEE_RECIPIENT": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
@@ -3462,9 +3521,9 @@ var chainConfigs = {
3462
3521
  "MINT_FEE_RECIPIENT": "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
3463
3522
  "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3464
3523
  },
3465
- "84531": {
3466
- "FACTORY_OWNER": "0x02539E813cA450C2c7334e885423f4A899a063Fe",
3467
- "MINT_FEE_RECIPIENT": "0x02539E813cA450C2c7334e885423f4A899a063Fe",
3524
+ "81457": {
3525
+ "FACTORY_OWNER": "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
3526
+ "MINT_FEE_RECIPIENT": "0x72E6394056f9152D3a41e5A25De383c191D16134",
3468
3527
  "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3469
3528
  },
3470
3529
  "421614": {
@@ -3482,6 +3541,11 @@ var chainConfigs = {
3482
3541
  "MINT_FEE_RECIPIENT": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
3483
3542
  "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3484
3543
  },
3544
+ "168587773": {
3545
+ "FACTORY_OWNER": "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
3546
+ "MINT_FEE_RECIPIENT": "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
3547
+ "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3548
+ },
3485
3549
  "999999999": {
3486
3550
  "FACTORY_OWNER": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
3487
3551
  "MINT_FEE_RECIPIENT": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
@@ -3502,20 +3566,6 @@ var addresses = {
3502
3566
  "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3503
3567
  "timestamp": 1704400466
3504
3568
  },
3505
- "5": {
3506
- "CONTRACT_1155_IMPL": "0xa5f8577cCA2eE9d5577E76385dB1Af51517c76bb",
3507
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
3508
- "FACTORY_IMPL": "0xd74AB2EE2117C647f19de0D44FE56c56953Bd05d",
3509
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3510
- "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3511
- "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3512
- "PREMINTER_IMPL": "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
3513
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3514
- "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
3515
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3516
- "timestamp": 1703007708,
3517
- "commit": "bdf6682"
3518
- },
3519
3569
  "10": {
3520
3570
  "CONTRACT_1155_IMPL": "0xECfbCf718E17B6e76A675dDB936a9249C69DD2aA",
3521
3571
  "CONTRACT_1155_IMPL_VERSION": "2.7.0",
@@ -3529,19 +3579,6 @@ var addresses = {
3529
3579
  "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3530
3580
  "timestamp": 1704396387
3531
3581
  },
3532
- "420": {
3533
- "CONTRACT_1155_IMPL": "0xC7598f8eAA1455f5b2B3f206A9af55B2BA248e3E",
3534
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
3535
- "FACTORY_IMPL": "0xCf0B4Acab081169D12b729c3Bd1c6E7bbAB820Da",
3536
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3537
- "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3538
- "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3539
- "PREMINTER_IMPL": "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
3540
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3541
- "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
3542
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3543
- "timestamp": 1704496741
3544
- },
3545
3582
  "999": {
3546
3583
  "CONTRACT_1155_IMPL": "0x2022AdEF470DA3543a19fac8c9be80618112704D",
3547
3584
  "CONTRACT_1155_IMPL_VERSION": "2.7.0",
@@ -3581,19 +3618,18 @@ var addresses = {
3581
3618
  "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3582
3619
  "timestamp": 1704914719
3583
3620
  },
3584
- "84531": {
3585
- "CONTRACT_1155_IMPL": "0xc6a8C44c695F227097f6F10dfCB4335308AF444D",
3586
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
3587
- "FACTORY_IMPL": "0x2667909314554B0f37D306C463e68737d1707953",
3621
+ "81457": {
3622
+ "CONTRACT_1155_IMPL": "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
3623
+ "CONTRACT_1155_IMPL_VERSION": "2.7.1",
3624
+ "FACTORY_IMPL": "0x48d8db63724444C6270749fEe80bBDB6CF33677f",
3588
3625
  "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3589
- "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3590
- "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3591
- "PREMINTER_IMPL": "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
3626
+ "FIXED_PRICE_SALE_STRATEGY": "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
3627
+ "MERKLE_MINT_SALE_STRATEGY": "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
3628
+ "PREMINTER_IMPL": "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
3592
3629
  "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3593
- "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
3630
+ "REDEEM_MINTER_FACTORY": "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
3594
3631
  "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3595
- "timestamp": 1703009473,
3596
- "commit": "bdf6682"
3632
+ "timestamp": 1709235955
3597
3633
  },
3598
3634
  "421614": {
3599
3635
  "CONTRACT_1155_IMPL": "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
@@ -3634,6 +3670,19 @@ var addresses = {
3634
3670
  "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3635
3671
  "timestamp": 1704336497
3636
3672
  },
3673
+ "168587773": {
3674
+ "CONTRACT_1155_IMPL": "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
3675
+ "CONTRACT_1155_IMPL_VERSION": "2.7.1",
3676
+ "FACTORY_IMPL": "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
3677
+ "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3678
+ "FIXED_PRICE_SALE_STRATEGY": "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
3679
+ "MERKLE_MINT_SALE_STRATEGY": "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
3680
+ "PREMINTER_IMPL": "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
3681
+ "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3682
+ "REDEEM_MINTER_FACTORY": "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
3683
+ "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3684
+ "timestamp": 1709234007
3685
+ },
3637
3686
  "999999999": {
3638
3687
  "CONTRACT_1155_IMPL": "0x980170C861E723309628a27c27397a955920F968",
3639
3688
  "CONTRACT_1155_IMPL_VERSION": "2.7.0",