@gfxlabs/oku-chains 1.1.47 → 1.1.49
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 +70 -11
- package/dist/index-mjs.js +68 -9
- package/dist/index.js +67 -7
- package/dist/types/browser.d.ts +182 -15
- package/dist/types/index-mjs.d.ts +182 -15
- package/dist/types/index.d.ts +182 -15
- package/package.json +2 -2
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;
|
|
@@ -1086,9 +1086,7 @@
|
|
|
1086
1086
|
sortIndex: 15,
|
|
1087
1087
|
logoUrl: "https://assets.oku.trade/mantle-logo.png",
|
|
1088
1088
|
safeReorgDistance: 90000,
|
|
1089
|
-
externalId: {
|
|
1090
|
-
zerion: "mantle",
|
|
1091
|
-
},
|
|
1089
|
+
externalId: {},
|
|
1092
1090
|
uniswap: {
|
|
1093
1091
|
deployBlock: 63795918,
|
|
1094
1092
|
poolFactory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9",
|
|
@@ -1804,15 +1802,72 @@
|
|
|
1804
1802
|
},
|
|
1805
1803
|
});
|
|
1806
1804
|
|
|
1805
|
+
const sei = makeConfig({
|
|
1806
|
+
...chains.sei,
|
|
1807
|
+
blockTimeSeconds: 3,
|
|
1808
|
+
sortIndex: 5,
|
|
1809
|
+
logoUrl: "https://assets.oku.trade/sei-logo.svg",
|
|
1810
|
+
safeReorgDistance: 90000,
|
|
1811
|
+
externalId: {},
|
|
1812
|
+
uniswap: {
|
|
1813
|
+
deployBlock: 79245151,
|
|
1814
|
+
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3",
|
|
1815
|
+
multicall2: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9",
|
|
1816
|
+
tickLens: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
|
|
1817
|
+
nonfungiblePositionManager: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF",
|
|
1818
|
+
positionsNFT: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF",
|
|
1819
|
+
positionsNFTDeployBlock: 79245279,
|
|
1820
|
+
universalRouter: "0xa683c66045ad16abb1bCE5ad46A64d95f9A25785",
|
|
1821
|
+
},
|
|
1822
|
+
token: {
|
|
1823
|
+
usdcAddress: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1",
|
|
1824
|
+
wethAddress: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
1825
|
+
},
|
|
1826
|
+
oku: {
|
|
1827
|
+
limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
|
|
1828
|
+
limitOrderRegistryDeployBlock: 79448363,
|
|
1829
|
+
pricing: {
|
|
1830
|
+
nativeWrappedToken: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
1831
|
+
nativeWrappedName: "SEI",
|
|
1832
|
+
},
|
|
1833
|
+
},
|
|
1834
|
+
defaultPool: viem.zeroAddress,
|
|
1835
|
+
defaultToken0: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1",
|
|
1836
|
+
defaultToken1: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
1837
|
+
tokenList: [
|
|
1838
|
+
{ symbol: "WSEI", address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7" },
|
|
1839
|
+
{ symbol: "USDC", address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1" },
|
|
1840
|
+
],
|
|
1841
|
+
stables: ["0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1"],
|
|
1842
|
+
watchlist: [],
|
|
1843
|
+
internalName: "sei",
|
|
1844
|
+
contracts: {
|
|
1845
|
+
...chains.sei.contracts,
|
|
1846
|
+
limitOrder: {
|
|
1847
|
+
address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
|
|
1848
|
+
},
|
|
1849
|
+
nftManager: {
|
|
1850
|
+
address: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF",
|
|
1851
|
+
},
|
|
1852
|
+
weth9: {
|
|
1853
|
+
address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
1854
|
+
},
|
|
1855
|
+
multicall2: {
|
|
1856
|
+
address: "0x9b7aC6735b23578E81260acD34E3668D0cc6000A",
|
|
1857
|
+
},
|
|
1858
|
+
multicall3: {
|
|
1859
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
1860
|
+
},
|
|
1861
|
+
},
|
|
1862
|
+
});
|
|
1863
|
+
|
|
1807
1864
|
const taiko = makeConfig({
|
|
1808
1865
|
...chains.taiko,
|
|
1809
1866
|
blockTimeSeconds: 24,
|
|
1810
1867
|
sortIndex: 4,
|
|
1811
1868
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
1812
1869
|
safeReorgDistance: 90000,
|
|
1813
|
-
externalId: {
|
|
1814
|
-
zerion: "taiko",
|
|
1815
|
-
},
|
|
1870
|
+
externalId: {},
|
|
1816
1871
|
uniswap: {
|
|
1817
1872
|
deployBlock: 961,
|
|
1818
1873
|
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3",
|
|
@@ -1885,7 +1940,9 @@
|
|
|
1885
1940
|
blockTimeSeconds: 7,
|
|
1886
1941
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg",
|
|
1887
1942
|
safeReorgDistance: 90000,
|
|
1888
|
-
externalId: {
|
|
1943
|
+
externalId: {
|
|
1944
|
+
zerion: "polygon-zkevm",
|
|
1945
|
+
},
|
|
1889
1946
|
uniswap: {
|
|
1890
1947
|
deployBlock: 8466867,
|
|
1891
1948
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2",
|
|
@@ -2046,6 +2103,7 @@
|
|
|
2046
2103
|
linea,
|
|
2047
2104
|
taiko,
|
|
2048
2105
|
mantle,
|
|
2106
|
+
sei,
|
|
2049
2107
|
];
|
|
2050
2108
|
|
|
2051
2109
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
|
@@ -2065,6 +2123,7 @@
|
|
|
2065
2123
|
exports.polygonZkEvm = polygonZkEvm;
|
|
2066
2124
|
exports.rootstock = rootstock;
|
|
2067
2125
|
exports.scroll = scroll;
|
|
2126
|
+
exports.sei = sei;
|
|
2068
2127
|
exports.taiko = taiko;
|
|
2069
2128
|
exports.zkSync = zkSync;
|
|
2070
2129
|
|
package/dist/index-mjs.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
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, mantle as mantle$1, moonbeam as moonbeam$1, optimism as optimism$1, polygon as polygon$1, rootstock as rootstock$1, scroll as scroll$1, taiko as taiko$1, polygonZkEvm as polygonZkEvm$1, zkSync as zkSync$1 } from 'viem/chains';
|
|
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, mantle as mantle$1, moonbeam as moonbeam$1, optimism as optimism$1, polygon as polygon$1, rootstock as rootstock$1, scroll as scroll$1, sei as sei$1, taiko as taiko$1, polygonZkEvm as polygonZkEvm$1, zkSync as zkSync$1 } from 'viem/chains';
|
|
2
|
+
import { zeroAddress } from 'viem';
|
|
2
3
|
|
|
3
4
|
const makeConfig = (x) => {
|
|
4
5
|
return x;
|
|
@@ -1082,9 +1083,7 @@ const mantle = makeConfig({
|
|
|
1082
1083
|
sortIndex: 15,
|
|
1083
1084
|
logoUrl: "https://assets.oku.trade/mantle-logo.png",
|
|
1084
1085
|
safeReorgDistance: 90000,
|
|
1085
|
-
externalId: {
|
|
1086
|
-
zerion: "mantle",
|
|
1087
|
-
},
|
|
1086
|
+
externalId: {},
|
|
1088
1087
|
uniswap: {
|
|
1089
1088
|
deployBlock: 63795918,
|
|
1090
1089
|
poolFactory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9",
|
|
@@ -1800,15 +1799,72 @@ const scroll = makeConfig({
|
|
|
1800
1799
|
},
|
|
1801
1800
|
});
|
|
1802
1801
|
|
|
1802
|
+
const sei = makeConfig({
|
|
1803
|
+
...sei$1,
|
|
1804
|
+
blockTimeSeconds: 3,
|
|
1805
|
+
sortIndex: 5,
|
|
1806
|
+
logoUrl: "https://assets.oku.trade/sei-logo.svg",
|
|
1807
|
+
safeReorgDistance: 90000,
|
|
1808
|
+
externalId: {},
|
|
1809
|
+
uniswap: {
|
|
1810
|
+
deployBlock: 79245151,
|
|
1811
|
+
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3",
|
|
1812
|
+
multicall2: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9",
|
|
1813
|
+
tickLens: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
|
|
1814
|
+
nonfungiblePositionManager: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF",
|
|
1815
|
+
positionsNFT: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF",
|
|
1816
|
+
positionsNFTDeployBlock: 79245279,
|
|
1817
|
+
universalRouter: "0xa683c66045ad16abb1bCE5ad46A64d95f9A25785",
|
|
1818
|
+
},
|
|
1819
|
+
token: {
|
|
1820
|
+
usdcAddress: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1",
|
|
1821
|
+
wethAddress: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
1822
|
+
},
|
|
1823
|
+
oku: {
|
|
1824
|
+
limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
|
|
1825
|
+
limitOrderRegistryDeployBlock: 79448363,
|
|
1826
|
+
pricing: {
|
|
1827
|
+
nativeWrappedToken: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
1828
|
+
nativeWrappedName: "SEI",
|
|
1829
|
+
},
|
|
1830
|
+
},
|
|
1831
|
+
defaultPool: zeroAddress,
|
|
1832
|
+
defaultToken0: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1",
|
|
1833
|
+
defaultToken1: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
1834
|
+
tokenList: [
|
|
1835
|
+
{ symbol: "WSEI", address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7" },
|
|
1836
|
+
{ symbol: "USDC", address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1" },
|
|
1837
|
+
],
|
|
1838
|
+
stables: ["0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1"],
|
|
1839
|
+
watchlist: [],
|
|
1840
|
+
internalName: "sei",
|
|
1841
|
+
contracts: {
|
|
1842
|
+
...sei$1.contracts,
|
|
1843
|
+
limitOrder: {
|
|
1844
|
+
address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
|
|
1845
|
+
},
|
|
1846
|
+
nftManager: {
|
|
1847
|
+
address: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF",
|
|
1848
|
+
},
|
|
1849
|
+
weth9: {
|
|
1850
|
+
address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
1851
|
+
},
|
|
1852
|
+
multicall2: {
|
|
1853
|
+
address: "0x9b7aC6735b23578E81260acD34E3668D0cc6000A",
|
|
1854
|
+
},
|
|
1855
|
+
multicall3: {
|
|
1856
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
1857
|
+
},
|
|
1858
|
+
},
|
|
1859
|
+
});
|
|
1860
|
+
|
|
1803
1861
|
const taiko = makeConfig({
|
|
1804
1862
|
...taiko$1,
|
|
1805
1863
|
blockTimeSeconds: 24,
|
|
1806
1864
|
sortIndex: 4,
|
|
1807
1865
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
1808
1866
|
safeReorgDistance: 90000,
|
|
1809
|
-
externalId: {
|
|
1810
|
-
zerion: "taiko",
|
|
1811
|
-
},
|
|
1867
|
+
externalId: {},
|
|
1812
1868
|
uniswap: {
|
|
1813
1869
|
deployBlock: 961,
|
|
1814
1870
|
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3",
|
|
@@ -1881,7 +1937,9 @@ const polygonZkEvm = makeConfig({
|
|
|
1881
1937
|
blockTimeSeconds: 7,
|
|
1882
1938
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg",
|
|
1883
1939
|
safeReorgDistance: 90000,
|
|
1884
|
-
externalId: {
|
|
1940
|
+
externalId: {
|
|
1941
|
+
zerion: "polygon-zkevm",
|
|
1942
|
+
},
|
|
1885
1943
|
uniswap: {
|
|
1886
1944
|
deployBlock: 8466867,
|
|
1887
1945
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2",
|
|
@@ -2042,6 +2100,7 @@ const MAINNET_CHAINS = [
|
|
|
2042
2100
|
linea,
|
|
2043
2101
|
taiko,
|
|
2044
2102
|
mantle,
|
|
2103
|
+
sei,
|
|
2045
2104
|
];
|
|
2046
2105
|
|
|
2047
|
-
export { MAINNET_CHAINS, arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, mantle, moonbeam, optimism, polygon, polygonZkEvm, rootstock, scroll, taiko, zkSync };
|
|
2106
|
+
export { MAINNET_CHAINS, arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, mantle, moonbeam, optimism, polygon, polygonZkEvm, rootstock, scroll, sei, taiko, 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;
|
|
@@ -1084,9 +1085,7 @@ const mantle = makeConfig({
|
|
|
1084
1085
|
sortIndex: 15,
|
|
1085
1086
|
logoUrl: "https://assets.oku.trade/mantle-logo.png",
|
|
1086
1087
|
safeReorgDistance: 90000,
|
|
1087
|
-
externalId: {
|
|
1088
|
-
zerion: "mantle",
|
|
1089
|
-
},
|
|
1088
|
+
externalId: {},
|
|
1090
1089
|
uniswap: {
|
|
1091
1090
|
deployBlock: 63795918,
|
|
1092
1091
|
poolFactory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9",
|
|
@@ -1802,15 +1801,72 @@ const scroll = makeConfig({
|
|
|
1802
1801
|
},
|
|
1803
1802
|
});
|
|
1804
1803
|
|
|
1804
|
+
const sei = makeConfig({
|
|
1805
|
+
...chains.sei,
|
|
1806
|
+
blockTimeSeconds: 3,
|
|
1807
|
+
sortIndex: 5,
|
|
1808
|
+
logoUrl: "https://assets.oku.trade/sei-logo.svg",
|
|
1809
|
+
safeReorgDistance: 90000,
|
|
1810
|
+
externalId: {},
|
|
1811
|
+
uniswap: {
|
|
1812
|
+
deployBlock: 79245151,
|
|
1813
|
+
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3",
|
|
1814
|
+
multicall2: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9",
|
|
1815
|
+
tickLens: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA",
|
|
1816
|
+
nonfungiblePositionManager: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF",
|
|
1817
|
+
positionsNFT: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF",
|
|
1818
|
+
positionsNFTDeployBlock: 79245279,
|
|
1819
|
+
universalRouter: "0xa683c66045ad16abb1bCE5ad46A64d95f9A25785",
|
|
1820
|
+
},
|
|
1821
|
+
token: {
|
|
1822
|
+
usdcAddress: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1",
|
|
1823
|
+
wethAddress: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
1824
|
+
},
|
|
1825
|
+
oku: {
|
|
1826
|
+
limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
|
|
1827
|
+
limitOrderRegistryDeployBlock: 79448363,
|
|
1828
|
+
pricing: {
|
|
1829
|
+
nativeWrappedToken: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
1830
|
+
nativeWrappedName: "SEI",
|
|
1831
|
+
},
|
|
1832
|
+
},
|
|
1833
|
+
defaultPool: viem.zeroAddress,
|
|
1834
|
+
defaultToken0: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1",
|
|
1835
|
+
defaultToken1: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
1836
|
+
tokenList: [
|
|
1837
|
+
{ symbol: "WSEI", address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7" },
|
|
1838
|
+
{ symbol: "USDC", address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1" },
|
|
1839
|
+
],
|
|
1840
|
+
stables: ["0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1"],
|
|
1841
|
+
watchlist: [],
|
|
1842
|
+
internalName: "sei",
|
|
1843
|
+
contracts: {
|
|
1844
|
+
...chains.sei.contracts,
|
|
1845
|
+
limitOrder: {
|
|
1846
|
+
address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0",
|
|
1847
|
+
},
|
|
1848
|
+
nftManager: {
|
|
1849
|
+
address: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF",
|
|
1850
|
+
},
|
|
1851
|
+
weth9: {
|
|
1852
|
+
address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
|
|
1853
|
+
},
|
|
1854
|
+
multicall2: {
|
|
1855
|
+
address: "0x9b7aC6735b23578E81260acD34E3668D0cc6000A",
|
|
1856
|
+
},
|
|
1857
|
+
multicall3: {
|
|
1858
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
1859
|
+
},
|
|
1860
|
+
},
|
|
1861
|
+
});
|
|
1862
|
+
|
|
1805
1863
|
const taiko = makeConfig({
|
|
1806
1864
|
...chains.taiko,
|
|
1807
1865
|
blockTimeSeconds: 24,
|
|
1808
1866
|
sortIndex: 4,
|
|
1809
1867
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
1810
1868
|
safeReorgDistance: 90000,
|
|
1811
|
-
externalId: {
|
|
1812
|
-
zerion: "taiko",
|
|
1813
|
-
},
|
|
1869
|
+
externalId: {},
|
|
1814
1870
|
uniswap: {
|
|
1815
1871
|
deployBlock: 961,
|
|
1816
1872
|
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3",
|
|
@@ -1883,7 +1939,9 @@ const polygonZkEvm = makeConfig({
|
|
|
1883
1939
|
blockTimeSeconds: 7,
|
|
1884
1940
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg",
|
|
1885
1941
|
safeReorgDistance: 90000,
|
|
1886
|
-
externalId: {
|
|
1942
|
+
externalId: {
|
|
1943
|
+
zerion: "polygon-zkevm",
|
|
1944
|
+
},
|
|
1887
1945
|
uniswap: {
|
|
1888
1946
|
deployBlock: 8466867,
|
|
1889
1947
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2",
|
|
@@ -2044,6 +2102,7 @@ const MAINNET_CHAINS = [
|
|
|
2044
2102
|
linea,
|
|
2045
2103
|
taiko,
|
|
2046
2104
|
mantle,
|
|
2105
|
+
sei,
|
|
2047
2106
|
];
|
|
2048
2107
|
|
|
2049
2108
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
|
@@ -2063,5 +2122,6 @@ exports.polygon = polygon;
|
|
|
2063
2122
|
exports.polygonZkEvm = polygonZkEvm;
|
|
2064
2123
|
exports.rootstock = rootstock;
|
|
2065
2124
|
exports.scroll = scroll;
|
|
2125
|
+
exports.sei = sei;
|
|
2066
2126
|
exports.taiko = taiko;
|
|
2067
2127
|
exports.zkSync = zkSync;
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -1970,9 +1970,7 @@ declare const mantle: Readonly<{
|
|
|
1970
1970
|
sortIndex: 15;
|
|
1971
1971
|
logoUrl: "https://assets.oku.trade/mantle-logo.png";
|
|
1972
1972
|
safeReorgDistance: 90000;
|
|
1973
|
-
externalId: {
|
|
1974
|
-
zerion: string;
|
|
1975
|
-
};
|
|
1973
|
+
externalId: {};
|
|
1976
1974
|
uniswap: {
|
|
1977
1975
|
deployBlock: number;
|
|
1978
1976
|
poolFactory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
@@ -3626,14 +3624,100 @@ declare const scroll: Readonly<{
|
|
|
3626
3624
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
3627
3625
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3628
3626
|
}>;
|
|
3627
|
+
declare const sei: Readonly<{
|
|
3628
|
+
blockTimeSeconds: 3;
|
|
3629
|
+
sortIndex: 5;
|
|
3630
|
+
logoUrl: "https://assets.oku.trade/sei-logo.svg";
|
|
3631
|
+
safeReorgDistance: 90000;
|
|
3632
|
+
externalId: {};
|
|
3633
|
+
uniswap: {
|
|
3634
|
+
deployBlock: number;
|
|
3635
|
+
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
3636
|
+
multicall2: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
3637
|
+
tickLens: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
|
|
3638
|
+
nonfungiblePositionManager: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
3639
|
+
positionsNFT: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
3640
|
+
positionsNFTDeployBlock: number;
|
|
3641
|
+
universalRouter: "0xa683c66045ad16abb1bCE5ad46A64d95f9A25785";
|
|
3642
|
+
};
|
|
3643
|
+
token: {
|
|
3644
|
+
usdcAddress: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
3645
|
+
wethAddress: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
3646
|
+
};
|
|
3647
|
+
oku: {
|
|
3648
|
+
limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
3649
|
+
limitOrderRegistryDeployBlock: number;
|
|
3650
|
+
pricing: {
|
|
3651
|
+
nativeWrappedToken: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
3652
|
+
nativeWrappedName: string;
|
|
3653
|
+
};
|
|
3654
|
+
};
|
|
3655
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
3656
|
+
defaultToken0: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
3657
|
+
defaultToken1: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
3658
|
+
tokenList: ({
|
|
3659
|
+
symbol: string;
|
|
3660
|
+
address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
3661
|
+
} | {
|
|
3662
|
+
symbol: string;
|
|
3663
|
+
address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
3664
|
+
})[];
|
|
3665
|
+
stables: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1"[];
|
|
3666
|
+
watchlist: never[];
|
|
3667
|
+
internalName: "sei";
|
|
3668
|
+
contracts: {
|
|
3669
|
+
limitOrder: {
|
|
3670
|
+
address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
3671
|
+
};
|
|
3672
|
+
nftManager: {
|
|
3673
|
+
address: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
3674
|
+
};
|
|
3675
|
+
weth9: {
|
|
3676
|
+
address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
3677
|
+
};
|
|
3678
|
+
multicall2: {
|
|
3679
|
+
address: "0x9b7aC6735b23578E81260acD34E3668D0cc6000A";
|
|
3680
|
+
};
|
|
3681
|
+
multicall3: {
|
|
3682
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3683
|
+
};
|
|
3684
|
+
};
|
|
3685
|
+
blockExplorers: {
|
|
3686
|
+
readonly default: {
|
|
3687
|
+
readonly name: "Seitrace";
|
|
3688
|
+
readonly url: "https://seitrace.com";
|
|
3689
|
+
};
|
|
3690
|
+
};
|
|
3691
|
+
id: 1329;
|
|
3692
|
+
name: "Sei Network";
|
|
3693
|
+
nativeCurrency: {
|
|
3694
|
+
readonly name: "Sei";
|
|
3695
|
+
readonly symbol: "SEI";
|
|
3696
|
+
readonly decimals: 18;
|
|
3697
|
+
};
|
|
3698
|
+
rpcUrls: {
|
|
3699
|
+
readonly default: {
|
|
3700
|
+
readonly http: readonly [
|
|
3701
|
+
"https://evm-rpc.sei-apis.com/"
|
|
3702
|
+
];
|
|
3703
|
+
readonly webSocket: readonly [
|
|
3704
|
+
"wss://evm-ws.sei-apis.com/"
|
|
3705
|
+
];
|
|
3706
|
+
};
|
|
3707
|
+
};
|
|
3708
|
+
sourceId?: number | undefined;
|
|
3709
|
+
testnet?: boolean | undefined;
|
|
3710
|
+
custom?: Record<string, unknown> | undefined;
|
|
3711
|
+
formatters?: undefined;
|
|
3712
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
3713
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3714
|
+
}>;
|
|
3629
3715
|
declare const taiko: Readonly<{
|
|
3630
3716
|
blockTimeSeconds: 24;
|
|
3631
3717
|
sortIndex: 4;
|
|
3632
3718
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
3633
3719
|
safeReorgDistance: 90000;
|
|
3634
|
-
externalId: {
|
|
3635
|
-
zerion: string;
|
|
3636
|
-
};
|
|
3720
|
+
externalId: {};
|
|
3637
3721
|
uniswap: {
|
|
3638
3722
|
deployBlock: number;
|
|
3639
3723
|
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
@@ -3724,7 +3808,9 @@ declare const polygonZkEvm: Readonly<{
|
|
|
3724
3808
|
blockTimeSeconds: 7;
|
|
3725
3809
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg";
|
|
3726
3810
|
safeReorgDistance: 90000;
|
|
3727
|
-
externalId: {
|
|
3811
|
+
externalId: {
|
|
3812
|
+
zerion: string;
|
|
3813
|
+
};
|
|
3728
3814
|
uniswap: {
|
|
3729
3815
|
deployBlock: number;
|
|
3730
3816
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
@@ -8710,7 +8796,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8710
8796
|
blockTimeSeconds: 7;
|
|
8711
8797
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg";
|
|
8712
8798
|
safeReorgDistance: 90000;
|
|
8713
|
-
externalId: {
|
|
8799
|
+
externalId: {
|
|
8800
|
+
zerion: string;
|
|
8801
|
+
};
|
|
8714
8802
|
uniswap: {
|
|
8715
8803
|
deployBlock: number;
|
|
8716
8804
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
@@ -10491,9 +10579,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10491
10579
|
sortIndex: 4;
|
|
10492
10580
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
10493
10581
|
safeReorgDistance: 90000;
|
|
10494
|
-
externalId: {
|
|
10495
|
-
zerion: string;
|
|
10496
|
-
};
|
|
10582
|
+
externalId: {};
|
|
10497
10583
|
uniswap: {
|
|
10498
10584
|
deployBlock: number;
|
|
10499
10585
|
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
@@ -10579,9 +10665,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10579
10665
|
sortIndex: 15;
|
|
10580
10666
|
logoUrl: "https://assets.oku.trade/mantle-logo.png";
|
|
10581
10667
|
safeReorgDistance: 90000;
|
|
10582
|
-
externalId: {
|
|
10583
|
-
zerion: string;
|
|
10584
|
-
};
|
|
10668
|
+
externalId: {};
|
|
10585
10669
|
uniswap: {
|
|
10586
10670
|
deployBlock: number;
|
|
10587
10671
|
poolFactory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
@@ -10659,6 +10743,89 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10659
10743
|
formatters?: undefined;
|
|
10660
10744
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10661
10745
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10746
|
+
}>, Readonly<{
|
|
10747
|
+
blockTimeSeconds: 3;
|
|
10748
|
+
sortIndex: 5;
|
|
10749
|
+
logoUrl: "https://assets.oku.trade/sei-logo.svg";
|
|
10750
|
+
safeReorgDistance: 90000;
|
|
10751
|
+
externalId: {};
|
|
10752
|
+
uniswap: {
|
|
10753
|
+
deployBlock: number;
|
|
10754
|
+
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
10755
|
+
multicall2: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
10756
|
+
tickLens: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
|
|
10757
|
+
nonfungiblePositionManager: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10758
|
+
positionsNFT: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10759
|
+
positionsNFTDeployBlock: number;
|
|
10760
|
+
universalRouter: "0xa683c66045ad16abb1bCE5ad46A64d95f9A25785";
|
|
10761
|
+
};
|
|
10762
|
+
token: {
|
|
10763
|
+
usdcAddress: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
10764
|
+
wethAddress: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
10765
|
+
};
|
|
10766
|
+
oku: {
|
|
10767
|
+
limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
10768
|
+
limitOrderRegistryDeployBlock: number;
|
|
10769
|
+
pricing: {
|
|
10770
|
+
nativeWrappedToken: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
10771
|
+
nativeWrappedName: string;
|
|
10772
|
+
};
|
|
10773
|
+
};
|
|
10774
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
10775
|
+
defaultToken0: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
10776
|
+
defaultToken1: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
10777
|
+
tokenList: ({
|
|
10778
|
+
symbol: string;
|
|
10779
|
+
address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
10780
|
+
} | {
|
|
10781
|
+
symbol: string;
|
|
10782
|
+
address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
10783
|
+
})[];
|
|
10784
|
+
stables: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1"[];
|
|
10785
|
+
watchlist: never[];
|
|
10786
|
+
internalName: "sei";
|
|
10787
|
+
contracts: {
|
|
10788
|
+
limitOrder: {
|
|
10789
|
+
address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
10790
|
+
};
|
|
10791
|
+
nftManager: {
|
|
10792
|
+
address: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10793
|
+
};
|
|
10794
|
+
weth9: {
|
|
10795
|
+
address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
10796
|
+
};
|
|
10797
|
+
multicall2: {
|
|
10798
|
+
address: "0x9b7aC6735b23578E81260acD34E3668D0cc6000A";
|
|
10799
|
+
};
|
|
10800
|
+
multicall3: {
|
|
10801
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
10802
|
+
};
|
|
10803
|
+
};
|
|
10804
|
+
blockExplorers: {
|
|
10805
|
+
readonly default: {
|
|
10806
|
+
readonly name: "Seitrace";
|
|
10807
|
+
readonly url: "https://seitrace.com";
|
|
10808
|
+
};
|
|
10809
|
+
};
|
|
10810
|
+
id: 1329;
|
|
10811
|
+
name: "Sei Network";
|
|
10812
|
+
nativeCurrency: {
|
|
10813
|
+
readonly name: "Sei";
|
|
10814
|
+
readonly symbol: "SEI";
|
|
10815
|
+
readonly decimals: 18;
|
|
10816
|
+
};
|
|
10817
|
+
rpcUrls: {
|
|
10818
|
+
readonly default: {
|
|
10819
|
+
readonly http: readonly ["https://evm-rpc.sei-apis.com/"];
|
|
10820
|
+
readonly webSocket: readonly ["wss://evm-ws.sei-apis.com/"];
|
|
10821
|
+
};
|
|
10822
|
+
};
|
|
10823
|
+
sourceId?: number | undefined;
|
|
10824
|
+
testnet?: boolean | undefined;
|
|
10825
|
+
custom?: Record<string, unknown> | undefined;
|
|
10826
|
+
formatters?: undefined;
|
|
10827
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10828
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10662
10829
|
}>];
|
|
10663
|
-
export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, mantle, moonbeam, optimism, polygon, rootstock, scroll, taiko, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
|
|
10830
|
+
export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, mantle, moonbeam, optimism, polygon, rootstock, scroll, sei, taiko, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
|
|
10664
10831
|
export { ChainContract } from "viem";
|
|
@@ -1970,9 +1970,7 @@ declare const mantle: Readonly<{
|
|
|
1970
1970
|
sortIndex: 15;
|
|
1971
1971
|
logoUrl: "https://assets.oku.trade/mantle-logo.png";
|
|
1972
1972
|
safeReorgDistance: 90000;
|
|
1973
|
-
externalId: {
|
|
1974
|
-
zerion: string;
|
|
1975
|
-
};
|
|
1973
|
+
externalId: {};
|
|
1976
1974
|
uniswap: {
|
|
1977
1975
|
deployBlock: number;
|
|
1978
1976
|
poolFactory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
@@ -3626,14 +3624,100 @@ declare const scroll: Readonly<{
|
|
|
3626
3624
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
3627
3625
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3628
3626
|
}>;
|
|
3627
|
+
declare const sei: Readonly<{
|
|
3628
|
+
blockTimeSeconds: 3;
|
|
3629
|
+
sortIndex: 5;
|
|
3630
|
+
logoUrl: "https://assets.oku.trade/sei-logo.svg";
|
|
3631
|
+
safeReorgDistance: 90000;
|
|
3632
|
+
externalId: {};
|
|
3633
|
+
uniswap: {
|
|
3634
|
+
deployBlock: number;
|
|
3635
|
+
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
3636
|
+
multicall2: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
3637
|
+
tickLens: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
|
|
3638
|
+
nonfungiblePositionManager: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
3639
|
+
positionsNFT: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
3640
|
+
positionsNFTDeployBlock: number;
|
|
3641
|
+
universalRouter: "0xa683c66045ad16abb1bCE5ad46A64d95f9A25785";
|
|
3642
|
+
};
|
|
3643
|
+
token: {
|
|
3644
|
+
usdcAddress: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
3645
|
+
wethAddress: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
3646
|
+
};
|
|
3647
|
+
oku: {
|
|
3648
|
+
limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
3649
|
+
limitOrderRegistryDeployBlock: number;
|
|
3650
|
+
pricing: {
|
|
3651
|
+
nativeWrappedToken: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
3652
|
+
nativeWrappedName: string;
|
|
3653
|
+
};
|
|
3654
|
+
};
|
|
3655
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
3656
|
+
defaultToken0: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
3657
|
+
defaultToken1: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
3658
|
+
tokenList: ({
|
|
3659
|
+
symbol: string;
|
|
3660
|
+
address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
3661
|
+
} | {
|
|
3662
|
+
symbol: string;
|
|
3663
|
+
address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
3664
|
+
})[];
|
|
3665
|
+
stables: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1"[];
|
|
3666
|
+
watchlist: never[];
|
|
3667
|
+
internalName: "sei";
|
|
3668
|
+
contracts: {
|
|
3669
|
+
limitOrder: {
|
|
3670
|
+
address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
3671
|
+
};
|
|
3672
|
+
nftManager: {
|
|
3673
|
+
address: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
3674
|
+
};
|
|
3675
|
+
weth9: {
|
|
3676
|
+
address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
3677
|
+
};
|
|
3678
|
+
multicall2: {
|
|
3679
|
+
address: "0x9b7aC6735b23578E81260acD34E3668D0cc6000A";
|
|
3680
|
+
};
|
|
3681
|
+
multicall3: {
|
|
3682
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3683
|
+
};
|
|
3684
|
+
};
|
|
3685
|
+
blockExplorers: {
|
|
3686
|
+
readonly default: {
|
|
3687
|
+
readonly name: "Seitrace";
|
|
3688
|
+
readonly url: "https://seitrace.com";
|
|
3689
|
+
};
|
|
3690
|
+
};
|
|
3691
|
+
id: 1329;
|
|
3692
|
+
name: "Sei Network";
|
|
3693
|
+
nativeCurrency: {
|
|
3694
|
+
readonly name: "Sei";
|
|
3695
|
+
readonly symbol: "SEI";
|
|
3696
|
+
readonly decimals: 18;
|
|
3697
|
+
};
|
|
3698
|
+
rpcUrls: {
|
|
3699
|
+
readonly default: {
|
|
3700
|
+
readonly http: readonly [
|
|
3701
|
+
"https://evm-rpc.sei-apis.com/"
|
|
3702
|
+
];
|
|
3703
|
+
readonly webSocket: readonly [
|
|
3704
|
+
"wss://evm-ws.sei-apis.com/"
|
|
3705
|
+
];
|
|
3706
|
+
};
|
|
3707
|
+
};
|
|
3708
|
+
sourceId?: number | undefined;
|
|
3709
|
+
testnet?: boolean | undefined;
|
|
3710
|
+
custom?: Record<string, unknown> | undefined;
|
|
3711
|
+
formatters?: undefined;
|
|
3712
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
3713
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3714
|
+
}>;
|
|
3629
3715
|
declare const taiko: Readonly<{
|
|
3630
3716
|
blockTimeSeconds: 24;
|
|
3631
3717
|
sortIndex: 4;
|
|
3632
3718
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
3633
3719
|
safeReorgDistance: 90000;
|
|
3634
|
-
externalId: {
|
|
3635
|
-
zerion: string;
|
|
3636
|
-
};
|
|
3720
|
+
externalId: {};
|
|
3637
3721
|
uniswap: {
|
|
3638
3722
|
deployBlock: number;
|
|
3639
3723
|
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
@@ -3724,7 +3808,9 @@ declare const polygonZkEvm: Readonly<{
|
|
|
3724
3808
|
blockTimeSeconds: 7;
|
|
3725
3809
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg";
|
|
3726
3810
|
safeReorgDistance: 90000;
|
|
3727
|
-
externalId: {
|
|
3811
|
+
externalId: {
|
|
3812
|
+
zerion: string;
|
|
3813
|
+
};
|
|
3728
3814
|
uniswap: {
|
|
3729
3815
|
deployBlock: number;
|
|
3730
3816
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
@@ -8710,7 +8796,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8710
8796
|
blockTimeSeconds: 7;
|
|
8711
8797
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg";
|
|
8712
8798
|
safeReorgDistance: 90000;
|
|
8713
|
-
externalId: {
|
|
8799
|
+
externalId: {
|
|
8800
|
+
zerion: string;
|
|
8801
|
+
};
|
|
8714
8802
|
uniswap: {
|
|
8715
8803
|
deployBlock: number;
|
|
8716
8804
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
@@ -10491,9 +10579,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10491
10579
|
sortIndex: 4;
|
|
10492
10580
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
10493
10581
|
safeReorgDistance: 90000;
|
|
10494
|
-
externalId: {
|
|
10495
|
-
zerion: string;
|
|
10496
|
-
};
|
|
10582
|
+
externalId: {};
|
|
10497
10583
|
uniswap: {
|
|
10498
10584
|
deployBlock: number;
|
|
10499
10585
|
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
@@ -10579,9 +10665,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10579
10665
|
sortIndex: 15;
|
|
10580
10666
|
logoUrl: "https://assets.oku.trade/mantle-logo.png";
|
|
10581
10667
|
safeReorgDistance: 90000;
|
|
10582
|
-
externalId: {
|
|
10583
|
-
zerion: string;
|
|
10584
|
-
};
|
|
10668
|
+
externalId: {};
|
|
10585
10669
|
uniswap: {
|
|
10586
10670
|
deployBlock: number;
|
|
10587
10671
|
poolFactory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
@@ -10659,6 +10743,89 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10659
10743
|
formatters?: undefined;
|
|
10660
10744
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10661
10745
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10746
|
+
}>, Readonly<{
|
|
10747
|
+
blockTimeSeconds: 3;
|
|
10748
|
+
sortIndex: 5;
|
|
10749
|
+
logoUrl: "https://assets.oku.trade/sei-logo.svg";
|
|
10750
|
+
safeReorgDistance: 90000;
|
|
10751
|
+
externalId: {};
|
|
10752
|
+
uniswap: {
|
|
10753
|
+
deployBlock: number;
|
|
10754
|
+
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
10755
|
+
multicall2: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
10756
|
+
tickLens: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
|
|
10757
|
+
nonfungiblePositionManager: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10758
|
+
positionsNFT: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10759
|
+
positionsNFTDeployBlock: number;
|
|
10760
|
+
universalRouter: "0xa683c66045ad16abb1bCE5ad46A64d95f9A25785";
|
|
10761
|
+
};
|
|
10762
|
+
token: {
|
|
10763
|
+
usdcAddress: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
10764
|
+
wethAddress: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
10765
|
+
};
|
|
10766
|
+
oku: {
|
|
10767
|
+
limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
10768
|
+
limitOrderRegistryDeployBlock: number;
|
|
10769
|
+
pricing: {
|
|
10770
|
+
nativeWrappedToken: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
10771
|
+
nativeWrappedName: string;
|
|
10772
|
+
};
|
|
10773
|
+
};
|
|
10774
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
10775
|
+
defaultToken0: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
10776
|
+
defaultToken1: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
10777
|
+
tokenList: ({
|
|
10778
|
+
symbol: string;
|
|
10779
|
+
address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
10780
|
+
} | {
|
|
10781
|
+
symbol: string;
|
|
10782
|
+
address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
10783
|
+
})[];
|
|
10784
|
+
stables: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1"[];
|
|
10785
|
+
watchlist: never[];
|
|
10786
|
+
internalName: "sei";
|
|
10787
|
+
contracts: {
|
|
10788
|
+
limitOrder: {
|
|
10789
|
+
address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
10790
|
+
};
|
|
10791
|
+
nftManager: {
|
|
10792
|
+
address: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10793
|
+
};
|
|
10794
|
+
weth9: {
|
|
10795
|
+
address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
10796
|
+
};
|
|
10797
|
+
multicall2: {
|
|
10798
|
+
address: "0x9b7aC6735b23578E81260acD34E3668D0cc6000A";
|
|
10799
|
+
};
|
|
10800
|
+
multicall3: {
|
|
10801
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
10802
|
+
};
|
|
10803
|
+
};
|
|
10804
|
+
blockExplorers: {
|
|
10805
|
+
readonly default: {
|
|
10806
|
+
readonly name: "Seitrace";
|
|
10807
|
+
readonly url: "https://seitrace.com";
|
|
10808
|
+
};
|
|
10809
|
+
};
|
|
10810
|
+
id: 1329;
|
|
10811
|
+
name: "Sei Network";
|
|
10812
|
+
nativeCurrency: {
|
|
10813
|
+
readonly name: "Sei";
|
|
10814
|
+
readonly symbol: "SEI";
|
|
10815
|
+
readonly decimals: 18;
|
|
10816
|
+
};
|
|
10817
|
+
rpcUrls: {
|
|
10818
|
+
readonly default: {
|
|
10819
|
+
readonly http: readonly ["https://evm-rpc.sei-apis.com/"];
|
|
10820
|
+
readonly webSocket: readonly ["wss://evm-ws.sei-apis.com/"];
|
|
10821
|
+
};
|
|
10822
|
+
};
|
|
10823
|
+
sourceId?: number | undefined;
|
|
10824
|
+
testnet?: boolean | undefined;
|
|
10825
|
+
custom?: Record<string, unknown> | undefined;
|
|
10826
|
+
formatters?: undefined;
|
|
10827
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10828
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10662
10829
|
}>];
|
|
10663
|
-
export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, mantle, moonbeam, optimism, polygon, rootstock, scroll, taiko, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
|
|
10830
|
+
export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, mantle, moonbeam, optimism, polygon, rootstock, scroll, sei, taiko, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
|
|
10664
10831
|
export { ChainContract } from "viem";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1970,9 +1970,7 @@ declare const mantle: Readonly<{
|
|
|
1970
1970
|
sortIndex: 15;
|
|
1971
1971
|
logoUrl: "https://assets.oku.trade/mantle-logo.png";
|
|
1972
1972
|
safeReorgDistance: 90000;
|
|
1973
|
-
externalId: {
|
|
1974
|
-
zerion: string;
|
|
1975
|
-
};
|
|
1973
|
+
externalId: {};
|
|
1976
1974
|
uniswap: {
|
|
1977
1975
|
deployBlock: number;
|
|
1978
1976
|
poolFactory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
@@ -3626,14 +3624,100 @@ declare const scroll: Readonly<{
|
|
|
3626
3624
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
3627
3625
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3628
3626
|
}>;
|
|
3627
|
+
declare const sei: Readonly<{
|
|
3628
|
+
blockTimeSeconds: 3;
|
|
3629
|
+
sortIndex: 5;
|
|
3630
|
+
logoUrl: "https://assets.oku.trade/sei-logo.svg";
|
|
3631
|
+
safeReorgDistance: 90000;
|
|
3632
|
+
externalId: {};
|
|
3633
|
+
uniswap: {
|
|
3634
|
+
deployBlock: number;
|
|
3635
|
+
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
3636
|
+
multicall2: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
3637
|
+
tickLens: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
|
|
3638
|
+
nonfungiblePositionManager: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
3639
|
+
positionsNFT: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
3640
|
+
positionsNFTDeployBlock: number;
|
|
3641
|
+
universalRouter: "0xa683c66045ad16abb1bCE5ad46A64d95f9A25785";
|
|
3642
|
+
};
|
|
3643
|
+
token: {
|
|
3644
|
+
usdcAddress: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
3645
|
+
wethAddress: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
3646
|
+
};
|
|
3647
|
+
oku: {
|
|
3648
|
+
limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
3649
|
+
limitOrderRegistryDeployBlock: number;
|
|
3650
|
+
pricing: {
|
|
3651
|
+
nativeWrappedToken: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
3652
|
+
nativeWrappedName: string;
|
|
3653
|
+
};
|
|
3654
|
+
};
|
|
3655
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
3656
|
+
defaultToken0: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
3657
|
+
defaultToken1: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
3658
|
+
tokenList: ({
|
|
3659
|
+
symbol: string;
|
|
3660
|
+
address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
3661
|
+
} | {
|
|
3662
|
+
symbol: string;
|
|
3663
|
+
address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
3664
|
+
})[];
|
|
3665
|
+
stables: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1"[];
|
|
3666
|
+
watchlist: never[];
|
|
3667
|
+
internalName: "sei";
|
|
3668
|
+
contracts: {
|
|
3669
|
+
limitOrder: {
|
|
3670
|
+
address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
3671
|
+
};
|
|
3672
|
+
nftManager: {
|
|
3673
|
+
address: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
3674
|
+
};
|
|
3675
|
+
weth9: {
|
|
3676
|
+
address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
3677
|
+
};
|
|
3678
|
+
multicall2: {
|
|
3679
|
+
address: "0x9b7aC6735b23578E81260acD34E3668D0cc6000A";
|
|
3680
|
+
};
|
|
3681
|
+
multicall3: {
|
|
3682
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
3683
|
+
};
|
|
3684
|
+
};
|
|
3685
|
+
blockExplorers: {
|
|
3686
|
+
readonly default: {
|
|
3687
|
+
readonly name: "Seitrace";
|
|
3688
|
+
readonly url: "https://seitrace.com";
|
|
3689
|
+
};
|
|
3690
|
+
};
|
|
3691
|
+
id: 1329;
|
|
3692
|
+
name: "Sei Network";
|
|
3693
|
+
nativeCurrency: {
|
|
3694
|
+
readonly name: "Sei";
|
|
3695
|
+
readonly symbol: "SEI";
|
|
3696
|
+
readonly decimals: 18;
|
|
3697
|
+
};
|
|
3698
|
+
rpcUrls: {
|
|
3699
|
+
readonly default: {
|
|
3700
|
+
readonly http: readonly [
|
|
3701
|
+
"https://evm-rpc.sei-apis.com/"
|
|
3702
|
+
];
|
|
3703
|
+
readonly webSocket: readonly [
|
|
3704
|
+
"wss://evm-ws.sei-apis.com/"
|
|
3705
|
+
];
|
|
3706
|
+
};
|
|
3707
|
+
};
|
|
3708
|
+
sourceId?: number | undefined;
|
|
3709
|
+
testnet?: boolean | undefined;
|
|
3710
|
+
custom?: Record<string, unknown> | undefined;
|
|
3711
|
+
formatters?: undefined;
|
|
3712
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
3713
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3714
|
+
}>;
|
|
3629
3715
|
declare const taiko: Readonly<{
|
|
3630
3716
|
blockTimeSeconds: 24;
|
|
3631
3717
|
sortIndex: 4;
|
|
3632
3718
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
3633
3719
|
safeReorgDistance: 90000;
|
|
3634
|
-
externalId: {
|
|
3635
|
-
zerion: string;
|
|
3636
|
-
};
|
|
3720
|
+
externalId: {};
|
|
3637
3721
|
uniswap: {
|
|
3638
3722
|
deployBlock: number;
|
|
3639
3723
|
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
@@ -3724,7 +3808,9 @@ declare const polygonZkEvm: Readonly<{
|
|
|
3724
3808
|
blockTimeSeconds: 7;
|
|
3725
3809
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg";
|
|
3726
3810
|
safeReorgDistance: 90000;
|
|
3727
|
-
externalId: {
|
|
3811
|
+
externalId: {
|
|
3812
|
+
zerion: string;
|
|
3813
|
+
};
|
|
3728
3814
|
uniswap: {
|
|
3729
3815
|
deployBlock: number;
|
|
3730
3816
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
@@ -8710,7 +8796,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8710
8796
|
blockTimeSeconds: 7;
|
|
8711
8797
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg";
|
|
8712
8798
|
safeReorgDistance: 90000;
|
|
8713
|
-
externalId: {
|
|
8799
|
+
externalId: {
|
|
8800
|
+
zerion: string;
|
|
8801
|
+
};
|
|
8714
8802
|
uniswap: {
|
|
8715
8803
|
deployBlock: number;
|
|
8716
8804
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
@@ -10491,9 +10579,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10491
10579
|
sortIndex: 4;
|
|
10492
10580
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
10493
10581
|
safeReorgDistance: 90000;
|
|
10494
|
-
externalId: {
|
|
10495
|
-
zerion: string;
|
|
10496
|
-
};
|
|
10582
|
+
externalId: {};
|
|
10497
10583
|
uniswap: {
|
|
10498
10584
|
deployBlock: number;
|
|
10499
10585
|
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
@@ -10579,9 +10665,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10579
10665
|
sortIndex: 15;
|
|
10580
10666
|
logoUrl: "https://assets.oku.trade/mantle-logo.png";
|
|
10581
10667
|
safeReorgDistance: 90000;
|
|
10582
|
-
externalId: {
|
|
10583
|
-
zerion: string;
|
|
10584
|
-
};
|
|
10668
|
+
externalId: {};
|
|
10585
10669
|
uniswap: {
|
|
10586
10670
|
deployBlock: number;
|
|
10587
10671
|
poolFactory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
@@ -10659,6 +10743,89 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10659
10743
|
formatters?: undefined;
|
|
10660
10744
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10661
10745
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10746
|
+
}>, Readonly<{
|
|
10747
|
+
blockTimeSeconds: 3;
|
|
10748
|
+
sortIndex: 5;
|
|
10749
|
+
logoUrl: "https://assets.oku.trade/sei-logo.svg";
|
|
10750
|
+
safeReorgDistance: 90000;
|
|
10751
|
+
externalId: {};
|
|
10752
|
+
uniswap: {
|
|
10753
|
+
deployBlock: number;
|
|
10754
|
+
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
10755
|
+
multicall2: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
10756
|
+
tickLens: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
|
|
10757
|
+
nonfungiblePositionManager: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10758
|
+
positionsNFT: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10759
|
+
positionsNFTDeployBlock: number;
|
|
10760
|
+
universalRouter: "0xa683c66045ad16abb1bCE5ad46A64d95f9A25785";
|
|
10761
|
+
};
|
|
10762
|
+
token: {
|
|
10763
|
+
usdcAddress: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
10764
|
+
wethAddress: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
10765
|
+
};
|
|
10766
|
+
oku: {
|
|
10767
|
+
limitOrderRegistry: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
10768
|
+
limitOrderRegistryDeployBlock: number;
|
|
10769
|
+
pricing: {
|
|
10770
|
+
nativeWrappedToken: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
10771
|
+
nativeWrappedName: string;
|
|
10772
|
+
};
|
|
10773
|
+
};
|
|
10774
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
10775
|
+
defaultToken0: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
10776
|
+
defaultToken1: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
10777
|
+
tokenList: ({
|
|
10778
|
+
symbol: string;
|
|
10779
|
+
address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
10780
|
+
} | {
|
|
10781
|
+
symbol: string;
|
|
10782
|
+
address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1";
|
|
10783
|
+
})[];
|
|
10784
|
+
stables: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1"[];
|
|
10785
|
+
watchlist: never[];
|
|
10786
|
+
internalName: "sei";
|
|
10787
|
+
contracts: {
|
|
10788
|
+
limitOrder: {
|
|
10789
|
+
address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
10790
|
+
};
|
|
10791
|
+
nftManager: {
|
|
10792
|
+
address: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10793
|
+
};
|
|
10794
|
+
weth9: {
|
|
10795
|
+
address: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
|
|
10796
|
+
};
|
|
10797
|
+
multicall2: {
|
|
10798
|
+
address: "0x9b7aC6735b23578E81260acD34E3668D0cc6000A";
|
|
10799
|
+
};
|
|
10800
|
+
multicall3: {
|
|
10801
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
10802
|
+
};
|
|
10803
|
+
};
|
|
10804
|
+
blockExplorers: {
|
|
10805
|
+
readonly default: {
|
|
10806
|
+
readonly name: "Seitrace";
|
|
10807
|
+
readonly url: "https://seitrace.com";
|
|
10808
|
+
};
|
|
10809
|
+
};
|
|
10810
|
+
id: 1329;
|
|
10811
|
+
name: "Sei Network";
|
|
10812
|
+
nativeCurrency: {
|
|
10813
|
+
readonly name: "Sei";
|
|
10814
|
+
readonly symbol: "SEI";
|
|
10815
|
+
readonly decimals: 18;
|
|
10816
|
+
};
|
|
10817
|
+
rpcUrls: {
|
|
10818
|
+
readonly default: {
|
|
10819
|
+
readonly http: readonly ["https://evm-rpc.sei-apis.com/"];
|
|
10820
|
+
readonly webSocket: readonly ["wss://evm-ws.sei-apis.com/"];
|
|
10821
|
+
};
|
|
10822
|
+
};
|
|
10823
|
+
sourceId?: number | undefined;
|
|
10824
|
+
testnet?: boolean | undefined;
|
|
10825
|
+
custom?: Record<string, unknown> | undefined;
|
|
10826
|
+
formatters?: undefined;
|
|
10827
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10828
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10662
10829
|
}>];
|
|
10663
|
-
export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, mantle, moonbeam, optimism, polygon, rootstock, scroll, taiko, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
|
|
10830
|
+
export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, mantle, moonbeam, optimism, polygon, rootstock, scroll, sei, taiko, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
|
|
10664
10831
|
export { ChainContract } from "viem";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gfxlabs/oku-chains",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.49",
|
|
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.6.2",
|
|
51
51
|
"tsx": "^4.7.1",
|
|
52
52
|
"typescript": "^5.3.3",
|
|
53
|
-
"viem": "^2.13.
|
|
53
|
+
"viem": "^2.13.6"
|
|
54
54
|
},
|
|
55
55
|
"packageManager": "yarn@4.2.2",
|
|
56
56
|
"peerDependencies": {
|