@zoralabs/protocol-deployments 0.1.7 → 0.1.9

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
@@ -571,7 +571,6 @@ var mintsEthUnwrapperAndCallerABI = [
571
571
  { type: "error", inputs: [], name: "FailedInnerCall" },
572
572
  { type: "error", inputs: [], name: "NotExpectingReceive" },
573
573
  { type: "error", inputs: [], name: "NotZoraMints1155" },
574
- { type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
575
574
  {
576
575
  type: "error",
577
576
  inputs: [{ name: "data", internalType: "bytes", type: "bytes" }],
@@ -580,8 +579,8 @@ var mintsEthUnwrapperAndCallerABI = [
580
579
  { type: "error", inputs: [], name: "UnknownUserAction" }
581
580
  ];
582
581
  var mintsEthUnwrapperAndCallerAddress = {
583
- 7777777: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
584
- 999999999: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC"
582
+ 7777777: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A",
583
+ 999999999: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A"
585
584
  };
586
585
  var mintsEthUnwrapperAndCallerConfig = {
587
586
  address: mintsEthUnwrapperAndCallerAddress,
@@ -6282,12 +6281,12 @@ var chainConfigs2 = {
6282
6281
  };
6283
6282
  var addresses2 = {
6284
6283
  7777777: {
6285
- MINTS_ETH_UNWRAPPER_AND_CALLER: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
6284
+ MINTS_ETH_UNWRAPPER_AND_CALLER: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A",
6286
6285
  MINTS_MANAGER_IMPL: "0x978685ad10B829F17e6c2C6E8EeABd7dFDdC1678",
6287
6286
  MINTS_MANAGER_IMPL_VERSION: "0.1.2"
6288
6287
  },
6289
6288
  999999999: {
6290
- MINTS_ETH_UNWRAPPER_AND_CALLER: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
6289
+ MINTS_ETH_UNWRAPPER_AND_CALLER: "0xb0994EB9520C98C97e1F3953a5964535C2bd271A",
6291
6290
  MINTS_MANAGER_IMPL: "0x978685ad10B829F17e6c2C6E8EeABd7dFDdC1678",
6292
6291
  MINTS_MANAGER_IMPL_VERSION: "0.1.2"
6293
6292
  }