@gfxlabs/oku-chains 1.1.153 → 1.1.154

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
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('viem/chains')) :
3
- typeof define === 'function' && define.amd ? define(['exports', 'viem/chains'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["oku-chains"] = {}, global.viem_chains));
5
- })(this, (function (exports, chains) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('viem/chains'), require('viem')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', 'viem/chains', 'viem'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["oku-chains"] = {}, global.viem_chains, global.viem));
5
+ })(this, (function (exports, chains, viem) { 'use strict';
6
6
 
7
7
  const makeConfig = (x) => {
8
8
  return x;
@@ -1366,6 +1366,84 @@
1366
1366
  },
1367
1367
  });
1368
1368
 
1369
+ const hemi = makeConfig({
1370
+ ...chains.hemi,
1371
+ blockTimeSeconds: 12,
1372
+ launchTime: 1738569600,
1373
+ sortIndex: 13,
1374
+ logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg",
1375
+ safeReorgDistance: 90000,
1376
+ externalId: {},
1377
+ markets: {},
1378
+ bridges: {},
1379
+ morpho: {},
1380
+ oracles: {},
1381
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
1382
+ uniswap: {
1383
+ deployBlock: 963965,
1384
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
1385
+ permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
1386
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
1387
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
1388
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1389
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1390
+ positionsNFTDeployBlock: 963981,
1391
+ universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2",
1392
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
1393
+ wrappedNativeSymbol: "WETH",
1394
+ wrappedNativeName: "Wrapped Ether",
1395
+ wrappedNativeDecimals: 18,
1396
+ nativeCurrencyName: "ETH",
1397
+ },
1398
+ token: {
1399
+ wethAddress: "0x4200000000000000000000000000000000000006",
1400
+ wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
1401
+ },
1402
+ oku: {
1403
+ limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
1404
+ limitOrderRegistryDeployBlock: 964056,
1405
+ pricing: {
1406
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006",
1407
+ nativeWrappedName: "ETH",
1408
+ },
1409
+ },
1410
+ defaultPool: viem.zeroAddress,
1411
+ defaultToken0: "0x4200000000000000000000000000000000000006",
1412
+ defaultToken1: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA",
1413
+ tokenList: [
1414
+ { symbol: "WETH", address: "0x4200000000000000000000000000000000000006" },
1415
+ { symbol: "USDT", address: "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e" },
1416
+ { symbol: "USDC.e", address: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA" },
1417
+ { symbol: "WBTC", address: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3" },
1418
+ ],
1419
+ stables: [
1420
+ "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA",
1421
+ "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e",
1422
+ "0x6c851F501a3F24E29A8E39a29591cddf09369080",
1423
+ ],
1424
+ watchlist: [],
1425
+ internalName: "hemi",
1426
+ nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
1427
+ contracts: {
1428
+ ...chains.hemi.contracts,
1429
+ limitOrder: {
1430
+ address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
1431
+ },
1432
+ nftManager: {
1433
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1434
+ },
1435
+ weth9: {
1436
+ address: "0x4200000000000000000000000000000000000006",
1437
+ },
1438
+ multicall2: {
1439
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
1440
+ },
1441
+ multicall3: {
1442
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
1443
+ },
1444
+ },
1445
+ });
1446
+
1369
1447
  const linea = makeConfig({
1370
1448
  ...chains.linea,
1371
1449
  name: "Linea",
@@ -3737,6 +3815,7 @@
3737
3815
  corn,
3738
3816
  sonic,
3739
3817
  celo,
3818
+ hemi,
3740
3819
  ];
3741
3820
 
3742
3821
  exports.MAINNET_CHAINS = MAINNET_CHAINS;
@@ -3750,6 +3829,7 @@
3750
3829
  exports.corn = corn;
3751
3830
  exports.filecoin = filecoin;
3752
3831
  exports.gnosis = gnosis;
3832
+ exports.hemi = hemi;
3753
3833
  exports.linea = linea;
3754
3834
  exports.lisk = lisk;
3755
3835
  exports.mainnet = mainnet;
package/dist/index-mjs.js CHANGED
@@ -1,4 +1,5 @@
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, 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, rootstock as rootstock$1, scroll as scroll$1, sei as sei$1, sonic as sonic$1, taiko as taiko$1, xLayer as xLayer$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, hemi as hemi$1, 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, rootstock as rootstock$1, scroll as scroll$1, sei as sei$1, sonic as sonic$1, taiko as taiko$1, xLayer as xLayer$1, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
2
+ import { zeroAddress } from 'viem';
2
3
 
3
4
  const makeConfig = (x) => {
4
5
  return x;
@@ -1362,6 +1363,84 @@ const gnosis = makeConfig({
1362
1363
  },
1363
1364
  });
1364
1365
 
1366
+ const hemi = makeConfig({
1367
+ ...hemi$1,
1368
+ blockTimeSeconds: 12,
1369
+ launchTime: 1738569600,
1370
+ sortIndex: 13,
1371
+ logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg",
1372
+ safeReorgDistance: 90000,
1373
+ externalId: {},
1374
+ markets: {},
1375
+ bridges: {},
1376
+ morpho: {},
1377
+ oracles: {},
1378
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
1379
+ uniswap: {
1380
+ deployBlock: 963965,
1381
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
1382
+ permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
1383
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
1384
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
1385
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1386
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1387
+ positionsNFTDeployBlock: 963981,
1388
+ universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2",
1389
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
1390
+ wrappedNativeSymbol: "WETH",
1391
+ wrappedNativeName: "Wrapped Ether",
1392
+ wrappedNativeDecimals: 18,
1393
+ nativeCurrencyName: "ETH",
1394
+ },
1395
+ token: {
1396
+ wethAddress: "0x4200000000000000000000000000000000000006",
1397
+ wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
1398
+ },
1399
+ oku: {
1400
+ limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
1401
+ limitOrderRegistryDeployBlock: 964056,
1402
+ pricing: {
1403
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006",
1404
+ nativeWrappedName: "ETH",
1405
+ },
1406
+ },
1407
+ defaultPool: zeroAddress,
1408
+ defaultToken0: "0x4200000000000000000000000000000000000006",
1409
+ defaultToken1: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA",
1410
+ tokenList: [
1411
+ { symbol: "WETH", address: "0x4200000000000000000000000000000000000006" },
1412
+ { symbol: "USDT", address: "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e" },
1413
+ { symbol: "USDC.e", address: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA" },
1414
+ { symbol: "WBTC", address: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3" },
1415
+ ],
1416
+ stables: [
1417
+ "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA",
1418
+ "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e",
1419
+ "0x6c851F501a3F24E29A8E39a29591cddf09369080",
1420
+ ],
1421
+ watchlist: [],
1422
+ internalName: "hemi",
1423
+ nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
1424
+ contracts: {
1425
+ ...hemi$1.contracts,
1426
+ limitOrder: {
1427
+ address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
1428
+ },
1429
+ nftManager: {
1430
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1431
+ },
1432
+ weth9: {
1433
+ address: "0x4200000000000000000000000000000000000006",
1434
+ },
1435
+ multicall2: {
1436
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
1437
+ },
1438
+ multicall3: {
1439
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
1440
+ },
1441
+ },
1442
+ });
1443
+
1365
1444
  const linea = makeConfig({
1366
1445
  ...linea$1,
1367
1446
  name: "Linea",
@@ -3733,6 +3812,7 @@ const MAINNET_CHAINS = [
3733
3812
  corn,
3734
3813
  sonic,
3735
3814
  celo,
3815
+ hemi,
3736
3816
  ];
3737
3817
 
3738
- export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, polygonZkEvm, rootstock, scroll, sei, sonic, taiko, xLayer, zkSync };
3818
+ export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, polygonZkEvm, rootstock, scroll, sei, sonic, taiko, xLayer, zkSync };
package/dist/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var chains = require('viem/chains');
4
+ var viem = require('viem');
4
5
 
5
6
  const makeConfig = (x) => {
6
7
  return x;
@@ -1364,6 +1365,84 @@ const gnosis = makeConfig({
1364
1365
  },
1365
1366
  });
1366
1367
 
1368
+ const hemi = makeConfig({
1369
+ ...chains.hemi,
1370
+ blockTimeSeconds: 12,
1371
+ launchTime: 1738569600,
1372
+ sortIndex: 13,
1373
+ logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg",
1374
+ safeReorgDistance: 90000,
1375
+ externalId: {},
1376
+ markets: {},
1377
+ bridges: {},
1378
+ morpho: {},
1379
+ oracles: {},
1380
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
1381
+ uniswap: {
1382
+ deployBlock: 963965,
1383
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
1384
+ permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
1385
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
1386
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
1387
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1388
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1389
+ positionsNFTDeployBlock: 963981,
1390
+ universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2",
1391
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
1392
+ wrappedNativeSymbol: "WETH",
1393
+ wrappedNativeName: "Wrapped Ether",
1394
+ wrappedNativeDecimals: 18,
1395
+ nativeCurrencyName: "ETH",
1396
+ },
1397
+ token: {
1398
+ wethAddress: "0x4200000000000000000000000000000000000006",
1399
+ wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
1400
+ },
1401
+ oku: {
1402
+ limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
1403
+ limitOrderRegistryDeployBlock: 964056,
1404
+ pricing: {
1405
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006",
1406
+ nativeWrappedName: "ETH",
1407
+ },
1408
+ },
1409
+ defaultPool: viem.zeroAddress,
1410
+ defaultToken0: "0x4200000000000000000000000000000000000006",
1411
+ defaultToken1: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA",
1412
+ tokenList: [
1413
+ { symbol: "WETH", address: "0x4200000000000000000000000000000000000006" },
1414
+ { symbol: "USDT", address: "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e" },
1415
+ { symbol: "USDC.e", address: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA" },
1416
+ { symbol: "WBTC", address: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3" },
1417
+ ],
1418
+ stables: [
1419
+ "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA",
1420
+ "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e",
1421
+ "0x6c851F501a3F24E29A8E39a29591cddf09369080",
1422
+ ],
1423
+ watchlist: [],
1424
+ internalName: "hemi",
1425
+ nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
1426
+ contracts: {
1427
+ ...chains.hemi.contracts,
1428
+ limitOrder: {
1429
+ address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc",
1430
+ },
1431
+ nftManager: {
1432
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1433
+ },
1434
+ weth9: {
1435
+ address: "0x4200000000000000000000000000000000000006",
1436
+ },
1437
+ multicall2: {
1438
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
1439
+ },
1440
+ multicall3: {
1441
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
1442
+ },
1443
+ },
1444
+ });
1445
+
1367
1446
  const linea = makeConfig({
1368
1447
  ...chains.linea,
1369
1448
  name: "Linea",
@@ -3735,6 +3814,7 @@ const MAINNET_CHAINS = [
3735
3814
  corn,
3736
3815
  sonic,
3737
3816
  celo,
3817
+ hemi,
3738
3818
  ];
3739
3819
 
3740
3820
  exports.MAINNET_CHAINS = MAINNET_CHAINS;
@@ -3748,6 +3828,7 @@ exports.celo = celo;
3748
3828
  exports.corn = corn;
3749
3829
  exports.filecoin = filecoin;
3750
3830
  exports.gnosis = gnosis;
3831
+ exports.hemi = hemi;
3751
3832
  exports.linea = linea;
3752
3833
  exports.lisk = lisk;
3753
3834
  exports.mainnet = mainnet;
@@ -2937,6 +2937,114 @@ declare const gnosis: Readonly<{
2937
2937
  formatters?: undefined;
2938
2938
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
2939
2939
  }>;
2940
+ declare const hemi: Readonly<{
2941
+ blockTimeSeconds: 12;
2942
+ launchTime: 1738569600;
2943
+ sortIndex: 13;
2944
+ logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
2945
+ safeReorgDistance: 90000;
2946
+ externalId: {};
2947
+ markets: {};
2948
+ bridges: {};
2949
+ morpho: {};
2950
+ oracles: {};
2951
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
2952
+ uniswap: {
2953
+ deployBlock: number;
2954
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
2955
+ permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
2956
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
2957
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
2958
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
2959
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
2960
+ positionsNFTDeployBlock: number;
2961
+ universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
2962
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
2963
+ wrappedNativeSymbol: string;
2964
+ wrappedNativeName: string;
2965
+ wrappedNativeDecimals: number;
2966
+ nativeCurrencyName: string;
2967
+ };
2968
+ token: {
2969
+ wethAddress: "0x4200000000000000000000000000000000000006";
2970
+ wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
2971
+ };
2972
+ oku: {
2973
+ limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
2974
+ limitOrderRegistryDeployBlock: number;
2975
+ pricing: {
2976
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006";
2977
+ nativeWrappedName: string;
2978
+ };
2979
+ };
2980
+ defaultPool: "0x0000000000000000000000000000000000000000";
2981
+ defaultToken0: "0x4200000000000000000000000000000000000006";
2982
+ defaultToken1: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
2983
+ tokenList: ({
2984
+ symbol: string;
2985
+ address: "0x4200000000000000000000000000000000000006";
2986
+ } | {
2987
+ symbol: string;
2988
+ address: "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e";
2989
+ } | {
2990
+ symbol: string;
2991
+ address: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
2992
+ } | {
2993
+ symbol: string;
2994
+ address: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
2995
+ })[];
2996
+ stables: ("0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA" | "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e" | "0x6c851F501a3F24E29A8E39a29591cddf09369080")[];
2997
+ watchlist: never[];
2998
+ internalName: "hemi";
2999
+ nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
3000
+ contracts: {
3001
+ limitOrder: {
3002
+ address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
3003
+ };
3004
+ nftManager: {
3005
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
3006
+ };
3007
+ weth9: {
3008
+ address: "0x4200000000000000000000000000000000000006";
3009
+ };
3010
+ multicall2: {
3011
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
3012
+ };
3013
+ multicall3: {
3014
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
3015
+ };
3016
+ ensRegistry?: import("viem").ChainContract | undefined;
3017
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
3018
+ universalSignatureVerifier?: import("viem").ChainContract | undefined;
3019
+ };
3020
+ blockExplorers: {
3021
+ readonly default: {
3022
+ readonly name: "blockscout";
3023
+ readonly url: "https://explorer.hemi.xyz";
3024
+ };
3025
+ };
3026
+ id: 43111;
3027
+ name: "Hemi";
3028
+ nativeCurrency: {
3029
+ readonly name: "Ether";
3030
+ readonly symbol: "ETH";
3031
+ readonly decimals: 18;
3032
+ };
3033
+ rpcUrls: {
3034
+ readonly default: {
3035
+ readonly http: readonly [
3036
+ "https://rpc.hemi.network/rpc"
3037
+ ];
3038
+ };
3039
+ };
3040
+ sourceId?: number | undefined;
3041
+ testnet: false;
3042
+ custom?: Record<string, unknown> | undefined;
3043
+ fees?: import("viem").ChainFees<undefined> | undefined;
3044
+ formatters?: undefined;
3045
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
3046
+ network: "Hemi";
3047
+ }>;
2940
3048
  declare const linea: Readonly<{
2941
3049
  name: "Linea";
2942
3050
  launchTime: 1713362400;
@@ -12742,6 +12850,111 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12742
12850
  serializers: {
12743
12851
  readonly transaction: typeof import("viem/chains").serializeTransactionCelo;
12744
12852
  };
12853
+ }>, Readonly<{
12854
+ blockTimeSeconds: 12;
12855
+ launchTime: 1738569600;
12856
+ sortIndex: 13;
12857
+ logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
12858
+ safeReorgDistance: 90000;
12859
+ externalId: {};
12860
+ markets: {};
12861
+ bridges: {};
12862
+ morpho: {};
12863
+ oracles: {};
12864
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
12865
+ uniswap: {
12866
+ deployBlock: number;
12867
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
12868
+ permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
12869
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
12870
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
12871
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
12872
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
12873
+ positionsNFTDeployBlock: number;
12874
+ universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
12875
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
12876
+ wrappedNativeSymbol: string;
12877
+ wrappedNativeName: string;
12878
+ wrappedNativeDecimals: number;
12879
+ nativeCurrencyName: string;
12880
+ };
12881
+ token: {
12882
+ wethAddress: "0x4200000000000000000000000000000000000006";
12883
+ wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
12884
+ };
12885
+ oku: {
12886
+ limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
12887
+ limitOrderRegistryDeployBlock: number;
12888
+ pricing: {
12889
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006";
12890
+ nativeWrappedName: string;
12891
+ };
12892
+ };
12893
+ defaultPool: "0x0000000000000000000000000000000000000000";
12894
+ defaultToken0: "0x4200000000000000000000000000000000000006";
12895
+ defaultToken1: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
12896
+ tokenList: ({
12897
+ symbol: string;
12898
+ address: "0x4200000000000000000000000000000000000006";
12899
+ } | {
12900
+ symbol: string;
12901
+ address: "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e";
12902
+ } | {
12903
+ symbol: string;
12904
+ address: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
12905
+ } | {
12906
+ symbol: string;
12907
+ address: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
12908
+ })[];
12909
+ stables: ("0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA" | "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e" | "0x6c851F501a3F24E29A8E39a29591cddf09369080")[];
12910
+ watchlist: never[];
12911
+ internalName: "hemi";
12912
+ nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
12913
+ contracts: {
12914
+ limitOrder: {
12915
+ address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
12916
+ };
12917
+ nftManager: {
12918
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
12919
+ };
12920
+ weth9: {
12921
+ address: "0x4200000000000000000000000000000000000006";
12922
+ };
12923
+ multicall2: {
12924
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
12925
+ };
12926
+ multicall3: {
12927
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
12928
+ };
12929
+ ensRegistry?: ChainContract | undefined;
12930
+ ensUniversalResolver?: ChainContract | undefined;
12931
+ universalSignatureVerifier?: ChainContract | undefined;
12932
+ };
12933
+ blockExplorers: {
12934
+ readonly default: {
12935
+ readonly name: "blockscout";
12936
+ readonly url: "https://explorer.hemi.xyz";
12937
+ };
12938
+ };
12939
+ id: 43111;
12940
+ name: "Hemi";
12941
+ nativeCurrency: {
12942
+ readonly name: "Ether";
12943
+ readonly symbol: "ETH";
12944
+ readonly decimals: 18;
12945
+ };
12946
+ rpcUrls: {
12947
+ readonly default: {
12948
+ readonly http: readonly ["https://rpc.hemi.network/rpc"];
12949
+ };
12950
+ };
12951
+ sourceId?: number | undefined;
12952
+ testnet: false;
12953
+ custom?: Record<string, unknown> | undefined;
12954
+ fees?: import("viem").ChainFees<undefined> | undefined;
12955
+ formatters?: undefined;
12956
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
12957
+ network: "Hemi";
12745
12958
  }>];
12746
- export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, rootstock, scroll, sei, sonic, taiko, xLayer, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
12959
+ export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, rootstock, scroll, sei, sonic, taiko, xLayer, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
12747
12960
  export { ChainContract } from "viem";
@@ -2937,6 +2937,114 @@ declare const gnosis: Readonly<{
2937
2937
  formatters?: undefined;
2938
2938
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
2939
2939
  }>;
2940
+ declare const hemi: Readonly<{
2941
+ blockTimeSeconds: 12;
2942
+ launchTime: 1738569600;
2943
+ sortIndex: 13;
2944
+ logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
2945
+ safeReorgDistance: 90000;
2946
+ externalId: {};
2947
+ markets: {};
2948
+ bridges: {};
2949
+ morpho: {};
2950
+ oracles: {};
2951
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
2952
+ uniswap: {
2953
+ deployBlock: number;
2954
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
2955
+ permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
2956
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
2957
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
2958
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
2959
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
2960
+ positionsNFTDeployBlock: number;
2961
+ universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
2962
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
2963
+ wrappedNativeSymbol: string;
2964
+ wrappedNativeName: string;
2965
+ wrappedNativeDecimals: number;
2966
+ nativeCurrencyName: string;
2967
+ };
2968
+ token: {
2969
+ wethAddress: "0x4200000000000000000000000000000000000006";
2970
+ wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
2971
+ };
2972
+ oku: {
2973
+ limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
2974
+ limitOrderRegistryDeployBlock: number;
2975
+ pricing: {
2976
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006";
2977
+ nativeWrappedName: string;
2978
+ };
2979
+ };
2980
+ defaultPool: "0x0000000000000000000000000000000000000000";
2981
+ defaultToken0: "0x4200000000000000000000000000000000000006";
2982
+ defaultToken1: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
2983
+ tokenList: ({
2984
+ symbol: string;
2985
+ address: "0x4200000000000000000000000000000000000006";
2986
+ } | {
2987
+ symbol: string;
2988
+ address: "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e";
2989
+ } | {
2990
+ symbol: string;
2991
+ address: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
2992
+ } | {
2993
+ symbol: string;
2994
+ address: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
2995
+ })[];
2996
+ stables: ("0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA" | "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e" | "0x6c851F501a3F24E29A8E39a29591cddf09369080")[];
2997
+ watchlist: never[];
2998
+ internalName: "hemi";
2999
+ nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
3000
+ contracts: {
3001
+ limitOrder: {
3002
+ address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
3003
+ };
3004
+ nftManager: {
3005
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
3006
+ };
3007
+ weth9: {
3008
+ address: "0x4200000000000000000000000000000000000006";
3009
+ };
3010
+ multicall2: {
3011
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
3012
+ };
3013
+ multicall3: {
3014
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
3015
+ };
3016
+ ensRegistry?: import("viem").ChainContract | undefined;
3017
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
3018
+ universalSignatureVerifier?: import("viem").ChainContract | undefined;
3019
+ };
3020
+ blockExplorers: {
3021
+ readonly default: {
3022
+ readonly name: "blockscout";
3023
+ readonly url: "https://explorer.hemi.xyz";
3024
+ };
3025
+ };
3026
+ id: 43111;
3027
+ name: "Hemi";
3028
+ nativeCurrency: {
3029
+ readonly name: "Ether";
3030
+ readonly symbol: "ETH";
3031
+ readonly decimals: 18;
3032
+ };
3033
+ rpcUrls: {
3034
+ readonly default: {
3035
+ readonly http: readonly [
3036
+ "https://rpc.hemi.network/rpc"
3037
+ ];
3038
+ };
3039
+ };
3040
+ sourceId?: number | undefined;
3041
+ testnet: false;
3042
+ custom?: Record<string, unknown> | undefined;
3043
+ fees?: import("viem").ChainFees<undefined> | undefined;
3044
+ formatters?: undefined;
3045
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
3046
+ network: "Hemi";
3047
+ }>;
2940
3048
  declare const linea: Readonly<{
2941
3049
  name: "Linea";
2942
3050
  launchTime: 1713362400;
@@ -12742,6 +12850,111 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12742
12850
  serializers: {
12743
12851
  readonly transaction: typeof import("viem/chains").serializeTransactionCelo;
12744
12852
  };
12853
+ }>, Readonly<{
12854
+ blockTimeSeconds: 12;
12855
+ launchTime: 1738569600;
12856
+ sortIndex: 13;
12857
+ logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
12858
+ safeReorgDistance: 90000;
12859
+ externalId: {};
12860
+ markets: {};
12861
+ bridges: {};
12862
+ morpho: {};
12863
+ oracles: {};
12864
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
12865
+ uniswap: {
12866
+ deployBlock: number;
12867
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
12868
+ permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
12869
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
12870
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
12871
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
12872
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
12873
+ positionsNFTDeployBlock: number;
12874
+ universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
12875
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
12876
+ wrappedNativeSymbol: string;
12877
+ wrappedNativeName: string;
12878
+ wrappedNativeDecimals: number;
12879
+ nativeCurrencyName: string;
12880
+ };
12881
+ token: {
12882
+ wethAddress: "0x4200000000000000000000000000000000000006";
12883
+ wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
12884
+ };
12885
+ oku: {
12886
+ limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
12887
+ limitOrderRegistryDeployBlock: number;
12888
+ pricing: {
12889
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006";
12890
+ nativeWrappedName: string;
12891
+ };
12892
+ };
12893
+ defaultPool: "0x0000000000000000000000000000000000000000";
12894
+ defaultToken0: "0x4200000000000000000000000000000000000006";
12895
+ defaultToken1: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
12896
+ tokenList: ({
12897
+ symbol: string;
12898
+ address: "0x4200000000000000000000000000000000000006";
12899
+ } | {
12900
+ symbol: string;
12901
+ address: "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e";
12902
+ } | {
12903
+ symbol: string;
12904
+ address: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
12905
+ } | {
12906
+ symbol: string;
12907
+ address: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
12908
+ })[];
12909
+ stables: ("0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA" | "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e" | "0x6c851F501a3F24E29A8E39a29591cddf09369080")[];
12910
+ watchlist: never[];
12911
+ internalName: "hemi";
12912
+ nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
12913
+ contracts: {
12914
+ limitOrder: {
12915
+ address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
12916
+ };
12917
+ nftManager: {
12918
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
12919
+ };
12920
+ weth9: {
12921
+ address: "0x4200000000000000000000000000000000000006";
12922
+ };
12923
+ multicall2: {
12924
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
12925
+ };
12926
+ multicall3: {
12927
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
12928
+ };
12929
+ ensRegistry?: ChainContract | undefined;
12930
+ ensUniversalResolver?: ChainContract | undefined;
12931
+ universalSignatureVerifier?: ChainContract | undefined;
12932
+ };
12933
+ blockExplorers: {
12934
+ readonly default: {
12935
+ readonly name: "blockscout";
12936
+ readonly url: "https://explorer.hemi.xyz";
12937
+ };
12938
+ };
12939
+ id: 43111;
12940
+ name: "Hemi";
12941
+ nativeCurrency: {
12942
+ readonly name: "Ether";
12943
+ readonly symbol: "ETH";
12944
+ readonly decimals: 18;
12945
+ };
12946
+ rpcUrls: {
12947
+ readonly default: {
12948
+ readonly http: readonly ["https://rpc.hemi.network/rpc"];
12949
+ };
12950
+ };
12951
+ sourceId?: number | undefined;
12952
+ testnet: false;
12953
+ custom?: Record<string, unknown> | undefined;
12954
+ fees?: import("viem").ChainFees<undefined> | undefined;
12955
+ formatters?: undefined;
12956
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
12957
+ network: "Hemi";
12745
12958
  }>];
12746
- export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, rootstock, scroll, sei, sonic, taiko, xLayer, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
12959
+ export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, rootstock, scroll, sei, sonic, taiko, xLayer, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
12747
12960
  export { ChainContract } from "viem";
@@ -2937,6 +2937,114 @@ declare const gnosis: Readonly<{
2937
2937
  formatters?: undefined;
2938
2938
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
2939
2939
  }>;
2940
+ declare const hemi: Readonly<{
2941
+ blockTimeSeconds: 12;
2942
+ launchTime: 1738569600;
2943
+ sortIndex: 13;
2944
+ logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
2945
+ safeReorgDistance: 90000;
2946
+ externalId: {};
2947
+ markets: {};
2948
+ bridges: {};
2949
+ morpho: {};
2950
+ oracles: {};
2951
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
2952
+ uniswap: {
2953
+ deployBlock: number;
2954
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
2955
+ permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
2956
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
2957
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
2958
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
2959
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
2960
+ positionsNFTDeployBlock: number;
2961
+ universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
2962
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
2963
+ wrappedNativeSymbol: string;
2964
+ wrappedNativeName: string;
2965
+ wrappedNativeDecimals: number;
2966
+ nativeCurrencyName: string;
2967
+ };
2968
+ token: {
2969
+ wethAddress: "0x4200000000000000000000000000000000000006";
2970
+ wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
2971
+ };
2972
+ oku: {
2973
+ limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
2974
+ limitOrderRegistryDeployBlock: number;
2975
+ pricing: {
2976
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006";
2977
+ nativeWrappedName: string;
2978
+ };
2979
+ };
2980
+ defaultPool: "0x0000000000000000000000000000000000000000";
2981
+ defaultToken0: "0x4200000000000000000000000000000000000006";
2982
+ defaultToken1: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
2983
+ tokenList: ({
2984
+ symbol: string;
2985
+ address: "0x4200000000000000000000000000000000000006";
2986
+ } | {
2987
+ symbol: string;
2988
+ address: "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e";
2989
+ } | {
2990
+ symbol: string;
2991
+ address: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
2992
+ } | {
2993
+ symbol: string;
2994
+ address: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
2995
+ })[];
2996
+ stables: ("0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA" | "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e" | "0x6c851F501a3F24E29A8E39a29591cddf09369080")[];
2997
+ watchlist: never[];
2998
+ internalName: "hemi";
2999
+ nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
3000
+ contracts: {
3001
+ limitOrder: {
3002
+ address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
3003
+ };
3004
+ nftManager: {
3005
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
3006
+ };
3007
+ weth9: {
3008
+ address: "0x4200000000000000000000000000000000000006";
3009
+ };
3010
+ multicall2: {
3011
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
3012
+ };
3013
+ multicall3: {
3014
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
3015
+ };
3016
+ ensRegistry?: import("viem").ChainContract | undefined;
3017
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
3018
+ universalSignatureVerifier?: import("viem").ChainContract | undefined;
3019
+ };
3020
+ blockExplorers: {
3021
+ readonly default: {
3022
+ readonly name: "blockscout";
3023
+ readonly url: "https://explorer.hemi.xyz";
3024
+ };
3025
+ };
3026
+ id: 43111;
3027
+ name: "Hemi";
3028
+ nativeCurrency: {
3029
+ readonly name: "Ether";
3030
+ readonly symbol: "ETH";
3031
+ readonly decimals: 18;
3032
+ };
3033
+ rpcUrls: {
3034
+ readonly default: {
3035
+ readonly http: readonly [
3036
+ "https://rpc.hemi.network/rpc"
3037
+ ];
3038
+ };
3039
+ };
3040
+ sourceId?: number | undefined;
3041
+ testnet: false;
3042
+ custom?: Record<string, unknown> | undefined;
3043
+ fees?: import("viem").ChainFees<undefined> | undefined;
3044
+ formatters?: undefined;
3045
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
3046
+ network: "Hemi";
3047
+ }>;
2940
3048
  declare const linea: Readonly<{
2941
3049
  name: "Linea";
2942
3050
  launchTime: 1713362400;
@@ -12742,6 +12850,111 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12742
12850
  serializers: {
12743
12851
  readonly transaction: typeof import("viem/chains").serializeTransactionCelo;
12744
12852
  };
12853
+ }>, Readonly<{
12854
+ blockTimeSeconds: 12;
12855
+ launchTime: 1738569600;
12856
+ sortIndex: 13;
12857
+ logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
12858
+ safeReorgDistance: 90000;
12859
+ externalId: {};
12860
+ markets: {};
12861
+ bridges: {};
12862
+ morpho: {};
12863
+ oracles: {};
12864
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
12865
+ uniswap: {
12866
+ deployBlock: number;
12867
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
12868
+ permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
12869
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
12870
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
12871
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
12872
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
12873
+ positionsNFTDeployBlock: number;
12874
+ universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
12875
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
12876
+ wrappedNativeSymbol: string;
12877
+ wrappedNativeName: string;
12878
+ wrappedNativeDecimals: number;
12879
+ nativeCurrencyName: string;
12880
+ };
12881
+ token: {
12882
+ wethAddress: "0x4200000000000000000000000000000000000006";
12883
+ wbtcAddress: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
12884
+ };
12885
+ oku: {
12886
+ limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
12887
+ limitOrderRegistryDeployBlock: number;
12888
+ pricing: {
12889
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006";
12890
+ nativeWrappedName: string;
12891
+ };
12892
+ };
12893
+ defaultPool: "0x0000000000000000000000000000000000000000";
12894
+ defaultToken0: "0x4200000000000000000000000000000000000006";
12895
+ defaultToken1: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
12896
+ tokenList: ({
12897
+ symbol: string;
12898
+ address: "0x4200000000000000000000000000000000000006";
12899
+ } | {
12900
+ symbol: string;
12901
+ address: "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e";
12902
+ } | {
12903
+ symbol: string;
12904
+ address: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA";
12905
+ } | {
12906
+ symbol: string;
12907
+ address: "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3";
12908
+ })[];
12909
+ stables: ("0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA" | "0xbB0D083fb1be0A9f6157ec484b6C79E0A4e31C2e" | "0x6c851F501a3F24E29A8E39a29591cddf09369080")[];
12910
+ watchlist: never[];
12911
+ internalName: "hemi";
12912
+ nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
12913
+ contracts: {
12914
+ limitOrder: {
12915
+ address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
12916
+ };
12917
+ nftManager: {
12918
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
12919
+ };
12920
+ weth9: {
12921
+ address: "0x4200000000000000000000000000000000000006";
12922
+ };
12923
+ multicall2: {
12924
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
12925
+ };
12926
+ multicall3: {
12927
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
12928
+ };
12929
+ ensRegistry?: ChainContract | undefined;
12930
+ ensUniversalResolver?: ChainContract | undefined;
12931
+ universalSignatureVerifier?: ChainContract | undefined;
12932
+ };
12933
+ blockExplorers: {
12934
+ readonly default: {
12935
+ readonly name: "blockscout";
12936
+ readonly url: "https://explorer.hemi.xyz";
12937
+ };
12938
+ };
12939
+ id: 43111;
12940
+ name: "Hemi";
12941
+ nativeCurrency: {
12942
+ readonly name: "Ether";
12943
+ readonly symbol: "ETH";
12944
+ readonly decimals: 18;
12945
+ };
12946
+ rpcUrls: {
12947
+ readonly default: {
12948
+ readonly http: readonly ["https://rpc.hemi.network/rpc"];
12949
+ };
12950
+ };
12951
+ sourceId?: number | undefined;
12952
+ testnet: false;
12953
+ custom?: Record<string, unknown> | undefined;
12954
+ fees?: import("viem").ChainFees<undefined> | undefined;
12955
+ formatters?: undefined;
12956
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
12957
+ network: "Hemi";
12745
12958
  }>];
12746
- export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, rootstock, scroll, sei, sonic, taiko, xLayer, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
12959
+ export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, rootstock, scroll, sei, sonic, taiko, xLayer, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
12747
12960
  export { ChainContract } from "viem";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.153",
3
+ "version": "1.1.154",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",
@@ -50,7 +50,7 @@
50
50
  "tslib": "2.8.1",
51
51
  "tsx": "4.19.2",
52
52
  "typescript": "5.6.3",
53
- "viem": "^2.22.11"
53
+ "viem": "^2.22.15"
54
54
  },
55
55
  "packageManager": "yarn@4.5.3",
56
56
  "peerDependencies": {