@zoralabs/protocol-deployments 0.6.4-PRE.0 → 0.6.4

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
@@ -6,8 +6,7 @@ import {
6
6
  getAbiItem,
7
7
  keccak256,
8
8
  toHex
9
- } from "./chunk-KMBLRPCX.js";
10
- import "./chunk-BYTNVMX7.js";
9
+ } from "./chunk-4DQDZNUA.js";
11
10
  import {
12
11
  __export
13
12
  } from "./chunk-PR4QN5HX.js";
@@ -18006,7 +18005,7 @@ var zoraTimedSaleStrategyConfig = {
18006
18005
  abi: zoraTimedSaleStrategyABI
18007
18006
  };
18008
18007
 
18009
- // ../../node_modules/.pnpm/viem@2.37.9_bufferutil@4.0.9_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.1.11/node_modules/viem/_esm/errors/unit.js
18008
+ // ../../node_modules/.pnpm/viem@2.22.12_bufferutil@4.0.9_typescript@5.8.3_utf-8-validate@5.0.10_zod@3.24.1/node_modules/viem/_esm/errors/unit.js
18010
18009
  var InvalidDecimalNumberError = class extends BaseError {
18011
18010
  constructor({ value }) {
18012
18011
  super(`Number \`${value}\` is not a valid decimal number.`, {
@@ -18015,7 +18014,7 @@ var InvalidDecimalNumberError = class extends BaseError {
18015
18014
  }
18016
18015
  };
18017
18016
 
18018
- // ../../node_modules/.pnpm/viem@2.37.9_bufferutil@4.0.9_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.1.11/node_modules/viem/_esm/utils/unit/parseUnits.js
18017
+ // ../../node_modules/.pnpm/viem@2.22.12_bufferutil@4.0.9_typescript@5.8.3_utf-8-validate@5.0.10_zod@3.24.1/node_modules/viem/_esm/utils/unit/parseUnits.js
18019
18018
  function parseUnits(value, decimals) {
18020
18019
  if (!/^(-?)([0-9]*)\.?([0-9]*)$/.test(value))
18021
18020
  throw new InvalidDecimalNumberError({ value });
@@ -18050,7 +18049,7 @@ function parseUnits(value, decimals) {
18050
18049
  return BigInt(`${negative ? "-" : ""}${integer}${fraction}`);
18051
18050
  }
18052
18051
 
18053
- // ../../node_modules/.pnpm/viem@2.37.9_bufferutil@4.0.9_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.1.11/node_modules/viem/_esm/utils/unit/parseEther.js
18052
+ // ../../node_modules/.pnpm/viem@2.22.12_bufferutil@4.0.9_typescript@5.8.3_utf-8-validate@5.0.10_zod@3.24.1/node_modules/viem/_esm/utils/unit/parseEther.js
18054
18053
  function parseEther(ether, unit = "wei") {
18055
18054
  return parseUnits(ether, etherUnits[unit]);
18056
18055
  }