@gfxlabs/oku-chains 1.1.159 → 1.1.161
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 -6
- package/dist/index-mjs.js +3 -3
- package/dist/index.js +3 -3
- package/dist/types/browser.d.ts +103 -2
- package/dist/types/index-mjs.d.ts +103 -2
- package/dist/types/index.d.ts +103 -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;
|
|
@@ -3573,7 +3573,7 @@
|
|
|
3573
3573
|
nativeWrappedName: "TLOS",
|
|
3574
3574
|
},
|
|
3575
3575
|
},
|
|
3576
|
-
defaultPool:
|
|
3576
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9",
|
|
3577
3577
|
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b",
|
|
3578
3578
|
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E",
|
|
3579
3579
|
tokenList: [
|
|
@@ -3582,7 +3582,7 @@
|
|
|
3582
3582
|
{ symbol: "WBTC", address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c" },
|
|
3583
3583
|
],
|
|
3584
3584
|
stables: ["0x8D97Cea50351Fb4329d591682b148D43a0C3611b"],
|
|
3585
|
-
watchlist: [],
|
|
3585
|
+
watchlist: ["0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"],
|
|
3586
3586
|
internalName: "telos",
|
|
3587
3587
|
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png",
|
|
3588
3588
|
contracts: {
|
|
@@ -3969,6 +3969,7 @@
|
|
|
3969
3969
|
sonic,
|
|
3970
3970
|
celo,
|
|
3971
3971
|
hemi,
|
|
3972
|
+
telos,
|
|
3972
3973
|
];
|
|
3973
3974
|
|
|
3974
3975
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
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, bob as bob$1, boba as boba$1, bsc as bsc$1, celo as celo$1, corn as corn$1, filecoin as filecoin$1, gnosis as gnosis$1, hemi as hemi$1, linea as linea$1, lisk as lisk$1, mainnet as mainnet$1, manta as manta$1, mantle as mantle$1, metalL2, moonbeam as moonbeam$1, optimism as optimism$1, polygon as polygon$1, rootstock as rootstock$1, scroll as scroll$1, sei as sei$1, sonic as sonic$1, taiko as taiko$1, telos as telos$1, xLayer as xLayer$1, polygonZkEvm as polygonZkEvm$1, zksync } from 'viem/chains';
|
|
2
|
-
import { zeroAddress } from 'viem';
|
|
3
2
|
|
|
4
3
|
const makeConfig = (x) => {
|
|
5
4
|
return x;
|
|
@@ -3570,7 +3569,7 @@ const telos = makeConfig({
|
|
|
3570
3569
|
nativeWrappedName: "TLOS",
|
|
3571
3570
|
},
|
|
3572
3571
|
},
|
|
3573
|
-
defaultPool:
|
|
3572
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9",
|
|
3574
3573
|
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b",
|
|
3575
3574
|
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E",
|
|
3576
3575
|
tokenList: [
|
|
@@ -3579,7 +3578,7 @@ const telos = makeConfig({
|
|
|
3579
3578
|
{ symbol: "WBTC", address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c" },
|
|
3580
3579
|
],
|
|
3581
3580
|
stables: ["0x8D97Cea50351Fb4329d591682b148D43a0C3611b"],
|
|
3582
|
-
watchlist: [],
|
|
3581
|
+
watchlist: ["0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"],
|
|
3583
3582
|
internalName: "telos",
|
|
3584
3583
|
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png",
|
|
3585
3584
|
contracts: {
|
|
@@ -3966,6 +3965,7 @@ const MAINNET_CHAINS = [
|
|
|
3966
3965
|
sonic,
|
|
3967
3966
|
celo,
|
|
3968
3967
|
hemi,
|
|
3968
|
+
telos,
|
|
3969
3969
|
];
|
|
3970
3970
|
|
|
3971
3971
|
export { MAINNET_CHAINS, arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, polygonZkEvm, rootstock, scroll, sei, sonic, taiko, telos, xLayer, 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;
|
|
@@ -3572,7 +3571,7 @@ const telos = makeConfig({
|
|
|
3572
3571
|
nativeWrappedName: "TLOS",
|
|
3573
3572
|
},
|
|
3574
3573
|
},
|
|
3575
|
-
defaultPool:
|
|
3574
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9",
|
|
3576
3575
|
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b",
|
|
3577
3576
|
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E",
|
|
3578
3577
|
tokenList: [
|
|
@@ -3581,7 +3580,7 @@ const telos = makeConfig({
|
|
|
3581
3580
|
{ symbol: "WBTC", address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c" },
|
|
3582
3581
|
],
|
|
3583
3582
|
stables: ["0x8D97Cea50351Fb4329d591682b148D43a0C3611b"],
|
|
3584
|
-
watchlist: [],
|
|
3583
|
+
watchlist: ["0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"],
|
|
3585
3584
|
internalName: "telos",
|
|
3586
3585
|
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png",
|
|
3587
3586
|
contracts: {
|
|
@@ -3968,6 +3967,7 @@ const MAINNET_CHAINS = [
|
|
|
3968
3967
|
sonic,
|
|
3969
3968
|
celo,
|
|
3970
3969
|
hemi,
|
|
3970
|
+
telos,
|
|
3971
3971
|
];
|
|
3972
3972
|
|
|
3973
3973
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -5811,7 +5811,7 @@ declare const telos: Readonly<{
|
|
|
5811
5811
|
nativeWrappedName: string;
|
|
5812
5812
|
};
|
|
5813
5813
|
};
|
|
5814
|
-
defaultPool: "
|
|
5814
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9";
|
|
5815
5815
|
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
5816
5816
|
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
5817
5817
|
tokenList: ({
|
|
@@ -5825,7 +5825,7 @@ declare const telos: Readonly<{
|
|
|
5825
5825
|
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
5826
5826
|
})[];
|
|
5827
5827
|
stables: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b"[];
|
|
5828
|
-
watchlist:
|
|
5828
|
+
watchlist: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"[];
|
|
5829
5829
|
internalName: "telos";
|
|
5830
5830
|
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png";
|
|
5831
5831
|
contracts: {
|
|
@@ -13212,6 +13212,107 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13212
13212
|
formatters?: undefined | undefined;
|
|
13213
13213
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
13214
13214
|
network: "Hemi";
|
|
13215
|
+
}>, Readonly<{
|
|
13216
|
+
blockTimeSeconds: 0.5;
|
|
13217
|
+
launchTime: 1738632669;
|
|
13218
|
+
sortIndex: 13;
|
|
13219
|
+
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg";
|
|
13220
|
+
safeReorgDistance: 90000;
|
|
13221
|
+
externalId: {};
|
|
13222
|
+
markets: {
|
|
13223
|
+
icecreamswap: true;
|
|
13224
|
+
};
|
|
13225
|
+
bridges: {};
|
|
13226
|
+
morpho: {};
|
|
13227
|
+
oracles: {};
|
|
13228
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
13229
|
+
uniswap: {
|
|
13230
|
+
deployBlock: number;
|
|
13231
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
13232
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
|
|
13233
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
13234
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
13235
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
13236
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
13237
|
+
positionsNFTDeployBlock: number;
|
|
13238
|
+
universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
|
|
13239
|
+
wrappedNativeAddress: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13240
|
+
wrappedNativeSymbol: string;
|
|
13241
|
+
wrappedNativeName: string;
|
|
13242
|
+
wrappedNativeDecimals: number;
|
|
13243
|
+
nativeCurrencyName: string;
|
|
13244
|
+
};
|
|
13245
|
+
token: {
|
|
13246
|
+
wethAddress: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13247
|
+
wbtcAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
13248
|
+
usdcAddress: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
13249
|
+
};
|
|
13250
|
+
oku: {
|
|
13251
|
+
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
13252
|
+
limitOrderRegistryDeployBlock: number;
|
|
13253
|
+
pricing: {
|
|
13254
|
+
nativeWrappedToken: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13255
|
+
nativeWrappedName: string;
|
|
13256
|
+
};
|
|
13257
|
+
};
|
|
13258
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9";
|
|
13259
|
+
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
13260
|
+
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13261
|
+
tokenList: ({
|
|
13262
|
+
symbol: string;
|
|
13263
|
+
address: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13264
|
+
} | {
|
|
13265
|
+
symbol: string;
|
|
13266
|
+
address: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
13267
|
+
} | {
|
|
13268
|
+
symbol: string;
|
|
13269
|
+
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
13270
|
+
})[];
|
|
13271
|
+
stables: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b"[];
|
|
13272
|
+
watchlist: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"[];
|
|
13273
|
+
internalName: "telos";
|
|
13274
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png";
|
|
13275
|
+
contracts: {
|
|
13276
|
+
limitOrder: {
|
|
13277
|
+
address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
13278
|
+
};
|
|
13279
|
+
nftManager: {
|
|
13280
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
13281
|
+
};
|
|
13282
|
+
weth9: {
|
|
13283
|
+
address: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13284
|
+
};
|
|
13285
|
+
multicall2: {
|
|
13286
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
13287
|
+
};
|
|
13288
|
+
multicall3: {
|
|
13289
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
13290
|
+
};
|
|
13291
|
+
};
|
|
13292
|
+
blockExplorers: {
|
|
13293
|
+
readonly default: {
|
|
13294
|
+
readonly name: "Teloscan";
|
|
13295
|
+
readonly url: "https://www.teloscan.io/";
|
|
13296
|
+
};
|
|
13297
|
+
};
|
|
13298
|
+
id: 40;
|
|
13299
|
+
name: "Telos";
|
|
13300
|
+
nativeCurrency: {
|
|
13301
|
+
readonly decimals: 18;
|
|
13302
|
+
readonly name: "Telos";
|
|
13303
|
+
readonly symbol: "TLOS";
|
|
13304
|
+
};
|
|
13305
|
+
rpcUrls: {
|
|
13306
|
+
readonly default: {
|
|
13307
|
+
readonly http: readonly ["https://mainnet.telos.net/evm"];
|
|
13308
|
+
};
|
|
13309
|
+
};
|
|
13310
|
+
sourceId?: number | undefined | undefined;
|
|
13311
|
+
testnet?: boolean | undefined | undefined;
|
|
13312
|
+
custom?: Record<string, unknown> | undefined;
|
|
13313
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
13314
|
+
formatters?: undefined | undefined;
|
|
13315
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
13215
13316
|
}>];
|
|
13216
13317
|
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, rootstock, scroll, sei, sonic, taiko, telos, xLayer, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
13217
13318
|
export { ChainContract } from "viem";
|
|
@@ -5811,7 +5811,7 @@ declare const telos: Readonly<{
|
|
|
5811
5811
|
nativeWrappedName: string;
|
|
5812
5812
|
};
|
|
5813
5813
|
};
|
|
5814
|
-
defaultPool: "
|
|
5814
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9";
|
|
5815
5815
|
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
5816
5816
|
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
5817
5817
|
tokenList: ({
|
|
@@ -5825,7 +5825,7 @@ declare const telos: Readonly<{
|
|
|
5825
5825
|
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
5826
5826
|
})[];
|
|
5827
5827
|
stables: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b"[];
|
|
5828
|
-
watchlist:
|
|
5828
|
+
watchlist: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"[];
|
|
5829
5829
|
internalName: "telos";
|
|
5830
5830
|
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png";
|
|
5831
5831
|
contracts: {
|
|
@@ -13212,6 +13212,107 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13212
13212
|
formatters?: undefined | undefined;
|
|
13213
13213
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
13214
13214
|
network: "Hemi";
|
|
13215
|
+
}>, Readonly<{
|
|
13216
|
+
blockTimeSeconds: 0.5;
|
|
13217
|
+
launchTime: 1738632669;
|
|
13218
|
+
sortIndex: 13;
|
|
13219
|
+
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg";
|
|
13220
|
+
safeReorgDistance: 90000;
|
|
13221
|
+
externalId: {};
|
|
13222
|
+
markets: {
|
|
13223
|
+
icecreamswap: true;
|
|
13224
|
+
};
|
|
13225
|
+
bridges: {};
|
|
13226
|
+
morpho: {};
|
|
13227
|
+
oracles: {};
|
|
13228
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
13229
|
+
uniswap: {
|
|
13230
|
+
deployBlock: number;
|
|
13231
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
13232
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
|
|
13233
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
13234
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
13235
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
13236
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
13237
|
+
positionsNFTDeployBlock: number;
|
|
13238
|
+
universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
|
|
13239
|
+
wrappedNativeAddress: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13240
|
+
wrappedNativeSymbol: string;
|
|
13241
|
+
wrappedNativeName: string;
|
|
13242
|
+
wrappedNativeDecimals: number;
|
|
13243
|
+
nativeCurrencyName: string;
|
|
13244
|
+
};
|
|
13245
|
+
token: {
|
|
13246
|
+
wethAddress: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13247
|
+
wbtcAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
13248
|
+
usdcAddress: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
13249
|
+
};
|
|
13250
|
+
oku: {
|
|
13251
|
+
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
13252
|
+
limitOrderRegistryDeployBlock: number;
|
|
13253
|
+
pricing: {
|
|
13254
|
+
nativeWrappedToken: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13255
|
+
nativeWrappedName: string;
|
|
13256
|
+
};
|
|
13257
|
+
};
|
|
13258
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9";
|
|
13259
|
+
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
13260
|
+
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13261
|
+
tokenList: ({
|
|
13262
|
+
symbol: string;
|
|
13263
|
+
address: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13264
|
+
} | {
|
|
13265
|
+
symbol: string;
|
|
13266
|
+
address: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
13267
|
+
} | {
|
|
13268
|
+
symbol: string;
|
|
13269
|
+
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
13270
|
+
})[];
|
|
13271
|
+
stables: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b"[];
|
|
13272
|
+
watchlist: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"[];
|
|
13273
|
+
internalName: "telos";
|
|
13274
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png";
|
|
13275
|
+
contracts: {
|
|
13276
|
+
limitOrder: {
|
|
13277
|
+
address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
13278
|
+
};
|
|
13279
|
+
nftManager: {
|
|
13280
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
13281
|
+
};
|
|
13282
|
+
weth9: {
|
|
13283
|
+
address: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13284
|
+
};
|
|
13285
|
+
multicall2: {
|
|
13286
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
13287
|
+
};
|
|
13288
|
+
multicall3: {
|
|
13289
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
13290
|
+
};
|
|
13291
|
+
};
|
|
13292
|
+
blockExplorers: {
|
|
13293
|
+
readonly default: {
|
|
13294
|
+
readonly name: "Teloscan";
|
|
13295
|
+
readonly url: "https://www.teloscan.io/";
|
|
13296
|
+
};
|
|
13297
|
+
};
|
|
13298
|
+
id: 40;
|
|
13299
|
+
name: "Telos";
|
|
13300
|
+
nativeCurrency: {
|
|
13301
|
+
readonly decimals: 18;
|
|
13302
|
+
readonly name: "Telos";
|
|
13303
|
+
readonly symbol: "TLOS";
|
|
13304
|
+
};
|
|
13305
|
+
rpcUrls: {
|
|
13306
|
+
readonly default: {
|
|
13307
|
+
readonly http: readonly ["https://mainnet.telos.net/evm"];
|
|
13308
|
+
};
|
|
13309
|
+
};
|
|
13310
|
+
sourceId?: number | undefined | undefined;
|
|
13311
|
+
testnet?: boolean | undefined | undefined;
|
|
13312
|
+
custom?: Record<string, unknown> | undefined;
|
|
13313
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
13314
|
+
formatters?: undefined | undefined;
|
|
13315
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
13215
13316
|
}>];
|
|
13216
13317
|
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, rootstock, scroll, sei, sonic, taiko, telos, xLayer, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
13217
13318
|
export { ChainContract } from "viem";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -5811,7 +5811,7 @@ declare const telos: Readonly<{
|
|
|
5811
5811
|
nativeWrappedName: string;
|
|
5812
5812
|
};
|
|
5813
5813
|
};
|
|
5814
|
-
defaultPool: "
|
|
5814
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9";
|
|
5815
5815
|
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
5816
5816
|
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
5817
5817
|
tokenList: ({
|
|
@@ -5825,7 +5825,7 @@ declare const telos: Readonly<{
|
|
|
5825
5825
|
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
5826
5826
|
})[];
|
|
5827
5827
|
stables: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b"[];
|
|
5828
|
-
watchlist:
|
|
5828
|
+
watchlist: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"[];
|
|
5829
5829
|
internalName: "telos";
|
|
5830
5830
|
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png";
|
|
5831
5831
|
contracts: {
|
|
@@ -13212,6 +13212,107 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13212
13212
|
formatters?: undefined | undefined;
|
|
13213
13213
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
13214
13214
|
network: "Hemi";
|
|
13215
|
+
}>, Readonly<{
|
|
13216
|
+
blockTimeSeconds: 0.5;
|
|
13217
|
+
launchTime: 1738632669;
|
|
13218
|
+
sortIndex: 13;
|
|
13219
|
+
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg";
|
|
13220
|
+
safeReorgDistance: 90000;
|
|
13221
|
+
externalId: {};
|
|
13222
|
+
markets: {
|
|
13223
|
+
icecreamswap: true;
|
|
13224
|
+
};
|
|
13225
|
+
bridges: {};
|
|
13226
|
+
morpho: {};
|
|
13227
|
+
oracles: {};
|
|
13228
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
13229
|
+
uniswap: {
|
|
13230
|
+
deployBlock: number;
|
|
13231
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
13232
|
+
permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
|
|
13233
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
13234
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
13235
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
13236
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
13237
|
+
positionsNFTDeployBlock: number;
|
|
13238
|
+
universalRouter: "0x738fD6d10bCc05c230388B4027CAd37f82fe2AF2";
|
|
13239
|
+
wrappedNativeAddress: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13240
|
+
wrappedNativeSymbol: string;
|
|
13241
|
+
wrappedNativeName: string;
|
|
13242
|
+
wrappedNativeDecimals: number;
|
|
13243
|
+
nativeCurrencyName: string;
|
|
13244
|
+
};
|
|
13245
|
+
token: {
|
|
13246
|
+
wethAddress: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13247
|
+
wbtcAddress: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
13248
|
+
usdcAddress: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
13249
|
+
};
|
|
13250
|
+
oku: {
|
|
13251
|
+
limitOrderRegistry: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
13252
|
+
limitOrderRegistryDeployBlock: number;
|
|
13253
|
+
pricing: {
|
|
13254
|
+
nativeWrappedToken: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13255
|
+
nativeWrappedName: string;
|
|
13256
|
+
};
|
|
13257
|
+
};
|
|
13258
|
+
defaultPool: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9";
|
|
13259
|
+
defaultToken0: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
13260
|
+
defaultToken1: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13261
|
+
tokenList: ({
|
|
13262
|
+
symbol: string;
|
|
13263
|
+
address: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13264
|
+
} | {
|
|
13265
|
+
symbol: string;
|
|
13266
|
+
address: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b";
|
|
13267
|
+
} | {
|
|
13268
|
+
symbol: string;
|
|
13269
|
+
address: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
13270
|
+
})[];
|
|
13271
|
+
stables: "0x8D97Cea50351Fb4329d591682b148D43a0C3611b"[];
|
|
13272
|
+
watchlist: "0x2E2F83DF7061561C4a29bD155B8f65674bFa31C9"[];
|
|
13273
|
+
internalName: "telos";
|
|
13274
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/telos.png";
|
|
13275
|
+
contracts: {
|
|
13276
|
+
limitOrder: {
|
|
13277
|
+
address: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
13278
|
+
};
|
|
13279
|
+
nftManager: {
|
|
13280
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
13281
|
+
};
|
|
13282
|
+
weth9: {
|
|
13283
|
+
address: "0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E";
|
|
13284
|
+
};
|
|
13285
|
+
multicall2: {
|
|
13286
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
13287
|
+
};
|
|
13288
|
+
multicall3: {
|
|
13289
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
13290
|
+
};
|
|
13291
|
+
};
|
|
13292
|
+
blockExplorers: {
|
|
13293
|
+
readonly default: {
|
|
13294
|
+
readonly name: "Teloscan";
|
|
13295
|
+
readonly url: "https://www.teloscan.io/";
|
|
13296
|
+
};
|
|
13297
|
+
};
|
|
13298
|
+
id: 40;
|
|
13299
|
+
name: "Telos";
|
|
13300
|
+
nativeCurrency: {
|
|
13301
|
+
readonly decimals: 18;
|
|
13302
|
+
readonly name: "Telos";
|
|
13303
|
+
readonly symbol: "TLOS";
|
|
13304
|
+
};
|
|
13305
|
+
rpcUrls: {
|
|
13306
|
+
readonly default: {
|
|
13307
|
+
readonly http: readonly ["https://mainnet.telos.net/evm"];
|
|
13308
|
+
};
|
|
13309
|
+
};
|
|
13310
|
+
sourceId?: number | undefined | undefined;
|
|
13311
|
+
testnet?: boolean | undefined | undefined;
|
|
13312
|
+
custom?: Record<string, unknown> | undefined;
|
|
13313
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
13314
|
+
formatters?: undefined | undefined;
|
|
13315
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
13215
13316
|
}>];
|
|
13216
13317
|
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, filecoin, gnosis, hemi, linea, lisk, mainnet, manta, mantle, metal, moonbeam, optimism, polygon, rootstock, scroll, sei, sonic, taiko, telos, xLayer, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
13217
13318
|
export { ChainContract } from "viem";
|