@zoralabs/protocol-deployments 0.1.5-DEV.9 → 0.1.5

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
@@ -57,14 +57,48 @@ var mintsEthUnwrapperAndCallerABI = [
57
57
  name: "onERC1155Received",
58
58
  outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
59
59
  },
60
+ {
61
+ stateMutability: "payable",
62
+ type: "function",
63
+ inputs: [
64
+ {
65
+ name: "permit",
66
+ internalType: "struct IZoraMints1155Managed.PermitBatch",
67
+ type: "tuple",
68
+ components: [
69
+ { name: "owner", internalType: "address", type: "address" },
70
+ { name: "to", internalType: "address", type: "address" },
71
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
72
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
73
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
74
+ { name: "deadline", internalType: "uint256", type: "uint256" },
75
+ { name: "nonce", internalType: "uint256", type: "uint256" }
76
+ ]
77
+ },
78
+ { name: "signature", internalType: "bytes", type: "bytes" }
79
+ ],
80
+ name: "permitWithAdditionalValue",
81
+ outputs: []
82
+ },
83
+ {
84
+ type: "error",
85
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
86
+ name: "AddressInsufficientBalance"
87
+ },
88
+ {
89
+ type: "error",
90
+ inputs: [{ name: "data", internalType: "bytes", type: "bytes" }],
91
+ name: "CallFailed"
92
+ },
60
93
  {
61
94
  type: "error",
62
95
  inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
63
96
  name: "ERC20NotSupported"
64
97
  },
65
- { type: "error", inputs: [], name: "ETHTransferFailed" },
98
+ { type: "error", inputs: [], name: "FailedInnerCall" },
66
99
  { type: "error", inputs: [], name: "NotExpectingReceive" },
67
100
  { type: "error", inputs: [], name: "NotZoraMints1155" },
101
+ { type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
68
102
  {
69
103
  type: "error",
70
104
  inputs: [{ name: "data", internalType: "bytes", type: "bytes" }],
@@ -73,7 +107,8 @@ var mintsEthUnwrapperAndCallerABI = [
73
107
  { type: "error", inputs: [], name: "UnknownUserAction" }
74
108
  ];
75
109
  var mintsEthUnwrapperAndCallerAddress = {
76
- 999999999: "0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b"
110
+ 7777777: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
111
+ 999999999: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC"
77
112
  };
78
113
  var mintsEthUnwrapperAndCallerConfig = {
79
114
  address: mintsEthUnwrapperAndCallerAddress,
@@ -559,6 +594,7 @@ var zoraCreator1155FactoryImplAddress = {
559
594
  8453: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
560
595
  42161: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
561
596
  81457: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
597
+ 84532: "0x8cfbF874A12b346115003532119C29f6B56719CB",
562
598
  421614: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
563
599
  7777777: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
564
600
  11155111: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
@@ -1016,7 +1052,7 @@ var zoraCreator1155ImplABI = [
1016
1052
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
1017
1053
  },
1018
1054
  {
1019
- stateMutability: "pure",
1055
+ stateMutability: "view",
1020
1056
  type: "function",
1021
1057
  inputs: [
1022
1058
  { name: "", internalType: "address", type: "address" },
@@ -1029,7 +1065,7 @@ var zoraCreator1155ImplABI = [
1029
1065
  outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
1030
1066
  },
1031
1067
  {
1032
- stateMutability: "pure",
1068
+ stateMutability: "view",
1033
1069
  type: "function",
1034
1070
  inputs: [
1035
1071
  { name: "", internalType: "address", type: "address" },
@@ -1891,6 +1927,7 @@ var zoraCreator1155ImplABI = [
1891
1927
  },
1892
1928
  { type: "error", inputs: [], name: "NonEthRedemption" },
1893
1929
  { type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
1930
+ { type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
1894
1931
  { type: "error", inputs: [], name: "PremintDeleted" },
1895
1932
  {
1896
1933
  type: "error",
@@ -2908,6 +2945,7 @@ var zoraCreator1155PremintExecutorImplABI = [
2908
2945
  { type: "error", inputs: [], name: "ONLY_OWNER" },
2909
2946
  { type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
2910
2947
  { type: "error", inputs: [], name: "OWNER_CANNOT_BE_ZERO_ADDRESS" },
2948
+ { type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
2911
2949
  { type: "error", inputs: [], name: "PremintDeleted" },
2912
2950
  {
2913
2951
  type: "error",
@@ -3231,6 +3269,7 @@ var zoraCreatorFixedPriceSaleStrategyAddress = {
3231
3269
  8453: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3232
3270
  42161: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3233
3271
  81457: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
3272
+ 84532: "0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE",
3234
3273
  421614: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3235
3274
  7777777: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3236
3275
  11155111: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
@@ -3444,6 +3483,7 @@ var zoraCreatorMerkleMinterStrategyAddress = {
3444
3483
  8453: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3445
3484
  42161: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3446
3485
  81457: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
3486
+ 84532: "0x3E8524770adD176bE381a0529E09f1c6c3502A5a",
3447
3487
  421614: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3448
3488
  7777777: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3449
3489
  11155111: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
@@ -3609,6 +3649,7 @@ var zoraCreatorRedeemMinterFactoryAddress = {
3609
3649
  8453: "0x78964965cF77850224513a367f899435C5B69174",
3610
3650
  42161: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3611
3651
  81457: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
3652
+ 84532: "0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea",
3612
3653
  421614: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3613
3654
  7777777: "0x78964965cF77850224513a367f899435C5B69174",
3614
3655
  11155111: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
@@ -3642,6 +3683,20 @@ var zoraMints1155ABI = [
3642
3683
  name: "MINIMUM_ETH_PRICE",
3643
3684
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3644
3685
  },
3686
+ {
3687
+ stateMutability: "view",
3688
+ type: "function",
3689
+ inputs: [],
3690
+ name: "NAME",
3691
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3692
+ },
3693
+ {
3694
+ stateMutability: "view",
3695
+ type: "function",
3696
+ inputs: [],
3697
+ name: "VERSION",
3698
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3699
+ },
3645
3700
  {
3646
3701
  stateMutability: "view",
3647
3702
  type: "function",
@@ -3683,13 +3738,6 @@ var zoraMints1155ABI = [
3683
3738
  name: "contractURI",
3684
3739
  outputs: [{ name: "", internalType: "string", type: "string" }]
3685
3740
  },
3686
- {
3687
- stateMutability: "pure",
3688
- type: "function",
3689
- inputs: [],
3690
- name: "contractVersion",
3691
- outputs: [{ name: "", internalType: "string", type: "string" }]
3692
- },
3693
3741
  {
3694
3742
  stateMutability: "nonpayable",
3695
3743
  type: "function",
@@ -4252,6 +4300,16 @@ var zoraMints1155ABI = [
4252
4300
  inputs: [{ name: "caller", internalType: "address", type: "address" }],
4253
4301
  name: "AccessManagedUnauthorized"
4254
4302
  },
4303
+ {
4304
+ type: "error",
4305
+ inputs: [{ name: "target", internalType: "address", type: "address" }],
4306
+ name: "AddressEmptyCode"
4307
+ },
4308
+ {
4309
+ type: "error",
4310
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
4311
+ name: "AddressInsufficientBalance"
4312
+ },
4255
4313
  {
4256
4314
  type: "error",
4257
4315
  inputs: [
@@ -4318,6 +4376,7 @@ var zoraMints1155ABI = [
4318
4376
  name: "ERC2612ExpiredSignature"
4319
4377
  },
4320
4378
  { type: "error", inputs: [], name: "ETHTransferFailed" },
4379
+ { type: "error", inputs: [], name: "FailedInnerCall" },
4321
4380
  { type: "error", inputs: [], name: "IncorrectAmountSent" },
4322
4381
  {
4323
4382
  type: "error",
@@ -4337,6 +4396,11 @@ var zoraMints1155ABI = [
4337
4396
  inputs: [{ name: "handler", internalType: "address", type: "address" }],
4338
4397
  name: "NotARedeemHandler"
4339
4398
  },
4399
+ {
4400
+ type: "error",
4401
+ inputs: [{ name: "token", internalType: "address", type: "address" }],
4402
+ name: "SafeERC20FailedOperation"
4403
+ },
4340
4404
  {
4341
4405
  type: "error",
4342
4406
  inputs: [{ name: "str", internalType: "string", type: "string" }],
@@ -4359,7 +4423,8 @@ var zoraMints1155ABI = [
4359
4423
  { type: "error", inputs: [], name: "TokenNotMintable" }
4360
4424
  ];
4361
4425
  var zoraMints1155Address = {
4362
- 999999999: "0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4"
4426
+ 7777777: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073",
4427
+ 999999999: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073"
4363
4428
  };
4364
4429
  var zoraMints1155Config = {
4365
4430
  address: zoraMints1155Address,
@@ -4942,6 +5007,11 @@ var zoraMintsManagerImplABI = [
4942
5007
  inputs: [{ name: "target", internalType: "address", type: "address" }],
4943
5008
  name: "AddressEmptyCode"
4944
5009
  },
5010
+ {
5011
+ type: "error",
5012
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
5013
+ name: "AddressInsufficientBalance"
5014
+ },
4945
5015
  {
4946
5016
  type: "error",
4947
5017
  inputs: [
@@ -5068,6 +5138,7 @@ var zoraMintsManagerImplABI = [
5068
5138
  { type: "error", inputs: [], name: "NotInitializing" },
5069
5139
  { type: "error", inputs: [], name: "NotSelfCall" },
5070
5140
  { type: "error", inputs: [], name: "NotZoraMints1155" },
5141
+ { type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
5071
5142
  {
5072
5143
  type: "error",
5073
5144
  inputs: [{ name: "owner", internalType: "address", type: "address" }],
@@ -5091,6 +5162,11 @@ var zoraMintsManagerImplABI = [
5091
5162
  },
5092
5163
  { type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
5093
5164
  { type: "error", inputs: [], name: "Renderer_NotValidRendererContract" },
5165
+ {
5166
+ type: "error",
5167
+ inputs: [{ name: "token", internalType: "address", type: "address" }],
5168
+ name: "SafeERC20FailedOperation"
5169
+ },
5094
5170
  { type: "error", inputs: [], name: "SaleEnded" },
5095
5171
  { type: "error", inputs: [], name: "SaleHasNotStarted" },
5096
5172
  {
@@ -5169,7 +5245,8 @@ var zoraMintsManagerImplABI = [
5169
5245
  { type: "error", inputs: [], name: "premintSignerContractNotAContract" }
5170
5246
  ];
5171
5247
  var zoraMintsManagerImplAddress = {
5172
- 999999999: "0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7"
5248
+ 7777777: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B",
5249
+ 999999999: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B"
5173
5250
  };
5174
5251
  var zoraMintsManagerImplConfig = {
5175
5252
  address: zoraMintsManagerImplAddress,
@@ -5213,6 +5290,11 @@ var chainConfigs = {
5213
5290
  MINT_FEE_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134",
5214
5291
  PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5215
5292
  },
5293
+ 84532: {
5294
+ FACTORY_OWNER: "0x12125c8a52B8E4ed1A28e1f964023b4477f11300",
5295
+ MINT_FEE_RECIPIENT: "0x12125c8a52B8E4ed1A28e1f964023b4477f11300",
5296
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5297
+ },
5216
5298
  421614: {
5217
5299
  FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
5218
5300
  MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
@@ -5323,6 +5405,20 @@ var addresses = {
5323
5405
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5324
5406
  timestamp: 1709235955
5325
5407
  },
5408
+ 84532: {
5409
+ CONTRACT_1155_IMPL: "0x8237F421357F87a23ed0CFf3a5586172F210A21B",
5410
+ CONTRACT_1155_IMPL_VERSION: "2.7.3",
5411
+ FACTORY_IMPL: "0x932A29Dbfc1B8c3BdfC763eF53F113486A5b5E7D",
5412
+ FACTORY_PROXY: "0x8cfbF874A12b346115003532119C29f6B56719CB",
5413
+ FIXED_PRICE_SALE_STRATEGY: "0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE",
5414
+ MERKLE_MINT_SALE_STRATEGY: "0x3E8524770adD176bE381a0529E09f1c6c3502A5a",
5415
+ PREMINTER_IMPL: "",
5416
+ PREMINTER_PROXY: "",
5417
+ REDEEM_MINTER_FACTORY: "0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea",
5418
+ UPGRADE_GATE: "0x0ABdD5AA61E9107519DB7cD626442B905284B7eb",
5419
+ ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5420
+ timestamp: 1706663694
5421
+ },
5326
5422
  421614: {
5327
5423
  CONTRACT_1155_IMPL: "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
5328
5424
  CONTRACT_1155_IMPL_VERSION: "2.7.0",
@@ -5338,18 +5434,17 @@ var addresses = {
5338
5434
  timestamp: 1706661669
5339
5435
  },
5340
5436
  7777777: {
5341
- CONTRACT_1155_IMPL: "0x57f412Ea90b59ce4023AFDE95C251E3c747EB7F8",
5342
- CONTRACT_1155_IMPL_VERSION: "2.7.0",
5343
- FACTORY_IMPL: "0xc6bf69986859f0dC0b77f2cA6AD86F5b294c0443",
5437
+ CONTRACT_1155_IMPL: "0x2C49E95303734eE3826307783d5fDD180B2131D3",
5438
+ CONTRACT_1155_IMPL_VERSION: "2.9.0",
5439
+ FACTORY_IMPL: "0xB2696570215c3158eB1D218FB1a3DF92a418B034",
5344
5440
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5345
5441
  FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
5346
5442
  MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
5347
- PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5443
+ PREMINTER_IMPL: "0xD754417BDABFCc3a3997B9A15E9F6922a8131Ac1",
5348
5444
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5349
5445
  REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
5350
5446
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5351
- ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5352
- timestamp: 1706663694
5447
+ timestamp: 1712349677
5353
5448
  },
5354
5449
  11155111: {
5355
5450
  CONTRACT_1155_IMPL: "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
@@ -5379,9 +5474,9 @@ var addresses = {
5379
5474
  timestamp: 1709234007
5380
5475
  },
5381
5476
  999999999: {
5382
- CONTRACT_1155_IMPL: "0x7A4149d3696a138bF97093391CDaAc9259783Dda",
5383
- CONTRACT_1155_IMPL_VERSION: "2.9.0-DEV.0",
5384
- FACTORY_IMPL: "0xD93c769b61B3B4b0782a936D6040FFAFB7609f02",
5477
+ CONTRACT_1155_IMPL: "0xaDf7F654d8E416aaD85d4f06fDf4cA3D05BDA1A1",
5478
+ CONTRACT_1155_IMPL_VERSION: "2.9.0",
5479
+ FACTORY_IMPL: "0xE8219ad920ab6ae21aF2d3831df4B18d96d23F5a",
5385
5480
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5386
5481
  FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
5387
5482
  MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
@@ -5389,7 +5484,7 @@ var addresses = {
5389
5484
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5390
5485
  REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
5391
5486
  UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
5392
- timestamp: 1712334202
5487
+ timestamp: 1712339316
5393
5488
  }
5394
5489
  };
5395
5490
 
@@ -5438,10 +5533,15 @@ var chainConfigs2 = {
5438
5533
  }
5439
5534
  };
5440
5535
  var addresses2 = {
5536
+ 7777777: {
5537
+ MINTS_ETH_UNWRAPPER_AND_CALLER: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
5538
+ MINTS_MANAGER_IMPL: "0x212957295F3A40408E14531387915cDfB26A7DeB",
5539
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0"
5540
+ },
5441
5541
  999999999: {
5442
- MINTS_ETH_UNWRAPPER_AND_CALLER: "0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b",
5443
- MINTS_MANAGER_IMPL: "0x7f0Ec2B57e9c0FCc45629080b3E772118e7248aE",
5444
- MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.8"
5542
+ MINTS_ETH_UNWRAPPER_AND_CALLER: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
5543
+ MINTS_MANAGER_IMPL: "0x212957295F3A40408E14531387915cDfB26A7DeB",
5544
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0"
5445
5545
  }
5446
5546
  };
5447
5547
  export {