@gfxlabs/oku-chains 1.12.21 → 1.12.22

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
@@ -5706,6 +5706,92 @@
5706
5706
  },
5707
5707
  });
5708
5708
 
5709
+ const sepolia = makeConfig({
5710
+ ...chains.sepolia,
5711
+ blockTimeSeconds: 12,
5712
+ launchTime: 1655683200,
5713
+ transactionType: "eip1559",
5714
+ sortIndex: 47,
5715
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/ethereum-logo.webp",
5716
+ deprecated: true,
5717
+ liteChain: true,
5718
+ estimatedSwapGas: 300000,
5719
+ estimatedBridgeGas: 200000,
5720
+ estimatedWrapGas: 60000,
5721
+ safeReorgDistance: 90000,
5722
+ blockAid: "",
5723
+ externalId: {},
5724
+ markets: {},
5725
+ bridges: {},
5726
+ oracles: {},
5727
+ morpho: {},
5728
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
5729
+ uniswap: {
5730
+ deployBlock: 0,
5731
+ poolFactory: "0x0227628f3F023bb0B980b67D528571c95c6DaC1c",
5732
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5733
+ multicall2: "0xD7F33bCdb21b359c8ee6F0251d30E94832baAd07",
5734
+ tickLens: "0xd7f33bcdb21b359c8ee6f0251d30e94832baad07",
5735
+ quoter: "0xEd1f6473345F45b75F8179591dd5bA1888cf2FB3",
5736
+ swapRouter02: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E",
5737
+ NFTDescriptor: "0x3B5E3c5E595D85fbFBC2a42ECC091e183E76697C",
5738
+ nonfungibleTokenPositionDescriptor: "0x5bE4DAa6982C69aD20A57F1e68cBcA3D37de6207",
5739
+ nonfungiblePositionManager: "0x1238536071E1c677A632429e3655c799b22cDA52",
5740
+ v3Migrator: "0x729004182cF005CEC8Bd85df140094b6aCbe8b15",
5741
+ positionsNFT: "0x1238536071E1c677A632429e3655c799b22cDA52",
5742
+ positionsNFTDeployBlock: 0,
5743
+ universalRouter: "0xB0C89059d7190EDb17eFF19829cc009cEe923916",
5744
+ wrappedNativeAddress: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
5745
+ wrappedNativeSymbol: "WETH",
5746
+ wrappedNativeName: "Wrapped Ether",
5747
+ wrappedNativeDecimals: 18,
5748
+ nativeCurrencyName: "ETH",
5749
+ },
5750
+ uniswapv4: {
5751
+ deployBlock: 0,
5752
+ poolManager: "0xE03A1074c86CFeDd5C142C4F04F1a1536e203543",
5753
+ positionManager: "0x429ba70129df741B2Ca2a85BC3A2a3328e5c09b4",
5754
+ universalRouter: "0xB0C89059d7190EDb17eFF19829cc009cEe923916",
5755
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5756
+ defaultPool: viem.zeroHash,
5757
+ stateView: "0xE1Dd9c3fA50EDB962E442f60DfBc432e24537E4C",
5758
+ },
5759
+ token: {
5760
+ usdcAddress: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17",
5761
+ wethAddress: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
5762
+ },
5763
+ oku: {
5764
+ pricing: {
5765
+ nativeWrappedToken: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
5766
+ nativeWrappedName: "ETH",
5767
+ },
5768
+ },
5769
+ defaultPool: viem.zeroAddress,
5770
+ defaultToken0: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17",
5771
+ defaultToken1: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
5772
+ tokenList: [
5773
+ { symbol: "USDC", address: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17" },
5774
+ { symbol: "WETH", address: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14" },
5775
+ ],
5776
+ stables: ["0x699CFe8997D647d03325Ef4BFd039d5bb0984A17"],
5777
+ watchlist: [],
5778
+ v4Watchlist: [],
5779
+ internalName: "sepolia",
5780
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png",
5781
+ contracts: {
5782
+ ...chains.sepolia.contracts,
5783
+ nftManager: {
5784
+ address: "0x1238536071E1c677A632429e3655c799b22cDA52",
5785
+ },
5786
+ weth9: {
5787
+ address: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
5788
+ },
5789
+ multicall2: {
5790
+ address: "0xD7F33bCdb21b359c8ee6F0251d30E94832baAd07",
5791
+ },
5792
+ },
5793
+ });
5794
+
5709
5795
  const sonic = makeConfig({
5710
5796
  ...chains.sonic,
5711
5797
  blockTimeSeconds: 3,
@@ -7393,6 +7479,7 @@
7393
7479
  gensyn,
7394
7480
  pharos,
7395
7481
  robinhood,
7482
+ sepolia,
7396
7483
  ];
7397
7484
  /**
7398
7485
  * Non-EVM chains (e.g. Bitcoin). These share the {@link IChainInfo} shape as
@@ -7635,6 +7722,7 @@
7635
7722
  exports.saga = saga;
7636
7723
  exports.scroll = scroll;
7637
7724
  exports.sei = sei;
7725
+ exports.sepolia = sepolia;
7638
7726
  exports.sonic = sonic;
7639
7727
  exports.taiko = taiko;
7640
7728
  exports.telos = telos;
package/dist/index-mjs.js CHANGED
@@ -1,5 +1,5 @@
1
- import { arbitrum as arbitrum$1, avalanche as avalanche$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, etherlink as etherlink$1, filecoin as filecoin$1, gensyn as gensyn$1, gnosis as gnosis$1, goat as goat$1, hemi as hemi$1, hyperEvm, 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, matchain as matchain$1, metalL2, monad as monad$1, moonbeam as moonbeam$1, nibiru as nibiru$1, optimism as optimism$1, plasma as plasma$1, polygon as polygon$1, redbellyMainnet, robinhood as robinhood$1, ronin as ronin$1, 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, unichain as unichain$1, worldchain as worldchain$1, xdc as xdc$1, zeroGMainnet, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
2
- import { zeroAddress, defineChain } from 'viem';
1
+ import { arbitrum as arbitrum$1, avalanche as avalanche$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, etherlink as etherlink$1, filecoin as filecoin$1, gensyn as gensyn$1, gnosis as gnosis$1, goat as goat$1, hemi as hemi$1, hyperEvm, 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, matchain as matchain$1, metalL2, monad as monad$1, moonbeam as moonbeam$1, nibiru as nibiru$1, optimism as optimism$1, plasma as plasma$1, polygon as polygon$1, redbellyMainnet, robinhood as robinhood$1, ronin as ronin$1, rootstock as rootstock$1, saga as saga$1, scroll as scroll$1, sei as sei$1, sepolia as sepolia$1, sonic as sonic$1, taiko as taiko$1, telos as telos$1, tronShasta as tronShasta$1, unichain as unichain$1, worldchain as worldchain$1, xdc as xdc$1, zeroGMainnet, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
2
+ import { zeroAddress, defineChain, zeroHash } from 'viem';
3
3
 
4
4
  const makeConfig = (x) => {
5
5
  return { caip2Namespace: "eip155", ...x };
@@ -5703,6 +5703,92 @@ const sei = makeConfig({
5703
5703
  },
5704
5704
  });
5705
5705
 
5706
+ const sepolia = makeConfig({
5707
+ ...sepolia$1,
5708
+ blockTimeSeconds: 12,
5709
+ launchTime: 1655683200,
5710
+ transactionType: "eip1559",
5711
+ sortIndex: 47,
5712
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/ethereum-logo.webp",
5713
+ deprecated: true,
5714
+ liteChain: true,
5715
+ estimatedSwapGas: 300000,
5716
+ estimatedBridgeGas: 200000,
5717
+ estimatedWrapGas: 60000,
5718
+ safeReorgDistance: 90000,
5719
+ blockAid: "",
5720
+ externalId: {},
5721
+ markets: {},
5722
+ bridges: {},
5723
+ oracles: {},
5724
+ morpho: {},
5725
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
5726
+ uniswap: {
5727
+ deployBlock: 0,
5728
+ poolFactory: "0x0227628f3F023bb0B980b67D528571c95c6DaC1c",
5729
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5730
+ multicall2: "0xD7F33bCdb21b359c8ee6F0251d30E94832baAd07",
5731
+ tickLens: "0xd7f33bcdb21b359c8ee6f0251d30e94832baad07",
5732
+ quoter: "0xEd1f6473345F45b75F8179591dd5bA1888cf2FB3",
5733
+ swapRouter02: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E",
5734
+ NFTDescriptor: "0x3B5E3c5E595D85fbFBC2a42ECC091e183E76697C",
5735
+ nonfungibleTokenPositionDescriptor: "0x5bE4DAa6982C69aD20A57F1e68cBcA3D37de6207",
5736
+ nonfungiblePositionManager: "0x1238536071E1c677A632429e3655c799b22cDA52",
5737
+ v3Migrator: "0x729004182cF005CEC8Bd85df140094b6aCbe8b15",
5738
+ positionsNFT: "0x1238536071E1c677A632429e3655c799b22cDA52",
5739
+ positionsNFTDeployBlock: 0,
5740
+ universalRouter: "0xB0C89059d7190EDb17eFF19829cc009cEe923916",
5741
+ wrappedNativeAddress: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
5742
+ wrappedNativeSymbol: "WETH",
5743
+ wrappedNativeName: "Wrapped Ether",
5744
+ wrappedNativeDecimals: 18,
5745
+ nativeCurrencyName: "ETH",
5746
+ },
5747
+ uniswapv4: {
5748
+ deployBlock: 0,
5749
+ poolManager: "0xE03A1074c86CFeDd5C142C4F04F1a1536e203543",
5750
+ positionManager: "0x429ba70129df741B2Ca2a85BC3A2a3328e5c09b4",
5751
+ universalRouter: "0xB0C89059d7190EDb17eFF19829cc009cEe923916",
5752
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5753
+ defaultPool: zeroHash,
5754
+ stateView: "0xE1Dd9c3fA50EDB962E442f60DfBc432e24537E4C",
5755
+ },
5756
+ token: {
5757
+ usdcAddress: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17",
5758
+ wethAddress: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
5759
+ },
5760
+ oku: {
5761
+ pricing: {
5762
+ nativeWrappedToken: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
5763
+ nativeWrappedName: "ETH",
5764
+ },
5765
+ },
5766
+ defaultPool: zeroAddress,
5767
+ defaultToken0: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17",
5768
+ defaultToken1: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
5769
+ tokenList: [
5770
+ { symbol: "USDC", address: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17" },
5771
+ { symbol: "WETH", address: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14" },
5772
+ ],
5773
+ stables: ["0x699CFe8997D647d03325Ef4BFd039d5bb0984A17"],
5774
+ watchlist: [],
5775
+ v4Watchlist: [],
5776
+ internalName: "sepolia",
5777
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png",
5778
+ contracts: {
5779
+ ...sepolia$1.contracts,
5780
+ nftManager: {
5781
+ address: "0x1238536071E1c677A632429e3655c799b22cDA52",
5782
+ },
5783
+ weth9: {
5784
+ address: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
5785
+ },
5786
+ multicall2: {
5787
+ address: "0xD7F33bCdb21b359c8ee6F0251d30E94832baAd07",
5788
+ },
5789
+ },
5790
+ });
5791
+
5706
5792
  const sonic = makeConfig({
5707
5793
  ...sonic$1,
5708
5794
  blockTimeSeconds: 3,
@@ -7390,6 +7476,7 @@ const MAINNET_CHAINS = [
7390
7476
  gensyn,
7391
7477
  pharos,
7392
7478
  robinhood,
7479
+ sepolia,
7393
7480
  ];
7394
7481
  /**
7395
7482
  * Non-EVM chains (e.g. Bitcoin). These share the {@link IChainInfo} shape as
@@ -7571,4 +7658,4 @@ function isNonEvmChain(c) {
7571
7658
  return isNonEvmChain$1(namespaceOfChainLike(c));
7572
7659
  }
7573
7660
 
7574
- export { ALL_NETWORKS, ChainType, MAINNET_CHAINS, NON_EVM_CHAINS, NON_EVM_CHAIN_ID, NetworkNotFoundError, arbitrum, avalanche, base, bitcoin, blast, bob, boba, bsc, buildNetworkIndex, caip2Reference, celo, chainType, corn, etherlink, filecoin, formatCAIP2, fromCAIP2, gensyn, gnosis, goat, hemi, hyperevm, isEvmChain, isNetworkType, isNonEvmChain, lens, lightlink, linea, lisk, mainnet, makeConfig, manta, mantle, matchain, metal, monad, moonbeam, networkByAny, networkByCAIP2, networkById, networkByName, networkByString, nibiru, optimism, parseCAIP2, pharos, plasma, polygon, polygonZkEvm, redbelly, robinhood, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, toCAIP2, tronShasta, unichain, worldchain, xdc, zerog, zkSync };
7661
+ export { ALL_NETWORKS, ChainType, MAINNET_CHAINS, NON_EVM_CHAINS, NON_EVM_CHAIN_ID, NetworkNotFoundError, arbitrum, avalanche, base, bitcoin, blast, bob, boba, bsc, buildNetworkIndex, caip2Reference, celo, chainType, corn, etherlink, filecoin, formatCAIP2, fromCAIP2, gensyn, gnosis, goat, hemi, hyperevm, isEvmChain, isNetworkType, isNonEvmChain, lens, lightlink, linea, lisk, mainnet, makeConfig, manta, mantle, matchain, metal, monad, moonbeam, networkByAny, networkByCAIP2, networkById, networkByName, networkByString, nibiru, optimism, parseCAIP2, pharos, plasma, polygon, polygonZkEvm, redbelly, robinhood, ronin, rootstock, saga, scroll, sei, sepolia, sonic, taiko, telos, toCAIP2, tronShasta, unichain, worldchain, xdc, zerog, zkSync };
package/dist/index.js CHANGED
@@ -5705,6 +5705,92 @@ const sei = makeConfig({
5705
5705
  },
5706
5706
  });
5707
5707
 
5708
+ const sepolia = makeConfig({
5709
+ ...chains.sepolia,
5710
+ blockTimeSeconds: 12,
5711
+ launchTime: 1655683200,
5712
+ transactionType: "eip1559",
5713
+ sortIndex: 47,
5714
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/ethereum-logo.webp",
5715
+ deprecated: true,
5716
+ liteChain: true,
5717
+ estimatedSwapGas: 300000,
5718
+ estimatedBridgeGas: 200000,
5719
+ estimatedWrapGas: 60000,
5720
+ safeReorgDistance: 90000,
5721
+ blockAid: "",
5722
+ externalId: {},
5723
+ markets: {},
5724
+ bridges: {},
5725
+ oracles: {},
5726
+ morpho: {},
5727
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
5728
+ uniswap: {
5729
+ deployBlock: 0,
5730
+ poolFactory: "0x0227628f3F023bb0B980b67D528571c95c6DaC1c",
5731
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5732
+ multicall2: "0xD7F33bCdb21b359c8ee6F0251d30E94832baAd07",
5733
+ tickLens: "0xd7f33bcdb21b359c8ee6f0251d30e94832baad07",
5734
+ quoter: "0xEd1f6473345F45b75F8179591dd5bA1888cf2FB3",
5735
+ swapRouter02: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E",
5736
+ NFTDescriptor: "0x3B5E3c5E595D85fbFBC2a42ECC091e183E76697C",
5737
+ nonfungibleTokenPositionDescriptor: "0x5bE4DAa6982C69aD20A57F1e68cBcA3D37de6207",
5738
+ nonfungiblePositionManager: "0x1238536071E1c677A632429e3655c799b22cDA52",
5739
+ v3Migrator: "0x729004182cF005CEC8Bd85df140094b6aCbe8b15",
5740
+ positionsNFT: "0x1238536071E1c677A632429e3655c799b22cDA52",
5741
+ positionsNFTDeployBlock: 0,
5742
+ universalRouter: "0xB0C89059d7190EDb17eFF19829cc009cEe923916",
5743
+ wrappedNativeAddress: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
5744
+ wrappedNativeSymbol: "WETH",
5745
+ wrappedNativeName: "Wrapped Ether",
5746
+ wrappedNativeDecimals: 18,
5747
+ nativeCurrencyName: "ETH",
5748
+ },
5749
+ uniswapv4: {
5750
+ deployBlock: 0,
5751
+ poolManager: "0xE03A1074c86CFeDd5C142C4F04F1a1536e203543",
5752
+ positionManager: "0x429ba70129df741B2Ca2a85BC3A2a3328e5c09b4",
5753
+ universalRouter: "0xB0C89059d7190EDb17eFF19829cc009cEe923916",
5754
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5755
+ defaultPool: viem.zeroHash,
5756
+ stateView: "0xE1Dd9c3fA50EDB962E442f60DfBc432e24537E4C",
5757
+ },
5758
+ token: {
5759
+ usdcAddress: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17",
5760
+ wethAddress: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
5761
+ },
5762
+ oku: {
5763
+ pricing: {
5764
+ nativeWrappedToken: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
5765
+ nativeWrappedName: "ETH",
5766
+ },
5767
+ },
5768
+ defaultPool: viem.zeroAddress,
5769
+ defaultToken0: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17",
5770
+ defaultToken1: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
5771
+ tokenList: [
5772
+ { symbol: "USDC", address: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17" },
5773
+ { symbol: "WETH", address: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14" },
5774
+ ],
5775
+ stables: ["0x699CFe8997D647d03325Ef4BFd039d5bb0984A17"],
5776
+ watchlist: [],
5777
+ v4Watchlist: [],
5778
+ internalName: "sepolia",
5779
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png",
5780
+ contracts: {
5781
+ ...chains.sepolia.contracts,
5782
+ nftManager: {
5783
+ address: "0x1238536071E1c677A632429e3655c799b22cDA52",
5784
+ },
5785
+ weth9: {
5786
+ address: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
5787
+ },
5788
+ multicall2: {
5789
+ address: "0xD7F33bCdb21b359c8ee6F0251d30E94832baAd07",
5790
+ },
5791
+ },
5792
+ });
5793
+
5708
5794
  const sonic = makeConfig({
5709
5795
  ...chains.sonic,
5710
5796
  blockTimeSeconds: 3,
@@ -7392,6 +7478,7 @@ const MAINNET_CHAINS = [
7392
7478
  gensyn,
7393
7479
  pharos,
7394
7480
  robinhood,
7481
+ sepolia,
7395
7482
  ];
7396
7483
  /**
7397
7484
  * Non-EVM chains (e.g. Bitcoin). These share the {@link IChainInfo} shape as
@@ -7634,6 +7721,7 @@ exports.rootstock = rootstock;
7634
7721
  exports.saga = saga;
7635
7722
  exports.scroll = scroll;
7636
7723
  exports.sei = sei;
7724
+ exports.sepolia = sepolia;
7637
7725
  exports.sonic = sonic;
7638
7726
  exports.taiko = taiko;
7639
7727
  exports.telos = telos;
@@ -40,6 +40,7 @@ export * from "./rootstock";
40
40
  export * from "./saga";
41
41
  export * from "./scroll";
42
42
  export * from "./sei";
43
+ export * from "./sepolia";
43
44
  export * from "./sonic";
44
45
  export * from "./taiko";
45
46
  export * from "./telos";
@@ -0,0 +1,135 @@
1
+ export declare const sepolia: Readonly<{
2
+ blockTimeSeconds: 12;
3
+ launchTime: 1655683200;
4
+ transactionType: "eip1559";
5
+ sortIndex: 47;
6
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/ethereum-logo.webp";
7
+ deprecated: true;
8
+ liteChain: true;
9
+ estimatedSwapGas: 300000;
10
+ estimatedBridgeGas: 200000;
11
+ estimatedWrapGas: 60000;
12
+ safeReorgDistance: 90000;
13
+ blockAid: "";
14
+ externalId: {};
15
+ markets: {};
16
+ bridges: {};
17
+ oracles: {};
18
+ morpho: {};
19
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
20
+ uniswap: {
21
+ deployBlock: number;
22
+ poolFactory: "0x0227628f3F023bb0B980b67D528571c95c6DaC1c";
23
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
24
+ multicall2: "0xD7F33bCdb21b359c8ee6F0251d30E94832baAd07";
25
+ tickLens: "0xd7f33bcdb21b359c8ee6f0251d30e94832baad07";
26
+ quoter: "0xEd1f6473345F45b75F8179591dd5bA1888cf2FB3";
27
+ swapRouter02: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E";
28
+ NFTDescriptor: "0x3B5E3c5E595D85fbFBC2a42ECC091e183E76697C";
29
+ nonfungibleTokenPositionDescriptor: "0x5bE4DAa6982C69aD20A57F1e68cBcA3D37de6207";
30
+ nonfungiblePositionManager: "0x1238536071E1c677A632429e3655c799b22cDA52";
31
+ v3Migrator: "0x729004182cF005CEC8Bd85df140094b6aCbe8b15";
32
+ positionsNFT: "0x1238536071E1c677A632429e3655c799b22cDA52";
33
+ positionsNFTDeployBlock: number;
34
+ universalRouter: "0xB0C89059d7190EDb17eFF19829cc009cEe923916";
35
+ wrappedNativeAddress: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14";
36
+ wrappedNativeSymbol: string;
37
+ wrappedNativeName: string;
38
+ wrappedNativeDecimals: number;
39
+ nativeCurrencyName: string;
40
+ };
41
+ uniswapv4: {
42
+ deployBlock: number;
43
+ poolManager: "0xE03A1074c86CFeDd5C142C4F04F1a1536e203543";
44
+ positionManager: "0x429ba70129df741B2Ca2a85BC3A2a3328e5c09b4";
45
+ universalRouter: "0xB0C89059d7190EDb17eFF19829cc009cEe923916";
46
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
47
+ defaultPool: "0x0000000000000000000000000000000000000000000000000000000000000000";
48
+ stateView: "0xE1Dd9c3fA50EDB962E442f60DfBc432e24537E4C";
49
+ };
50
+ token: {
51
+ usdcAddress: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17";
52
+ wethAddress: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14";
53
+ };
54
+ oku: {
55
+ pricing: {
56
+ nativeWrappedToken: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14";
57
+ nativeWrappedName: string;
58
+ };
59
+ };
60
+ defaultPool: "0x0000000000000000000000000000000000000000";
61
+ defaultToken0: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17";
62
+ defaultToken1: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14";
63
+ tokenList: ({
64
+ symbol: string;
65
+ address: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17";
66
+ } | {
67
+ symbol: string;
68
+ address: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14";
69
+ })[];
70
+ stables: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17"[];
71
+ watchlist: never[];
72
+ v4Watchlist: never[];
73
+ internalName: "sepolia";
74
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png";
75
+ contracts: {
76
+ nftManager: {
77
+ address: "0x1238536071E1c677A632429e3655c799b22cDA52";
78
+ };
79
+ weth9: {
80
+ address: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14";
81
+ };
82
+ multicall2: {
83
+ address: "0xD7F33bCdb21b359c8ee6F0251d30E94832baAd07";
84
+ };
85
+ multicall3: {
86
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
87
+ readonly blockCreated: 751532;
88
+ };
89
+ ensUniversalResolver: {
90
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
91
+ readonly blockCreated: 8928790;
92
+ };
93
+ };
94
+ blockExplorers: {
95
+ readonly default: {
96
+ readonly name: "Etherscan";
97
+ readonly url: "https://sepolia.etherscan.io";
98
+ readonly apiUrl: "https://api-sepolia.etherscan.io/api";
99
+ };
100
+ };
101
+ blockTime?: number | undefined | undefined | undefined;
102
+ ensTlds?: readonly string[] | undefined;
103
+ id: 11155111;
104
+ name: "Sepolia";
105
+ nativeCurrency: {
106
+ readonly name: "Sepolia Ether";
107
+ readonly symbol: "ETH";
108
+ readonly decimals: 18;
109
+ };
110
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
111
+ rpcUrls: {
112
+ readonly default: {
113
+ readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
114
+ };
115
+ };
116
+ sourceId?: number | undefined | undefined | undefined;
117
+ testnet: true;
118
+ custom?: Record<string, unknown> | undefined;
119
+ extendSchema?: Record<string, unknown> | undefined;
120
+ fees?: import("viem").ChainFees<undefined> | undefined;
121
+ formatters?: undefined | undefined;
122
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
123
+ client: import("viem").Client;
124
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
125
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
126
+ client: import("viem").Client;
127
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
128
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
129
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
130
+ }] | undefined | undefined;
131
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
132
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
133
+ } & {
134
+ caip2Namespace: string;
135
+ }>;
@@ -4890,17 +4890,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
4890
4890
  chainId: number;
4891
4891
  type: "eip2930";
4892
4892
  gasPrice: bigint;
4893
- maxFeePerBlobGas
4894
- /**
4895
- * True if the chain is non-EVM (its CAIP-2 namespace is not `eip155`). Accepts
4896
- * an {@link IChainInfo} object, a CAIP-2 string, an internal name, or a
4897
- * numeric chain id.
4898
- */
4899
- ? /**
4900
- * True if the chain is non-EVM (its CAIP-2 namespace is not `eip155`). Accepts
4901
- * an {@link IChainInfo} object, a CAIP-2 string, an internal name, or a
4902
- * numeric chain id.
4903
- */: undefined | undefined;
4893
+ maxFeePerBlobGas?: undefined | undefined;
4904
4894
  maxFeePerGas?: undefined | undefined;
4905
4895
  maxPriorityFeePerGas?: undefined | undefined;
4906
4896
  isSystemTx?: undefined | undefined;
@@ -5910,13 +5900,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
5910
5900
  value: bigint;
5911
5901
  yParity: number;
5912
5902
  accessList: import("viem").AccessList;
5913
- authorizationList
5914
- /**
5915
- * True if the chain is an EVM chain (CAIP-2 namespace `eip155`). Accepts an
5916
- * {@link IChainInfo} object, a CAIP-2 string, an internal name, or a numeric
5917
- * chain id.
5918
- */
5919
- ?: undefined | undefined;
5903
+ authorizationList?: undefined | undefined;
5920
5904
  blobVersionedHashes?: undefined | undefined;
5921
5905
  chainId: number;
5922
5906
  type: "eip2930";
@@ -11094,6 +11078,140 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
11094
11078
  verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
11095
11079
  } & {
11096
11080
  caip2Namespace: string;
11081
+ }>, Readonly<{
11082
+ blockTimeSeconds: 12;
11083
+ launchTime: 1655683200;
11084
+ transactionType: "eip1559";
11085
+ sortIndex: 47;
11086
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/ethereum-logo.webp";
11087
+ deprecated: true;
11088
+ liteChain: true;
11089
+ estimatedSwapGas: 300000;
11090
+ estimatedBridgeGas: 200000;
11091
+ estimatedWrapGas: 60000;
11092
+ safeReorgDistance: 90000;
11093
+ blockAid: "";
11094
+ externalId: {};
11095
+ markets: {};
11096
+ bridges: {};
11097
+ oracles: {};
11098
+ morpho: {};
11099
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
11100
+ uniswap: {
11101
+ deployBlock: number;
11102
+ poolFactory: "0x0227628f3F023bb0B980b67D528571c95c6DaC1c";
11103
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
11104
+ multicall2: "0xD7F33bCdb21b359c8ee6F0251d30E94832baAd07";
11105
+ tickLens: "0xd7f33bcdb21b359c8ee6f0251d30e94832baad07";
11106
+ quoter: "0xEd1f6473345F45b75F8179591dd5bA1888cf2FB3";
11107
+ swapRouter02: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E";
11108
+ NFTDescriptor: "0x3B5E3c5E595D85fbFBC2a42ECC091e183E76697C";
11109
+ nonfungibleTokenPositionDescriptor: "0x5bE4DAa6982C69aD20A57F1e68cBcA3D37de6207";
11110
+ nonfungiblePositionManager: "0x1238536071E1c677A632429e3655c799b22cDA52";
11111
+ v3Migrator: "0x729004182cF005CEC8Bd85df140094b6aCbe8b15";
11112
+ positionsNFT: "0x1238536071E1c677A632429e3655c799b22cDA52";
11113
+ positionsNFTDeployBlock: number;
11114
+ universalRouter: "0xB0C89059d7190EDb17eFF19829cc009cEe923916";
11115
+ wrappedNativeAddress: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14";
11116
+ wrappedNativeSymbol: string;
11117
+ wrappedNativeName: string;
11118
+ wrappedNativeDecimals: number;
11119
+ nativeCurrencyName: string;
11120
+ };
11121
+ uniswapv4: {
11122
+ deployBlock: number;
11123
+ poolManager: "0xE03A1074c86CFeDd5C142C4F04F1a1536e203543";
11124
+ positionManager: "0x429ba70129df741B2Ca2a85BC3A2a3328e5c09b4";
11125
+ universalRouter: "0xB0C89059d7190EDb17eFF19829cc009cEe923916";
11126
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
11127
+ defaultPool: "0x0000000000000000000000000000000000000000000000000000000000000000";
11128
+ stateView: "0xE1Dd9c3fA50EDB962E442f60DfBc432e24537E4C";
11129
+ };
11130
+ token: {
11131
+ usdcAddress: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17";
11132
+ wethAddress: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14";
11133
+ };
11134
+ oku: {
11135
+ pricing: {
11136
+ nativeWrappedToken: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14";
11137
+ nativeWrappedName: string;
11138
+ };
11139
+ };
11140
+ defaultPool: "0x0000000000000000000000000000000000000000";
11141
+ defaultToken0: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17";
11142
+ defaultToken1: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14";
11143
+ tokenList: ({
11144
+ symbol: string;
11145
+ address: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17";
11146
+ } | {
11147
+ symbol: string;
11148
+ address: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14";
11149
+ })[];
11150
+ stables: "0x699CFe8997D647d03325Ef4BFd039d5bb0984A17"[];
11151
+ watchlist: never[];
11152
+ v4Watchlist: never[];
11153
+ internalName: "sepolia";
11154
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png";
11155
+ contracts: {
11156
+ nftManager: {
11157
+ address: "0x1238536071E1c677A632429e3655c799b22cDA52";
11158
+ };
11159
+ weth9: {
11160
+ address: "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14";
11161
+ };
11162
+ multicall2: {
11163
+ address: "0xD7F33bCdb21b359c8ee6F0251d30E94832baAd07";
11164
+ };
11165
+ multicall3: {
11166
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
11167
+ readonly blockCreated: 751532;
11168
+ };
11169
+ ensUniversalResolver: {
11170
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
11171
+ readonly blockCreated: 8928790;
11172
+ };
11173
+ };
11174
+ blockExplorers: {
11175
+ readonly default: {
11176
+ readonly name: "Etherscan";
11177
+ readonly url: "https://sepolia.etherscan.io";
11178
+ readonly apiUrl: "https://api-sepolia.etherscan.io/api";
11179
+ };
11180
+ };
11181
+ blockTime?: number | undefined | undefined | undefined;
11182
+ ensTlds?: readonly string[] | undefined;
11183
+ id: 11155111;
11184
+ name: "Sepolia";
11185
+ nativeCurrency: {
11186
+ readonly name: "Sepolia Ether";
11187
+ readonly symbol: "ETH";
11188
+ readonly decimals: 18;
11189
+ };
11190
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
11191
+ rpcUrls: {
11192
+ readonly default: {
11193
+ readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
11194
+ };
11195
+ };
11196
+ sourceId?: number | undefined | undefined | undefined;
11197
+ testnet: true;
11198
+ custom?: Record<string, unknown> | undefined;
11199
+ extendSchema?: Record<string, unknown> | undefined;
11200
+ fees?: import("viem").ChainFees<undefined> | undefined;
11201
+ formatters?: undefined | undefined;
11202
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
11203
+ client: import("viem").Client;
11204
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
11205
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
11206
+ client: import("viem").Client;
11207
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
11208
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
11209
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
11210
+ }] | undefined | undefined;
11211
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
11212
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
11213
+ } & {
11214
+ caip2Namespace: string;
11097
11215
  }>];
11098
11216
  /**
11099
11217
  * Non-EVM chains (e.g. Bitcoin). These share the {@link IChainInfo} shape as
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.12.21",
3
+ "version": "1.12.22",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",