@zoralabs/protocol-deployments 0.7.5 → 0.7.6

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,7 +6,8 @@ import {
6
6
  getAbiItem,
7
7
  keccak256,
8
8
  toHex
9
- } from "./chunk-TP53IMLY.js";
9
+ } from "./chunk-G6JVDOS5.js";
10
+ import "./chunk-BYTNVMX7.js";
10
11
  import {
11
12
  __export
12
13
  } from "./chunk-PR4QN5HX.js";
@@ -3131,7 +3132,6 @@ var coinFactoryABI = [
3131
3132
  ],
3132
3133
  name: "InvalidTickRangeMisordered"
3133
3134
  },
3134
- { type: "error", inputs: [], name: "InvalidTickerCharacters" },
3135
3135
  {
3136
3136
  type: "error",
3137
3137
  inputs: [
@@ -3158,6 +3158,9 @@ var coinFactoryABI = [
3158
3158
  inputs: [{ name: "symbol", internalType: "string", type: "string" }],
3159
3159
  name: "TickerAlreadyUsed"
3160
3160
  },
3161
+ { type: "error", inputs: [], name: "TickerInvalidCharacters" },
3162
+ { type: "error", inputs: [], name: "TickerTooLong" },
3163
+ { type: "error", inputs: [], name: "TickerTooShort" },
3161
3164
  { type: "error", inputs: [], name: "TrendCoinPoolConfigNotSet" },
3162
3165
  { type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
3163
3166
  {
@@ -7319,7 +7322,6 @@ var devCoinFactoryABI = [
7319
7322
  ],
7320
7323
  name: "InvalidTickRangeMisordered"
7321
7324
  },
7322
- { type: "error", inputs: [], name: "InvalidTickerCharacters" },
7323
7325
  {
7324
7326
  type: "error",
7325
7327
  inputs: [
@@ -7346,6 +7348,9 @@ var devCoinFactoryABI = [
7346
7348
  inputs: [{ name: "symbol", internalType: "string", type: "string" }],
7347
7349
  name: "TickerAlreadyUsed"
7348
7350
  },
7351
+ { type: "error", inputs: [], name: "TickerInvalidCharacters" },
7352
+ { type: "error", inputs: [], name: "TickerTooLong" },
7353
+ { type: "error", inputs: [], name: "TickerTooShort" },
7349
7354
  { type: "error", inputs: [], name: "TrendCoinPoolConfigNotSet" },
7350
7355
  { type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
7351
7356
  {
@@ -23046,7 +23051,7 @@ var zoraTimedSaleStrategyConfig = {
23046
23051
  abi: zoraTimedSaleStrategyABI
23047
23052
  };
23048
23053
 
23049
- // ../../node_modules/.pnpm/viem@2.22.12_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@3.25.76/node_modules/viem/_esm/errors/unit.js
23054
+ // ../../node_modules/.pnpm/viem@2.53.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/unit.js
23050
23055
  var InvalidDecimalNumberError = class extends BaseError {
23051
23056
  constructor({ value }) {
23052
23057
  super(`Number \`${value}\` is not a valid decimal number.`, {
@@ -23055,7 +23060,7 @@ var InvalidDecimalNumberError = class extends BaseError {
23055
23060
  }
23056
23061
  };
23057
23062
 
23058
- // ../../node_modules/.pnpm/viem@2.22.12_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@3.25.76/node_modules/viem/_esm/utils/unit/parseUnits.js
23063
+ // ../../node_modules/.pnpm/viem@2.53.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/unit/parseUnits.js
23059
23064
  function parseUnits(value, decimals) {
23060
23065
  if (!/^(-?)([0-9]*)\.?([0-9]*)$/.test(value))
23061
23066
  throw new InvalidDecimalNumberError({ value });
@@ -23090,7 +23095,7 @@ function parseUnits(value, decimals) {
23090
23095
  return BigInt(`${negative ? "-" : ""}${integer}${fraction}`);
23091
23096
  }
23092
23097
 
23093
- // ../../node_modules/.pnpm/viem@2.22.12_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@3.25.76/node_modules/viem/_esm/utils/unit/parseEther.js
23098
+ // ../../node_modules/.pnpm/viem@2.53.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/unit/parseEther.js
23094
23099
  function parseEther(ether, unit = "wei") {
23095
23100
  return parseUnits(ether, etherUnits[unit]);
23096
23101
  }