@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/.turbo/turbo-build.log +16 -16
- package/CHANGELOG.md +6 -0
- package/dist/generated/wagmi.d.ts +47 -5
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +26 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +26 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/wagmi.ts +29 -4
package/package.json
CHANGED
package/src/generated/wagmi.ts
CHANGED
|
@@ -1362,6 +1362,23 @@ export const coinABI = [
|
|
|
1362
1362
|
outputs: [{ name: '', internalType: 'address', type: 'address' }],
|
|
1363
1363
|
stateMutability: 'view',
|
|
1364
1364
|
},
|
|
1365
|
+
{
|
|
1366
|
+
type: 'function',
|
|
1367
|
+
inputs: [],
|
|
1368
|
+
name: 'poolConfiguration',
|
|
1369
|
+
outputs: [
|
|
1370
|
+
{ name: 'version', internalType: 'uint8', type: 'uint8' },
|
|
1371
|
+
{ name: 'tickLower', internalType: 'int24', type: 'int24' },
|
|
1372
|
+
{ name: 'tickUpper', internalType: 'int24', type: 'int24' },
|
|
1373
|
+
{ name: 'numPositions', internalType: 'uint16', type: 'uint16' },
|
|
1374
|
+
{
|
|
1375
|
+
name: 'maxDiscoverySupplyShare',
|
|
1376
|
+
internalType: 'uint256',
|
|
1377
|
+
type: 'uint256',
|
|
1378
|
+
},
|
|
1379
|
+
],
|
|
1380
|
+
stateMutability: 'view',
|
|
1381
|
+
},
|
|
1365
1382
|
{
|
|
1366
1383
|
type: 'function',
|
|
1367
1384
|
inputs: [],
|
|
@@ -1935,6 +1952,11 @@ export const coinABI = [
|
|
|
1935
1952
|
{ type: 'error', inputs: [], name: 'AddressZero' },
|
|
1936
1953
|
{ type: 'error', inputs: [], name: 'AlreadyOwner' },
|
|
1937
1954
|
{ type: 'error', inputs: [], name: 'CannotMintZeroLiquidity' },
|
|
1955
|
+
{
|
|
1956
|
+
type: 'error',
|
|
1957
|
+
inputs: [],
|
|
1958
|
+
name: 'DopplerPoolMustHaveMoreThan2DiscoveryPositions',
|
|
1959
|
+
},
|
|
1938
1960
|
{ type: 'error', inputs: [], name: 'ECDSAInvalidSignature' },
|
|
1939
1961
|
{
|
|
1940
1962
|
type: 'error',
|
|
@@ -2017,6 +2039,7 @@ export const coinABI = [
|
|
|
2017
2039
|
{ type: 'error', inputs: [], name: 'InvalidCurrencyLowerTick' },
|
|
2018
2040
|
{ type: 'error', inputs: [], name: 'InvalidInitialization' },
|
|
2019
2041
|
{ type: 'error', inputs: [], name: 'InvalidMarketType' },
|
|
2042
|
+
{ type: 'error', inputs: [], name: 'InvalidPoolVersion' },
|
|
2020
2043
|
{
|
|
2021
2044
|
type: 'error',
|
|
2022
2045
|
inputs: [
|
|
@@ -2026,6 +2049,7 @@ export const coinABI = [
|
|
|
2026
2049
|
name: 'InvalidTickRangeMisordered',
|
|
2027
2050
|
},
|
|
2028
2051
|
{ type: 'error', inputs: [], name: 'InvalidWethLowerTick' },
|
|
2052
|
+
{ type: 'error', inputs: [], name: 'LegacyPoolMustHaveOneDiscoveryPosition' },
|
|
2029
2053
|
{ type: 'error', inputs: [], name: 'MarketAlreadyGraduated' },
|
|
2030
2054
|
{ type: 'error', inputs: [], name: 'MarketNotGraduated' },
|
|
2031
2055
|
{
|
|
@@ -2038,6 +2062,7 @@ export const coinABI = [
|
|
|
2038
2062
|
},
|
|
2039
2063
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
2040
2064
|
{ type: 'error', inputs: [], name: 'NotOwner' },
|
|
2065
|
+
{ type: 'error', inputs: [], name: 'NumDiscoveryPositionsOutOfRange' },
|
|
2041
2066
|
{ type: 'error', inputs: [], name: 'OneOwnerRequired' },
|
|
2042
2067
|
{ type: 'error', inputs: [], name: 'OnlyOwner' },
|
|
2043
2068
|
{ type: 'error', inputs: [], name: 'OnlyPool' },
|
|
@@ -2058,7 +2083,7 @@ export const coinABI = [
|
|
|
2058
2083
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
2059
2084
|
|
|
2060
2085
|
/**
|
|
2061
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
2086
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
|
|
2062
2087
|
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
|
|
2063
2088
|
*/
|
|
2064
2089
|
export const coinFactoryABI = [
|
|
@@ -2325,16 +2350,16 @@ export const coinFactoryABI = [
|
|
|
2325
2350
|
] as const
|
|
2326
2351
|
|
|
2327
2352
|
/**
|
|
2328
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
2353
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
|
|
2329
2354
|
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
|
|
2330
2355
|
*/
|
|
2331
2356
|
export const coinFactoryAddress = {
|
|
2332
|
-
8453: '
|
|
2357
|
+
8453: '0x777777751622c0d3258f214F9DF38E35BF45baF3',
|
|
2333
2358
|
84532: '0x777777751622c0d3258f214F9DF38E35BF45baF3',
|
|
2334
2359
|
} as const
|
|
2335
2360
|
|
|
2336
2361
|
/**
|
|
2337
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
2362
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
|
|
2338
2363
|
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
|
|
2339
2364
|
*/
|
|
2340
2365
|
export const coinFactoryConfig = {
|