@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.cjs CHANGED
@@ -516,16 +516,15 @@ var zoraCreator1155FactoryImplABI = [
516
516
  ];
517
517
  var zoraCreator1155FactoryImplAddress = {
518
518
  1: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
519
- 5: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
520
519
  10: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
521
- 420: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
522
520
  999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
523
521
  8453: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
524
522
  42161: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
525
- 84531: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
523
+ 81457: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
526
524
  421614: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
527
525
  7777777: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
528
526
  11155111: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
527
+ 168587773: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
529
528
  999999999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021"
530
529
  };
531
530
  var zoraCreator1155FactoryImplConfig = {
@@ -815,7 +814,12 @@ var zoraCreator1155ImplABI = [
815
814
  { name: "premintConfig", internalType: "bytes", type: "bytes" },
816
815
  { name: "premintVersion", internalType: "bytes32", type: "bytes32" },
817
816
  { name: "signature", internalType: "bytes", type: "bytes" },
818
- { name: "sender", internalType: "address", type: "address" }
817
+ { name: "sender", internalType: "address", type: "address" },
818
+ {
819
+ name: "premintSignerContract",
820
+ internalType: "address",
821
+ type: "address"
822
+ }
819
823
  ],
820
824
  name: "delegateSetupNewToken",
821
825
  outputs: [{ name: "newTokenId", internalType: "uint256", type: "uint256" }]
@@ -1848,7 +1852,23 @@ var zoraCreator1155ImplABI = [
1848
1852
  name: "InvalidMerkleProof"
1849
1853
  },
1850
1854
  { type: "error", inputs: [], name: "InvalidMintSchedule" },
1855
+ {
1856
+ type: "error",
1857
+ inputs: [
1858
+ {
1859
+ name: "recoverError",
1860
+ internalType: "enum ECDSAUpgradeable.RecoverError",
1861
+ type: "uint8"
1862
+ }
1863
+ ],
1864
+ name: "InvalidSignature"
1865
+ },
1851
1866
  { type: "error", inputs: [], name: "InvalidSignatureVersion" },
1867
+ {
1868
+ type: "error",
1869
+ inputs: [{ name: "magicValue", internalType: "bytes4", type: "bytes4" }],
1870
+ name: "InvalidSigner"
1871
+ },
1852
1872
  { type: "error", inputs: [], name: "MintNotYetStarted" },
1853
1873
  { type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
1854
1874
  { type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
@@ -1919,7 +1939,13 @@ var zoraCreator1155ImplABI = [
1919
1939
  ],
1920
1940
  name: "UserMissingRoleForToken"
1921
1941
  },
1922
- { type: "error", inputs: [], name: "WrongValueSent" }
1942
+ { type: "error", inputs: [], name: "WrongValueSent" },
1943
+ {
1944
+ type: "error",
1945
+ inputs: [],
1946
+ name: "premintSignerContractFailedToRecoverSigner"
1947
+ },
1948
+ { type: "error", inputs: [], name: "premintSignerContractNotAContract" }
1923
1949
  ];
1924
1950
  var zoraCreator1155PremintExecutorImplABI = [
1925
1951
  {
@@ -2092,6 +2118,19 @@ var zoraCreator1155PremintExecutorImplABI = [
2092
2118
  name: "pendingOwner",
2093
2119
  outputs: [{ name: "", internalType: "address", type: "address" }]
2094
2120
  },
2121
+ {
2122
+ stateMutability: "view",
2123
+ type: "function",
2124
+ inputs: [
2125
+ { name: "contractAddress", internalType: "address", type: "address" },
2126
+ { name: "uid", internalType: "uint32", type: "uint32" }
2127
+ ],
2128
+ name: "premintStatus",
2129
+ outputs: [
2130
+ { name: "contractCreated", internalType: "bool", type: "bool" },
2131
+ { name: "tokenIdForPremint", internalType: "uint256", type: "uint256" }
2132
+ ]
2133
+ },
2095
2134
  {
2096
2135
  stateMutability: "payable",
2097
2136
  type: "function",
@@ -2151,22 +2190,33 @@ var zoraCreator1155PremintExecutorImplABI = [
2151
2190
  },
2152
2191
  { name: "signature", internalType: "bytes", type: "bytes" },
2153
2192
  { name: "quantityToMint", internalType: "uint256", type: "uint256" },
2154
- { name: "mintComment", internalType: "string", type: "string" }
2155
- ],
2156
- name: "premint",
2157
- outputs: [{ name: "newTokenId", internalType: "uint256", type: "uint256" }]
2158
- },
2159
- {
2160
- stateMutability: "view",
2161
- type: "function",
2162
- inputs: [
2163
- { name: "contractAddress", internalType: "address", type: "address" },
2164
- { name: "uid", internalType: "uint32", type: "uint32" }
2193
+ {
2194
+ name: "mintArguments",
2195
+ internalType: "struct IZoraCreator1155PremintExecutor.MintArguments",
2196
+ type: "tuple",
2197
+ components: [
2198
+ { name: "mintRecipient", internalType: "address", type: "address" },
2199
+ { name: "mintComment", internalType: "string", type: "string" },
2200
+ {
2201
+ name: "mintRewardsRecipients",
2202
+ internalType: "address[]",
2203
+ type: "address[]"
2204
+ }
2205
+ ]
2206
+ }
2165
2207
  ],
2166
- name: "premintStatus",
2208
+ name: "premintV1",
2167
2209
  outputs: [
2168
- { name: "contractCreated", internalType: "bool", type: "bool" },
2169
- { name: "tokenIdForPremint", internalType: "uint256", type: "uint256" }
2210
+ {
2211
+ name: "result",
2212
+ internalType: "struct IZoraCreator1155PremintExecutor.PremintResult",
2213
+ type: "tuple",
2214
+ components: [
2215
+ { name: "contractAddress", internalType: "address", type: "address" },
2216
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
2217
+ { name: "createdNewContract", internalType: "bool", type: "bool" }
2218
+ ]
2219
+ }
2170
2220
  ]
2171
2221
  },
2172
2222
  {
@@ -2185,12 +2235,12 @@ var zoraCreator1155PremintExecutorImplABI = [
2185
2235
  },
2186
2236
  {
2187
2237
  name: "premintConfig",
2188
- internalType: "struct PremintConfig",
2238
+ internalType: "struct PremintConfigV2",
2189
2239
  type: "tuple",
2190
2240
  components: [
2191
2241
  {
2192
2242
  name: "tokenConfig",
2193
- internalType: "struct TokenCreationConfig",
2243
+ internalType: "struct TokenCreationConfigV2",
2194
2244
  type: "tuple",
2195
2245
  components: [
2196
2246
  { name: "tokenURI", internalType: "string", type: "string" },
@@ -2203,14 +2253,9 @@ var zoraCreator1155PremintExecutorImplABI = [
2203
2253
  { name: "pricePerToken", internalType: "uint96", type: "uint96" },
2204
2254
  { name: "mintStart", internalType: "uint64", type: "uint64" },
2205
2255
  { name: "mintDuration", internalType: "uint64", type: "uint64" },
2206
- {
2207
- name: "royaltyMintSchedule",
2208
- internalType: "uint32",
2209
- type: "uint32"
2210
- },
2211
2256
  { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
2212
2257
  {
2213
- name: "royaltyRecipient",
2258
+ name: "payoutRecipient",
2214
2259
  internalType: "address",
2215
2260
  type: "address"
2216
2261
  },
@@ -2218,6 +2263,11 @@ var zoraCreator1155PremintExecutorImplABI = [
2218
2263
  name: "fixedPriceMinter",
2219
2264
  internalType: "address",
2220
2265
  type: "address"
2266
+ },
2267
+ {
2268
+ name: "createReferral",
2269
+ internalType: "address",
2270
+ type: "address"
2221
2271
  }
2222
2272
  ]
2223
2273
  },
@@ -2243,7 +2293,7 @@ var zoraCreator1155PremintExecutorImplABI = [
2243
2293
  ]
2244
2294
  }
2245
2295
  ],
2246
- name: "premintV1",
2296
+ name: "premintV2",
2247
2297
  outputs: [
2248
2298
  {
2249
2299
  name: "result",
@@ -2329,9 +2379,10 @@ var zoraCreator1155PremintExecutorImplABI = [
2329
2379
  type: "address[]"
2330
2380
  }
2331
2381
  ]
2332
- }
2382
+ },
2383
+ { name: "signerContract", internalType: "address", type: "address" }
2333
2384
  ],
2334
- name: "premintV2",
2385
+ name: "premintV2WithSignerContract",
2335
2386
  outputs: [
2336
2387
  {
2337
2388
  name: "result",
@@ -2733,7 +2784,23 @@ var zoraCreator1155PremintExecutorImplABI = [
2733
2784
  name: "InvalidMerkleProof"
2734
2785
  },
2735
2786
  { type: "error", inputs: [], name: "InvalidMintSchedule" },
2787
+ {
2788
+ type: "error",
2789
+ inputs: [
2790
+ {
2791
+ name: "recoverError",
2792
+ internalType: "enum ECDSAUpgradeable.RecoverError",
2793
+ type: "uint8"
2794
+ }
2795
+ ],
2796
+ name: "InvalidSignature"
2797
+ },
2736
2798
  { type: "error", inputs: [], name: "InvalidSignatureVersion" },
2799
+ {
2800
+ type: "error",
2801
+ inputs: [{ name: "magicValue", internalType: "bytes4", type: "bytes4" }],
2802
+ name: "InvalidSigner"
2803
+ },
2737
2804
  { type: "error", inputs: [], name: "MintNotYetStarted" },
2738
2805
  { type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
2739
2806
  { type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
@@ -2805,20 +2872,25 @@ var zoraCreator1155PremintExecutorImplABI = [
2805
2872
  ],
2806
2873
  name: "UserMissingRoleForToken"
2807
2874
  },
2808
- { type: "error", inputs: [], name: "WrongValueSent" }
2875
+ { type: "error", inputs: [], name: "WrongValueSent" },
2876
+ {
2877
+ type: "error",
2878
+ inputs: [],
2879
+ name: "premintSignerContractFailedToRecoverSigner"
2880
+ },
2881
+ { type: "error", inputs: [], name: "premintSignerContractNotAContract" }
2809
2882
  ];
2810
2883
  var zoraCreator1155PremintExecutorImplAddress = {
2811
2884
  1: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2812
- 5: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2813
2885
  10: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2814
- 420: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2815
2886
  999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2816
2887
  8453: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2817
2888
  42161: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2818
- 84531: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2889
+ 81457: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2819
2890
  421614: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2820
2891
  7777777: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2821
2892
  11155111: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2893
+ 168587773: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
2822
2894
  999999999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340"
2823
2895
  };
2824
2896
  var zoraCreator1155PremintExecutorImplConfig = {
@@ -3059,16 +3131,15 @@ var zoraCreatorFixedPriceSaleStrategyABI = [
3059
3131
  ];
3060
3132
  var zoraCreatorFixedPriceSaleStrategyAddress = {
3061
3133
  1: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3062
- 5: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3063
3134
  10: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
3064
- 420: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3065
3135
  999: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3066
3136
  8453: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3067
3137
  42161: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3068
- 84531: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3138
+ 81457: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
3069
3139
  421614: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3070
3140
  7777777: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3071
3141
  11155111: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3142
+ 168587773: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
3072
3143
  999999999: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A"
3073
3144
  };
3074
3145
  var zoraCreatorFixedPriceSaleStrategyConfig = {
@@ -3273,16 +3344,15 @@ var zoraCreatorMerkleMinterStrategyABI = [
3273
3344
  ];
3274
3345
  var zoraCreatorMerkleMinterStrategyAddress = {
3275
3346
  1: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3276
- 5: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3277
3347
  10: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
3278
- 420: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3279
3348
  999: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3280
3349
  8453: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3281
3350
  42161: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3282
- 84531: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3351
+ 81457: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
3283
3352
  421614: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3284
3353
  7777777: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3285
3354
  11155111: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3355
+ 168587773: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
3286
3356
  999999999: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c"
3287
3357
  };
3288
3358
  var zoraCreatorMerkleMinterStrategyConfig = {
@@ -3439,16 +3509,15 @@ var zoraCreatorRedeemMinterFactoryABI = [
3439
3509
  ];
3440
3510
  var zoraCreatorRedeemMinterFactoryAddress = {
3441
3511
  1: "0x78964965cF77850224513a367f899435C5B69174",
3442
- 5: "0x78964965cF77850224513a367f899435C5B69174",
3443
3512
  10: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
3444
- 420: "0x78964965cF77850224513a367f899435C5B69174",
3445
3513
  999: "0x78964965cF77850224513a367f899435C5B69174",
3446
3514
  8453: "0x78964965cF77850224513a367f899435C5B69174",
3447
3515
  42161: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3448
- 84531: "0x78964965cF77850224513a367f899435C5B69174",
3516
+ 81457: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
3449
3517
  421614: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3450
3518
  7777777: "0x78964965cF77850224513a367f899435C5B69174",
3451
3519
  11155111: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3520
+ 168587773: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
3452
3521
  999999999: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6"
3453
3522
  };
3454
3523
  var zoraCreatorRedeemMinterFactoryConfig = {
@@ -3468,21 +3537,11 @@ var chainConfigs = {
3468
3537
  "MINT_FEE_RECIPIENT": "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
3469
3538
  "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3470
3539
  },
3471
- "5": {
3472
- "FACTORY_OWNER": "0xDC498668B5e6CC518fD58A2ADBF614Fd3A13D3a0",
3473
- "MINT_FEE_RECIPIENT": "0x9444390c01Dd5b7249E53FAc31290F7dFF53450D",
3474
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3475
- },
3476
3540
  "10": {
3477
3541
  "FACTORY_OWNER": "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
3478
3542
  "MINT_FEE_RECIPIENT": "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
3479
3543
  "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3480
3544
  },
3481
- "420": {
3482
- "FACTORY_OWNER": "0xbb45052B2260707655Dfd916a416264f5981192c",
3483
- "MINT_FEE_RECIPIENT": "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2",
3484
- "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3485
- },
3486
3545
  "999": {
3487
3546
  "FACTORY_OWNER": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3488
3547
  "MINT_FEE_RECIPIENT": "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
@@ -3498,9 +3557,9 @@ var chainConfigs = {
3498
3557
  "MINT_FEE_RECIPIENT": "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
3499
3558
  "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3500
3559
  },
3501
- "84531": {
3502
- "FACTORY_OWNER": "0x02539E813cA450C2c7334e885423f4A899a063Fe",
3503
- "MINT_FEE_RECIPIENT": "0x02539E813cA450C2c7334e885423f4A899a063Fe",
3560
+ "81457": {
3561
+ "FACTORY_OWNER": "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
3562
+ "MINT_FEE_RECIPIENT": "0x72E6394056f9152D3a41e5A25De383c191D16134",
3504
3563
  "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3505
3564
  },
3506
3565
  "421614": {
@@ -3518,6 +3577,11 @@ var chainConfigs = {
3518
3577
  "MINT_FEE_RECIPIENT": "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
3519
3578
  "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3520
3579
  },
3580
+ "168587773": {
3581
+ "FACTORY_OWNER": "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
3582
+ "MINT_FEE_RECIPIENT": "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
3583
+ "PROTOCOL_REWARDS": "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3584
+ },
3521
3585
  "999999999": {
3522
3586
  "FACTORY_OWNER": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
3523
3587
  "MINT_FEE_RECIPIENT": "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
@@ -3538,20 +3602,6 @@ var addresses = {
3538
3602
  "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3539
3603
  "timestamp": 1704400466
3540
3604
  },
3541
- "5": {
3542
- "CONTRACT_1155_IMPL": "0xa5f8577cCA2eE9d5577E76385dB1Af51517c76bb",
3543
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
3544
- "FACTORY_IMPL": "0xd74AB2EE2117C647f19de0D44FE56c56953Bd05d",
3545
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3546
- "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3547
- "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3548
- "PREMINTER_IMPL": "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
3549
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3550
- "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
3551
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3552
- "timestamp": 1703007708,
3553
- "commit": "bdf6682"
3554
- },
3555
3605
  "10": {
3556
3606
  "CONTRACT_1155_IMPL": "0xECfbCf718E17B6e76A675dDB936a9249C69DD2aA",
3557
3607
  "CONTRACT_1155_IMPL_VERSION": "2.7.0",
@@ -3565,19 +3615,6 @@ var addresses = {
3565
3615
  "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3566
3616
  "timestamp": 1704396387
3567
3617
  },
3568
- "420": {
3569
- "CONTRACT_1155_IMPL": "0xC7598f8eAA1455f5b2B3f206A9af55B2BA248e3E",
3570
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
3571
- "FACTORY_IMPL": "0xCf0B4Acab081169D12b729c3Bd1c6E7bbAB820Da",
3572
- "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3573
- "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3574
- "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3575
- "PREMINTER_IMPL": "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
3576
- "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3577
- "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
3578
- "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3579
- "timestamp": 1704496741
3580
- },
3581
3618
  "999": {
3582
3619
  "CONTRACT_1155_IMPL": "0x2022AdEF470DA3543a19fac8c9be80618112704D",
3583
3620
  "CONTRACT_1155_IMPL_VERSION": "2.7.0",
@@ -3617,19 +3654,18 @@ var addresses = {
3617
3654
  "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3618
3655
  "timestamp": 1704914719
3619
3656
  },
3620
- "84531": {
3621
- "CONTRACT_1155_IMPL": "0xc6a8C44c695F227097f6F10dfCB4335308AF444D",
3622
- "CONTRACT_1155_IMPL_VERSION": "2.7.0",
3623
- "FACTORY_IMPL": "0x2667909314554B0f37D306C463e68737d1707953",
3657
+ "81457": {
3658
+ "CONTRACT_1155_IMPL": "0x97eb05B8db496B12244BCcf17CF377d00a99b67a",
3659
+ "CONTRACT_1155_IMPL_VERSION": "2.7.1",
3660
+ "FACTORY_IMPL": "0x48d8db63724444C6270749fEe80bBDB6CF33677f",
3624
3661
  "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3625
- "FIXED_PRICE_SALE_STRATEGY": "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3626
- "MERKLE_MINT_SALE_STRATEGY": "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3627
- "PREMINTER_IMPL": "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
3662
+ "FIXED_PRICE_SALE_STRATEGY": "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
3663
+ "MERKLE_MINT_SALE_STRATEGY": "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
3664
+ "PREMINTER_IMPL": "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
3628
3665
  "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3629
- "REDEEM_MINTER_FACTORY": "0x78964965cF77850224513a367f899435C5B69174",
3666
+ "REDEEM_MINTER_FACTORY": "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
3630
3667
  "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3631
- "timestamp": 1703009473,
3632
- "commit": "bdf6682"
3668
+ "timestamp": 1709235955
3633
3669
  },
3634
3670
  "421614": {
3635
3671
  "CONTRACT_1155_IMPL": "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
@@ -3670,6 +3706,19 @@ var addresses = {
3670
3706
  "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3671
3707
  "timestamp": 1704336497
3672
3708
  },
3709
+ "168587773": {
3710
+ "CONTRACT_1155_IMPL": "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
3711
+ "CONTRACT_1155_IMPL_VERSION": "2.7.1",
3712
+ "FACTORY_IMPL": "0xF82286760a953D2Bad7D6F2F0da458Ac20f955D3",
3713
+ "FACTORY_PROXY": "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3714
+ "FIXED_PRICE_SALE_STRATEGY": "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
3715
+ "MERKLE_MINT_SALE_STRATEGY": "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
3716
+ "PREMINTER_IMPL": "0xe3150ab94e3730D4B157ffD31Ad042323E122b4C",
3717
+ "PREMINTER_PROXY": "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3718
+ "REDEEM_MINTER_FACTORY": "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
3719
+ "UPGRADE_GATE": "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3720
+ "timestamp": 1709234007
3721
+ },
3673
3722
  "999999999": {
3674
3723
  "CONTRACT_1155_IMPL": "0x980170C861E723309628a27c27397a955920F968",
3675
3724
  "CONTRACT_1155_IMPL_VERSION": "2.7.0",