[
  {
    "inputs": [],
    "name": "Pricing__PriceCannotBeComputedWithinTickRange",
    "type": "error"
  },
  {
    "inputs": [
      {
        "internalType": "UD60x18",
        "name": "lower",
        "type": "uint256"
      },
      {
        "internalType": "UD60x18",
        "name": "upper",
        "type": "uint256"
      },
      {
        "internalType": "UD60x18",
        "name": "marketPrice",
        "type": "uint256"
      }
    ],
    "name": "Pricing__PriceOutOfRange",
    "type": "error"
  },
  {
    "inputs": [
      {
        "internalType": "UD60x18",
        "name": "lower",
        "type": "uint256"
      },
      {
        "internalType": "UD60x18",
        "name": "upper",
        "type": "uint256"
      }
    ],
    "name": "Pricing__UpperNotGreaterThanLower",
    "type": "error"
  }
]