@gfxlabs/oku-chains 1.1.24 → 1.1.25

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'), 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';
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';
6
6
 
7
7
  const makeConfig = (x) => {
8
8
  return x;
@@ -1734,64 +1734,6 @@
1734
1734
  },
1735
1735
  });
1736
1736
 
1737
- const seitestnet = makeConfig({
1738
- ...chains.seiDevnet,
1739
- blockTimeSeconds: 0.5,
1740
- sortIndex: 17,
1741
- logoUrl: "https://assets.oku.trade/sei-logo.webp",
1742
- safeReorgDistance: 90000,
1743
- externalId: {},
1744
- uniswap: {
1745
- deployBlock: 16206422,
1746
- poolFactory: "0x32CB2e76E80B2A8abc968985B23408E2D5885341",
1747
- multicall2: "0x474bD11F7777d0a1EE0B7c0bb48Acd9244A2afCE",
1748
- tickLens: "0x09E6a35D9c4d6fA4257aeE015793Cd5Cbf8fa6D8",
1749
- nonfungiblePositionManager: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30",
1750
- positionsNFT: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30",
1751
- positionsNFTDeployBlock: 16206612,
1752
- universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B",
1753
- },
1754
- token: {
1755
- usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77",
1756
- wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
1757
- },
1758
- oku: {
1759
- limitOrderRegistry: viem.zeroAddress,
1760
- limitOrderRegistryDeployBlock: 0,
1761
- pricing: {
1762
- nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
1763
- nativeWrappedName: "SEI",
1764
- },
1765
- },
1766
- defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee",
1767
- defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
1768
- defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77",
1769
- tokenList: [
1770
- { symbol: "WSEI", address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139" },
1771
- { symbol: "USDC", address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77" },
1772
- ],
1773
- stables: ["0xA09F3386E05CEAC547b02f223bF500a728BE7d77"],
1774
- watchlist: [],
1775
- internalName: "seitestnet",
1776
- contracts: {
1777
- limitOrder: {
1778
- address: viem.zeroAddress,
1779
- },
1780
- nftManager: {
1781
- address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30",
1782
- },
1783
- weth9: {
1784
- address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
1785
- },
1786
- multicall2: {
1787
- address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2",
1788
- },
1789
- multicall3: {
1790
- address: "0xcA11bde05977b3631167028862bE2a173976CA11",
1791
- },
1792
- },
1793
- });
1794
-
1795
1737
  const polygonZkEvm = makeConfig({
1796
1738
  ...chains.polygonZkEvm,
1797
1739
  sortIndex: 6,
@@ -1953,7 +1895,6 @@
1953
1895
  zkSync,
1954
1896
  manta,
1955
1897
  linea,
1956
- seitestnet,
1957
1898
  ];
1958
1899
 
1959
1900
  exports.MAINNET_CHAINS = MAINNET_CHAINS;
@@ -1972,7 +1913,6 @@
1972
1913
  exports.polygonZkEvm = polygonZkEvm;
1973
1914
  exports.rootstock = rootstock;
1974
1915
  exports.scroll = scroll;
1975
- exports.seitestnet = seitestnet;
1976
1916
  exports.zkSync = zkSync;
1977
1917
 
1978
1918
  }));
package/dist/index-mjs.js CHANGED
@@ -1,5 +1,4 @@
1
- import { arbitrum as arbitrum$1, base as base$1, blast as blast$1, boba as boba$1, bsc as bsc$1, filecoin as filecoin$1, linea as linea$1, mainnet as mainnet$1, manta as manta$1, moonbeam as moonbeam$1, optimism as optimism$1, polygon as polygon$1, rootstock as rootstock$1, scroll as scroll$1, seiDevnet, polygonZkEvm as polygonZkEvm$1, zkSync as zkSync$1 } from 'viem/chains';
2
- import { zeroAddress } from 'viem';
1
+ import { arbitrum as arbitrum$1, base as base$1, blast as blast$1, boba as boba$1, bsc as bsc$1, filecoin as filecoin$1, linea as linea$1, mainnet as mainnet$1, manta as manta$1, moonbeam as moonbeam$1, optimism as optimism$1, polygon as polygon$1, rootstock as rootstock$1, scroll as scroll$1, polygonZkEvm as polygonZkEvm$1, zkSync as zkSync$1 } from 'viem/chains';
3
2
 
4
3
  const makeConfig = (x) => {
5
4
  return x;
@@ -1731,64 +1730,6 @@ const scroll = makeConfig({
1731
1730
  },
1732
1731
  });
1733
1732
 
1734
- const seitestnet = makeConfig({
1735
- ...seiDevnet,
1736
- blockTimeSeconds: 0.5,
1737
- sortIndex: 17,
1738
- logoUrl: "https://assets.oku.trade/sei-logo.webp",
1739
- safeReorgDistance: 90000,
1740
- externalId: {},
1741
- uniswap: {
1742
- deployBlock: 16206422,
1743
- poolFactory: "0x32CB2e76E80B2A8abc968985B23408E2D5885341",
1744
- multicall2: "0x474bD11F7777d0a1EE0B7c0bb48Acd9244A2afCE",
1745
- tickLens: "0x09E6a35D9c4d6fA4257aeE015793Cd5Cbf8fa6D8",
1746
- nonfungiblePositionManager: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30",
1747
- positionsNFT: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30",
1748
- positionsNFTDeployBlock: 16206612,
1749
- universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B",
1750
- },
1751
- token: {
1752
- usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77",
1753
- wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
1754
- },
1755
- oku: {
1756
- limitOrderRegistry: zeroAddress,
1757
- limitOrderRegistryDeployBlock: 0,
1758
- pricing: {
1759
- nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
1760
- nativeWrappedName: "SEI",
1761
- },
1762
- },
1763
- defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee",
1764
- defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
1765
- defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77",
1766
- tokenList: [
1767
- { symbol: "WSEI", address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139" },
1768
- { symbol: "USDC", address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77" },
1769
- ],
1770
- stables: ["0xA09F3386E05CEAC547b02f223bF500a728BE7d77"],
1771
- watchlist: [],
1772
- internalName: "seitestnet",
1773
- contracts: {
1774
- limitOrder: {
1775
- address: zeroAddress,
1776
- },
1777
- nftManager: {
1778
- address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30",
1779
- },
1780
- weth9: {
1781
- address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
1782
- },
1783
- multicall2: {
1784
- address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2",
1785
- },
1786
- multicall3: {
1787
- address: "0xcA11bde05977b3631167028862bE2a173976CA11",
1788
- },
1789
- },
1790
- });
1791
-
1792
1733
  const polygonZkEvm = makeConfig({
1793
1734
  ...polygonZkEvm$1,
1794
1735
  sortIndex: 6,
@@ -1950,7 +1891,6 @@ const MAINNET_CHAINS = [
1950
1891
  zkSync,
1951
1892
  manta,
1952
1893
  linea,
1953
- seitestnet,
1954
1894
  ];
1955
1895
 
1956
- export { MAINNET_CHAINS, arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, polygonZkEvm, rootstock, scroll, seitestnet, zkSync };
1896
+ export { MAINNET_CHAINS, arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, polygonZkEvm, rootstock, scroll, zkSync };
package/dist/index.js CHANGED
@@ -1,7 +1,6 @@
1
1
  'use strict';
2
2
 
3
3
  var chains = require('viem/chains');
4
- var viem = require('viem');
5
4
 
6
5
  const makeConfig = (x) => {
7
6
  return x;
@@ -1733,64 +1732,6 @@ const scroll = makeConfig({
1733
1732
  },
1734
1733
  });
1735
1734
 
1736
- const seitestnet = makeConfig({
1737
- ...chains.seiDevnet,
1738
- blockTimeSeconds: 0.5,
1739
- sortIndex: 17,
1740
- logoUrl: "https://assets.oku.trade/sei-logo.webp",
1741
- safeReorgDistance: 90000,
1742
- externalId: {},
1743
- uniswap: {
1744
- deployBlock: 16206422,
1745
- poolFactory: "0x32CB2e76E80B2A8abc968985B23408E2D5885341",
1746
- multicall2: "0x474bD11F7777d0a1EE0B7c0bb48Acd9244A2afCE",
1747
- tickLens: "0x09E6a35D9c4d6fA4257aeE015793Cd5Cbf8fa6D8",
1748
- nonfungiblePositionManager: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30",
1749
- positionsNFT: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30",
1750
- positionsNFTDeployBlock: 16206612,
1751
- universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B",
1752
- },
1753
- token: {
1754
- usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77",
1755
- wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
1756
- },
1757
- oku: {
1758
- limitOrderRegistry: viem.zeroAddress,
1759
- limitOrderRegistryDeployBlock: 0,
1760
- pricing: {
1761
- nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
1762
- nativeWrappedName: "SEI",
1763
- },
1764
- },
1765
- defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee",
1766
- defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
1767
- defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77",
1768
- tokenList: [
1769
- { symbol: "WSEI", address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139" },
1770
- { symbol: "USDC", address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77" },
1771
- ],
1772
- stables: ["0xA09F3386E05CEAC547b02f223bF500a728BE7d77"],
1773
- watchlist: [],
1774
- internalName: "seitestnet",
1775
- contracts: {
1776
- limitOrder: {
1777
- address: viem.zeroAddress,
1778
- },
1779
- nftManager: {
1780
- address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30",
1781
- },
1782
- weth9: {
1783
- address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139",
1784
- },
1785
- multicall2: {
1786
- address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2",
1787
- },
1788
- multicall3: {
1789
- address: "0xcA11bde05977b3631167028862bE2a173976CA11",
1790
- },
1791
- },
1792
- });
1793
-
1794
1735
  const polygonZkEvm = makeConfig({
1795
1736
  ...chains.polygonZkEvm,
1796
1737
  sortIndex: 6,
@@ -1952,7 +1893,6 @@ const MAINNET_CHAINS = [
1952
1893
  zkSync,
1953
1894
  manta,
1954
1895
  linea,
1955
- seitestnet,
1956
1896
  ];
1957
1897
 
1958
1898
  exports.MAINNET_CHAINS = MAINNET_CHAINS;
@@ -1971,5 +1911,4 @@ exports.polygon = polygon;
1971
1911
  exports.polygonZkEvm = polygonZkEvm;
1972
1912
  exports.rootstock = rootstock;
1973
1913
  exports.scroll = scroll;
1974
- exports.seitestnet = seitestnet;
1975
1914
  exports.zkSync = zkSync;
@@ -3538,91 +3538,6 @@ declare const scroll: Readonly<{
3538
3538
  serializers?: import("viem").ChainSerializers<undefined> | undefined;
3539
3539
  fees?: import("viem").ChainFees<undefined> | undefined;
3540
3540
  }>;
3541
- declare const seitestnet: Readonly<{
3542
- blockTimeSeconds: 0.5;
3543
- sortIndex: 17;
3544
- logoUrl: "https://assets.oku.trade/sei-logo.webp";
3545
- safeReorgDistance: 90000;
3546
- externalId: {};
3547
- uniswap: {
3548
- deployBlock: number;
3549
- poolFactory: "0x32CB2e76E80B2A8abc968985B23408E2D5885341";
3550
- multicall2: "0x474bD11F7777d0a1EE0B7c0bb48Acd9244A2afCE";
3551
- tickLens: "0x09E6a35D9c4d6fA4257aeE015793Cd5Cbf8fa6D8";
3552
- nonfungiblePositionManager: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
3553
- positionsNFT: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
3554
- positionsNFTDeployBlock: number;
3555
- universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B";
3556
- };
3557
- token: {
3558
- usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
3559
- wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
3560
- };
3561
- oku: {
3562
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
3563
- limitOrderRegistryDeployBlock: number;
3564
- pricing: {
3565
- nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
3566
- nativeWrappedName: string;
3567
- };
3568
- };
3569
- defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee";
3570
- defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
3571
- defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
3572
- tokenList: ({
3573
- symbol: string;
3574
- address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
3575
- } | {
3576
- symbol: string;
3577
- address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
3578
- })[];
3579
- stables: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77"[];
3580
- watchlist: never[];
3581
- internalName: "seitestnet";
3582
- contracts: {
3583
- limitOrder: {
3584
- address: "0x0000000000000000000000000000000000000000";
3585
- };
3586
- nftManager: {
3587
- address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
3588
- };
3589
- weth9: {
3590
- address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
3591
- };
3592
- multicall2: {
3593
- address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2";
3594
- };
3595
- multicall3: {
3596
- address: "0xcA11bde05977b3631167028862bE2a173976CA11";
3597
- };
3598
- };
3599
- blockExplorers: {
3600
- readonly default: {
3601
- readonly name: "Seitrace";
3602
- readonly url: "https://seitrace.com";
3603
- };
3604
- };
3605
- id: 713715;
3606
- name: "Sei Devnet";
3607
- nativeCurrency: {
3608
- readonly name: "Sei";
3609
- readonly symbol: "SEI";
3610
- readonly decimals: 18;
3611
- };
3612
- rpcUrls: {
3613
- readonly default: {
3614
- readonly http: readonly [
3615
- "https://evm-rpc-arctic-1.sei-apis.com"
3616
- ];
3617
- };
3618
- };
3619
- sourceId?: number | undefined;
3620
- testnet: true;
3621
- custom?: Record<string, unknown> | undefined;
3622
- formatters?: undefined;
3623
- serializers?: import("viem").ChainSerializers<undefined> | undefined;
3624
- fees?: import("viem").ChainFees<undefined> | undefined;
3625
- }>;
3626
3541
  declare const polygonZkEvm: Readonly<{
3627
3542
  sortIndex: 6;
3628
3543
  blockTimeSeconds: 7;
@@ -10382,88 +10297,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10382
10297
  formatters?: undefined;
10383
10298
  serializers?: import("viem").ChainSerializers<undefined> | undefined;
10384
10299
  fees?: import("viem").ChainFees<undefined> | undefined;
10385
- }>, Readonly<{
10386
- blockTimeSeconds: 0.5;
10387
- sortIndex: 17;
10388
- logoUrl: "https://assets.oku.trade/sei-logo.webp";
10389
- safeReorgDistance: 90000;
10390
- externalId: {};
10391
- uniswap: {
10392
- deployBlock: number;
10393
- poolFactory: "0x32CB2e76E80B2A8abc968985B23408E2D5885341";
10394
- multicall2: "0x474bD11F7777d0a1EE0B7c0bb48Acd9244A2afCE";
10395
- tickLens: "0x09E6a35D9c4d6fA4257aeE015793Cd5Cbf8fa6D8";
10396
- nonfungiblePositionManager: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
10397
- positionsNFT: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
10398
- positionsNFTDeployBlock: number;
10399
- universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B";
10400
- };
10401
- token: {
10402
- usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
10403
- wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
10404
- };
10405
- oku: {
10406
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
10407
- limitOrderRegistryDeployBlock: number;
10408
- pricing: {
10409
- nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
10410
- nativeWrappedName: string;
10411
- };
10412
- };
10413
- defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee";
10414
- defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
10415
- defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
10416
- tokenList: ({
10417
- symbol: string;
10418
- address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
10419
- } | {
10420
- symbol: string;
10421
- address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
10422
- })[];
10423
- stables: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77"[];
10424
- watchlist: never[];
10425
- internalName: "seitestnet";
10426
- contracts: {
10427
- limitOrder: {
10428
- address: "0x0000000000000000000000000000000000000000";
10429
- };
10430
- nftManager: {
10431
- address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
10432
- };
10433
- weth9: {
10434
- address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
10435
- };
10436
- multicall2: {
10437
- address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2";
10438
- };
10439
- multicall3: {
10440
- address: "0xcA11bde05977b3631167028862bE2a173976CA11";
10441
- };
10442
- };
10443
- blockExplorers: {
10444
- readonly default: {
10445
- readonly name: "Seitrace";
10446
- readonly url: "https://seitrace.com";
10447
- };
10448
- };
10449
- id: 713715;
10450
- name: "Sei Devnet";
10451
- nativeCurrency: {
10452
- readonly name: "Sei";
10453
- readonly symbol: "SEI";
10454
- readonly decimals: 18;
10455
- };
10456
- rpcUrls: {
10457
- readonly default: {
10458
- readonly http: readonly ["https://evm-rpc-arctic-1.sei-apis.com"];
10459
- };
10460
- };
10461
- sourceId?: number | undefined;
10462
- testnet: true;
10463
- custom?: Record<string, unknown> | undefined;
10464
- formatters?: undefined;
10465
- serializers?: import("viem").ChainSerializers<undefined> | undefined;
10466
- fees?: import("viem").ChainFees<undefined> | undefined;
10467
10300
  }>];
10468
- export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, rootstock, scroll, seitestnet, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
10301
+ export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, rootstock, scroll, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
10469
10302
  export { ChainContract } from "viem";
@@ -3538,91 +3538,6 @@ declare const scroll: Readonly<{
3538
3538
  serializers?: import("viem").ChainSerializers<undefined> | undefined;
3539
3539
  fees?: import("viem").ChainFees<undefined> | undefined;
3540
3540
  }>;
3541
- declare const seitestnet: Readonly<{
3542
- blockTimeSeconds: 0.5;
3543
- sortIndex: 17;
3544
- logoUrl: "https://assets.oku.trade/sei-logo.webp";
3545
- safeReorgDistance: 90000;
3546
- externalId: {};
3547
- uniswap: {
3548
- deployBlock: number;
3549
- poolFactory: "0x32CB2e76E80B2A8abc968985B23408E2D5885341";
3550
- multicall2: "0x474bD11F7777d0a1EE0B7c0bb48Acd9244A2afCE";
3551
- tickLens: "0x09E6a35D9c4d6fA4257aeE015793Cd5Cbf8fa6D8";
3552
- nonfungiblePositionManager: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
3553
- positionsNFT: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
3554
- positionsNFTDeployBlock: number;
3555
- universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B";
3556
- };
3557
- token: {
3558
- usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
3559
- wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
3560
- };
3561
- oku: {
3562
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
3563
- limitOrderRegistryDeployBlock: number;
3564
- pricing: {
3565
- nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
3566
- nativeWrappedName: string;
3567
- };
3568
- };
3569
- defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee";
3570
- defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
3571
- defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
3572
- tokenList: ({
3573
- symbol: string;
3574
- address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
3575
- } | {
3576
- symbol: string;
3577
- address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
3578
- })[];
3579
- stables: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77"[];
3580
- watchlist: never[];
3581
- internalName: "seitestnet";
3582
- contracts: {
3583
- limitOrder: {
3584
- address: "0x0000000000000000000000000000000000000000";
3585
- };
3586
- nftManager: {
3587
- address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
3588
- };
3589
- weth9: {
3590
- address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
3591
- };
3592
- multicall2: {
3593
- address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2";
3594
- };
3595
- multicall3: {
3596
- address: "0xcA11bde05977b3631167028862bE2a173976CA11";
3597
- };
3598
- };
3599
- blockExplorers: {
3600
- readonly default: {
3601
- readonly name: "Seitrace";
3602
- readonly url: "https://seitrace.com";
3603
- };
3604
- };
3605
- id: 713715;
3606
- name: "Sei Devnet";
3607
- nativeCurrency: {
3608
- readonly name: "Sei";
3609
- readonly symbol: "SEI";
3610
- readonly decimals: 18;
3611
- };
3612
- rpcUrls: {
3613
- readonly default: {
3614
- readonly http: readonly [
3615
- "https://evm-rpc-arctic-1.sei-apis.com"
3616
- ];
3617
- };
3618
- };
3619
- sourceId?: number | undefined;
3620
- testnet: true;
3621
- custom?: Record<string, unknown> | undefined;
3622
- formatters?: undefined;
3623
- serializers?: import("viem").ChainSerializers<undefined> | undefined;
3624
- fees?: import("viem").ChainFees<undefined> | undefined;
3625
- }>;
3626
3541
  declare const polygonZkEvm: Readonly<{
3627
3542
  sortIndex: 6;
3628
3543
  blockTimeSeconds: 7;
@@ -10382,88 +10297,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10382
10297
  formatters?: undefined;
10383
10298
  serializers?: import("viem").ChainSerializers<undefined> | undefined;
10384
10299
  fees?: import("viem").ChainFees<undefined> | undefined;
10385
- }>, Readonly<{
10386
- blockTimeSeconds: 0.5;
10387
- sortIndex: 17;
10388
- logoUrl: "https://assets.oku.trade/sei-logo.webp";
10389
- safeReorgDistance: 90000;
10390
- externalId: {};
10391
- uniswap: {
10392
- deployBlock: number;
10393
- poolFactory: "0x32CB2e76E80B2A8abc968985B23408E2D5885341";
10394
- multicall2: "0x474bD11F7777d0a1EE0B7c0bb48Acd9244A2afCE";
10395
- tickLens: "0x09E6a35D9c4d6fA4257aeE015793Cd5Cbf8fa6D8";
10396
- nonfungiblePositionManager: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
10397
- positionsNFT: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
10398
- positionsNFTDeployBlock: number;
10399
- universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B";
10400
- };
10401
- token: {
10402
- usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
10403
- wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
10404
- };
10405
- oku: {
10406
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
10407
- limitOrderRegistryDeployBlock: number;
10408
- pricing: {
10409
- nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
10410
- nativeWrappedName: string;
10411
- };
10412
- };
10413
- defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee";
10414
- defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
10415
- defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
10416
- tokenList: ({
10417
- symbol: string;
10418
- address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
10419
- } | {
10420
- symbol: string;
10421
- address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
10422
- })[];
10423
- stables: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77"[];
10424
- watchlist: never[];
10425
- internalName: "seitestnet";
10426
- contracts: {
10427
- limitOrder: {
10428
- address: "0x0000000000000000000000000000000000000000";
10429
- };
10430
- nftManager: {
10431
- address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
10432
- };
10433
- weth9: {
10434
- address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
10435
- };
10436
- multicall2: {
10437
- address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2";
10438
- };
10439
- multicall3: {
10440
- address: "0xcA11bde05977b3631167028862bE2a173976CA11";
10441
- };
10442
- };
10443
- blockExplorers: {
10444
- readonly default: {
10445
- readonly name: "Seitrace";
10446
- readonly url: "https://seitrace.com";
10447
- };
10448
- };
10449
- id: 713715;
10450
- name: "Sei Devnet";
10451
- nativeCurrency: {
10452
- readonly name: "Sei";
10453
- readonly symbol: "SEI";
10454
- readonly decimals: 18;
10455
- };
10456
- rpcUrls: {
10457
- readonly default: {
10458
- readonly http: readonly ["https://evm-rpc-arctic-1.sei-apis.com"];
10459
- };
10460
- };
10461
- sourceId?: number | undefined;
10462
- testnet: true;
10463
- custom?: Record<string, unknown> | undefined;
10464
- formatters?: undefined;
10465
- serializers?: import("viem").ChainSerializers<undefined> | undefined;
10466
- fees?: import("viem").ChainFees<undefined> | undefined;
10467
10300
  }>];
10468
- export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, rootstock, scroll, seitestnet, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
10301
+ export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, rootstock, scroll, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
10469
10302
  export { ChainContract } from "viem";
@@ -3538,91 +3538,6 @@ declare const scroll: Readonly<{
3538
3538
  serializers?: import("viem").ChainSerializers<undefined> | undefined;
3539
3539
  fees?: import("viem").ChainFees<undefined> | undefined;
3540
3540
  }>;
3541
- declare const seitestnet: Readonly<{
3542
- blockTimeSeconds: 0.5;
3543
- sortIndex: 17;
3544
- logoUrl: "https://assets.oku.trade/sei-logo.webp";
3545
- safeReorgDistance: 90000;
3546
- externalId: {};
3547
- uniswap: {
3548
- deployBlock: number;
3549
- poolFactory: "0x32CB2e76E80B2A8abc968985B23408E2D5885341";
3550
- multicall2: "0x474bD11F7777d0a1EE0B7c0bb48Acd9244A2afCE";
3551
- tickLens: "0x09E6a35D9c4d6fA4257aeE015793Cd5Cbf8fa6D8";
3552
- nonfungiblePositionManager: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
3553
- positionsNFT: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
3554
- positionsNFTDeployBlock: number;
3555
- universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B";
3556
- };
3557
- token: {
3558
- usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
3559
- wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
3560
- };
3561
- oku: {
3562
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
3563
- limitOrderRegistryDeployBlock: number;
3564
- pricing: {
3565
- nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
3566
- nativeWrappedName: string;
3567
- };
3568
- };
3569
- defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee";
3570
- defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
3571
- defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
3572
- tokenList: ({
3573
- symbol: string;
3574
- address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
3575
- } | {
3576
- symbol: string;
3577
- address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
3578
- })[];
3579
- stables: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77"[];
3580
- watchlist: never[];
3581
- internalName: "seitestnet";
3582
- contracts: {
3583
- limitOrder: {
3584
- address: "0x0000000000000000000000000000000000000000";
3585
- };
3586
- nftManager: {
3587
- address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
3588
- };
3589
- weth9: {
3590
- address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
3591
- };
3592
- multicall2: {
3593
- address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2";
3594
- };
3595
- multicall3: {
3596
- address: "0xcA11bde05977b3631167028862bE2a173976CA11";
3597
- };
3598
- };
3599
- blockExplorers: {
3600
- readonly default: {
3601
- readonly name: "Seitrace";
3602
- readonly url: "https://seitrace.com";
3603
- };
3604
- };
3605
- id: 713715;
3606
- name: "Sei Devnet";
3607
- nativeCurrency: {
3608
- readonly name: "Sei";
3609
- readonly symbol: "SEI";
3610
- readonly decimals: 18;
3611
- };
3612
- rpcUrls: {
3613
- readonly default: {
3614
- readonly http: readonly [
3615
- "https://evm-rpc-arctic-1.sei-apis.com"
3616
- ];
3617
- };
3618
- };
3619
- sourceId?: number | undefined;
3620
- testnet: true;
3621
- custom?: Record<string, unknown> | undefined;
3622
- formatters?: undefined;
3623
- serializers?: import("viem").ChainSerializers<undefined> | undefined;
3624
- fees?: import("viem").ChainFees<undefined> | undefined;
3625
- }>;
3626
3541
  declare const polygonZkEvm: Readonly<{
3627
3542
  sortIndex: 6;
3628
3543
  blockTimeSeconds: 7;
@@ -10382,88 +10297,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10382
10297
  formatters?: undefined;
10383
10298
  serializers?: import("viem").ChainSerializers<undefined> | undefined;
10384
10299
  fees?: import("viem").ChainFees<undefined> | undefined;
10385
- }>, Readonly<{
10386
- blockTimeSeconds: 0.5;
10387
- sortIndex: 17;
10388
- logoUrl: "https://assets.oku.trade/sei-logo.webp";
10389
- safeReorgDistance: 90000;
10390
- externalId: {};
10391
- uniswap: {
10392
- deployBlock: number;
10393
- poolFactory: "0x32CB2e76E80B2A8abc968985B23408E2D5885341";
10394
- multicall2: "0x474bD11F7777d0a1EE0B7c0bb48Acd9244A2afCE";
10395
- tickLens: "0x09E6a35D9c4d6fA4257aeE015793Cd5Cbf8fa6D8";
10396
- nonfungiblePositionManager: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
10397
- positionsNFT: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
10398
- positionsNFTDeployBlock: number;
10399
- universalRouter: "0x61a27a55f72bbCba64554246BCE2da43C164543B";
10400
- };
10401
- token: {
10402
- usdcAddress: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
10403
- wethAddress: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
10404
- };
10405
- oku: {
10406
- limitOrderRegistry: "0x0000000000000000000000000000000000000000";
10407
- limitOrderRegistryDeployBlock: number;
10408
- pricing: {
10409
- nativeWrappedToken: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
10410
- nativeWrappedName: string;
10411
- };
10412
- };
10413
- defaultPool: "0xf3a56d08504f3e09aa94245c0ee841b91fcc5dee";
10414
- defaultToken0: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
10415
- defaultToken1: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
10416
- tokenList: ({
10417
- symbol: string;
10418
- address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
10419
- } | {
10420
- symbol: string;
10421
- address: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77";
10422
- })[];
10423
- stables: "0xA09F3386E05CEAC547b02f223bF500a728BE7d77"[];
10424
- watchlist: never[];
10425
- internalName: "seitestnet";
10426
- contracts: {
10427
- limitOrder: {
10428
- address: "0x0000000000000000000000000000000000000000";
10429
- };
10430
- nftManager: {
10431
- address: "0x2d1886A4C71df03685ba1e6B0075e285a34e2c30";
10432
- };
10433
- weth9: {
10434
- address: "0x57eE725BEeB991c70c53f9642f36755EC6eb2139";
10435
- };
10436
- multicall2: {
10437
- address: "0x58A80812EDC79CE80eeF0c9940528f57CafFe2a2";
10438
- };
10439
- multicall3: {
10440
- address: "0xcA11bde05977b3631167028862bE2a173976CA11";
10441
- };
10442
- };
10443
- blockExplorers: {
10444
- readonly default: {
10445
- readonly name: "Seitrace";
10446
- readonly url: "https://seitrace.com";
10447
- };
10448
- };
10449
- id: 713715;
10450
- name: "Sei Devnet";
10451
- nativeCurrency: {
10452
- readonly name: "Sei";
10453
- readonly symbol: "SEI";
10454
- readonly decimals: 18;
10455
- };
10456
- rpcUrls: {
10457
- readonly default: {
10458
- readonly http: readonly ["https://evm-rpc-arctic-1.sei-apis.com"];
10459
- };
10460
- };
10461
- sourceId?: number | undefined;
10462
- testnet: true;
10463
- custom?: Record<string, unknown> | undefined;
10464
- formatters?: undefined;
10465
- serializers?: import("viem").ChainSerializers<undefined> | undefined;
10466
- fees?: import("viem").ChainFees<undefined> | undefined;
10467
10300
  }>];
10468
- export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, rootstock, scroll, seitestnet, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
10301
+ export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, rootstock, scroll, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
10469
10302
  export { ChainContract } from "viem";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.24",
3
+ "version": "1.1.25",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",