@gfxlabs/oku-chains 1.11.8 → 1.11.9

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
@@ -1742,6 +1742,93 @@
1742
1742
  },
1743
1743
  });
1744
1744
 
1745
+ const gensyn = makeConfig({
1746
+ id: 685689,
1747
+ name: "Gensyn AI",
1748
+ nativeCurrency: {
1749
+ decimals: 18,
1750
+ name: "Ether",
1751
+ symbol: "ETH",
1752
+ },
1753
+ rpcUrls: {
1754
+ default: { http: ["https://gensyn-mainnet.g.alchemy.com/public"] },
1755
+ },
1756
+ blockExplorers: {
1757
+ default: {
1758
+ name: "Gensyn Explorer",
1759
+ url: "https://ddrg456.explorer.alchemy.com/",
1760
+ },
1761
+ },
1762
+ blockTimeSeconds: 2,
1763
+ launchTime: 1773970570,
1764
+ transactionType: "eip1559",
1765
+ sortIndex: 25,
1766
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/gensyn-logo.svg",
1767
+ deprecated: false,
1768
+ estimatedSwapGas: 300000,
1769
+ estimatedBridgeGas: 200000,
1770
+ estimatedWrapGas: 60000,
1771
+ safeReorgDistance: 90000,
1772
+ blockAid: "",
1773
+ externalId: {},
1774
+ markets: {},
1775
+ bridges: {},
1776
+ oracles: {},
1777
+ morpho: {},
1778
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
1779
+ uniswap: {
1780
+ deployBlock: 6184635,
1781
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
1782
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
1783
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
1784
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
1785
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1786
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1787
+ positionsNFTDeployBlock: 6184665,
1788
+ universalRouter: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8",
1789
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
1790
+ wrappedNativeSymbol: "WETH",
1791
+ wrappedNativeName: "Wrapped Ether",
1792
+ wrappedNativeDecimals: 18,
1793
+ nativeCurrencyName: "ETH",
1794
+ },
1795
+ token: {
1796
+ wethAddress: "0x4200000000000000000000000000000000000006",
1797
+ },
1798
+ oku: {
1799
+ pricing: {
1800
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006",
1801
+ nativeWrappedName: "ETH",
1802
+ },
1803
+ },
1804
+ defaultPool: viem.zeroAddress,
1805
+ defaultToken0: "0x1B8972370B26f6b9b7d5B823437Ba7674C53cb2a",
1806
+ defaultToken1: "0x4200000000000000000000000000000000000006",
1807
+ tokenList: [
1808
+ { symbol: "WETH", address: "0x4200000000000000000000000000000000000006" },
1809
+ { symbol: "USDC.e", address: "0x1B8972370B26f6b9b7d5B823437Ba7674C53cb2a" },
1810
+ ],
1811
+ stables: ["0x1B8972370B26f6b9b7d5B823437Ba7674C53cb2a"],
1812
+ watchlist: [],
1813
+ internalName: "gensyn",
1814
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png",
1815
+ contracts: {
1816
+ multicall3: {
1817
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
1818
+ blockCreated: 0,
1819
+ },
1820
+ nftManager: {
1821
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1822
+ },
1823
+ weth9: {
1824
+ address: "0x4200000000000000000000000000000000000006",
1825
+ },
1826
+ multicall2: {
1827
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
1828
+ },
1829
+ },
1830
+ });
1831
+
1745
1832
  const gnosis = makeConfig({
1746
1833
  ...chains.gnosis,
1747
1834
  blockTimeSeconds: 5,
@@ -6590,6 +6677,7 @@
6590
6677
  ronin,
6591
6678
  monad,
6592
6679
  hyperevm,
6680
+ gensyn,
6593
6681
  ];
6594
6682
 
6595
6683
  exports.MAINNET_CHAINS = MAINNET_CHAINS;
@@ -6604,6 +6692,7 @@
6604
6692
  exports.corn = corn;
6605
6693
  exports.etherlink = etherlink;
6606
6694
  exports.filecoin = filecoin;
6695
+ exports.gensyn = gensyn;
6607
6696
  exports.gnosis = gnosis;
6608
6697
  exports.goat = goat;
6609
6698
  exports.hemi = hemi;
package/dist/index-mjs.js CHANGED
@@ -1739,6 +1739,93 @@ const filecoin = makeConfig({
1739
1739
  },
1740
1740
  });
1741
1741
 
1742
+ const gensyn = makeConfig({
1743
+ id: 685689,
1744
+ name: "Gensyn AI",
1745
+ nativeCurrency: {
1746
+ decimals: 18,
1747
+ name: "Ether",
1748
+ symbol: "ETH",
1749
+ },
1750
+ rpcUrls: {
1751
+ default: { http: ["https://gensyn-mainnet.g.alchemy.com/public"] },
1752
+ },
1753
+ blockExplorers: {
1754
+ default: {
1755
+ name: "Gensyn Explorer",
1756
+ url: "https://ddrg456.explorer.alchemy.com/",
1757
+ },
1758
+ },
1759
+ blockTimeSeconds: 2,
1760
+ launchTime: 1773970570,
1761
+ transactionType: "eip1559",
1762
+ sortIndex: 25,
1763
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/gensyn-logo.svg",
1764
+ deprecated: false,
1765
+ estimatedSwapGas: 300000,
1766
+ estimatedBridgeGas: 200000,
1767
+ estimatedWrapGas: 60000,
1768
+ safeReorgDistance: 90000,
1769
+ blockAid: "",
1770
+ externalId: {},
1771
+ markets: {},
1772
+ bridges: {},
1773
+ oracles: {},
1774
+ morpho: {},
1775
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
1776
+ uniswap: {
1777
+ deployBlock: 6184635,
1778
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
1779
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
1780
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
1781
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
1782
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1783
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1784
+ positionsNFTDeployBlock: 6184665,
1785
+ universalRouter: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8",
1786
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
1787
+ wrappedNativeSymbol: "WETH",
1788
+ wrappedNativeName: "Wrapped Ether",
1789
+ wrappedNativeDecimals: 18,
1790
+ nativeCurrencyName: "ETH",
1791
+ },
1792
+ token: {
1793
+ wethAddress: "0x4200000000000000000000000000000000000006",
1794
+ },
1795
+ oku: {
1796
+ pricing: {
1797
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006",
1798
+ nativeWrappedName: "ETH",
1799
+ },
1800
+ },
1801
+ defaultPool: zeroAddress,
1802
+ defaultToken0: "0x1B8972370B26f6b9b7d5B823437Ba7674C53cb2a",
1803
+ defaultToken1: "0x4200000000000000000000000000000000000006",
1804
+ tokenList: [
1805
+ { symbol: "WETH", address: "0x4200000000000000000000000000000000000006" },
1806
+ { symbol: "USDC.e", address: "0x1B8972370B26f6b9b7d5B823437Ba7674C53cb2a" },
1807
+ ],
1808
+ stables: ["0x1B8972370B26f6b9b7d5B823437Ba7674C53cb2a"],
1809
+ watchlist: [],
1810
+ internalName: "gensyn",
1811
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png",
1812
+ contracts: {
1813
+ multicall3: {
1814
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
1815
+ blockCreated: 0,
1816
+ },
1817
+ nftManager: {
1818
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1819
+ },
1820
+ weth9: {
1821
+ address: "0x4200000000000000000000000000000000000006",
1822
+ },
1823
+ multicall2: {
1824
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
1825
+ },
1826
+ },
1827
+ });
1828
+
1742
1829
  const gnosis = makeConfig({
1743
1830
  ...gnosis$1,
1744
1831
  blockTimeSeconds: 5,
@@ -6587,6 +6674,7 @@ const MAINNET_CHAINS = [
6587
6674
  ronin,
6588
6675
  monad,
6589
6676
  hyperevm,
6677
+ gensyn,
6590
6678
  ];
6591
6679
 
6592
- export { MAINNET_CHAINS, arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, hyperevm, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, monad, moonbeam, nibiru, optimism, plasma, polygon, polygonZkEvm, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, zkSync };
6680
+ export { MAINNET_CHAINS, arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gensyn, gnosis, goat, hemi, hyperevm, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, monad, moonbeam, nibiru, optimism, plasma, polygon, polygonZkEvm, redbelly, ronin, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, zkSync };
package/dist/index.js CHANGED
@@ -1741,6 +1741,93 @@ const filecoin = makeConfig({
1741
1741
  },
1742
1742
  });
1743
1743
 
1744
+ const gensyn = makeConfig({
1745
+ id: 685689,
1746
+ name: "Gensyn AI",
1747
+ nativeCurrency: {
1748
+ decimals: 18,
1749
+ name: "Ether",
1750
+ symbol: "ETH",
1751
+ },
1752
+ rpcUrls: {
1753
+ default: { http: ["https://gensyn-mainnet.g.alchemy.com/public"] },
1754
+ },
1755
+ blockExplorers: {
1756
+ default: {
1757
+ name: "Gensyn Explorer",
1758
+ url: "https://ddrg456.explorer.alchemy.com/",
1759
+ },
1760
+ },
1761
+ blockTimeSeconds: 2,
1762
+ launchTime: 1773970570,
1763
+ transactionType: "eip1559",
1764
+ sortIndex: 25,
1765
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/gensyn-logo.svg",
1766
+ deprecated: false,
1767
+ estimatedSwapGas: 300000,
1768
+ estimatedBridgeGas: 200000,
1769
+ estimatedWrapGas: 60000,
1770
+ safeReorgDistance: 90000,
1771
+ blockAid: "",
1772
+ externalId: {},
1773
+ markets: {},
1774
+ bridges: {},
1775
+ oracles: {},
1776
+ morpho: {},
1777
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
1778
+ uniswap: {
1779
+ deployBlock: 6184635,
1780
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
1781
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
1782
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
1783
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
1784
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1785
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1786
+ positionsNFTDeployBlock: 6184665,
1787
+ universalRouter: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8",
1788
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006",
1789
+ wrappedNativeSymbol: "WETH",
1790
+ wrappedNativeName: "Wrapped Ether",
1791
+ wrappedNativeDecimals: 18,
1792
+ nativeCurrencyName: "ETH",
1793
+ },
1794
+ token: {
1795
+ wethAddress: "0x4200000000000000000000000000000000000006",
1796
+ },
1797
+ oku: {
1798
+ pricing: {
1799
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006",
1800
+ nativeWrappedName: "ETH",
1801
+ },
1802
+ },
1803
+ defaultPool: viem.zeroAddress,
1804
+ defaultToken0: "0x1B8972370B26f6b9b7d5B823437Ba7674C53cb2a",
1805
+ defaultToken1: "0x4200000000000000000000000000000000000006",
1806
+ tokenList: [
1807
+ { symbol: "WETH", address: "0x4200000000000000000000000000000000000006" },
1808
+ { symbol: "USDC.e", address: "0x1B8972370B26f6b9b7d5B823437Ba7674C53cb2a" },
1809
+ ],
1810
+ stables: ["0x1B8972370B26f6b9b7d5B823437Ba7674C53cb2a"],
1811
+ watchlist: [],
1812
+ internalName: "gensyn",
1813
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png",
1814
+ contracts: {
1815
+ multicall3: {
1816
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
1817
+ blockCreated: 0,
1818
+ },
1819
+ nftManager: {
1820
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
1821
+ },
1822
+ weth9: {
1823
+ address: "0x4200000000000000000000000000000000000006",
1824
+ },
1825
+ multicall2: {
1826
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
1827
+ },
1828
+ },
1829
+ });
1830
+
1744
1831
  const gnosis = makeConfig({
1745
1832
  ...chains.gnosis,
1746
1833
  blockTimeSeconds: 5,
@@ -6589,6 +6676,7 @@ const MAINNET_CHAINS = [
6589
6676
  ronin,
6590
6677
  monad,
6591
6678
  hyperevm,
6679
+ gensyn,
6592
6680
  ];
6593
6681
 
6594
6682
  exports.MAINNET_CHAINS = MAINNET_CHAINS;
@@ -6603,6 +6691,7 @@ exports.celo = celo;
6603
6691
  exports.corn = corn;
6604
6692
  exports.etherlink = etherlink;
6605
6693
  exports.filecoin = filecoin;
6694
+ exports.gensyn = gensyn;
6606
6695
  exports.gnosis = gnosis;
6607
6696
  exports.goat = goat;
6608
6697
  exports.hemi = hemi;
@@ -0,0 +1,91 @@
1
+ export declare const gensyn: Readonly<{
2
+ id: 685689;
3
+ name: "Gensyn AI";
4
+ nativeCurrency: {
5
+ decimals: number;
6
+ name: string;
7
+ symbol: string;
8
+ };
9
+ rpcUrls: {
10
+ default: {
11
+ http: string[];
12
+ };
13
+ };
14
+ blockExplorers: {
15
+ default: {
16
+ name: string;
17
+ url: string;
18
+ };
19
+ };
20
+ blockTimeSeconds: 2;
21
+ launchTime: 1773970570;
22
+ transactionType: "eip1559";
23
+ sortIndex: 25;
24
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/gensyn-logo.svg";
25
+ deprecated: false;
26
+ estimatedSwapGas: 300000;
27
+ estimatedBridgeGas: 200000;
28
+ estimatedWrapGas: 60000;
29
+ safeReorgDistance: 90000;
30
+ blockAid: "";
31
+ externalId: {};
32
+ markets: {};
33
+ bridges: {};
34
+ oracles: {};
35
+ morpho: {};
36
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
37
+ uniswap: {
38
+ deployBlock: number;
39
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
40
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
41
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
42
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
43
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
44
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
45
+ positionsNFTDeployBlock: number;
46
+ universalRouter: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
47
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
48
+ wrappedNativeSymbol: string;
49
+ wrappedNativeName: string;
50
+ wrappedNativeDecimals: number;
51
+ nativeCurrencyName: string;
52
+ };
53
+ token: {
54
+ wethAddress: "0x4200000000000000000000000000000000000006";
55
+ };
56
+ oku: {
57
+ pricing: {
58
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006";
59
+ nativeWrappedName: string;
60
+ };
61
+ };
62
+ defaultPool: "0x0000000000000000000000000000000000000000";
63
+ defaultToken0: "0x1B8972370B26f6b9b7d5B823437Ba7674C53cb2a";
64
+ defaultToken1: "0x4200000000000000000000000000000000000006";
65
+ tokenList: ({
66
+ symbol: string;
67
+ address: "0x4200000000000000000000000000000000000006";
68
+ } | {
69
+ symbol: string;
70
+ address: "0x1B8972370B26f6b9b7d5B823437Ba7674C53cb2a";
71
+ })[];
72
+ stables: "0x1B8972370B26f6b9b7d5B823437Ba7674C53cb2a"[];
73
+ watchlist: never[];
74
+ internalName: "gensyn";
75
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png";
76
+ contracts: {
77
+ multicall3: {
78
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
79
+ blockCreated: number;
80
+ };
81
+ nftManager: {
82
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
83
+ };
84
+ weth9: {
85
+ address: "0x4200000000000000000000000000000000000006";
86
+ };
87
+ multicall2: {
88
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
89
+ };
90
+ };
91
+ }>;
@@ -12,6 +12,7 @@ export * from "./celo";
12
12
  export * from "./corn";
13
13
  export * from "./etherlink";
14
14
  export * from "./filecoin";
15
+ export * from "./gensyn";
15
16
  export * from "./gnosis";
16
17
  export * from "./goat";
17
18
  export * from "./hemi";
@@ -10338,4 +10338,94 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10338
10338
  }] | undefined | undefined;
10339
10339
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
10340
10340
  verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
10341
+ }>, Readonly<{
10342
+ id: 685689;
10343
+ name: "Gensyn AI";
10344
+ nativeCurrency: {
10345
+ decimals: number;
10346
+ name: string;
10347
+ symbol: string;
10348
+ };
10349
+ rpcUrls: {
10350
+ default: {
10351
+ http: string[];
10352
+ };
10353
+ };
10354
+ blockExplorers: {
10355
+ default: {
10356
+ name: string;
10357
+ url: string;
10358
+ };
10359
+ };
10360
+ blockTimeSeconds: 2;
10361
+ launchTime: 1773970570;
10362
+ transactionType: "eip1559";
10363
+ sortIndex: 25;
10364
+ logoUrl: "https://cms.oku.trade/cdn/public/chains/gensyn-logo.svg";
10365
+ deprecated: false;
10366
+ estimatedSwapGas: 300000;
10367
+ estimatedBridgeGas: 200000;
10368
+ estimatedWrapGas: 60000;
10369
+ safeReorgDistance: 90000;
10370
+ blockAid: "";
10371
+ externalId: {};
10372
+ markets: {};
10373
+ bridges: {};
10374
+ oracles: {};
10375
+ morpho: {};
10376
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
10377
+ uniswap: {
10378
+ deployBlock: number;
10379
+ poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
10380
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
10381
+ multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
10382
+ tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
10383
+ nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
10384
+ positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
10385
+ positionsNFTDeployBlock: number;
10386
+ universalRouter: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
10387
+ wrappedNativeAddress: "0x4200000000000000000000000000000000000006";
10388
+ wrappedNativeSymbol: string;
10389
+ wrappedNativeName: string;
10390
+ wrappedNativeDecimals: number;
10391
+ nativeCurrencyName: string;
10392
+ };
10393
+ token: {
10394
+ wethAddress: "0x4200000000000000000000000000000000000006";
10395
+ };
10396
+ oku: {
10397
+ pricing: {
10398
+ nativeWrappedToken: "0x4200000000000000000000000000000000000006";
10399
+ nativeWrappedName: string;
10400
+ };
10401
+ };
10402
+ defaultPool: "0x0000000000000000000000000000000000000000";
10403
+ defaultToken0: "0x1B8972370B26f6b9b7d5B823437Ba7674C53cb2a";
10404
+ defaultToken1: "0x4200000000000000000000000000000000000006";
10405
+ tokenList: ({
10406
+ symbol: string;
10407
+ address: "0x4200000000000000000000000000000000000006";
10408
+ } | {
10409
+ symbol: string;
10410
+ address: "0x1B8972370B26f6b9b7d5B823437Ba7674C53cb2a";
10411
+ })[];
10412
+ stables: "0x1B8972370B26f6b9b7d5B823437Ba7674C53cb2a"[];
10413
+ watchlist: never[];
10414
+ internalName: "gensyn";
10415
+ nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png";
10416
+ contracts: {
10417
+ multicall3: {
10418
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
10419
+ blockCreated: number;
10420
+ };
10421
+ nftManager: {
10422
+ address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
10423
+ };
10424
+ weth9: {
10425
+ address: "0x4200000000000000000000000000000000000006";
10426
+ };
10427
+ multicall2: {
10428
+ address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
10429
+ };
10430
+ };
10341
10431
  }>];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.11.8",
3
+ "version": "1.11.9",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",