@zoralabs/protocol-deployments 0.5.4-doppler.0 → 0.5.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
@@ -1324,6 +1324,23 @@ var coinABI = [
1324
1324
  outputs: [{ name: "", internalType: "address", type: "address" }],
1325
1325
  stateMutability: "view"
1326
1326
  },
1327
+ {
1328
+ type: "function",
1329
+ inputs: [],
1330
+ name: "poolConfiguration",
1331
+ outputs: [
1332
+ { name: "version", internalType: "uint8", type: "uint8" },
1333
+ { name: "tickLower", internalType: "int24", type: "int24" },
1334
+ { name: "tickUpper", internalType: "int24", type: "int24" },
1335
+ { name: "numPositions", internalType: "uint16", type: "uint16" },
1336
+ {
1337
+ name: "maxDiscoverySupplyShare",
1338
+ internalType: "uint256",
1339
+ type: "uint256"
1340
+ }
1341
+ ],
1342
+ stateMutability: "view"
1343
+ },
1327
1344
  {
1328
1345
  type: "function",
1329
1346
  inputs: [],
@@ -1897,6 +1914,11 @@ var coinABI = [
1897
1914
  { type: "error", inputs: [], name: "AddressZero" },
1898
1915
  { type: "error", inputs: [], name: "AlreadyOwner" },
1899
1916
  { type: "error", inputs: [], name: "CannotMintZeroLiquidity" },
1917
+ {
1918
+ type: "error",
1919
+ inputs: [],
1920
+ name: "DopplerPoolMustHaveMoreThan2DiscoveryPositions"
1921
+ },
1900
1922
  { type: "error", inputs: [], name: "ECDSAInvalidSignature" },
1901
1923
  {
1902
1924
  type: "error",
@@ -1979,6 +2001,7 @@ var coinABI = [
1979
2001
  { type: "error", inputs: [], name: "InvalidCurrencyLowerTick" },
1980
2002
  { type: "error", inputs: [], name: "InvalidInitialization" },
1981
2003
  { type: "error", inputs: [], name: "InvalidMarketType" },
2004
+ { type: "error", inputs: [], name: "InvalidPoolVersion" },
1982
2005
  {
1983
2006
  type: "error",
1984
2007
  inputs: [
@@ -1988,6 +2011,7 @@ var coinABI = [
1988
2011
  name: "InvalidTickRangeMisordered"
1989
2012
  },
1990
2013
  { type: "error", inputs: [], name: "InvalidWethLowerTick" },
2014
+ { type: "error", inputs: [], name: "LegacyPoolMustHaveOneDiscoveryPosition" },
1991
2015
  { type: "error", inputs: [], name: "MarketAlreadyGraduated" },
1992
2016
  { type: "error", inputs: [], name: "MarketNotGraduated" },
1993
2017
  {
@@ -2000,6 +2024,7 @@ var coinABI = [
2000
2024
  },
2001
2025
  { type: "error", inputs: [], name: "NotInitializing" },
2002
2026
  { type: "error", inputs: [], name: "NotOwner" },
2027
+ { type: "error", inputs: [], name: "NumDiscoveryPositionsOutOfRange" },
2003
2028
  { type: "error", inputs: [], name: "OneOwnerRequired" },
2004
2029
  { type: "error", inputs: [], name: "OnlyOwner" },
2005
2030
  { type: "error", inputs: [], name: "OnlyPool" },
@@ -2277,7 +2302,7 @@ var coinFactoryABI = [
2277
2302
  }
2278
2303
  ];
2279
2304
  var coinFactoryAddress = {
2280
- 8453: "0x02B2705500096Ff83F9eF78873ca5DFB06C00Ddc",
2305
+ 8453: "0x777777751622c0d3258f214F9DF38E35BF45baF3",
2281
2306
  84532: "0x777777751622c0d3258f214F9DF38E35BF45baF3"
2282
2307
  };
2283
2308
  var coinFactoryConfig = {