@gfxlabs/oku-chains 1.1.39 → 1.1.41
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 +7 -7
- package/dist/index-mjs.js +3 -4
- package/dist/index.js +3 -4
- package/dist/types/browser.d.ts +87 -2
- package/dist/types/index-mjs.d.ts +87 -2
- package/dist/types/index.d.ts +87 -2
- package/package.json +1 -1
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'
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["oku-chains"] = {}, global.viem_chains
|
|
5
|
-
})(this, (function (exports, chains
|
|
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;
|
|
@@ -1830,8 +1830,7 @@
|
|
|
1830
1830
|
nativeWrappedName: "ETH",
|
|
1831
1831
|
},
|
|
1832
1832
|
},
|
|
1833
|
-
|
|
1834
|
-
defaultPool: viem.zeroAddress,
|
|
1833
|
+
defaultPool: "0x5B731355AAd31C132dd4754E70E92c590Ae42386",
|
|
1835
1834
|
defaultToken0: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b",
|
|
1836
1835
|
defaultToken1: "0xA51894664A773981C6C112C43ce576f315d5b1B6",
|
|
1837
1836
|
tokenList: [
|
|
@@ -1839,7 +1838,7 @@
|
|
|
1839
1838
|
{ symbol: "USDC", address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b" },
|
|
1840
1839
|
],
|
|
1841
1840
|
stables: ["0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"],
|
|
1842
|
-
watchlist: [],
|
|
1841
|
+
watchlist: ["0x5B731355AAd31C132dd4754E70E92c590Ae42386"],
|
|
1843
1842
|
internalName: "taiko",
|
|
1844
1843
|
blockExplorers: {
|
|
1845
1844
|
...chains.taiko.blockExplorers,
|
|
@@ -2029,6 +2028,7 @@
|
|
|
2029
2028
|
zkSync,
|
|
2030
2029
|
manta,
|
|
2031
2030
|
linea,
|
|
2031
|
+
taiko,
|
|
2032
2032
|
mantle,
|
|
2033
2033
|
];
|
|
2034
2034
|
|
package/dist/index-mjs.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
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';
|
|
2
|
-
import { zeroAddress } from 'viem';
|
|
3
2
|
|
|
4
3
|
const makeConfig = (x) => {
|
|
5
4
|
return x;
|
|
@@ -1827,8 +1826,7 @@ const taiko = makeConfig({
|
|
|
1827
1826
|
nativeWrappedName: "ETH",
|
|
1828
1827
|
},
|
|
1829
1828
|
},
|
|
1830
|
-
|
|
1831
|
-
defaultPool: zeroAddress,
|
|
1829
|
+
defaultPool: "0x5B731355AAd31C132dd4754E70E92c590Ae42386",
|
|
1832
1830
|
defaultToken0: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b",
|
|
1833
1831
|
defaultToken1: "0xA51894664A773981C6C112C43ce576f315d5b1B6",
|
|
1834
1832
|
tokenList: [
|
|
@@ -1836,7 +1834,7 @@ const taiko = makeConfig({
|
|
|
1836
1834
|
{ symbol: "USDC", address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b" },
|
|
1837
1835
|
],
|
|
1838
1836
|
stables: ["0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"],
|
|
1839
|
-
watchlist: [],
|
|
1837
|
+
watchlist: ["0x5B731355AAd31C132dd4754E70E92c590Ae42386"],
|
|
1840
1838
|
internalName: "taiko",
|
|
1841
1839
|
blockExplorers: {
|
|
1842
1840
|
...taiko$1.blockExplorers,
|
|
@@ -2026,6 +2024,7 @@ const MAINNET_CHAINS = [
|
|
|
2026
2024
|
zkSync,
|
|
2027
2025
|
manta,
|
|
2028
2026
|
linea,
|
|
2027
|
+
taiko,
|
|
2029
2028
|
mantle,
|
|
2030
2029
|
];
|
|
2031
2030
|
|
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;
|
|
@@ -1829,8 +1828,7 @@ const taiko = makeConfig({
|
|
|
1829
1828
|
nativeWrappedName: "ETH",
|
|
1830
1829
|
},
|
|
1831
1830
|
},
|
|
1832
|
-
|
|
1833
|
-
defaultPool: viem.zeroAddress,
|
|
1831
|
+
defaultPool: "0x5B731355AAd31C132dd4754E70E92c590Ae42386",
|
|
1834
1832
|
defaultToken0: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b",
|
|
1835
1833
|
defaultToken1: "0xA51894664A773981C6C112C43ce576f315d5b1B6",
|
|
1836
1834
|
tokenList: [
|
|
@@ -1838,7 +1836,7 @@ const taiko = makeConfig({
|
|
|
1838
1836
|
{ symbol: "USDC", address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b" },
|
|
1839
1837
|
],
|
|
1840
1838
|
stables: ["0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"],
|
|
1841
|
-
watchlist: [],
|
|
1839
|
+
watchlist: ["0x5B731355AAd31C132dd4754E70E92c590Ae42386"],
|
|
1842
1840
|
internalName: "taiko",
|
|
1843
1841
|
blockExplorers: {
|
|
1844
1842
|
...chains.taiko.blockExplorers,
|
|
@@ -2028,6 +2026,7 @@ const MAINNET_CHAINS = [
|
|
|
2028
2026
|
zkSync,
|
|
2029
2027
|
manta,
|
|
2030
2028
|
linea,
|
|
2029
|
+
taiko,
|
|
2031
2030
|
mantle,
|
|
2032
2031
|
];
|
|
2033
2032
|
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -3656,7 +3656,7 @@ declare const taiko: Readonly<{
|
|
|
3656
3656
|
nativeWrappedName: string;
|
|
3657
3657
|
};
|
|
3658
3658
|
};
|
|
3659
|
-
defaultPool: "
|
|
3659
|
+
defaultPool: "0x5B731355AAd31C132dd4754E70E92c590Ae42386";
|
|
3660
3660
|
defaultToken0: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
3661
3661
|
defaultToken1: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
3662
3662
|
tokenList: ({
|
|
@@ -3667,7 +3667,7 @@ declare const taiko: Readonly<{
|
|
|
3667
3667
|
address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
3668
3668
|
})[];
|
|
3669
3669
|
stables: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"[];
|
|
3670
|
-
watchlist:
|
|
3670
|
+
watchlist: "0x5B731355AAd31C132dd4754E70E92c590Ae42386"[];
|
|
3671
3671
|
internalName: "taiko";
|
|
3672
3672
|
blockExplorers: {
|
|
3673
3673
|
default: {
|
|
@@ -10483,6 +10483,91 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10483
10483
|
formatters?: undefined;
|
|
10484
10484
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10485
10485
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10486
|
+
}>, Readonly<{
|
|
10487
|
+
blockTimeSeconds: 24;
|
|
10488
|
+
sortIndex: 4;
|
|
10489
|
+
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
10490
|
+
safeReorgDistance: 90000;
|
|
10491
|
+
externalId: {
|
|
10492
|
+
zerion: string;
|
|
10493
|
+
};
|
|
10494
|
+
uniswap: {
|
|
10495
|
+
deployBlock: number;
|
|
10496
|
+
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
10497
|
+
multicall2: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
10498
|
+
tickLens: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
|
|
10499
|
+
nonfungiblePositionManager: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10500
|
+
positionsNFT: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10501
|
+
positionsNFTDeployBlock: number;
|
|
10502
|
+
universalRouter: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
10503
|
+
};
|
|
10504
|
+
token: {
|
|
10505
|
+
usdcAddress: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10506
|
+
wethAddress: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10507
|
+
};
|
|
10508
|
+
oku: {
|
|
10509
|
+
limitOrderRegistry: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
|
|
10510
|
+
limitOrderRegistryDeployBlock: number;
|
|
10511
|
+
pricing: {
|
|
10512
|
+
nativeWrappedToken: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10513
|
+
nativeWrappedName: string;
|
|
10514
|
+
};
|
|
10515
|
+
};
|
|
10516
|
+
defaultPool: "0x5B731355AAd31C132dd4754E70E92c590Ae42386";
|
|
10517
|
+
defaultToken0: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10518
|
+
defaultToken1: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10519
|
+
tokenList: ({
|
|
10520
|
+
symbol: string;
|
|
10521
|
+
address: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10522
|
+
} | {
|
|
10523
|
+
symbol: string;
|
|
10524
|
+
address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10525
|
+
})[];
|
|
10526
|
+
stables: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"[];
|
|
10527
|
+
watchlist: "0x5B731355AAd31C132dd4754E70E92c590Ae42386"[];
|
|
10528
|
+
internalName: "taiko";
|
|
10529
|
+
blockExplorers: {
|
|
10530
|
+
default: {
|
|
10531
|
+
name: string;
|
|
10532
|
+
url: string;
|
|
10533
|
+
};
|
|
10534
|
+
};
|
|
10535
|
+
contracts: {
|
|
10536
|
+
limitOrder: {
|
|
10537
|
+
address: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
|
|
10538
|
+
};
|
|
10539
|
+
nftManager: {
|
|
10540
|
+
address: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10541
|
+
};
|
|
10542
|
+
weth9: {
|
|
10543
|
+
address: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10544
|
+
};
|
|
10545
|
+
multicall2: {
|
|
10546
|
+
address: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
10547
|
+
};
|
|
10548
|
+
multicall3: {
|
|
10549
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
10550
|
+
};
|
|
10551
|
+
};
|
|
10552
|
+
id: 167000;
|
|
10553
|
+
name: "Taiko Mainnet";
|
|
10554
|
+
nativeCurrency: {
|
|
10555
|
+
readonly decimals: 18;
|
|
10556
|
+
readonly name: "Ether";
|
|
10557
|
+
readonly symbol: "ETH";
|
|
10558
|
+
};
|
|
10559
|
+
rpcUrls: {
|
|
10560
|
+
readonly default: {
|
|
10561
|
+
readonly http: readonly ["https://rpc.mainnet.taiko.xyz"];
|
|
10562
|
+
readonly webSocket: readonly ["wss://ws.mainnet.taiko.xyz"];
|
|
10563
|
+
};
|
|
10564
|
+
};
|
|
10565
|
+
sourceId?: number | undefined;
|
|
10566
|
+
testnet?: boolean | undefined;
|
|
10567
|
+
custom?: Record<string, unknown> | undefined;
|
|
10568
|
+
formatters?: undefined;
|
|
10569
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10570
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10486
10571
|
}>, Readonly<{
|
|
10487
10572
|
blockTimeSeconds: 2;
|
|
10488
10573
|
sortIndex: 15;
|
|
@@ -3656,7 +3656,7 @@ declare const taiko: Readonly<{
|
|
|
3656
3656
|
nativeWrappedName: string;
|
|
3657
3657
|
};
|
|
3658
3658
|
};
|
|
3659
|
-
defaultPool: "
|
|
3659
|
+
defaultPool: "0x5B731355AAd31C132dd4754E70E92c590Ae42386";
|
|
3660
3660
|
defaultToken0: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
3661
3661
|
defaultToken1: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
3662
3662
|
tokenList: ({
|
|
@@ -3667,7 +3667,7 @@ declare const taiko: Readonly<{
|
|
|
3667
3667
|
address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
3668
3668
|
})[];
|
|
3669
3669
|
stables: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"[];
|
|
3670
|
-
watchlist:
|
|
3670
|
+
watchlist: "0x5B731355AAd31C132dd4754E70E92c590Ae42386"[];
|
|
3671
3671
|
internalName: "taiko";
|
|
3672
3672
|
blockExplorers: {
|
|
3673
3673
|
default: {
|
|
@@ -10483,6 +10483,91 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10483
10483
|
formatters?: undefined;
|
|
10484
10484
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10485
10485
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10486
|
+
}>, Readonly<{
|
|
10487
|
+
blockTimeSeconds: 24;
|
|
10488
|
+
sortIndex: 4;
|
|
10489
|
+
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
10490
|
+
safeReorgDistance: 90000;
|
|
10491
|
+
externalId: {
|
|
10492
|
+
zerion: string;
|
|
10493
|
+
};
|
|
10494
|
+
uniswap: {
|
|
10495
|
+
deployBlock: number;
|
|
10496
|
+
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
10497
|
+
multicall2: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
10498
|
+
tickLens: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
|
|
10499
|
+
nonfungiblePositionManager: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10500
|
+
positionsNFT: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10501
|
+
positionsNFTDeployBlock: number;
|
|
10502
|
+
universalRouter: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
10503
|
+
};
|
|
10504
|
+
token: {
|
|
10505
|
+
usdcAddress: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10506
|
+
wethAddress: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10507
|
+
};
|
|
10508
|
+
oku: {
|
|
10509
|
+
limitOrderRegistry: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
|
|
10510
|
+
limitOrderRegistryDeployBlock: number;
|
|
10511
|
+
pricing: {
|
|
10512
|
+
nativeWrappedToken: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10513
|
+
nativeWrappedName: string;
|
|
10514
|
+
};
|
|
10515
|
+
};
|
|
10516
|
+
defaultPool: "0x5B731355AAd31C132dd4754E70E92c590Ae42386";
|
|
10517
|
+
defaultToken0: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10518
|
+
defaultToken1: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10519
|
+
tokenList: ({
|
|
10520
|
+
symbol: string;
|
|
10521
|
+
address: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10522
|
+
} | {
|
|
10523
|
+
symbol: string;
|
|
10524
|
+
address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10525
|
+
})[];
|
|
10526
|
+
stables: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"[];
|
|
10527
|
+
watchlist: "0x5B731355AAd31C132dd4754E70E92c590Ae42386"[];
|
|
10528
|
+
internalName: "taiko";
|
|
10529
|
+
blockExplorers: {
|
|
10530
|
+
default: {
|
|
10531
|
+
name: string;
|
|
10532
|
+
url: string;
|
|
10533
|
+
};
|
|
10534
|
+
};
|
|
10535
|
+
contracts: {
|
|
10536
|
+
limitOrder: {
|
|
10537
|
+
address: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
|
|
10538
|
+
};
|
|
10539
|
+
nftManager: {
|
|
10540
|
+
address: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10541
|
+
};
|
|
10542
|
+
weth9: {
|
|
10543
|
+
address: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10544
|
+
};
|
|
10545
|
+
multicall2: {
|
|
10546
|
+
address: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
10547
|
+
};
|
|
10548
|
+
multicall3: {
|
|
10549
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
10550
|
+
};
|
|
10551
|
+
};
|
|
10552
|
+
id: 167000;
|
|
10553
|
+
name: "Taiko Mainnet";
|
|
10554
|
+
nativeCurrency: {
|
|
10555
|
+
readonly decimals: 18;
|
|
10556
|
+
readonly name: "Ether";
|
|
10557
|
+
readonly symbol: "ETH";
|
|
10558
|
+
};
|
|
10559
|
+
rpcUrls: {
|
|
10560
|
+
readonly default: {
|
|
10561
|
+
readonly http: readonly ["https://rpc.mainnet.taiko.xyz"];
|
|
10562
|
+
readonly webSocket: readonly ["wss://ws.mainnet.taiko.xyz"];
|
|
10563
|
+
};
|
|
10564
|
+
};
|
|
10565
|
+
sourceId?: number | undefined;
|
|
10566
|
+
testnet?: boolean | undefined;
|
|
10567
|
+
custom?: Record<string, unknown> | undefined;
|
|
10568
|
+
formatters?: undefined;
|
|
10569
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10570
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10486
10571
|
}>, Readonly<{
|
|
10487
10572
|
blockTimeSeconds: 2;
|
|
10488
10573
|
sortIndex: 15;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -3656,7 +3656,7 @@ declare const taiko: Readonly<{
|
|
|
3656
3656
|
nativeWrappedName: string;
|
|
3657
3657
|
};
|
|
3658
3658
|
};
|
|
3659
|
-
defaultPool: "
|
|
3659
|
+
defaultPool: "0x5B731355AAd31C132dd4754E70E92c590Ae42386";
|
|
3660
3660
|
defaultToken0: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
3661
3661
|
defaultToken1: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
3662
3662
|
tokenList: ({
|
|
@@ -3667,7 +3667,7 @@ declare const taiko: Readonly<{
|
|
|
3667
3667
|
address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
3668
3668
|
})[];
|
|
3669
3669
|
stables: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"[];
|
|
3670
|
-
watchlist:
|
|
3670
|
+
watchlist: "0x5B731355AAd31C132dd4754E70E92c590Ae42386"[];
|
|
3671
3671
|
internalName: "taiko";
|
|
3672
3672
|
blockExplorers: {
|
|
3673
3673
|
default: {
|
|
@@ -10483,6 +10483,91 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10483
10483
|
formatters?: undefined;
|
|
10484
10484
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10485
10485
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10486
|
+
}>, Readonly<{
|
|
10487
|
+
blockTimeSeconds: 24;
|
|
10488
|
+
sortIndex: 4;
|
|
10489
|
+
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
10490
|
+
safeReorgDistance: 90000;
|
|
10491
|
+
externalId: {
|
|
10492
|
+
zerion: string;
|
|
10493
|
+
};
|
|
10494
|
+
uniswap: {
|
|
10495
|
+
deployBlock: number;
|
|
10496
|
+
poolFactory: "0x75FC67473A91335B5b8F8821277262a13B38c9b3";
|
|
10497
|
+
multicall2: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
10498
|
+
tickLens: "0xE3dbcD53f4Ce1b06Ab200f4912BD35672e68f1FA";
|
|
10499
|
+
nonfungiblePositionManager: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10500
|
+
positionsNFT: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10501
|
+
positionsNFTDeployBlock: number;
|
|
10502
|
+
universalRouter: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4";
|
|
10503
|
+
};
|
|
10504
|
+
token: {
|
|
10505
|
+
usdcAddress: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10506
|
+
wethAddress: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10507
|
+
};
|
|
10508
|
+
oku: {
|
|
10509
|
+
limitOrderRegistry: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
|
|
10510
|
+
limitOrderRegistryDeployBlock: number;
|
|
10511
|
+
pricing: {
|
|
10512
|
+
nativeWrappedToken: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10513
|
+
nativeWrappedName: string;
|
|
10514
|
+
};
|
|
10515
|
+
};
|
|
10516
|
+
defaultPool: "0x5B731355AAd31C132dd4754E70E92c590Ae42386";
|
|
10517
|
+
defaultToken0: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10518
|
+
defaultToken1: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10519
|
+
tokenList: ({
|
|
10520
|
+
symbol: string;
|
|
10521
|
+
address: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10522
|
+
} | {
|
|
10523
|
+
symbol: string;
|
|
10524
|
+
address: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b";
|
|
10525
|
+
})[];
|
|
10526
|
+
stables: "0x07d83526730c7438048D55A4fc0b850e2aaB6f0b"[];
|
|
10527
|
+
watchlist: "0x5B731355AAd31C132dd4754E70E92c590Ae42386"[];
|
|
10528
|
+
internalName: "taiko";
|
|
10529
|
+
blockExplorers: {
|
|
10530
|
+
default: {
|
|
10531
|
+
name: string;
|
|
10532
|
+
url: string;
|
|
10533
|
+
};
|
|
10534
|
+
};
|
|
10535
|
+
contracts: {
|
|
10536
|
+
limitOrder: {
|
|
10537
|
+
address: "0x447B8E40B0CdA8e55F405C86bC635D02d0540aB8";
|
|
10538
|
+
};
|
|
10539
|
+
nftManager: {
|
|
10540
|
+
address: "0x8B3c541c30f9b29560f56B9E44b59718916B69EF";
|
|
10541
|
+
};
|
|
10542
|
+
weth9: {
|
|
10543
|
+
address: "0xA51894664A773981C6C112C43ce576f315d5b1B6";
|
|
10544
|
+
};
|
|
10545
|
+
multicall2: {
|
|
10546
|
+
address: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9";
|
|
10547
|
+
};
|
|
10548
|
+
multicall3: {
|
|
10549
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
10550
|
+
};
|
|
10551
|
+
};
|
|
10552
|
+
id: 167000;
|
|
10553
|
+
name: "Taiko Mainnet";
|
|
10554
|
+
nativeCurrency: {
|
|
10555
|
+
readonly decimals: 18;
|
|
10556
|
+
readonly name: "Ether";
|
|
10557
|
+
readonly symbol: "ETH";
|
|
10558
|
+
};
|
|
10559
|
+
rpcUrls: {
|
|
10560
|
+
readonly default: {
|
|
10561
|
+
readonly http: readonly ["https://rpc.mainnet.taiko.xyz"];
|
|
10562
|
+
readonly webSocket: readonly ["wss://ws.mainnet.taiko.xyz"];
|
|
10563
|
+
};
|
|
10564
|
+
};
|
|
10565
|
+
sourceId?: number | undefined;
|
|
10566
|
+
testnet?: boolean | undefined;
|
|
10567
|
+
custom?: Record<string, unknown> | undefined;
|
|
10568
|
+
formatters?: undefined;
|
|
10569
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10570
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10486
10571
|
}>, Readonly<{
|
|
10487
10572
|
blockTimeSeconds: 2;
|
|
10488
10573
|
sortIndex: 15;
|