@zoralabs/coins 2.6.0 → 2.6.1

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
@@ -5703,7 +5703,6 @@ var zoraFactoryImplABI = [
5703
5703
  ],
5704
5704
  name: "InvalidTickRangeMisordered"
5705
5705
  },
5706
- { type: "error", inputs: [], name: "InvalidTickerCharacters" },
5707
5706
  {
5708
5707
  type: "error",
5709
5708
  inputs: [
@@ -5730,6 +5729,9 @@ var zoraFactoryImplABI = [
5730
5729
  inputs: [{ name: "symbol", internalType: "string", type: "string" }],
5731
5730
  name: "TickerAlreadyUsed"
5732
5731
  },
5732
+ { type: "error", inputs: [], name: "TickerInvalidCharacters" },
5733
+ { type: "error", inputs: [], name: "TickerTooLong" },
5734
+ { type: "error", inputs: [], name: "TickerTooShort" },
5733
5735
  { type: "error", inputs: [], name: "TrendCoinPoolConfigNotSet" },
5734
5736
  { type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
5735
5737
  {