@gfxlabs/oku-chains 1.1.286 → 1.1.288

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index-mjs.js CHANGED
@@ -1,4 +1,4 @@
1
- import { arbitrum as arbitrum$1, base as base$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, gnosis as gnosis$1, goat as goat$1, hemi as hemi$1, lens as lens$1, lightlinkPhoenix, linea as linea$1, mainnet as mainnet$1, mantle as mantle$1, matchain as matchain$1, metalL2, nibiru as nibiru$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, unichain as unichain$1, worldchain as worldchain$1, xdc as xdc$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, etherlink as etherlink$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, matchain as matchain$1, metalL2, moonbeam as moonbeam$1, nibiru as nibiru$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, unichain as unichain$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) => {
@@ -13,6 +13,7 @@ const arbitrum = makeConfig({
13
13
  sortIndex: 1,
14
14
  blockTimeSeconds: 0.25,
15
15
  logoUrl: "https://assets.oku.trade/chains/arbitrum-logo.svg",
16
+ deprecated: false,
16
17
  safeReorgDistance: 90000 * 2,
17
18
  blockAid: "arbitrum",
18
19
  morpho: {},
@@ -334,6 +335,7 @@ const base = makeConfig({
334
335
  transactionType: "eip1559",
335
336
  blockTimeSeconds: 2,
336
337
  logoUrl: "https://cms.oku.trade/cdn/public/chains/base-logo.svg",
338
+ deprecated: false,
337
339
  blockAid: "base",
338
340
  defaultPool: "0xd0b53d9277642d899df5c87a3966a349a798f224",
339
341
  defaultToken0: "0x4200000000000000000000000000000000000006",
@@ -520,6 +522,115 @@ const base = makeConfig({
520
522
  },
521
523
  });
522
524
 
525
+ const blast = makeConfig({
526
+ ...blast$1,
527
+ blockTimeSeconds: 2,
528
+ launchTime: 1719410400,
529
+ transactionType: "eip1559",
530
+ sortIndex: 14,
531
+ logoUrl: "https://assets.oku.trade/chains/blast-logo.svg",
532
+ deprecated: true,
533
+ safeReorgDistance: 90000,
534
+ blockAid: "blast",
535
+ externalId: {
536
+ zerion: "blast",
537
+ tenderly: "true",
538
+ },
539
+ morpho: {},
540
+ markets: {
541
+ kyberswap: "blast",
542
+ openocean: "blast",
543
+ zeroex: true,
544
+ icecreamswap: true,
545
+ },
546
+ bridges: {
547
+ chainlink: {
548
+ atlasNetworkName: "ethereum-mainnet-blast",
549
+ routerAddress: "0x12e0B8E349C6fb7E6E40713E8125C3cF1127ea8C",
550
+ chainSelector: 4411394078118774322n,
551
+ tokenAdminRegistry: "0x846Fccd01D4115FD1E81267495773aeB33bF1dC7",
552
+ },
553
+ rhinofi: "BLAST",
554
+ wormhole: {
555
+ chain: "Blast",
556
+ timeToFinalize: 1800,
557
+ },
558
+ },
559
+ oracles: {
560
+ cmc: {
561
+ slug: "blast",
562
+ native: "ethereum",
563
+ },
564
+ coingecko: {
565
+ slug: "blast",
566
+ native: "ethereum",
567
+ },
568
+ dexscreener: "blast",
569
+ },
570
+ uniswap: {
571
+ deployBlock: 400903,
572
+ poolFactory: "0x792edAdE80af5fC680d96a2eD80A44247D2Cf6Fd",
573
+ multicall2: "0xc228c0343Ee4D4B3EAdF701154f1f1bD9E29d833",
574
+ tickLens: "0x2E95185bCdD928a3e984B7e2D6560Ab1b17d7274",
575
+ nonfungiblePositionManager: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28",
576
+ positionsNFT: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28",
577
+ positionsNFTDeployBlock: 400947,
578
+ universalRouter: "0x643770E279d5D0733F21d6DC03A8efbABf3255B4",
579
+ wrappedNativeAddress: "0x4300000000000000000000000000000000000004",
580
+ wrappedNativeSymbol: "WETH",
581
+ wrappedNativeName: "Wrapped Ether",
582
+ wrappedNativeDecimals: 18,
583
+ nativeCurrencyName: "ETH",
584
+ },
585
+ token: {
586
+ usdcAddress: "0x4300000000000000000000000000000000000003",
587
+ wethAddress: "0x4300000000000000000000000000000000000004",
588
+ },
589
+ oku: {
590
+ limitOrderRegistry: "0x0337d36A3dF76d882369E3cBF984a2EA40f6636F",
591
+ limitOrderRegistryDeployBlock: 402083,
592
+ pricing: {
593
+ nativeWrappedToken: "0x4300000000000000000000000000000000000004",
594
+ nativeWrappedName: "ETH",
595
+ },
596
+ },
597
+ defaultPool: "0xf5A23bDD36a56EDe75D503F6f643d5eaF25B1a8F",
598
+ defaultToken0: "0x4300000000000000000000000000000000000003",
599
+ defaultToken1: "0x4300000000000000000000000000000000000004",
600
+ tokenList: [
601
+ { symbol: "WETH", address: "0x4300000000000000000000000000000000000004" },
602
+ { symbol: "USDB", address: "0x4300000000000000000000000000000000000003" },
603
+ ],
604
+ stables: ["0x4300000000000000000000000000000000000003"],
605
+ watchlist: [
606
+ "0xf5A23bDD36a56EDe75D503F6f643d5eaF25B1a8F",
607
+ "0xf52b4b69123cbcf07798ae8265642793b2e8990c",
608
+ "0xf52b4b69123cbcf07798ae8265642793b2e8990c",
609
+ "0x310a0a4bc2edd2f29321356d880e0906d7700c14",
610
+ "0xbb60bb410182d8e96c41dfc92e017dd79f5100bf",
611
+ "0xf52df2cde73228cc058abfe88f3801dcddf885eb",
612
+ "0x99f8a29a332eb9004f83abb1b4690de8b00dfccf",
613
+ ],
614
+ internalName: "blast",
615
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
616
+ nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
617
+ contracts: {
618
+ ...blast$1.contracts,
619
+ limitOrder: {
620
+ address: "0x0337d36A3dF76d882369E3cBF984a2EA40f6636F",
621
+ },
622
+ nftManager: {
623
+ address: "0xB218e4f7cF0533d4696fDfC419A0023D33345F28",
624
+ },
625
+ weth9: {
626
+ address: "0x4300000000000000000000000000000000000004",
627
+ },
628
+ multicall2: {
629
+ address: "0xc228c0343Ee4D4B3EAdF701154f1f1bD9E29d833",
630
+ },
631
+ },
632
+ });
633
+
523
634
  const bob = makeConfig({
524
635
  ...bob$1,
525
636
  blockTimeSeconds: 2,
@@ -527,6 +638,7 @@ const bob = makeConfig({
527
638
  transactionType: "eip1559",
528
639
  sortIndex: 15,
529
640
  logoUrl: "https://assets.oku.trade/chains/bob-logo.svg",
641
+ deprecated: false,
530
642
  safeReorgDistance: 90000,
531
643
  blockAid: "",
532
644
  externalId: {
@@ -648,6 +760,7 @@ const boba = makeConfig({
648
760
  sortIndex: 11,
649
761
  blockTimeSeconds: 2,
650
762
  logoUrl: "https://assets.oku.trade/chains/boba-logo.svg",
763
+ deprecated: false,
651
764
  safeReorgDistance: 90000,
652
765
  blockAid: "",
653
766
  externalId: {
@@ -768,6 +881,7 @@ const bsc = makeConfig({
768
881
  sortIndex: 9,
769
882
  blockTimeSeconds: 3,
770
883
  logoUrl: "https://assets.oku.trade/chains/bsc-logo.svg",
884
+ deprecated: false,
771
885
  safeReorgDistance: 90000,
772
886
  blockAid: "bsc",
773
887
  externalId: {
@@ -987,6 +1101,7 @@ const celo = makeConfig({
987
1101
  transactionType: "eip1559",
988
1102
  sortIndex: 15,
989
1103
  logoUrl: "https://assets.oku.trade/chains/celo-logo.svg",
1104
+ deprecated: false,
990
1105
  safeReorgDistance: 90000,
991
1106
  blockAid: "",
992
1107
  externalId: {},
@@ -1107,6 +1222,7 @@ const corn = makeConfig({
1107
1222
  transactionType: "eip1559",
1108
1223
  sortIndex: 15,
1109
1224
  logoUrl: "https://assets.oku.trade/chains/corn-logo.png",
1225
+ deprecated: false,
1110
1226
  safeReorgDistance: 90000,
1111
1227
  blockAid: "",
1112
1228
  externalId: {
@@ -1219,6 +1335,7 @@ const etherlink = makeConfig({
1219
1335
  transactionType: "eip1559",
1220
1336
  sortIndex: 15,
1221
1337
  logoUrl: "https://assets.oku.trade/chains/etherlink-logo.png",
1338
+ deprecated: false,
1222
1339
  safeReorgDistance: 90000,
1223
1340
  blockAid: "",
1224
1341
  externalId: {
@@ -1351,6 +1468,7 @@ const filecoin = makeConfig({
1351
1468
  },
1352
1469
  },
1353
1470
  logoUrl: "https://assets.oku.trade/chains/filecoin-logo.svg",
1471
+ deprecated: false,
1354
1472
  externalId: {},
1355
1473
  markets: {},
1356
1474
  bridges: {},
@@ -1463,6 +1581,7 @@ const gnosis = makeConfig({
1463
1581
  sortIndex: 18,
1464
1582
  blockAid: "",
1465
1583
  logoUrl: "https://assets.oku.trade/chains/gnosis-logo.png",
1584
+ deprecated: false,
1466
1585
  safeReorgDistance: 90000,
1467
1586
  morpho: {},
1468
1587
  externalId: {
@@ -1617,6 +1736,7 @@ const goat = makeConfig({
1617
1736
  transactionType: "eip1559",
1618
1737
  sortIndex: 15,
1619
1738
  logoUrl: "https://assets.oku.trade/chains/goat-logo.svg",
1739
+ deprecated: false,
1620
1740
  safeReorgDistance: 90000,
1621
1741
  blockAid: "",
1622
1742
  externalId: {},
@@ -1723,6 +1843,7 @@ const hemi = makeConfig({
1723
1843
  transactionType: "eip1559",
1724
1844
  sortIndex: 13,
1725
1845
  logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg",
1846
+ deprecated: false,
1726
1847
  safeReorgDistance: 90000,
1727
1848
  blockAid: "",
1728
1849
  externalId: {},
@@ -1844,6 +1965,7 @@ const lens = makeConfig({
1844
1965
  sortIndex: 15,
1845
1966
  blockAid: "",
1846
1967
  logoUrl: "https://assets.oku.trade/chains/lens-logo.png",
1968
+ deprecated: false,
1847
1969
  safeReorgDistance: 90000,
1848
1970
  externalId: {
1849
1971
  tenderly: "true",
@@ -1929,6 +2051,7 @@ const lightlink = makeConfig({
1929
2051
  transactionType: "legacy",
1930
2052
  sortIndex: 13,
1931
2053
  logoUrl: "https://assets.oku.trade/chains/lightlink-logo.svg",
2054
+ deprecated: false,
1932
2055
  safeReorgDistance: 90000,
1933
2056
  blockAid: "",
1934
2057
  morpho: {},
@@ -2043,6 +2166,7 @@ const linea = makeConfig({
2043
2166
  sortIndex: 15,
2044
2167
  morpho: {},
2045
2168
  logoUrl: "https://assets.oku.trade/chains/linea-logo.svg",
2169
+ deprecated: false,
2046
2170
  safeReorgDistance: 100,
2047
2171
  blockAid: "linea",
2048
2172
  externalId: {
@@ -2178,6 +2302,99 @@ const linea = makeConfig({
2178
2302
  },
2179
2303
  });
2180
2304
 
2305
+ const lisk = makeConfig({
2306
+ ...lisk$1,
2307
+ blockTimeSeconds: 2,
2308
+ launchTime: 1724076000,
2309
+ transactionType: "eip1559",
2310
+ sortIndex: 15,
2311
+ logoUrl: "https://assets.oku.trade/chains/lisk-logo.png",
2312
+ deprecated: true,
2313
+ safeReorgDistance: 90000,
2314
+ blockAid: "",
2315
+ externalId: {
2316
+ tenderly: "true",
2317
+ },
2318
+ morpho: {},
2319
+ markets: {},
2320
+ bridges: {},
2321
+ oracles: {
2322
+ coingecko: {
2323
+ slug: "lisk",
2324
+ native: "ethereum",
2325
+ },
2326
+ },
2327
+ blockExplorers: {
2328
+ default: {
2329
+ name: "Blockscout",
2330
+ url: "https://blockscout.lisk.com",
2331
+ apiUrl: "https://blockscout.lisk.com/api/v2",
2332
+ },
2333
+ },
2334
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
2335
+ uniswap: {
2336
+ deployBlock: 577168,
2337
+ poolFactory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9",
2338
+ permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
2339
+ multicall2: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
2340
+ tickLens: "0x38EB9e62ABe4d3F70C0e161971F29593b8aE29FF",
2341
+ nonfungiblePositionManager: "0x5911cB3633e764939edc2d92b7e1ad375Bb57649",
2342
+ positionsNFT: "0x5911cB3633e764939edc2d92b7e1ad375Bb57649",
2343
+ positionsNFTDeployBlock: 578398,
2344
+ universalRouter: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8",
2345
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
2346
+ wrappedNativeSymbol: "WETH",
2347
+ wrappedNativeName: "Wrapped Ether",
2348
+ wrappedNativeDecimals: 18,
2349
+ nativeCurrencyName: "ETH",
2350
+ },
2351
+ token: {
2352
+ wethAddress: "0x4200000000000000000000000000000000000006",
2353
+ },
2354
+ oku: {
2355
+ limitOrderRegistry: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155",
2356
+ limitOrderRegistryDeployBlock: 579872,
2357
+ pricing: {
2358
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006",
2359
+ nativeWrappedName: "ETH",
2360
+ },
2361
+ },
2362
+ defaultPool: "0xd501d4e381491f64274cc65fdec32b47264a2422",
2363
+ defaultToken0: "0x4200000000000000000000000000000000000006",
2364
+ defaultToken1: "0xac485391eb2d7d88253a7f1ef18c37f4242d1a24",
2365
+ tokenList: [
2366
+ { symbol: "WETH", address: "0x4200000000000000000000000000000000000006" },
2367
+ { symbol: "USDT", address: "0x05D032ac25d322df992303dCa074EE7392C117b9" },
2368
+ { symbol: "LSK", address: "0xac485391eb2d7d88253a7f1ef18c37f4242d1a24" },
2369
+ ],
2370
+ stables: ["0x05D032ac25d322df992303dCa074EE7392C117b9"],
2371
+ watchlist: [
2372
+ "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3",
2373
+ "0xd501d4e381491f64274cc65fdec32b47264a2422",
2374
+ "0x304d69c5e03e030d6b298C0d0467baeb310f1f68",
2375
+ ],
2376
+ internalName: "lisk",
2377
+ nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
2378
+ contracts: {
2379
+ ...lisk$1.contracts,
2380
+ limitOrder: {
2381
+ address: "0x352A86168e6988A1aDF9A15Cb00017AAd3B67155",
2382
+ },
2383
+ nftManager: {
2384
+ address: "0x5911cB3633e764939edc2d92b7e1ad375Bb57649",
2385
+ },
2386
+ weth9: {
2387
+ address: "0x4200000000000000000000000000000000000006",
2388
+ },
2389
+ multicall2: {
2390
+ address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
2391
+ },
2392
+ multicall3: {
2393
+ address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
2394
+ },
2395
+ },
2396
+ });
2397
+
2181
2398
  const mainnet = makeConfig({
2182
2399
  ...mainnet$1,
2183
2400
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
@@ -2187,6 +2404,7 @@ const mainnet = makeConfig({
2187
2404
  blockTimeSeconds: 15,
2188
2405
  safeReorgDistance: 90000,
2189
2406
  logoUrl: "https://assets.oku.trade/chains/ethereum-logo.webp",
2407
+ deprecated: false,
2190
2408
  blockAid: "ethereum",
2191
2409
  morpho: {
2192
2410
  deployBlock: 13977148,
@@ -2527,6 +2745,114 @@ const mainnet = makeConfig({
2527
2745
  },
2528
2746
  });
2529
2747
 
2748
+ const manta = makeConfig({
2749
+ ...manta$1,
2750
+ name: "Manta Pacific",
2751
+ launchTime: 1709910000,
2752
+ transactionType: "eip1559",
2753
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
2754
+ blockTimeSeconds: 2,
2755
+ sortIndex: 13,
2756
+ logoUrl: "https://assets.oku.trade/chains/manta-logo.png",
2757
+ deprecated: true,
2758
+ safeReorgDistance: 90000,
2759
+ blockAid: "",
2760
+ externalId: {},
2761
+ morpho: {},
2762
+ markets: {
2763
+ openocean: "manta",
2764
+ },
2765
+ bridges: {
2766
+ rhinofi: "MANTA",
2767
+ },
2768
+ oracles: {
2769
+ cmc: {
2770
+ slug: "manta-network",
2771
+ native: "ethereum",
2772
+ },
2773
+ coingecko: {
2774
+ slug: "manta-pacific",
2775
+ native: "ethereum",
2776
+ },
2777
+ dexscreener: "manta",
2778
+ },
2779
+ uniswap: {
2780
+ deployBlock: 1191705,
2781
+ poolFactory: "0x06D830e15081f65923674268121FF57Cc54e4e23",
2782
+ permit2: "0x83986Ff655A54ee061F6B7F476B92f4Fed111B93",
2783
+ multicall2: "0x52dFC0D9960F11A9Ca9FF616e791B91188446a60",
2784
+ tickLens: "0xC94Fb2D13587b0b5af78094933490B35E004eAbE",
2785
+ nonfungiblePositionManager: "0xA4F2Db71348697C65A64a146F709C73030C2ebcD",
2786
+ positionsNFT: "0xA4F2Db71348697C65A64a146F709C73030C2ebcD",
2787
+ positionsNFTDeployBlock: 1191836,
2788
+ universalRouter: "0x42Bff1f6b647462fcD8c28a488Be9C9988830ef6",
2789
+ wrappedNativeAddress: "0x0Dc808adcE2099A9F62AA87D9670745AbA741746",
2790
+ wrappedNativeSymbol: "WETH",
2791
+ wrappedNativeName: "Wrapped Ether",
2792
+ wrappedNativeDecimals: 18,
2793
+ nativeCurrencyName: "ETH",
2794
+ },
2795
+ token: {
2796
+ usdcAddress: "0xb73603C5d87fA094B7314C74ACE2e64D165016fb",
2797
+ wethAddress: "0x0Dc808adcE2099A9F62AA87D9670745AbA741746",
2798
+ wbtcAddress: "0x305E88d809c9DC03179554BFbf85Ac05Ce8F18d6",
2799
+ },
2800
+ oku: {
2801
+ limitOrderRegistry: "0xFE83E1DDa189D71093f2a716A4D01d591d6Ca66C",
2802
+ limitOrderRegistryDeployBlock: 1198851,
2803
+ pricing: {
2804
+ nativeWrappedToken: "0x0Dc808adcE2099A9F62AA87D9670745AbA741746",
2805
+ nativeWrappedName: "ETH",
2806
+ },
2807
+ },
2808
+ defaultPool: "0xc108d8702d42bae7b3d7d8209a9b40613a7b1d37",
2809
+ defaultToken0: "0x0dc808adce2099a9f62aa87d9670745aba741746",
2810
+ defaultToken1: "0xb73603c5d87fa094b7314c74ace2e64d165016fb",
2811
+ tokenList: [
2812
+ { symbol: "WETH", address: "0x0Dc808adcE2099A9F62AA87D9670745AbA741746" },
2813
+ { symbol: "USDC", address: "0xb73603C5d87fA094B7314C74ACE2e64D165016fb" },
2814
+ { symbol: "MANTA", address: "0x95CeF13441Be50d20cA4558CC0a27B601aC544E5" },
2815
+ { symbol: "USDT", address: "0xf417F5A458eC102B90352F697D6e2Ac3A3d2851f" },
2816
+ { symbol: "WBTC", address: "0x305E88d809c9DC03179554BFbf85Ac05Ce8F18d6" },
2817
+ ],
2818
+ stables: [
2819
+ "0xb73603C5d87fA094B7314C74ACE2e64D165016fb",
2820
+ "0xf417F5A458eC102B90352F697D6e2Ac3A3d2851f",
2821
+ ],
2822
+ watchlist: [
2823
+ "0x7881dc8e59e644517a95a9687a6b58b86d98db78",
2824
+ "0xc108d8702d42bae7b3d7d8209a9b40613a7b1d37",
2825
+ "0x060f2babc09826687be9cbf5c7ede3b3cd00dd78",
2826
+ "0xbfca3e002acbcea2f9d48a87cf545cb4344f9a3e",
2827
+ "0x9a70668cf02902b53c24f7d21762d19dfb9b69a6",
2828
+ "0xa6f04e80aee9e491539cdf0cec8c2099df46816f",
2829
+ "0x1cfd505f8a79be3a4fd9305239991f480e5fdc7b",
2830
+ "0x775eac394b56cfad02d963c9c3c9cd2e425dab4e",
2831
+ "0x6e32805add5f5255c22d8f0125a0c7d351926bc3",
2832
+ "0x5bedc5d1e1d0b32caca78db23af71126b6fe26b6",
2833
+ ],
2834
+ internalName: "manta",
2835
+ nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
2836
+ contracts: {
2837
+ ...manta$1.contracts,
2838
+ limitOrder: {
2839
+ address: "0xFE83E1DDa189D71093f2a716A4D01d591d6Ca66C",
2840
+ },
2841
+ nftManager: {
2842
+ address: "0xA4F2Db71348697C65A64a146F709C73030C2ebcD",
2843
+ },
2844
+ weth9: {
2845
+ address: "0x0Dc808adcE2099A9F62AA87D9670745AbA741746",
2846
+ },
2847
+ multicall2: {
2848
+ address: "0x52dFC0D9960F11A9Ca9FF616e791B91188446a60",
2849
+ },
2850
+ multicall3: {
2851
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
2852
+ },
2853
+ },
2854
+ });
2855
+
2530
2856
  const mantle = makeConfig({
2531
2857
  ...mantle$1,
2532
2858
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
@@ -2535,6 +2861,7 @@ const mantle = makeConfig({
2535
2861
  transactionType: "eip1559",
2536
2862
  sortIndex: 15,
2537
2863
  logoUrl: "https://assets.oku.trade/chains/mantle-logo.png",
2864
+ deprecated: false,
2538
2865
  safeReorgDistance: 90000,
2539
2866
  blockAid: "",
2540
2867
  externalId: {
@@ -2680,6 +3007,7 @@ const matchain = makeConfig({
2680
3007
  sortIndex: 15,
2681
3008
  blockAid: "",
2682
3009
  logoUrl: "https://cms.oku.trade/cdn/public/chains/matchain-logo.svg",
3010
+ deprecated: false,
2683
3011
  safeReorgDistance: 90000,
2684
3012
  externalId: {},
2685
3013
  markets: {},
@@ -2753,6 +3081,7 @@ const metal = makeConfig({
2753
3081
  transactionType: "eip1559",
2754
3082
  sortIndex: 15,
2755
3083
  logoUrl: "https://assets.oku.trade/chains/metal-logo.png",
3084
+ deprecated: false,
2756
3085
  safeReorgDistance: 90000,
2757
3086
  blockAid: "",
2758
3087
  externalId: {},
@@ -2823,6 +3152,134 @@ const metal = makeConfig({
2823
3152
  },
2824
3153
  });
2825
3154
 
3155
+ const moonbeam = makeConfig({
3156
+ ...moonbeam$1,
3157
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
3158
+ sortIndex: 12,
3159
+ launchTime: 1696341600,
3160
+ transactionType: "eip1559",
3161
+ blockTimeSeconds: 30,
3162
+ logoUrl: "https://assets.oku.trade/chains/moonbeam-logo.svg",
3163
+ deprecated: true,
3164
+ safeReorgDistance: 90000,
3165
+ blockAid: "",
3166
+ externalId: {
3167
+ debank: "mobm",
3168
+ tenderly: "true",
3169
+ },
3170
+ morpho: {},
3171
+ markets: {
3172
+ icecreamswap: true,
3173
+ },
3174
+ bridges: {
3175
+ wanbridge: {
3176
+ requiredConfirmations: 30,
3177
+ },
3178
+ wormhole: {
3179
+ chain: "Moonbeam",
3180
+ timeToFinalize: 24,
3181
+ },
3182
+ layerzero: {
3183
+ eid: 30126,
3184
+ tokens: [
3185
+ {
3186
+ id: 4,
3187
+ symbol: "WETH",
3188
+ project: "stargate",
3189
+ OFTAddress: "0xfA9343C3897324496A05fC75abeD6bAC29f8A40f",
3190
+ },
3191
+ ],
3192
+ },
3193
+ },
3194
+ oracles: {
3195
+ cmc: {
3196
+ slug: "moonbeam",
3197
+ native: "moonbeam",
3198
+ },
3199
+ coingecko: {
3200
+ slug: "moonbeam",
3201
+ native: "moonbeam",
3202
+ },
3203
+ dexscreener: "moonbeam",
3204
+ },
3205
+ uniswap: {
3206
+ deployBlock: 3340452,
3207
+ poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70",
3208
+ permit2: "0xe96e30e92e01dc8a880f701b2d2160f93da18df7",
3209
+ multicall2: "0x65dA327b1740D00fF7B366a4fd8F33830a2f03A2",
3210
+ tickLens: "0x1f4F7b041895D9eB1A79be0896AF3E68e4160010",
3211
+ quoter: "0x48af91cdcad8ffdd7a8d4cdf73c16cb0632d3d17",
3212
+ swapRouter02: "0xc507e22ba3140dc0a79fdf27e03c98aa20f3ee66",
3213
+ NFTDescriptor: "0x041b81cb4d223d8e70ac96c0d103f8a956ed4514",
3214
+ nonfungibleTokenPositionDescriptor: "0x921c55AE486e63D16dbfbE216573A21aeB684c02",
3215
+ transparentUpgradeableProxy: "0xEe6A57eC80ea46401049E92587E52f5Ec1c24785",
3216
+ nonfungiblePositionManager: "0x0bfc9aC7E52f38EAA6dC8d10942478f695C6Cf71",
3217
+ v3Migrator: "0x76776b10d782a1d194fbfc92d4b01db1ce1eeb4b",
3218
+ positionsNFT: "0x9036D0DcB5a059C9371B05D508f0072Df773854e",
3219
+ positionsNFTDeployBlock: 3340476,
3220
+ universalRouter: "0x1F56F4e1648e96633c7FE79002036E967403CDfF",
3221
+ wrappedNativeAddress: "0xab3f0245b83feb11d15aaffefd7ad465a59817ed",
3222
+ wrappedNativeSymbol: "WGLMR",
3223
+ wrappedNativeName: "Wrapped GLMR",
3224
+ wrappedNativeDecimals: 18,
3225
+ nativeCurrencyName: "GLMR",
3226
+ },
3227
+ token: {
3228
+ wethAddress: "0xab3f0245b83feb11d15aaffefd7ad465a59817ed",
3229
+ usdcAddress: "0x931715FEE2d06333043d11F658C8CE934aC61D0c",
3230
+ },
3231
+ oku: {
3232
+ pricing: {
3233
+ nativeWrappedToken: "0xacc15dc74880c9944775448304b263d191c6077f",
3234
+ nativeWrappedName: "WGLMR",
3235
+ },
3236
+ },
3237
+ defaultPool: "0xba66370d96a9d61afa66283900b78c1f6ed02782",
3238
+ defaultToken0: "0xab3f0245b83feb11d15aaffefd7ad465a59817ed",
3239
+ defaultToken1: "0xacc15dc74880c9944775448304b263d191c6077f",
3240
+ tokenList: [
3241
+ { symbol: "WETH", address: "0xab3f0245b83feb11d15aaffefd7ad465a59817ed" },
3242
+ { symbol: "USDC", address: "0x931715fee2d06333043d11f658c8ce934ac61d0c" },
3243
+ ],
3244
+ stables: [
3245
+ "0xffffffff7d2b0b761af01ca8e25242976ac0ad7d",
3246
+ "0x818ec0a7fe18ff94269904fced6ae3dae6d6dc0b",
3247
+ "0x931715FEE2d06333043d11F658C8CE934aC61D0c",
3248
+ "0x765277eebeca2e31912c9946eae1021199b39c61",
3249
+ "0x06e605775296e851ff43b4daa541bb0984e9d6fd",
3250
+ "0xefaeee334f0fd1712f9a8cc375f427d9cdd40d73",
3251
+ "0x8e70cd5b4ff3f62659049e74b6649c6603a0e594",
3252
+ ],
3253
+ watchlist: [
3254
+ "0xB64fD2Cf30588e4ACbb92e98b28d976a61914D29",
3255
+ "0xba66370d96a9d61afa66283900b78c1f6ed02782",
3256
+ "0x19156c03a6fd894beb4fa6a828e854d3a4bed372",
3257
+ "0xCb1f81BEf053d3C8adfFd37D2da84Fcc3BcC9954",
3258
+ "0x53c1341cd81562c1b1a7562fff712CD7be95D51e",
3259
+ "0x45bD0680bDFd180341A6dE806Aa4637f9AfBFc39",
3260
+ ],
3261
+ internalName: "moonbeam",
3262
+ nativeLogoUrl: "https://assets.oku.trade/natives/glmr.png",
3263
+ contracts: {
3264
+ ...moonbeam$1.contracts,
3265
+ limitOrder: {
3266
+ address: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
3267
+ },
3268
+ nftManager: {
3269
+ address: "0x9036d0dcb5a059c9371b05d508f0072df773854e",
3270
+ },
3271
+ weth9: {
3272
+ address: "0xacc15dc74880c9944775448304b263d191c6077f",
3273
+ },
3274
+ multicall2: {
3275
+ address: "0x65dA327b1740D00fF7B366a4fd8F33830a2f03A2",
3276
+ },
3277
+ multicall3: {
3278
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
3279
+ },
3280
+ },
3281
+ });
3282
+
2826
3283
  const nibiru = makeConfig({
2827
3284
  ...nibiru$1,
2828
3285
  name: "Nibiru",
@@ -2831,6 +3288,7 @@ const nibiru = makeConfig({
2831
3288
  transactionType: "eip1559",
2832
3289
  sortIndex: 15,
2833
3290
  logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg",
3291
+ deprecated: false,
2834
3292
  safeReorgDistance: 90000,
2835
3293
  externalId: {},
2836
3294
  blockAid: "",
@@ -2936,6 +3394,7 @@ const optimism = makeConfig({
2936
3394
  transactionType: "eip1559",
2937
3395
  sortIndex: 2,
2938
3396
  logoUrl: "https://assets.oku.trade/chains/optimism-logo.svg",
3397
+ deprecated: false,
2939
3398
  safeReorgDistance: 90000,
2940
3399
  blockAid: "optimism",
2941
3400
  externalId: {
@@ -3257,6 +3716,7 @@ const polygon = makeConfig({
3257
3716
  transactionType: "eip1559",
3258
3717
  sortIndex: 3,
3259
3718
  logoUrl: "https://assets.oku.trade/chains/polygon-logo.webp",
3719
+ deprecated: false,
3260
3720
  safeReorgDistance: 90000,
3261
3721
  blockAid: "polygon",
3262
3722
  externalId: {
@@ -3554,6 +4014,7 @@ const redbelly = makeConfig({
3554
4014
  transactionType: "eip1559",
3555
4015
  sortIndex: 15,
3556
4016
  logoUrl: "https://assets.oku.trade/chains/redbelly-logo.svg",
4017
+ deprecated: false,
3557
4018
  safeReorgDistance: 90000,
3558
4019
  blockAid: "",
3559
4020
  externalId: {},
@@ -3638,6 +4099,7 @@ const rootstock = makeConfig({
3638
4099
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
3639
4100
  blockTimeSeconds: 33,
3640
4101
  logoUrl: "https://assets.oku.trade/chains/rootstock-logo.svg",
4102
+ deprecated: false,
3641
4103
  safeReorgDistance: 90000,
3642
4104
  blockAid: "",
3643
4105
  externalId: {},
@@ -3774,6 +4236,7 @@ const saga = makeConfig({
3774
4236
  transactionType: "legacy",
3775
4237
  sortIndex: 13,
3776
4238
  logoUrl: "https://cms.oku.trade/cdn/public/chains/saga-logo.png",
4239
+ deprecated: false,
3777
4240
  safeReorgDistance: 90000,
3778
4241
  blockAid: "",
3779
4242
  externalId: {},
@@ -3873,6 +4336,7 @@ const scroll = makeConfig({
3873
4336
  transactionType: "eip1559",
3874
4337
  blockTimeSeconds: 3,
3875
4338
  logoUrl: "https://assets.oku.trade/chains/scroll-logo.png",
4339
+ deprecated: false,
3876
4340
  safeReorgDistance: 90000,
3877
4341
  blockAid: "scroll",
3878
4342
  externalId: {
@@ -4005,6 +4469,7 @@ const sei = makeConfig({
4005
4469
  transactionType: "eip1559",
4006
4470
  sortIndex: 5,
4007
4471
  logoUrl: "https://assets.oku.trade/chains/sei-logo.svg",
4472
+ deprecated: false,
4008
4473
  safeReorgDistance: 90000,
4009
4474
  blockAid: "",
4010
4475
  externalId: {
@@ -4174,6 +4639,7 @@ const sonic = makeConfig({
4174
4639
  transactionType: "eip1559",
4175
4640
  sortIndex: 15,
4176
4641
  logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg",
4642
+ deprecated: false,
4177
4643
  safeReorgDistance: 90000,
4178
4644
  blockAid: "",
4179
4645
  morpho: {},
@@ -4307,6 +4773,7 @@ const taiko = makeConfig({
4307
4773
  transactionType: "eip1559",
4308
4774
  sortIndex: 4,
4309
4775
  logoUrl: "https://assets.oku.trade/chains/taiko-logo.svg",
4776
+ deprecated: false,
4310
4777
  safeReorgDistance: 90000,
4311
4778
  blockAid: "",
4312
4779
  externalId: {
@@ -4448,6 +4915,7 @@ const telos = makeConfig({
4448
4915
  transactionType: "legacy",
4449
4916
  sortIndex: 13,
4450
4917
  logoUrl: "https://assets.oku.trade/chains/telos-logo.svg",
4918
+ deprecated: false,
4451
4919
  safeReorgDistance: 90000,
4452
4920
  blockAid: "",
4453
4921
  externalId: {},
@@ -4579,6 +5047,7 @@ const tronShasta = makeConfig({
4579
5047
  sortIndex: 15,
4580
5048
  blockAid: "",
4581
5049
  logoUrl: "https://assets.oku.trade/chains/tron.png",
5050
+ deprecated: false,
4582
5051
  safeReorgDistance: 90000,
4583
5052
  externalId: {},
4584
5053
  markets: {},
@@ -4641,6 +5110,7 @@ const unichain = makeConfig({
4641
5110
  transactionType: "eip1559",
4642
5111
  sortIndex: 15,
4643
5112
  logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg",
5113
+ deprecated: false,
4644
5114
  safeReorgDistance: 90000,
4645
5115
  blockAid: "unichain",
4646
5116
  externalId: {
@@ -4776,6 +5246,7 @@ const worldchain = makeConfig({
4776
5246
  transactionType: "eip1559",
4777
5247
  sortIndex: 15,
4778
5248
  logoUrl: "https://assets.oku.trade/chains/world-logo.png",
5249
+ deprecated: false,
4779
5250
  safeReorgDistance: 90000,
4780
5251
  blockAid: "",
4781
5252
  externalId: {
@@ -4877,6 +5348,7 @@ const xdc = makeConfig({
4877
5348
  transactionType: "legacy",
4878
5349
  sortIndex: 15,
4879
5350
  logoUrl: "https://assets.oku.trade/chains/xdc-logo.png",
5351
+ deprecated: false,
4880
5352
  safeReorgDistance: 90000,
4881
5353
  blockAid: "",
4882
5354
  externalId: {},
@@ -4976,6 +5448,120 @@ const xdc = makeConfig({
4976
5448
  },
4977
5449
  });
4978
5450
 
5451
+ const polygonZkEvm = makeConfig({
5452
+ ...polygonZkEvm$1,
5453
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
5454
+ sortIndex: 6,
5455
+ launchTime: 1722520800,
5456
+ transactionType: "legacy",
5457
+ blockTimeSeconds: 7,
5458
+ logoUrl: "https://assets.oku.trade/chains/zkevm-logo.svg",
5459
+ deprecated: true,
5460
+ safeReorgDistance: 90000,
5461
+ blockAid: "",
5462
+ morpho: {},
5463
+ externalId: {
5464
+ zerion: "polygon-zkevm",
5465
+ },
5466
+ markets: {
5467
+ kyberswap: "polygon-zkevm",
5468
+ paraswap: {
5469
+ routerContract: "0x6A000F20005980200259B80c5102003040001068",
5470
+ },
5471
+ openocean: "polygon_zkevm",
5472
+ },
5473
+ bridges: {
5474
+ chainlink: {
5475
+ atlasNetworkName: "ethereum-mainnet-polygon-zkevm-1",
5476
+ routerAddress: "0xA9999937159B293c72e2367Ce314cb3544e7C1a3",
5477
+ chainSelector: 4348158687435793198n,
5478
+ },
5479
+ rhinofi: "ZKEVM",
5480
+ },
5481
+ oracles: {
5482
+ coingecko: {
5483
+ slug: "polygon-zkevm",
5484
+ native: "ethereum",
5485
+ },
5486
+ dexscreener: "polygonzkevm",
5487
+ },
5488
+ uniswap: {
5489
+ deployBlock: 8466867,
5490
+ poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2",
5491
+ permit2: "0xCEc9e219281B78E1946b6b894f75ae89Bc10FEb6",
5492
+ multicall2: "0x1FaE28D9C07a8a96E2ECc53BB328E787D5B88674",
5493
+ tickLens: "0x64519b94A7248Bf17929fB03b9648ce277Fd7fDA",
5494
+ nonfungiblePositionManager: "0xf0D61Aeda516CCa1FF20Be65Cfb0213be688A24f",
5495
+ positionsNFT: "0xf0D61Aeda516CCa1FF20Be65Cfb0213be688A24f",
5496
+ positionsNFTDeployBlock: 8466897,
5497
+ universalRouter: "0x32454e81d065FAA95Ec0d0Ab6Fe326599Af30fd7",
5498
+ wrappedNativeAddress: "0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9",
5499
+ wrappedNativeSymbol: "WETH",
5500
+ wrappedNativeName: "Wrapped Ether",
5501
+ wrappedNativeDecimals: 18,
5502
+ nativeCurrencyName: "ETH",
5503
+ },
5504
+ token: {
5505
+ wbtcAddress: "0xea034fb02eb1808c2cc3adbc15f447b93cbe08e1",
5506
+ wethAddress: "0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9",
5507
+ usdcAddress: "0x37eaa0ef3549a5bb7d431be78a3d99bd360d19e5",
5508
+ },
5509
+ oku: {
5510
+ limitOrderRegistry: "0x5f1ef1d278013567c3c67e18d2d35bfa9954f723",
5511
+ limitOrderRegistryDeployBlock: 8467090,
5512
+ pricing: {
5513
+ nativeWrappedToken: "0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9",
5514
+ nativeWrappedName: "ETH",
5515
+ },
5516
+ },
5517
+ defaultPool: "0xd6efe114c9b6058a20aab759e064f50544590914",
5518
+ defaultToken0: "0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9",
5519
+ defaultToken1: "0x37eaa0ef3549a5bb7d431be78a3d99bd360d19e5",
5520
+ tokenList: [
5521
+ { symbol: "WETH", address: "0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9" },
5522
+ { symbol: "USDC", address: "0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035" },
5523
+ { symbol: "USDC.e", address: "0x37eaa0ef3549a5bb7d431be78a3d99bd360d19e5" },
5524
+ { symbol: "USDT", address: "0x1e4a5963abfd975d8c9021ce480b42188849d41d" },
5525
+ { symbol: "DAI", address: "0x744C5860ba161b5316F7E80D9Ec415e2727e5bD5" },
5526
+ ],
5527
+ stables: [
5528
+ "0x37eaa0ef3549a5bb7d431be78a3d99bd360d19e5",
5529
+ "0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035",
5530
+ "0x1e4a5963abfd975d8c9021ce480b42188849d41d",
5531
+ "0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4",
5532
+ "0x744C5860ba161b5316F7E80D9Ec415e2727e5bD5",
5533
+ ],
5534
+ watchlist: [
5535
+ "0xd6efe114c9b6058a20aab759e064f50544590914",
5536
+ "0x52b18c30f1d3f5c6f5fb4badff2d0ab3c68a3ff4",
5537
+ "0x90C865Da46D948EF3792fb57B0d60D14A96ecf49",
5538
+ "0xd2c7e323c6f5415dc0ee4e3811901b3380d316fd",
5539
+ "0x539d23BE81696560C12Cf8d24AE8bb4641381E7D",
5540
+ "0x7908F0eD78de3c850A5d1DC261c39341b274D07c",
5541
+ "0x0A44b12799eBC21E1dF271284921e1e4F6f17f81",
5542
+ ],
5543
+ internalName: "polygon-zkevm",
5544
+ nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
5545
+ contracts: {
5546
+ ...polygonZkEvm$1.contracts,
5547
+ limitOrder: {
5548
+ address: "0x5f1ef1d278013567c3c67e18d2d35bfa9954f723",
5549
+ },
5550
+ nftManager: {
5551
+ address: "0xf0d61aeda516cca1ff20be65cfb0213be688a24f",
5552
+ },
5553
+ weth9: {
5554
+ address: "0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9",
5555
+ },
5556
+ multicall2: {
5557
+ address: "0x1FaE28D9C07a8a96E2ECc53BB328E787D5B88674",
5558
+ },
5559
+ multicall3: {
5560
+ address: "0xca11bde05977b3631167028862be2a173976ca11",
5561
+ },
5562
+ },
5563
+ });
5564
+
4979
5565
  const zkSync = makeConfig({
4980
5566
  ...zksync,
4981
5567
  blockTimeSeconds: 2,
@@ -4983,6 +5569,7 @@ const zkSync = makeConfig({
4983
5569
  launchTime: 1696514400,
4984
5570
  transactionType: "eip1559",
4985
5571
  logoUrl: "https://assets.oku.trade/chains/zksync-logo.svg",
5572
+ deprecated: false,
4986
5573
  safeReorgDistance: 90000,
4987
5574
  blockAid: "zksync",
4988
5575
  morpho: {},
@@ -5111,18 +5698,23 @@ const MAINNET_CHAINS = [
5111
5698
  arbitrum,
5112
5699
  base,
5113
5700
  boba,
5701
+ blast,
5114
5702
  bsc,
5115
5703
  filecoin,
5116
5704
  mainnet,
5705
+ moonbeam,
5117
5706
  optimism,
5118
5707
  polygon,
5119
5708
  rootstock,
5120
5709
  scroll,
5710
+ polygonZkEvm,
5121
5711
  zkSync,
5712
+ manta,
5122
5713
  linea,
5123
5714
  taiko,
5124
5715
  mantle,
5125
5716
  sei,
5717
+ lisk,
5126
5718
  bob,
5127
5719
  gnosis,
5128
5720
  metal,
@@ -5145,4 +5737,4 @@ const MAINNET_CHAINS = [
5145
5737
  matchain,
5146
5738
  ];
5147
5739
 
5148
- export { MAINNET_CHAINS, arbitrum, base, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, mainnet, mantle, matchain, metal, nibiru, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zkSync };
5740
+ export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, polygon, polygonZkEvm, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zkSync };