@gfxlabs/oku-chains 1.1.224 → 1.1.226

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/browser.js CHANGED
@@ -1666,6 +1666,80 @@
1666
1666
  },
1667
1667
  });
1668
1668
 
1669
+ const lens = makeConfig({
1670
+ ...chains.lens,
1671
+ name: "Lens",
1672
+ blockTimeSeconds: 2,
1673
+ launchTime: 1746050531,
1674
+ sortIndex: 15,
1675
+ logoUrl: "https://assets.oku.trade/chains/lens-logo.png",
1676
+ safeReorgDistance: 90000,
1677
+ externalId: {},
1678
+ markets: {},
1679
+ bridges: {},
1680
+ oracles: {},
1681
+ morpho: {},
1682
+ initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed",
1683
+ uniswap: {
1684
+ deployBlock: 184120,
1685
+ poolFactory: "0xe0704DB90bcAA1eAFc00E958FF815Ab7aa11Ef47",
1686
+ permit2: "0x0000000000225e31d15943971f47ad3022f714fa",
1687
+ multicall2: "0x5900c97b683e69CD752aF7DC7003d69315E2a288",
1688
+ tickLens: "0x5499510c2e95F59b1Df0eC7C1bd2Fa76347df5Be",
1689
+ nonfungiblePositionManager: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031",
1690
+ positionsNFT: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031",
1691
+ positionsNFTDeployBlock: 184128,
1692
+ universalRouter: "0xAA904d497e42608C014BE83a026E984aFc16129b",
1693
+ wrappedNativeAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1694
+ wrappedNativeSymbol: "WGHO",
1695
+ wrappedNativeName: "Wrapped GHO",
1696
+ wrappedNativeDecimals: 18,
1697
+ nativeCurrencyName: "GHO",
1698
+ },
1699
+ token: {
1700
+ wethAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1701
+ usdcAddress: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884",
1702
+ },
1703
+ oku: {
1704
+ limitOrderRegistry: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF",
1705
+ limitOrderRegistryDeployBlock: 852140,
1706
+ pricing: {
1707
+ nativeWrappedToken: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1708
+ nativeWrappedName: "GHO",
1709
+ },
1710
+ },
1711
+ defaultPool: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de",
1712
+ defaultToken0: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1713
+ defaultToken1: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2",
1714
+ tokenList: [
1715
+ { symbol: "WGHO", address: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2" },
1716
+ { symbol: "USDC", address: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884" },
1717
+ { symbol: "WETH", address: "0xE5ecd226b3032910CEaa43ba92EE8232f8237553" },
1718
+ ],
1719
+ stables: ["0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884"],
1720
+ watchlist: ["0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de"],
1721
+ internalName: "lens",
1722
+ nativeLogoUrl: "https://assets.oku.trade/natives/lens.png",
1723
+ contracts: {
1724
+ ...chains.lens.contracts,
1725
+ limitOrder: {
1726
+ address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF",
1727
+ },
1728
+ nftManager: {
1729
+ address: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031",
1730
+ },
1731
+ weth9: {
1732
+ address: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1733
+ },
1734
+ multicall2: {
1735
+ address: "0x5900c97b683e69CD752aF7DC7003d69315E2a288",
1736
+ },
1737
+ multicall3: {
1738
+ address: "0x6b6dEa4D80e3077D076733A04c48F63c3BA49320",
1739
+ },
1740
+ },
1741
+ });
1742
+
1669
1743
  const lightlink = makeConfig({
1670
1744
  ...chains.lightlinkPhoenix,
1671
1745
  name: "LightLink",
@@ -4710,6 +4784,7 @@
4710
4784
  worldchain,
4711
4785
  xdc,
4712
4786
  tronShasta,
4787
+ lens,
4713
4788
  ];
4714
4789
 
4715
4790
  exports.MAINNET_CHAINS = MAINNET_CHAINS;
@@ -4725,6 +4800,7 @@
4725
4800
  exports.gnosis = gnosis;
4726
4801
  exports.goat = goat;
4727
4802
  exports.hemi = hemi;
4803
+ exports.lens = lens;
4728
4804
  exports.lightlink = lightlink;
4729
4805
  exports.linea = linea;
4730
4806
  exports.lisk = lisk;
package/dist/index-mjs.js CHANGED
@@ -1,4 +1,4 @@
1
- import { arbitrum as arbitrum$1, base as base$1, blast as blast$1, bob as bob$1, boba as boba$1, bsc as bsc$1, celo as celo$1, corn as corn$1, filecoin as filecoin$1, gnosis as gnosis$1, goat as goat$1, hemi as hemi$1, lightlinkPhoenix, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, metalL2, moonbeam as moonbeam$1, optimism as optimism$1, polygon as polygon$1, redbellyMainnet, rootstock as rootstock$1, saga as saga$1, scroll as scroll$1, sei as sei$1, sonic as sonic$1, taiko as taiko$1, telos as telos$1, tronShasta as tronShasta$1, worldchain as worldchain$1, xdc as xdc$1, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
1
+ import { arbitrum as arbitrum$1, base as base$1, blast as blast$1, bob as bob$1, boba as boba$1, bsc as bsc$1, celo as celo$1, corn as corn$1, filecoin as filecoin$1, gnosis as gnosis$1, goat as goat$1, hemi as hemi$1, lens as lens$1, lightlinkPhoenix, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, metalL2, moonbeam as moonbeam$1, optimism as optimism$1, polygon as polygon$1, redbellyMainnet, rootstock as rootstock$1, saga as saga$1, scroll as scroll$1, sei as sei$1, sonic as sonic$1, taiko as taiko$1, telos as telos$1, tronShasta as tronShasta$1, worldchain as worldchain$1, xdc as xdc$1, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
2
2
  import { zeroAddress } from 'viem';
3
3
 
4
4
  const makeConfig = (x) => {
@@ -1663,6 +1663,80 @@ const hemi = makeConfig({
1663
1663
  },
1664
1664
  });
1665
1665
 
1666
+ const lens = makeConfig({
1667
+ ...lens$1,
1668
+ name: "Lens",
1669
+ blockTimeSeconds: 2,
1670
+ launchTime: 1746050531,
1671
+ sortIndex: 15,
1672
+ logoUrl: "https://assets.oku.trade/chains/lens-logo.png",
1673
+ safeReorgDistance: 90000,
1674
+ externalId: {},
1675
+ markets: {},
1676
+ bridges: {},
1677
+ oracles: {},
1678
+ morpho: {},
1679
+ initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed",
1680
+ uniswap: {
1681
+ deployBlock: 184120,
1682
+ poolFactory: "0xe0704DB90bcAA1eAFc00E958FF815Ab7aa11Ef47",
1683
+ permit2: "0x0000000000225e31d15943971f47ad3022f714fa",
1684
+ multicall2: "0x5900c97b683e69CD752aF7DC7003d69315E2a288",
1685
+ tickLens: "0x5499510c2e95F59b1Df0eC7C1bd2Fa76347df5Be",
1686
+ nonfungiblePositionManager: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031",
1687
+ positionsNFT: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031",
1688
+ positionsNFTDeployBlock: 184128,
1689
+ universalRouter: "0xAA904d497e42608C014BE83a026E984aFc16129b",
1690
+ wrappedNativeAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1691
+ wrappedNativeSymbol: "WGHO",
1692
+ wrappedNativeName: "Wrapped GHO",
1693
+ wrappedNativeDecimals: 18,
1694
+ nativeCurrencyName: "GHO",
1695
+ },
1696
+ token: {
1697
+ wethAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1698
+ usdcAddress: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884",
1699
+ },
1700
+ oku: {
1701
+ limitOrderRegistry: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF",
1702
+ limitOrderRegistryDeployBlock: 852140,
1703
+ pricing: {
1704
+ nativeWrappedToken: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1705
+ nativeWrappedName: "GHO",
1706
+ },
1707
+ },
1708
+ defaultPool: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de",
1709
+ defaultToken0: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1710
+ defaultToken1: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2",
1711
+ tokenList: [
1712
+ { symbol: "WGHO", address: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2" },
1713
+ { symbol: "USDC", address: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884" },
1714
+ { symbol: "WETH", address: "0xE5ecd226b3032910CEaa43ba92EE8232f8237553" },
1715
+ ],
1716
+ stables: ["0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884"],
1717
+ watchlist: ["0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de"],
1718
+ internalName: "lens",
1719
+ nativeLogoUrl: "https://assets.oku.trade/natives/lens.png",
1720
+ contracts: {
1721
+ ...lens$1.contracts,
1722
+ limitOrder: {
1723
+ address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF",
1724
+ },
1725
+ nftManager: {
1726
+ address: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031",
1727
+ },
1728
+ weth9: {
1729
+ address: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1730
+ },
1731
+ multicall2: {
1732
+ address: "0x5900c97b683e69CD752aF7DC7003d69315E2a288",
1733
+ },
1734
+ multicall3: {
1735
+ address: "0x6b6dEa4D80e3077D076733A04c48F63c3BA49320",
1736
+ },
1737
+ },
1738
+ });
1739
+
1666
1740
  const lightlink = makeConfig({
1667
1741
  ...lightlinkPhoenix,
1668
1742
  name: "LightLink",
@@ -4707,6 +4781,7 @@ const MAINNET_CHAINS = [
4707
4781
  worldchain,
4708
4782
  xdc,
4709
4783
  tronShasta,
4784
+ lens,
4710
4785
  ];
4711
4786
 
4712
- export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, polygonZkEvm, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, zkSync };
4787
+ export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, polygonZkEvm, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, zkSync };
package/dist/index.js CHANGED
@@ -1665,6 +1665,80 @@ const hemi = makeConfig({
1665
1665
  },
1666
1666
  });
1667
1667
 
1668
+ const lens = makeConfig({
1669
+ ...chains.lens,
1670
+ name: "Lens",
1671
+ blockTimeSeconds: 2,
1672
+ launchTime: 1746050531,
1673
+ sortIndex: 15,
1674
+ logoUrl: "https://assets.oku.trade/chains/lens-logo.png",
1675
+ safeReorgDistance: 90000,
1676
+ externalId: {},
1677
+ markets: {},
1678
+ bridges: {},
1679
+ oracles: {},
1680
+ morpho: {},
1681
+ initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed",
1682
+ uniswap: {
1683
+ deployBlock: 184120,
1684
+ poolFactory: "0xe0704DB90bcAA1eAFc00E958FF815Ab7aa11Ef47",
1685
+ permit2: "0x0000000000225e31d15943971f47ad3022f714fa",
1686
+ multicall2: "0x5900c97b683e69CD752aF7DC7003d69315E2a288",
1687
+ tickLens: "0x5499510c2e95F59b1Df0eC7C1bd2Fa76347df5Be",
1688
+ nonfungiblePositionManager: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031",
1689
+ positionsNFT: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031",
1690
+ positionsNFTDeployBlock: 184128,
1691
+ universalRouter: "0xAA904d497e42608C014BE83a026E984aFc16129b",
1692
+ wrappedNativeAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1693
+ wrappedNativeSymbol: "WGHO",
1694
+ wrappedNativeName: "Wrapped GHO",
1695
+ wrappedNativeDecimals: 18,
1696
+ nativeCurrencyName: "GHO",
1697
+ },
1698
+ token: {
1699
+ wethAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1700
+ usdcAddress: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884",
1701
+ },
1702
+ oku: {
1703
+ limitOrderRegistry: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF",
1704
+ limitOrderRegistryDeployBlock: 852140,
1705
+ pricing: {
1706
+ nativeWrappedToken: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1707
+ nativeWrappedName: "GHO",
1708
+ },
1709
+ },
1710
+ defaultPool: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de",
1711
+ defaultToken0: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1712
+ defaultToken1: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2",
1713
+ tokenList: [
1714
+ { symbol: "WGHO", address: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2" },
1715
+ { symbol: "USDC", address: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884" },
1716
+ { symbol: "WETH", address: "0xE5ecd226b3032910CEaa43ba92EE8232f8237553" },
1717
+ ],
1718
+ stables: ["0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884"],
1719
+ watchlist: ["0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de"],
1720
+ internalName: "lens",
1721
+ nativeLogoUrl: "https://assets.oku.trade/natives/lens.png",
1722
+ contracts: {
1723
+ ...chains.lens.contracts,
1724
+ limitOrder: {
1725
+ address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF",
1726
+ },
1727
+ nftManager: {
1728
+ address: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031",
1729
+ },
1730
+ weth9: {
1731
+ address: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1732
+ },
1733
+ multicall2: {
1734
+ address: "0x5900c97b683e69CD752aF7DC7003d69315E2a288",
1735
+ },
1736
+ multicall3: {
1737
+ address: "0x6b6dEa4D80e3077D076733A04c48F63c3BA49320",
1738
+ },
1739
+ },
1740
+ });
1741
+
1668
1742
  const lightlink = makeConfig({
1669
1743
  ...chains.lightlinkPhoenix,
1670
1744
  name: "LightLink",
@@ -4709,6 +4783,7 @@ const MAINNET_CHAINS = [
4709
4783
  worldchain,
4710
4784
  xdc,
4711
4785
  tronShasta,
4786
+ lens,
4712
4787
  ];
4713
4788
 
4714
4789
  exports.MAINNET_CHAINS = MAINNET_CHAINS;
@@ -4724,6 +4799,7 @@ exports.filecoin = filecoin;
4724
4799
  exports.gnosis = gnosis;
4725
4800
  exports.goat = goat;
4726
4801
  exports.hemi = hemi;
4802
+ exports.lens = lens;
4727
4803
  exports.lightlink = lightlink;
4728
4804
  exports.linea = linea;
4729
4805
  exports.lisk = lisk;
@@ -3246,6 +3246,112 @@ declare const hemi: Readonly<{
3246
3246
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3247
3247
  network: "Hemi";
3248
3248
  }>;
3249
+ declare const lens: Readonly<{
3250
+ name: "Lens";
3251
+ blockTimeSeconds: 2;
3252
+ launchTime: 1746050531;
3253
+ sortIndex: 15;
3254
+ logoUrl: "https://assets.oku.trade/chains/lens-logo.png";
3255
+ safeReorgDistance: 90000;
3256
+ externalId: {};
3257
+ markets: {};
3258
+ bridges: {};
3259
+ oracles: {};
3260
+ morpho: {};
3261
+ initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed";
3262
+ uniswap: {
3263
+ deployBlock: number;
3264
+ poolFactory: "0xe0704DB90bcAA1eAFc00E958FF815Ab7aa11Ef47";
3265
+ permit2: "0x0000000000225e31d15943971f47ad3022f714fa";
3266
+ multicall2: "0x5900c97b683e69CD752aF7DC7003d69315E2a288";
3267
+ tickLens: "0x5499510c2e95F59b1Df0eC7C1bd2Fa76347df5Be";
3268
+ nonfungiblePositionManager: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
3269
+ positionsNFT: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
3270
+ positionsNFTDeployBlock: number;
3271
+ universalRouter: "0xAA904d497e42608C014BE83a026E984aFc16129b";
3272
+ wrappedNativeAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
3273
+ wrappedNativeSymbol: string;
3274
+ wrappedNativeName: string;
3275
+ wrappedNativeDecimals: number;
3276
+ nativeCurrencyName: string;
3277
+ };
3278
+ token: {
3279
+ wethAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
3280
+ usdcAddress: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884";
3281
+ };
3282
+ oku: {
3283
+ limitOrderRegistry: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF";
3284
+ limitOrderRegistryDeployBlock: number;
3285
+ pricing: {
3286
+ nativeWrappedToken: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
3287
+ nativeWrappedName: string;
3288
+ };
3289
+ };
3290
+ defaultPool: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de";
3291
+ defaultToken0: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
3292
+ defaultToken1: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
3293
+ tokenList: ({
3294
+ symbol: string;
3295
+ address: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
3296
+ } | {
3297
+ symbol: string;
3298
+ address: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884";
3299
+ } | {
3300
+ symbol: string;
3301
+ address: "0xE5ecd226b3032910CEaa43ba92EE8232f8237553";
3302
+ })[];
3303
+ stables: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884"[];
3304
+ watchlist: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de"[];
3305
+ internalName: "lens";
3306
+ nativeLogoUrl: "https://assets.oku.trade/natives/lens.png";
3307
+ contracts: {
3308
+ limitOrder: {
3309
+ address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF";
3310
+ };
3311
+ nftManager: {
3312
+ address: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
3313
+ };
3314
+ weth9: {
3315
+ address: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
3316
+ };
3317
+ multicall2: {
3318
+ address: "0x5900c97b683e69CD752aF7DC7003d69315E2a288";
3319
+ };
3320
+ multicall3: {
3321
+ address: "0x6b6dEa4D80e3077D076733A04c48F63c3BA49320";
3322
+ };
3323
+ ensRegistry?: import("viem").ChainContract | undefined;
3324
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
3325
+ universalSignatureVerifier?: import("viem").ChainContract | undefined;
3326
+ };
3327
+ blockExplorers: {
3328
+ readonly default: {
3329
+ readonly name: "Lens Block Explorer";
3330
+ readonly url: "https://explorer.lens.xyz";
3331
+ readonly apiUrl: "https://explorer.lens.xyz/api";
3332
+ };
3333
+ };
3334
+ ensTlds?: readonly string[] | undefined;
3335
+ id: 232;
3336
+ nativeCurrency: {
3337
+ readonly name: "GHO";
3338
+ readonly symbol: "GHO";
3339
+ readonly decimals: 18;
3340
+ };
3341
+ rpcUrls: {
3342
+ readonly default: {
3343
+ readonly http: readonly [
3344
+ "https://rpc.lens.xyz"
3345
+ ];
3346
+ };
3347
+ };
3348
+ sourceId?: number | undefined | undefined | undefined;
3349
+ testnet?: boolean | undefined | undefined | undefined;
3350
+ custom?: Record<string, unknown> | undefined;
3351
+ fees?: import("viem").ChainFees<undefined> | undefined;
3352
+ formatters?: undefined | undefined;
3353
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3354
+ }>;
3249
3355
  declare const lightlink: Readonly<{
3250
3356
  name: "LightLink";
3251
3357
  blockTimeSeconds: 0.5;
@@ -15423,6 +15529,109 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15423
15529
  fees?: import("viem").ChainFees<undefined> | undefined;
15424
15530
  formatters?: undefined | undefined;
15425
15531
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
15532
+ }>, Readonly<{
15533
+ name: "Lens";
15534
+ blockTimeSeconds: 2;
15535
+ launchTime: 1746050531;
15536
+ sortIndex: 15;
15537
+ logoUrl: "https://assets.oku.trade/chains/lens-logo.png";
15538
+ safeReorgDistance: 90000;
15539
+ externalId: {};
15540
+ markets: {};
15541
+ bridges: {};
15542
+ oracles: {};
15543
+ morpho: {};
15544
+ initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed";
15545
+ uniswap: {
15546
+ deployBlock: number;
15547
+ poolFactory: "0xe0704DB90bcAA1eAFc00E958FF815Ab7aa11Ef47";
15548
+ permit2: "0x0000000000225e31d15943971f47ad3022f714fa";
15549
+ multicall2: "0x5900c97b683e69CD752aF7DC7003d69315E2a288";
15550
+ tickLens: "0x5499510c2e95F59b1Df0eC7C1bd2Fa76347df5Be";
15551
+ nonfungiblePositionManager: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
15552
+ positionsNFT: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
15553
+ positionsNFTDeployBlock: number;
15554
+ universalRouter: "0xAA904d497e42608C014BE83a026E984aFc16129b";
15555
+ wrappedNativeAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
15556
+ wrappedNativeSymbol: string;
15557
+ wrappedNativeName: string;
15558
+ wrappedNativeDecimals: number;
15559
+ nativeCurrencyName: string;
15560
+ };
15561
+ token: {
15562
+ wethAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
15563
+ usdcAddress: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884";
15564
+ };
15565
+ oku: {
15566
+ limitOrderRegistry: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF";
15567
+ limitOrderRegistryDeployBlock: number;
15568
+ pricing: {
15569
+ nativeWrappedToken: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
15570
+ nativeWrappedName: string;
15571
+ };
15572
+ };
15573
+ defaultPool: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de";
15574
+ defaultToken0: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
15575
+ defaultToken1: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
15576
+ tokenList: ({
15577
+ symbol: string;
15578
+ address: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
15579
+ } | {
15580
+ symbol: string;
15581
+ address: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884";
15582
+ } | {
15583
+ symbol: string;
15584
+ address: "0xE5ecd226b3032910CEaa43ba92EE8232f8237553";
15585
+ })[];
15586
+ stables: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884"[];
15587
+ watchlist: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de"[];
15588
+ internalName: "lens";
15589
+ nativeLogoUrl: "https://assets.oku.trade/natives/lens.png";
15590
+ contracts: {
15591
+ limitOrder: {
15592
+ address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF";
15593
+ };
15594
+ nftManager: {
15595
+ address: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
15596
+ };
15597
+ weth9: {
15598
+ address: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
15599
+ };
15600
+ multicall2: {
15601
+ address: "0x5900c97b683e69CD752aF7DC7003d69315E2a288";
15602
+ };
15603
+ multicall3: {
15604
+ address: "0x6b6dEa4D80e3077D076733A04c48F63c3BA49320";
15605
+ };
15606
+ ensRegistry?: ChainContract | undefined;
15607
+ ensUniversalResolver?: ChainContract | undefined;
15608
+ universalSignatureVerifier?: ChainContract | undefined;
15609
+ };
15610
+ blockExplorers: {
15611
+ readonly default: {
15612
+ readonly name: "Lens Block Explorer";
15613
+ readonly url: "https://explorer.lens.xyz";
15614
+ readonly apiUrl: "https://explorer.lens.xyz/api";
15615
+ };
15616
+ };
15617
+ ensTlds?: readonly string[] | undefined;
15618
+ id: 232;
15619
+ nativeCurrency: {
15620
+ readonly name: "GHO";
15621
+ readonly symbol: "GHO";
15622
+ readonly decimals: 18;
15623
+ };
15624
+ rpcUrls: {
15625
+ readonly default: {
15626
+ readonly http: readonly ["https://rpc.lens.xyz"];
15627
+ };
15628
+ };
15629
+ sourceId?: number | undefined | undefined | undefined;
15630
+ testnet?: boolean | undefined | undefined | undefined;
15631
+ custom?: Record<string, unknown> | undefined;
15632
+ fees?: import("viem").ChainFees<undefined> | undefined;
15633
+ formatters?: undefined | undefined;
15634
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
15426
15635
  }>];
15427
- export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
15636
+ export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
15428
15637
  export { ChainContract } from "viem";
@@ -3246,6 +3246,112 @@ declare const hemi: Readonly<{
3246
3246
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3247
3247
  network: "Hemi";
3248
3248
  }>;
3249
+ declare const lens: Readonly<{
3250
+ name: "Lens";
3251
+ blockTimeSeconds: 2;
3252
+ launchTime: 1746050531;
3253
+ sortIndex: 15;
3254
+ logoUrl: "https://assets.oku.trade/chains/lens-logo.png";
3255
+ safeReorgDistance: 90000;
3256
+ externalId: {};
3257
+ markets: {};
3258
+ bridges: {};
3259
+ oracles: {};
3260
+ morpho: {};
3261
+ initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed";
3262
+ uniswap: {
3263
+ deployBlock: number;
3264
+ poolFactory: "0xe0704DB90bcAA1eAFc00E958FF815Ab7aa11Ef47";
3265
+ permit2: "0x0000000000225e31d15943971f47ad3022f714fa";
3266
+ multicall2: "0x5900c97b683e69CD752aF7DC7003d69315E2a288";
3267
+ tickLens: "0x5499510c2e95F59b1Df0eC7C1bd2Fa76347df5Be";
3268
+ nonfungiblePositionManager: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
3269
+ positionsNFT: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
3270
+ positionsNFTDeployBlock: number;
3271
+ universalRouter: "0xAA904d497e42608C014BE83a026E984aFc16129b";
3272
+ wrappedNativeAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
3273
+ wrappedNativeSymbol: string;
3274
+ wrappedNativeName: string;
3275
+ wrappedNativeDecimals: number;
3276
+ nativeCurrencyName: string;
3277
+ };
3278
+ token: {
3279
+ wethAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
3280
+ usdcAddress: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884";
3281
+ };
3282
+ oku: {
3283
+ limitOrderRegistry: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF";
3284
+ limitOrderRegistryDeployBlock: number;
3285
+ pricing: {
3286
+ nativeWrappedToken: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
3287
+ nativeWrappedName: string;
3288
+ };
3289
+ };
3290
+ defaultPool: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de";
3291
+ defaultToken0: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
3292
+ defaultToken1: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
3293
+ tokenList: ({
3294
+ symbol: string;
3295
+ address: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
3296
+ } | {
3297
+ symbol: string;
3298
+ address: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884";
3299
+ } | {
3300
+ symbol: string;
3301
+ address: "0xE5ecd226b3032910CEaa43ba92EE8232f8237553";
3302
+ })[];
3303
+ stables: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884"[];
3304
+ watchlist: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de"[];
3305
+ internalName: "lens";
3306
+ nativeLogoUrl: "https://assets.oku.trade/natives/lens.png";
3307
+ contracts: {
3308
+ limitOrder: {
3309
+ address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF";
3310
+ };
3311
+ nftManager: {
3312
+ address: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
3313
+ };
3314
+ weth9: {
3315
+ address: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
3316
+ };
3317
+ multicall2: {
3318
+ address: "0x5900c97b683e69CD752aF7DC7003d69315E2a288";
3319
+ };
3320
+ multicall3: {
3321
+ address: "0x6b6dEa4D80e3077D076733A04c48F63c3BA49320";
3322
+ };
3323
+ ensRegistry?: import("viem").ChainContract | undefined;
3324
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
3325
+ universalSignatureVerifier?: import("viem").ChainContract | undefined;
3326
+ };
3327
+ blockExplorers: {
3328
+ readonly default: {
3329
+ readonly name: "Lens Block Explorer";
3330
+ readonly url: "https://explorer.lens.xyz";
3331
+ readonly apiUrl: "https://explorer.lens.xyz/api";
3332
+ };
3333
+ };
3334
+ ensTlds?: readonly string[] | undefined;
3335
+ id: 232;
3336
+ nativeCurrency: {
3337
+ readonly name: "GHO";
3338
+ readonly symbol: "GHO";
3339
+ readonly decimals: 18;
3340
+ };
3341
+ rpcUrls: {
3342
+ readonly default: {
3343
+ readonly http: readonly [
3344
+ "https://rpc.lens.xyz"
3345
+ ];
3346
+ };
3347
+ };
3348
+ sourceId?: number | undefined | undefined | undefined;
3349
+ testnet?: boolean | undefined | undefined | undefined;
3350
+ custom?: Record<string, unknown> | undefined;
3351
+ fees?: import("viem").ChainFees<undefined> | undefined;
3352
+ formatters?: undefined | undefined;
3353
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3354
+ }>;
3249
3355
  declare const lightlink: Readonly<{
3250
3356
  name: "LightLink";
3251
3357
  blockTimeSeconds: 0.5;
@@ -15423,6 +15529,109 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15423
15529
  fees?: import("viem").ChainFees<undefined> | undefined;
15424
15530
  formatters?: undefined | undefined;
15425
15531
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
15532
+ }>, Readonly<{
15533
+ name: "Lens";
15534
+ blockTimeSeconds: 2;
15535
+ launchTime: 1746050531;
15536
+ sortIndex: 15;
15537
+ logoUrl: "https://assets.oku.trade/chains/lens-logo.png";
15538
+ safeReorgDistance: 90000;
15539
+ externalId: {};
15540
+ markets: {};
15541
+ bridges: {};
15542
+ oracles: {};
15543
+ morpho: {};
15544
+ initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed";
15545
+ uniswap: {
15546
+ deployBlock: number;
15547
+ poolFactory: "0xe0704DB90bcAA1eAFc00E958FF815Ab7aa11Ef47";
15548
+ permit2: "0x0000000000225e31d15943971f47ad3022f714fa";
15549
+ multicall2: "0x5900c97b683e69CD752aF7DC7003d69315E2a288";
15550
+ tickLens: "0x5499510c2e95F59b1Df0eC7C1bd2Fa76347df5Be";
15551
+ nonfungiblePositionManager: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
15552
+ positionsNFT: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
15553
+ positionsNFTDeployBlock: number;
15554
+ universalRouter: "0xAA904d497e42608C014BE83a026E984aFc16129b";
15555
+ wrappedNativeAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
15556
+ wrappedNativeSymbol: string;
15557
+ wrappedNativeName: string;
15558
+ wrappedNativeDecimals: number;
15559
+ nativeCurrencyName: string;
15560
+ };
15561
+ token: {
15562
+ wethAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
15563
+ usdcAddress: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884";
15564
+ };
15565
+ oku: {
15566
+ limitOrderRegistry: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF";
15567
+ limitOrderRegistryDeployBlock: number;
15568
+ pricing: {
15569
+ nativeWrappedToken: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
15570
+ nativeWrappedName: string;
15571
+ };
15572
+ };
15573
+ defaultPool: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de";
15574
+ defaultToken0: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
15575
+ defaultToken1: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
15576
+ tokenList: ({
15577
+ symbol: string;
15578
+ address: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
15579
+ } | {
15580
+ symbol: string;
15581
+ address: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884";
15582
+ } | {
15583
+ symbol: string;
15584
+ address: "0xE5ecd226b3032910CEaa43ba92EE8232f8237553";
15585
+ })[];
15586
+ stables: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884"[];
15587
+ watchlist: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de"[];
15588
+ internalName: "lens";
15589
+ nativeLogoUrl: "https://assets.oku.trade/natives/lens.png";
15590
+ contracts: {
15591
+ limitOrder: {
15592
+ address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF";
15593
+ };
15594
+ nftManager: {
15595
+ address: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
15596
+ };
15597
+ weth9: {
15598
+ address: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
15599
+ };
15600
+ multicall2: {
15601
+ address: "0x5900c97b683e69CD752aF7DC7003d69315E2a288";
15602
+ };
15603
+ multicall3: {
15604
+ address: "0x6b6dEa4D80e3077D076733A04c48F63c3BA49320";
15605
+ };
15606
+ ensRegistry?: ChainContract | undefined;
15607
+ ensUniversalResolver?: ChainContract | undefined;
15608
+ universalSignatureVerifier?: ChainContract | undefined;
15609
+ };
15610
+ blockExplorers: {
15611
+ readonly default: {
15612
+ readonly name: "Lens Block Explorer";
15613
+ readonly url: "https://explorer.lens.xyz";
15614
+ readonly apiUrl: "https://explorer.lens.xyz/api";
15615
+ };
15616
+ };
15617
+ ensTlds?: readonly string[] | undefined;
15618
+ id: 232;
15619
+ nativeCurrency: {
15620
+ readonly name: "GHO";
15621
+ readonly symbol: "GHO";
15622
+ readonly decimals: 18;
15623
+ };
15624
+ rpcUrls: {
15625
+ readonly default: {
15626
+ readonly http: readonly ["https://rpc.lens.xyz"];
15627
+ };
15628
+ };
15629
+ sourceId?: number | undefined | undefined | undefined;
15630
+ testnet?: boolean | undefined | undefined | undefined;
15631
+ custom?: Record<string, unknown> | undefined;
15632
+ fees?: import("viem").ChainFees<undefined> | undefined;
15633
+ formatters?: undefined | undefined;
15634
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
15426
15635
  }>];
15427
- export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
15636
+ export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
15428
15637
  export { ChainContract } from "viem";
@@ -3246,6 +3246,112 @@ declare const hemi: Readonly<{
3246
3246
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3247
3247
  network: "Hemi";
3248
3248
  }>;
3249
+ declare const lens: Readonly<{
3250
+ name: "Lens";
3251
+ blockTimeSeconds: 2;
3252
+ launchTime: 1746050531;
3253
+ sortIndex: 15;
3254
+ logoUrl: "https://assets.oku.trade/chains/lens-logo.png";
3255
+ safeReorgDistance: 90000;
3256
+ externalId: {};
3257
+ markets: {};
3258
+ bridges: {};
3259
+ oracles: {};
3260
+ morpho: {};
3261
+ initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed";
3262
+ uniswap: {
3263
+ deployBlock: number;
3264
+ poolFactory: "0xe0704DB90bcAA1eAFc00E958FF815Ab7aa11Ef47";
3265
+ permit2: "0x0000000000225e31d15943971f47ad3022f714fa";
3266
+ multicall2: "0x5900c97b683e69CD752aF7DC7003d69315E2a288";
3267
+ tickLens: "0x5499510c2e95F59b1Df0eC7C1bd2Fa76347df5Be";
3268
+ nonfungiblePositionManager: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
3269
+ positionsNFT: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
3270
+ positionsNFTDeployBlock: number;
3271
+ universalRouter: "0xAA904d497e42608C014BE83a026E984aFc16129b";
3272
+ wrappedNativeAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
3273
+ wrappedNativeSymbol: string;
3274
+ wrappedNativeName: string;
3275
+ wrappedNativeDecimals: number;
3276
+ nativeCurrencyName: string;
3277
+ };
3278
+ token: {
3279
+ wethAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
3280
+ usdcAddress: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884";
3281
+ };
3282
+ oku: {
3283
+ limitOrderRegistry: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF";
3284
+ limitOrderRegistryDeployBlock: number;
3285
+ pricing: {
3286
+ nativeWrappedToken: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
3287
+ nativeWrappedName: string;
3288
+ };
3289
+ };
3290
+ defaultPool: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de";
3291
+ defaultToken0: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
3292
+ defaultToken1: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
3293
+ tokenList: ({
3294
+ symbol: string;
3295
+ address: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
3296
+ } | {
3297
+ symbol: string;
3298
+ address: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884";
3299
+ } | {
3300
+ symbol: string;
3301
+ address: "0xE5ecd226b3032910CEaa43ba92EE8232f8237553";
3302
+ })[];
3303
+ stables: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884"[];
3304
+ watchlist: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de"[];
3305
+ internalName: "lens";
3306
+ nativeLogoUrl: "https://assets.oku.trade/natives/lens.png";
3307
+ contracts: {
3308
+ limitOrder: {
3309
+ address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF";
3310
+ };
3311
+ nftManager: {
3312
+ address: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
3313
+ };
3314
+ weth9: {
3315
+ address: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
3316
+ };
3317
+ multicall2: {
3318
+ address: "0x5900c97b683e69CD752aF7DC7003d69315E2a288";
3319
+ };
3320
+ multicall3: {
3321
+ address: "0x6b6dEa4D80e3077D076733A04c48F63c3BA49320";
3322
+ };
3323
+ ensRegistry?: import("viem").ChainContract | undefined;
3324
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
3325
+ universalSignatureVerifier?: import("viem").ChainContract | undefined;
3326
+ };
3327
+ blockExplorers: {
3328
+ readonly default: {
3329
+ readonly name: "Lens Block Explorer";
3330
+ readonly url: "https://explorer.lens.xyz";
3331
+ readonly apiUrl: "https://explorer.lens.xyz/api";
3332
+ };
3333
+ };
3334
+ ensTlds?: readonly string[] | undefined;
3335
+ id: 232;
3336
+ nativeCurrency: {
3337
+ readonly name: "GHO";
3338
+ readonly symbol: "GHO";
3339
+ readonly decimals: 18;
3340
+ };
3341
+ rpcUrls: {
3342
+ readonly default: {
3343
+ readonly http: readonly [
3344
+ "https://rpc.lens.xyz"
3345
+ ];
3346
+ };
3347
+ };
3348
+ sourceId?: number | undefined | undefined | undefined;
3349
+ testnet?: boolean | undefined | undefined | undefined;
3350
+ custom?: Record<string, unknown> | undefined;
3351
+ fees?: import("viem").ChainFees<undefined> | undefined;
3352
+ formatters?: undefined | undefined;
3353
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3354
+ }>;
3249
3355
  declare const lightlink: Readonly<{
3250
3356
  name: "LightLink";
3251
3357
  blockTimeSeconds: 0.5;
@@ -15423,6 +15529,109 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15423
15529
  fees?: import("viem").ChainFees<undefined> | undefined;
15424
15530
  formatters?: undefined | undefined;
15425
15531
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
15532
+ }>, Readonly<{
15533
+ name: "Lens";
15534
+ blockTimeSeconds: 2;
15535
+ launchTime: 1746050531;
15536
+ sortIndex: 15;
15537
+ logoUrl: "https://assets.oku.trade/chains/lens-logo.png";
15538
+ safeReorgDistance: 90000;
15539
+ externalId: {};
15540
+ markets: {};
15541
+ bridges: {};
15542
+ oracles: {};
15543
+ morpho: {};
15544
+ initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed";
15545
+ uniswap: {
15546
+ deployBlock: number;
15547
+ poolFactory: "0xe0704DB90bcAA1eAFc00E958FF815Ab7aa11Ef47";
15548
+ permit2: "0x0000000000225e31d15943971f47ad3022f714fa";
15549
+ multicall2: "0x5900c97b683e69CD752aF7DC7003d69315E2a288";
15550
+ tickLens: "0x5499510c2e95F59b1Df0eC7C1bd2Fa76347df5Be";
15551
+ nonfungiblePositionManager: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
15552
+ positionsNFT: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
15553
+ positionsNFTDeployBlock: number;
15554
+ universalRouter: "0xAA904d497e42608C014BE83a026E984aFc16129b";
15555
+ wrappedNativeAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
15556
+ wrappedNativeSymbol: string;
15557
+ wrappedNativeName: string;
15558
+ wrappedNativeDecimals: number;
15559
+ nativeCurrencyName: string;
15560
+ };
15561
+ token: {
15562
+ wethAddress: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
15563
+ usdcAddress: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884";
15564
+ };
15565
+ oku: {
15566
+ limitOrderRegistry: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF";
15567
+ limitOrderRegistryDeployBlock: number;
15568
+ pricing: {
15569
+ nativeWrappedToken: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
15570
+ nativeWrappedName: string;
15571
+ };
15572
+ };
15573
+ defaultPool: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de";
15574
+ defaultToken0: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
15575
+ defaultToken1: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
15576
+ tokenList: ({
15577
+ symbol: string;
15578
+ address: "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2";
15579
+ } | {
15580
+ symbol: string;
15581
+ address: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884";
15582
+ } | {
15583
+ symbol: string;
15584
+ address: "0xE5ecd226b3032910CEaa43ba92EE8232f8237553";
15585
+ })[];
15586
+ stables: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884"[];
15587
+ watchlist: "0x5eb6b146d7a5322b763c8f8b0eb2fdd5d15e49de"[];
15588
+ internalName: "lens";
15589
+ nativeLogoUrl: "https://assets.oku.trade/natives/lens.png";
15590
+ contracts: {
15591
+ limitOrder: {
15592
+ address: "0xD3239f8D4c6245359f4F050F5133A9F61F4e2ACF";
15593
+ };
15594
+ nftManager: {
15595
+ address: "0xC5d0CAaE8aa00032F6DA993A69Ffa6ff80b5F031";
15596
+ };
15597
+ weth9: {
15598
+ address: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F";
15599
+ };
15600
+ multicall2: {
15601
+ address: "0x5900c97b683e69CD752aF7DC7003d69315E2a288";
15602
+ };
15603
+ multicall3: {
15604
+ address: "0x6b6dEa4D80e3077D076733A04c48F63c3BA49320";
15605
+ };
15606
+ ensRegistry?: ChainContract | undefined;
15607
+ ensUniversalResolver?: ChainContract | undefined;
15608
+ universalSignatureVerifier?: ChainContract | undefined;
15609
+ };
15610
+ blockExplorers: {
15611
+ readonly default: {
15612
+ readonly name: "Lens Block Explorer";
15613
+ readonly url: "https://explorer.lens.xyz";
15614
+ readonly apiUrl: "https://explorer.lens.xyz/api";
15615
+ };
15616
+ };
15617
+ ensTlds?: readonly string[] | undefined;
15618
+ id: 232;
15619
+ nativeCurrency: {
15620
+ readonly name: "GHO";
15621
+ readonly symbol: "GHO";
15622
+ readonly decimals: 18;
15623
+ };
15624
+ rpcUrls: {
15625
+ readonly default: {
15626
+ readonly http: readonly ["https://rpc.lens.xyz"];
15627
+ };
15628
+ };
15629
+ sourceId?: number | undefined | undefined | undefined;
15630
+ testnet?: boolean | undefined | undefined | undefined;
15631
+ custom?: Record<string, unknown> | undefined;
15632
+ fees?: import("viem").ChainFees<undefined> | undefined;
15633
+ formatters?: undefined | undefined;
15634
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
15426
15635
  }>];
15427
- export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
15636
+ export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
15428
15637
  export { ChainContract } from "viem";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.224",
3
+ "version": "1.1.226",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",