@zoralabs/protocol-deployments 0.3.8-COMMENTS.0 → 0.3.9-COMMENTS.0

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
@@ -2497,6 +2497,8 @@ var callerAndCommenterABI = [
2497
2497
  },
2498
2498
  { type: "error", inputs: [], name: "NonEthRedemption" },
2499
2499
  { type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
2500
+ { type: "error", inputs: [], name: "OnlyAllowedForRegisteredMinter" },
2501
+ { type: "error", inputs: [], name: "OnlyAllowedForTimedSaleStrategy" },
2500
2502
  { type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
2501
2503
  { type: "error", inputs: [], name: "PremintDeleted" },
2502
2504
  {
@@ -2670,9 +2672,11 @@ var callerAndCommenterABI = [
2670
2672
  }
2671
2673
  ];
2672
2674
  var callerAndCommenterAddress = {
2675
+ 1: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
2673
2676
  10: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
2674
2677
  8453: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
2675
2678
  42161: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
2679
+ 81457: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
2676
2680
  84532: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
2677
2681
  7777777: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
2678
2682
  11155111: "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
@@ -3652,9 +3656,11 @@ var commentsABI = [
3652
3656
  }
3653
3657
  ];
3654
3658
  var commentsAddress = {
3659
+ 1: "0x7777777C2B3132e03a65721a41745C07170a5877",
3655
3660
  10: "0x7777777C2B3132e03a65721a41745C07170a5877",
3656
3661
  8453: "0x7777777C2B3132e03a65721a41745C07170a5877",
3657
3662
  42161: "0x7777777C2B3132e03a65721a41745C07170a5877",
3663
+ 81457: "0x7777777C2B3132e03a65721a41745C07170a5877",
3658
3664
  84532: "0x7777777C2B3132e03a65721a41745C07170a5877",
3659
3665
  7777777: "0x7777777C2B3132e03a65721a41745C07170a5877",
3660
3666
  11155111: "0x7777777C2B3132e03a65721a41745C07170a5877",
@@ -7471,6 +7477,8 @@ var zoraCreator1155FactoryImplABI = [
7471
7477
  },
7472
7478
  { type: "error", inputs: [], name: "NonEthRedemption" },
7473
7479
  { type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
7480
+ { type: "error", inputs: [], name: "OnlyAllowedForRegisteredMinter" },
7481
+ { type: "error", inputs: [], name: "OnlyAllowedForTimedSaleStrategy" },
7474
7482
  { type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
7475
7483
  { type: "error", inputs: [], name: "PremintDeleted" },
7476
7484
  {
@@ -7625,7 +7633,8 @@ var zoraCreator1155ImplABI = [
7625
7633
  inputs: [
7626
7634
  { name: "_mintFeeRecipient", internalType: "address", type: "address" },
7627
7635
  { name: "_upgradeGate", internalType: "address", type: "address" },
7628
- { name: "_protocolRewards", internalType: "address", type: "address" }
7636
+ { name: "_protocolRewards", internalType: "address", type: "address" },
7637
+ { name: "_timedSaleStrategy", internalType: "address", type: "address" }
7629
7638
  ]
7630
7639
  },
7631
7640
  { stateMutability: "payable", type: "receive" },
@@ -8892,6 +8901,8 @@ var zoraCreator1155ImplABI = [
8892
8901
  },
8893
8902
  { type: "error", inputs: [], name: "NonEthRedemption" },
8894
8903
  { type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
8904
+ { type: "error", inputs: [], name: "OnlyAllowedForRegisteredMinter" },
8905
+ { type: "error", inputs: [], name: "OnlyAllowedForTimedSaleStrategy" },
8895
8906
  { type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
8896
8907
  { type: "error", inputs: [], name: "PremintDeleted" },
8897
8908
  {
@@ -9914,6 +9925,8 @@ var zoraCreator1155PremintExecutorImplABI = [
9914
9925
  { type: "error", inputs: [], name: "ONLY_OWNER" },
9915
9926
  { type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
9916
9927
  { type: "error", inputs: [], name: "OWNER_CANNOT_BE_ZERO_ADDRESS" },
9928
+ { type: "error", inputs: [], name: "OnlyAllowedForRegisteredMinter" },
9929
+ { type: "error", inputs: [], name: "OnlyAllowedForTimedSaleStrategy" },
9917
9930
  { type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
9918
9931
  { type: "error", inputs: [], name: "PremintDeleted" },
9919
9932
  {
@@ -14877,10 +14890,10 @@ var chainConfigs = {
14877
14890
  };
14878
14891
  var addresses = {
14879
14892
  1: {
14880
- CONTRACT_1155_IMPL: "0x24dFa406bC27Bc717419c35330D0332E444CF07C",
14881
- CONTRACT_1155_IMPL_VERSION: "2.12.3",
14893
+ CONTRACT_1155_IMPL: "0x7FB277e8a6584D76bBbc72980719F36936825e29",
14894
+ CONTRACT_1155_IMPL_VERSION: "2.13.0",
14882
14895
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
14883
- FACTORY_IMPL: "0xA0CFBEA2fe941EaE373aEB3359b0171f3F194c35",
14896
+ FACTORY_IMPL: "0x0379e37302e9d57fFd657F87e1180273826CE84F",
14884
14897
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
14885
14898
  FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
14886
14899
  MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
@@ -14888,7 +14901,7 @@ var addresses = {
14888
14901
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
14889
14902
  REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
14890
14903
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
14891
- timestamp: 1722801891
14904
+ timestamp: 1730734767
14892
14905
  },
14893
14906
  10: {
14894
14907
  CONTRACT_1155_IMPL: "0x00802284A7976cE5bd200c7aBA2a8A8Fd52cFf1d",
@@ -14932,10 +14945,10 @@ var addresses = {
14932
14945
  timestamp: 1729791239
14933
14946
  },
14934
14947
  42161: {
14935
- CONTRACT_1155_IMPL: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
14936
- CONTRACT_1155_IMPL_VERSION: "2.12.3",
14948
+ CONTRACT_1155_IMPL: "0xCf0B4Acab081169D12b729c3Bd1c6E7bbAB820Da",
14949
+ CONTRACT_1155_IMPL_VERSION: "2.13.0",
14937
14950
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
14938
- FACTORY_IMPL: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
14951
+ FACTORY_IMPL: "0x8a5027ea12f45a13deb6CB96A07913c6e192BE84",
14939
14952
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
14940
14953
  FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
14941
14954
  MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
@@ -14943,13 +14956,13 @@ var addresses = {
14943
14956
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
14944
14957
  REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
14945
14958
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
14946
- timestamp: 1722524613
14959
+ timestamp: 1730736352
14947
14960
  },
14948
14961
  81457: {
14949
- CONTRACT_1155_IMPL: "0x3Ed969bf88166B85608C13b633242611F6220a14",
14950
- CONTRACT_1155_IMPL_VERSION: "2.12.3",
14962
+ CONTRACT_1155_IMPL: "0x7B59c0378F540c0356A5DAEF7574255A7C74EC76",
14963
+ CONTRACT_1155_IMPL_VERSION: "2.13.0",
14951
14964
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
14952
- FACTORY_IMPL: "0xA75f980Fdf9F02718423FDFDFf1fccc74bdDBa95",
14965
+ FACTORY_IMPL: "0x073ef87C54c192c21ddEf881fE18064b6161fAC9",
14953
14966
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
14954
14967
  FIXED_PRICE_SALE_STRATEGY: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
14955
14968
  MERKLE_MINT_SALE_STRATEGY: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
@@ -14957,7 +14970,7 @@ var addresses = {
14957
14970
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
14958
14971
  REDEEM_MINTER_FACTORY: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
14959
14972
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
14960
- timestamp: 1722612949
14973
+ timestamp: 1730736883
14961
14974
  },
14962
14975
  84532: {
14963
14976
  CONTRACT_1155_IMPL: "0xDD3295D6A2e772Bd3208c3d43a783533505a1EED",
@@ -14974,10 +14987,10 @@ var addresses = {
14974
14987
  timestamp: 1729790653
14975
14988
  },
14976
14989
  421614: {
14977
- CONTRACT_1155_IMPL: "0xC7598f8eAA1455f5b2B3f206A9af55B2BA248e3E",
14978
- CONTRACT_1155_IMPL_VERSION: "2.12.3",
14990
+ CONTRACT_1155_IMPL: "0x8a5027ea12f45a13deb6CB96A07913c6e192BE84",
14991
+ CONTRACT_1155_IMPL_VERSION: "2.13.0",
14979
14992
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
14980
- FACTORY_IMPL: "0xCf0B4Acab081169D12b729c3Bd1c6E7bbAB820Da",
14993
+ FACTORY_IMPL: "0x1Eb7Bf3a08784D7cB08CC2AE1448012C0c02bDa2",
14981
14994
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
14982
14995
  FIXED_PRICE_SALE_STRATEGY: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
14983
14996
  MERKLE_MINT_SALE_STRATEGY: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
@@ -14985,7 +14998,7 @@ var addresses = {
14985
14998
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
14986
14999
  REDEEM_MINTER_FACTORY: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
14987
15000
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
14988
- timestamp: 1722821095
15001
+ timestamp: 1730737132
14989
15002
  },
14990
15003
  7777777: {
14991
15004
  CONTRACT_1155_IMPL: "0xf81C36213FB217c756504B56133b2c3CD4FbCBf9",