@zoralabs/protocol-deployments 0.1.11 → 0.1.12

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
@@ -3,7 +3,7 @@ import {
3
3
  getAbiItem,
4
4
  keccak256,
5
5
  toHex
6
- } from "./chunk-ANM5XPUU.js";
6
+ } from "./chunk-KIPP2F4J.js";
7
7
  import "./chunk-2FDPSBOH.js";
8
8
  import {
9
9
  __export
@@ -935,7 +935,13 @@ var mintsEthUnwrapperAndCallerABI = [
935
935
  { type: "error", inputs: [], name: "UnknownUserAction" }
936
936
  ];
937
937
  var mintsEthUnwrapperAndCallerAddress = {
938
+ 1: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A",
939
+ 10: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A",
940
+ 8453: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A",
941
+ 42161: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A",
942
+ 81457: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A",
938
943
  84532: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A",
944
+ 421614: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A",
939
945
  7777777: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A",
940
946
  999999999: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A"
941
947
  };
@@ -1211,6 +1217,254 @@ var protocolRewardsConfig = {
1211
1217
  address: protocolRewardsAddress,
1212
1218
  abi: protocolRewardsABI
1213
1219
  };
1220
+ var upgradeGateABI = [
1221
+ { stateMutability: "nonpayable", type: "constructor", inputs: [] },
1222
+ {
1223
+ stateMutability: "nonpayable",
1224
+ type: "function",
1225
+ inputs: [],
1226
+ name: "acceptOwnership",
1227
+ outputs: []
1228
+ },
1229
+ {
1230
+ stateMutability: "nonpayable",
1231
+ type: "function",
1232
+ inputs: [],
1233
+ name: "cancelOwnershipTransfer",
1234
+ outputs: []
1235
+ },
1236
+ {
1237
+ stateMutability: "pure",
1238
+ type: "function",
1239
+ inputs: [],
1240
+ name: "contractName",
1241
+ outputs: [{ name: "", internalType: "string", type: "string" }]
1242
+ },
1243
+ {
1244
+ stateMutability: "pure",
1245
+ type: "function",
1246
+ inputs: [],
1247
+ name: "contractURI",
1248
+ outputs: [{ name: "", internalType: "string", type: "string" }]
1249
+ },
1250
+ {
1251
+ stateMutability: "nonpayable",
1252
+ type: "function",
1253
+ inputs: [
1254
+ { name: "_initialOwner", internalType: "address", type: "address" }
1255
+ ],
1256
+ name: "initialize",
1257
+ outputs: []
1258
+ },
1259
+ {
1260
+ stateMutability: "view",
1261
+ type: "function",
1262
+ inputs: [
1263
+ { name: "", internalType: "address", type: "address" },
1264
+ { name: "", internalType: "address", type: "address" }
1265
+ ],
1266
+ name: "isAllowedUpgrade",
1267
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
1268
+ },
1269
+ {
1270
+ stateMutability: "view",
1271
+ type: "function",
1272
+ inputs: [
1273
+ { name: "baseImpl", internalType: "address", type: "address" },
1274
+ { name: "upgradeImpl", internalType: "address", type: "address" }
1275
+ ],
1276
+ name: "isRegisteredUpgradePath",
1277
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
1278
+ },
1279
+ {
1280
+ stateMutability: "view",
1281
+ type: "function",
1282
+ inputs: [],
1283
+ name: "owner",
1284
+ outputs: [{ name: "", internalType: "address", type: "address" }]
1285
+ },
1286
+ {
1287
+ stateMutability: "view",
1288
+ type: "function",
1289
+ inputs: [],
1290
+ name: "pendingOwner",
1291
+ outputs: [{ name: "", internalType: "address", type: "address" }]
1292
+ },
1293
+ {
1294
+ stateMutability: "nonpayable",
1295
+ type: "function",
1296
+ inputs: [
1297
+ { name: "baseImpls", internalType: "address[]", type: "address[]" },
1298
+ { name: "upgradeImpl", internalType: "address", type: "address" }
1299
+ ],
1300
+ name: "registerUpgradePath",
1301
+ outputs: []
1302
+ },
1303
+ {
1304
+ stateMutability: "nonpayable",
1305
+ type: "function",
1306
+ inputs: [
1307
+ { name: "baseImpl", internalType: "address", type: "address" },
1308
+ { name: "upgradeImpl", internalType: "address", type: "address" }
1309
+ ],
1310
+ name: "removeUpgradePath",
1311
+ outputs: []
1312
+ },
1313
+ {
1314
+ stateMutability: "nonpayable",
1315
+ type: "function",
1316
+ inputs: [],
1317
+ name: "resignOwnership",
1318
+ outputs: []
1319
+ },
1320
+ {
1321
+ stateMutability: "nonpayable",
1322
+ type: "function",
1323
+ inputs: [{ name: "_newOwner", internalType: "address", type: "address" }],
1324
+ name: "safeTransferOwnership",
1325
+ outputs: []
1326
+ },
1327
+ {
1328
+ stateMutability: "nonpayable",
1329
+ type: "function",
1330
+ inputs: [{ name: "_newOwner", internalType: "address", type: "address" }],
1331
+ name: "transferOwnership",
1332
+ outputs: []
1333
+ },
1334
+ {
1335
+ type: "event",
1336
+ anonymous: false,
1337
+ inputs: [
1338
+ { name: "version", internalType: "uint8", type: "uint8", indexed: false }
1339
+ ],
1340
+ name: "Initialized"
1341
+ },
1342
+ {
1343
+ type: "event",
1344
+ anonymous: false,
1345
+ inputs: [
1346
+ {
1347
+ name: "owner",
1348
+ internalType: "address",
1349
+ type: "address",
1350
+ indexed: true
1351
+ },
1352
+ {
1353
+ name: "canceledOwner",
1354
+ internalType: "address",
1355
+ type: "address",
1356
+ indexed: true
1357
+ }
1358
+ ],
1359
+ name: "OwnerCanceled"
1360
+ },
1361
+ {
1362
+ type: "event",
1363
+ anonymous: false,
1364
+ inputs: [
1365
+ {
1366
+ name: "owner",
1367
+ internalType: "address",
1368
+ type: "address",
1369
+ indexed: true
1370
+ },
1371
+ {
1372
+ name: "pendingOwner",
1373
+ internalType: "address",
1374
+ type: "address",
1375
+ indexed: true
1376
+ }
1377
+ ],
1378
+ name: "OwnerPending"
1379
+ },
1380
+ {
1381
+ type: "event",
1382
+ anonymous: false,
1383
+ inputs: [
1384
+ {
1385
+ name: "prevOwner",
1386
+ internalType: "address",
1387
+ type: "address",
1388
+ indexed: true
1389
+ },
1390
+ {
1391
+ name: "newOwner",
1392
+ internalType: "address",
1393
+ type: "address",
1394
+ indexed: true
1395
+ }
1396
+ ],
1397
+ name: "OwnerUpdated"
1398
+ },
1399
+ { type: "event", anonymous: false, inputs: [], name: "UpgradeGateSetup" },
1400
+ {
1401
+ type: "event",
1402
+ anonymous: false,
1403
+ inputs: [
1404
+ {
1405
+ name: "baseImpl",
1406
+ internalType: "address",
1407
+ type: "address",
1408
+ indexed: true
1409
+ },
1410
+ {
1411
+ name: "upgradeImpl",
1412
+ internalType: "address",
1413
+ type: "address",
1414
+ indexed: true
1415
+ }
1416
+ ],
1417
+ name: "UpgradeRegistered"
1418
+ },
1419
+ {
1420
+ type: "event",
1421
+ anonymous: false,
1422
+ inputs: [
1423
+ {
1424
+ name: "baseImpl",
1425
+ internalType: "address",
1426
+ type: "address",
1427
+ indexed: true
1428
+ },
1429
+ {
1430
+ name: "upgradeImpl",
1431
+ internalType: "address",
1432
+ type: "address",
1433
+ indexed: true
1434
+ }
1435
+ ],
1436
+ name: "UpgradeRemoved"
1437
+ },
1438
+ {
1439
+ type: "error",
1440
+ inputs: [],
1441
+ name: "INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED"
1442
+ },
1443
+ {
1444
+ type: "error",
1445
+ inputs: [],
1446
+ name: "INITIALIZABLE_CONTRACT_IS_NOT_INITIALIZING"
1447
+ },
1448
+ { type: "error", inputs: [], name: "ONLY_OWNER" },
1449
+ { type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
1450
+ { type: "error", inputs: [], name: "OWNER_CANNOT_BE_ZERO_ADDRESS" }
1451
+ ];
1452
+ var upgradeGateAddress = {
1453
+ 1: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
1454
+ 10: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
1455
+ 8453: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
1456
+ 42161: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
1457
+ 81457: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
1458
+ 84532: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
1459
+ 421614: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
1460
+ 7777777: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
1461
+ 11155111: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
1462
+ 168587773: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900"
1463
+ };
1464
+ var upgradeGateConfig = {
1465
+ address: upgradeGateAddress,
1466
+ abi: upgradeGateABI
1467
+ };
1214
1468
  var zoraCreator1155FactoryImplABI = [
1215
1469
  {
1216
1470
  stateMutability: "nonpayable",
@@ -5472,7 +5726,13 @@ var zoraMints1155ABI = [
5472
5726
  { type: "error", inputs: [], name: "TokenNotMintable" }
5473
5727
  ];
5474
5728
  var zoraMints1155Address = {
5729
+ 1: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073",
5730
+ 10: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073",
5731
+ 8453: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073",
5732
+ 42161: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073",
5733
+ 81457: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073",
5475
5734
  84532: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073",
5735
+ 421614: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073",
5476
5736
  7777777: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073",
5477
5737
  999999999: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073"
5478
5738
  };
@@ -5616,6 +5876,7 @@ var zoraMintsManagerImplABI = [
5616
5876
  }
5617
5877
  ]
5618
5878
  },
5879
+ { name: "firstMinter", internalType: "address", type: "address" },
5619
5880
  { name: "signerContract", internalType: "address", type: "address" }
5620
5881
  ],
5621
5882
  name: "collectPremint",
@@ -6367,7 +6628,13 @@ var zoraMintsManagerImplABI = [
6367
6628
  { type: "error", inputs: [], name: "premintSignerContractNotAContract" }
6368
6629
  ];
6369
6630
  var zoraMintsManagerImplAddress = {
6631
+ 1: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B",
6632
+ 10: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B",
6633
+ 8453: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B",
6634
+ 42161: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B",
6635
+ 81457: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B",
6370
6636
  84532: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B",
6637
+ 421614: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B",
6371
6638
  7777777: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B",
6372
6639
  999999999: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B"
6373
6640
  };
@@ -6686,18 +6953,18 @@ var chainConfigs = {
6686
6953
  };
6687
6954
  var addresses = {
6688
6955
  1: {
6689
- CONTRACT_1155_IMPL: "0x32006e298C19818CD5e8000E26439691f0ac2128",
6690
- CONTRACT_1155_IMPL_VERSION: "2.7.0",
6691
- FACTORY_IMPL: "0xD662FB0fB00261C039441EF49Dbab154d7c533bD",
6956
+ CONTRACT_1155_IMPL: "0xAeAA622E522130676A8d5a4D04e28aC9Afb84536",
6957
+ CONTRACT_1155_IMPL_VERSION: "2.9.0",
6958
+ ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
6959
+ FACTORY_IMPL: "0x8f5B2dd6160D96B48a35F0619BC32b4b997cA37F",
6692
6960
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
6693
6961
  FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
6694
6962
  MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
6695
- PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
6963
+ PREMINTER_IMPL: "0xD754417BDABFCc3a3997B9A15E9F6922a8131Ac1",
6696
6964
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
6697
6965
  REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
6698
6966
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
6699
- ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
6700
- timestamp: 1706664239
6967
+ timestamp: 1713899416
6701
6968
  },
6702
6969
  10: {
6703
6970
  CONTRACT_1155_IMPL: "0xECfbCf718E17B6e76A675dDB936a9249C69DD2aA",
@@ -6783,18 +7050,18 @@ var addresses = {
6783
7050
  timestamp: 1713468185
6784
7051
  },
6785
7052
  421614: {
6786
- CONTRACT_1155_IMPL: "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
6787
- CONTRACT_1155_IMPL_VERSION: "2.7.0",
6788
- FACTORY_IMPL: "0x314E552b55DFbDfD4d76623E1D45E5056723998B",
7053
+ CONTRACT_1155_IMPL: "0x857B5c291519Cff6D2090a87C3bC2eCe676ad057",
7054
+ CONTRACT_1155_IMPL_VERSION: "2.9.0",
7055
+ FACTORY_IMPL: "0x777d8FcB0336FfF689b2Ab17Db5b755F54C8776a",
6789
7056
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
6790
7057
  FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
6791
7058
  MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
6792
- PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
7059
+ PREMINTER_IMPL: "0xD754417BDABFCc3a3997B9A15E9F6922a8131Ac1",
6793
7060
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
6794
7061
  REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
6795
7062
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
6796
7063
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
6797
- timestamp: 1706661669
7064
+ timestamp: 1712779746
6798
7065
  },
6799
7066
  7777777: {
6800
7067
  CONTRACT_1155_IMPL: "0x2C49E95303734eE3826307783d5fDD180B2131D3",
@@ -6860,50 +7127,55 @@ __export(mints_exports, {
6860
7127
  chainConfigs: () => chainConfigs2
6861
7128
  });
6862
7129
  var chainConfigs2 = {
7130
+ 1: { PROXY_ADMIN: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0" },
7131
+ 10: { PROXY_ADMIN: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b" },
7132
+ 420: { PROXY_ADMIN: "0xbb45052B2260707655Dfd916a416264f5981192c" },
7133
+ 8453: { PROXY_ADMIN: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3" },
7134
+ 42161: { PROXY_ADMIN: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03" },
7135
+ 81457: { PROXY_ADMIN: "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523" },
7136
+ 84531: { PROXY_ADMIN: "0x02539E813cA450C2c7334e885423f4A899a063Fe" },
7137
+ 84532: { PROXY_ADMIN: "0x5F14C23983c9e0840Dc60dA880349622f0785420" },
7138
+ 421614: { PROXY_ADMIN: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30" },
7139
+ 7777777: { PROXY_ADMIN: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955" },
7140
+ 11155111: { PROXY_ADMIN: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D" },
7141
+ 999999999: { PROXY_ADMIN: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E" }
7142
+ };
7143
+ var addresses2 = {
6863
7144
  1: {
6864
- PROXY_ADMIN: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
6865
- MINTS_OWNER: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0"
7145
+ MINTS_ETH_UNWRAPPER_AND_CALLER: "0x0000000000000000000000000000000000000000",
7146
+ MINTS_MANAGER_IMPL: "0x32C49770cC95F6A606Ae5a22A0a70e8F8ff64C75",
7147
+ MINTS_MANAGER_IMPL_VERSION: "0.1.3"
6866
7148
  },
6867
7149
  10: {
6868
- PROXY_ADMIN: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
6869
- MINTS_OWNER: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c"
6870
- },
6871
- 420: {
6872
- PROXY_ADMIN: "0xbb45052B2260707655Dfd916a416264f5981192c",
6873
- MINTS_OWNER: "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2"
6874
- },
6875
- 999: {
6876
- PROXY_ADMIN: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
6877
- MINTS_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252"
7150
+ MINTS_ETH_UNWRAPPER_AND_CALLER: "0x0000000000000000000000000000000000000000",
7151
+ MINTS_MANAGER_IMPL: "0x169eB969c4A10d248C33b471D7F4966E13311E67",
7152
+ MINTS_MANAGER_IMPL_VERSION: "0.1.1"
6878
7153
  },
6879
7154
  8453: {
6880
- PROXY_ADMIN: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
6881
- MINTS_OWNER: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6"
6882
- },
6883
- 84531: {
6884
- PROXY_ADMIN: "0x02539E813cA450C2c7334e885423f4A899a063Fe",
6885
- MINTS_OWNER: "0x02539E813cA450C2c7334e885423f4A899a063Fe"
7155
+ MINTS_ETH_UNWRAPPER_AND_CALLER: "0x0000000000000000000000000000000000000000",
7156
+ MINTS_MANAGER_IMPL: "0x169eB969c4A10d248C33b471D7F4966E13311E67",
7157
+ MINTS_MANAGER_IMPL_VERSION: "0.1.1"
6886
7158
  },
6887
- 84532: { PROXY_ADMIN: "0x5F14C23983c9e0840Dc60dA880349622f0785420" },
6888
- 7777777: {
6889
- PROXY_ADMIN: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
6890
- MINTS_OWNER: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853"
7159
+ 42161: {
7160
+ MINTS_ETH_UNWRAPPER_AND_CALLER: "0x0000000000000000000000000000000000000000",
7161
+ MINTS_MANAGER_IMPL: "0x169eB969c4A10d248C33b471D7F4966E13311E67",
7162
+ MINTS_MANAGER_IMPL_VERSION: "0.1.1"
6891
7163
  },
6892
- 11155111: {
6893
- PROXY_ADMIN: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
6894
- MINTS_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D"
7164
+ 81457: {
7165
+ MINTS_ETH_UNWRAPPER_AND_CALLER: "0x0000000000000000000000000000000000000000",
7166
+ MINTS_MANAGER_IMPL: "0x32C49770cC95F6A606Ae5a22A0a70e8F8ff64C75",
7167
+ MINTS_MANAGER_IMPL_VERSION: "0.1.3"
6895
7168
  },
6896
- 999999999: {
6897
- PROXY_ADMIN: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
6898
- MINTS_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E"
6899
- }
6900
- };
6901
- var addresses2 = {
6902
7169
  84532: {
6903
7170
  MINTS_ETH_UNWRAPPER_AND_CALLER: "0x0000000000000000000000000000000000000000",
6904
7171
  MINTS_MANAGER_IMPL: "0x32C49770cC95F6A606Ae5a22A0a70e8F8ff64C75",
6905
7172
  MINTS_MANAGER_IMPL_VERSION: "0.1.3"
6906
7173
  },
7174
+ 421614: {
7175
+ MINTS_ETH_UNWRAPPER_AND_CALLER: "0x0000000000000000000000000000000000000000",
7176
+ MINTS_MANAGER_IMPL: "0x169eB969c4A10d248C33b471D7F4966E13311E67",
7177
+ MINTS_MANAGER_IMPL_VERSION: "0.1.1"
7178
+ },
6907
7179
  7777777: {
6908
7180
  MINTS_ETH_UNWRAPPER_AND_CALLER: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A",
6909
7181
  MINTS_MANAGER_IMPL: "0x978685ad10B829F17e6c2C6E8EeABd7dFDdC1678",
@@ -6936,6 +7208,9 @@ export {
6936
7208
  protocolRewardsABI,
6937
7209
  protocolRewardsAddress,
6938
7210
  protocolRewardsConfig,
7211
+ upgradeGateABI,
7212
+ upgradeGateAddress,
7213
+ upgradeGateConfig,
6939
7214
  zoraCreator1155FactoryImplABI,
6940
7215
  zoraCreator1155FactoryImplAddress,
6941
7216
  zoraCreator1155FactoryImplConfig,