@gfxlabs/oku-chains 1.1.11 → 1.1.13
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 +2 -0
- package/dist/index-mjs.js +2 -0
- package/dist/index.js +2 -0
- package/dist/types/browser.d.ts +88 -1
- package/dist/types/index-mjs.d.ts +88 -1
- package/dist/types/index.d.ts +88 -1
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -703,6 +703,7 @@
|
|
|
703
703
|
|
|
704
704
|
const linea = makeConfig({
|
|
705
705
|
...chains.linea,
|
|
706
|
+
name: "Linea",
|
|
706
707
|
blockTimeSeconds: 3,
|
|
707
708
|
sortIndex: 15,
|
|
708
709
|
logoUrl: "https://assets.oku.trade/linea-logo.svg",
|
|
@@ -1881,6 +1882,7 @@
|
|
|
1881
1882
|
polygonZkEvm,
|
|
1882
1883
|
zkSync,
|
|
1883
1884
|
manta,
|
|
1885
|
+
linea,
|
|
1884
1886
|
];
|
|
1885
1887
|
|
|
1886
1888
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
package/dist/index-mjs.js
CHANGED
|
@@ -699,6 +699,7 @@ const filecoin = makeConfig({
|
|
|
699
699
|
|
|
700
700
|
const linea = makeConfig({
|
|
701
701
|
...linea$1,
|
|
702
|
+
name: "Linea",
|
|
702
703
|
blockTimeSeconds: 3,
|
|
703
704
|
sortIndex: 15,
|
|
704
705
|
logoUrl: "https://assets.oku.trade/linea-logo.svg",
|
|
@@ -1877,6 +1878,7 @@ const MAINNET_CHAINS = [
|
|
|
1877
1878
|
polygonZkEvm,
|
|
1878
1879
|
zkSync,
|
|
1879
1880
|
manta,
|
|
1881
|
+
linea,
|
|
1880
1882
|
];
|
|
1881
1883
|
|
|
1882
1884
|
export { MAINNET_CHAINS, arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, polygonZkEvm, rootstock, scroll, zkSync };
|
package/dist/index.js
CHANGED
|
@@ -701,6 +701,7 @@ const filecoin = makeConfig({
|
|
|
701
701
|
|
|
702
702
|
const linea = makeConfig({
|
|
703
703
|
...chains.linea,
|
|
704
|
+
name: "Linea",
|
|
704
705
|
blockTimeSeconds: 3,
|
|
705
706
|
sortIndex: 15,
|
|
706
707
|
logoUrl: "https://assets.oku.trade/linea-logo.svg",
|
|
@@ -1879,6 +1880,7 @@ const MAINNET_CHAINS = [
|
|
|
1879
1880
|
polygonZkEvm,
|
|
1880
1881
|
zkSync,
|
|
1881
1882
|
manta,
|
|
1883
|
+
linea,
|
|
1882
1884
|
];
|
|
1883
1885
|
|
|
1884
1886
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -1653,6 +1653,7 @@ declare const filecoin: Readonly<{
|
|
|
1653
1653
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1654
1654
|
}>;
|
|
1655
1655
|
declare const linea: Readonly<{
|
|
1656
|
+
name: "Linea";
|
|
1656
1657
|
blockTimeSeconds: 3;
|
|
1657
1658
|
sortIndex: 15;
|
|
1658
1659
|
logoUrl: "https://assets.oku.trade/linea-logo.svg";
|
|
@@ -1721,7 +1722,6 @@ declare const linea: Readonly<{
|
|
|
1721
1722
|
};
|
|
1722
1723
|
};
|
|
1723
1724
|
id: 59144;
|
|
1724
|
-
name: "Linea Mainnet";
|
|
1725
1725
|
nativeCurrency: {
|
|
1726
1726
|
readonly name: "Linea Ether";
|
|
1727
1727
|
readonly symbol: "ETH";
|
|
@@ -10204,6 +10204,93 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10204
10204
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10205
10205
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10206
10206
|
network: "manta";
|
|
10207
|
+
}>, Readonly<{
|
|
10208
|
+
name: "Linea";
|
|
10209
|
+
blockTimeSeconds: 3;
|
|
10210
|
+
sortIndex: 15;
|
|
10211
|
+
logoUrl: "https://assets.oku.trade/linea-logo.svg";
|
|
10212
|
+
safeReorgDistance: 100;
|
|
10213
|
+
externalId: {
|
|
10214
|
+
zerion: string;
|
|
10215
|
+
};
|
|
10216
|
+
uniswap: {
|
|
10217
|
+
deployBlock: number;
|
|
10218
|
+
poolFactory: "0x31FAfd4889FA1269F7a13A66eE0fB458f27D72A9";
|
|
10219
|
+
multicall2: "0x93e253D101519578A8DF0BCe2A43D8292BFb3A1F";
|
|
10220
|
+
tickLens: "0x3334d83e224aF5ef9C2E7DDA7c7C98Efd9621fA9";
|
|
10221
|
+
nonfungiblePositionManager: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463";
|
|
10222
|
+
positionsNFT: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463";
|
|
10223
|
+
positionsNFTDeployBlock: number;
|
|
10224
|
+
universalRouter: "0xd7c7d7f18dd5388d5217c9696c7e799fcd75c6bd";
|
|
10225
|
+
};
|
|
10226
|
+
token: {
|
|
10227
|
+
usdcAddress: "0x176211869ca2b568f2a7d4ee941e073a821ee1ff";
|
|
10228
|
+
wethAddress: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
10229
|
+
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4";
|
|
10230
|
+
};
|
|
10231
|
+
oku: {
|
|
10232
|
+
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74";
|
|
10233
|
+
limitOrderRegistryDeployBlock: number;
|
|
10234
|
+
pricing: {
|
|
10235
|
+
nativeWrappedToken: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
10236
|
+
nativeWrappedName: string;
|
|
10237
|
+
};
|
|
10238
|
+
};
|
|
10239
|
+
defaultPool: "0xff577f0e828a878743ecc5e2632cbf65cecf17cf";
|
|
10240
|
+
defaultToken0: "0x176211869ca2b568f2a7d4ee941e073a821ee1ff";
|
|
10241
|
+
defaultToken1: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
10242
|
+
tokenList: ({
|
|
10243
|
+
symbol: string;
|
|
10244
|
+
address: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
10245
|
+
} | {
|
|
10246
|
+
symbol: string;
|
|
10247
|
+
address: "0x176211869ca2b568f2a7d4ee941e073a821ee1ff";
|
|
10248
|
+
})[];
|
|
10249
|
+
stables: ("0x176211869ca2b568f2a7d4ee941e073a821ee1ff" | "0xa219439258ca9da29e9cc4ce5596924745e12b93" | "0x4af15ec2a0bd43db75dd04e62faa3b8ef36b00d5")[];
|
|
10250
|
+
watchlist: never[];
|
|
10251
|
+
internalName: "linea";
|
|
10252
|
+
contracts: {
|
|
10253
|
+
limitOrder: {
|
|
10254
|
+
address: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74";
|
|
10255
|
+
};
|
|
10256
|
+
nftManager: {
|
|
10257
|
+
address: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463";
|
|
10258
|
+
};
|
|
10259
|
+
weth9: {
|
|
10260
|
+
address: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
10261
|
+
};
|
|
10262
|
+
multicall2: {
|
|
10263
|
+
address: "0x9A27B81b034e585be9d366DEB7aBAD036BE50845";
|
|
10264
|
+
};
|
|
10265
|
+
multicall3: {
|
|
10266
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
10267
|
+
};
|
|
10268
|
+
};
|
|
10269
|
+
blockExplorers: {
|
|
10270
|
+
readonly default: {
|
|
10271
|
+
readonly name: "Etherscan";
|
|
10272
|
+
readonly url: "https://lineascan.build";
|
|
10273
|
+
readonly apiUrl: "https://api.lineascan.build/api";
|
|
10274
|
+
};
|
|
10275
|
+
};
|
|
10276
|
+
id: 59144;
|
|
10277
|
+
nativeCurrency: {
|
|
10278
|
+
readonly name: "Linea Ether";
|
|
10279
|
+
readonly symbol: "ETH";
|
|
10280
|
+
readonly decimals: 18;
|
|
10281
|
+
};
|
|
10282
|
+
rpcUrls: {
|
|
10283
|
+
readonly default: {
|
|
10284
|
+
readonly http: readonly ["https://rpc.linea.build"];
|
|
10285
|
+
readonly webSocket: readonly ["wss://rpc.linea.build"];
|
|
10286
|
+
};
|
|
10287
|
+
};
|
|
10288
|
+
sourceId?: number | undefined;
|
|
10289
|
+
testnet: false;
|
|
10290
|
+
custom?: Record<string, unknown> | undefined;
|
|
10291
|
+
formatters?: undefined;
|
|
10292
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10293
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10207
10294
|
}>];
|
|
10208
10295
|
export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, rootstock, scroll, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
|
|
10209
10296
|
export { ChainContract } from "viem";
|
|
@@ -1653,6 +1653,7 @@ declare const filecoin: Readonly<{
|
|
|
1653
1653
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1654
1654
|
}>;
|
|
1655
1655
|
declare const linea: Readonly<{
|
|
1656
|
+
name: "Linea";
|
|
1656
1657
|
blockTimeSeconds: 3;
|
|
1657
1658
|
sortIndex: 15;
|
|
1658
1659
|
logoUrl: "https://assets.oku.trade/linea-logo.svg";
|
|
@@ -1721,7 +1722,6 @@ declare const linea: Readonly<{
|
|
|
1721
1722
|
};
|
|
1722
1723
|
};
|
|
1723
1724
|
id: 59144;
|
|
1724
|
-
name: "Linea Mainnet";
|
|
1725
1725
|
nativeCurrency: {
|
|
1726
1726
|
readonly name: "Linea Ether";
|
|
1727
1727
|
readonly symbol: "ETH";
|
|
@@ -10204,6 +10204,93 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10204
10204
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10205
10205
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10206
10206
|
network: "manta";
|
|
10207
|
+
}>, Readonly<{
|
|
10208
|
+
name: "Linea";
|
|
10209
|
+
blockTimeSeconds: 3;
|
|
10210
|
+
sortIndex: 15;
|
|
10211
|
+
logoUrl: "https://assets.oku.trade/linea-logo.svg";
|
|
10212
|
+
safeReorgDistance: 100;
|
|
10213
|
+
externalId: {
|
|
10214
|
+
zerion: string;
|
|
10215
|
+
};
|
|
10216
|
+
uniswap: {
|
|
10217
|
+
deployBlock: number;
|
|
10218
|
+
poolFactory: "0x31FAfd4889FA1269F7a13A66eE0fB458f27D72A9";
|
|
10219
|
+
multicall2: "0x93e253D101519578A8DF0BCe2A43D8292BFb3A1F";
|
|
10220
|
+
tickLens: "0x3334d83e224aF5ef9C2E7DDA7c7C98Efd9621fA9";
|
|
10221
|
+
nonfungiblePositionManager: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463";
|
|
10222
|
+
positionsNFT: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463";
|
|
10223
|
+
positionsNFTDeployBlock: number;
|
|
10224
|
+
universalRouter: "0xd7c7d7f18dd5388d5217c9696c7e799fcd75c6bd";
|
|
10225
|
+
};
|
|
10226
|
+
token: {
|
|
10227
|
+
usdcAddress: "0x176211869ca2b568f2a7d4ee941e073a821ee1ff";
|
|
10228
|
+
wethAddress: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
10229
|
+
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4";
|
|
10230
|
+
};
|
|
10231
|
+
oku: {
|
|
10232
|
+
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74";
|
|
10233
|
+
limitOrderRegistryDeployBlock: number;
|
|
10234
|
+
pricing: {
|
|
10235
|
+
nativeWrappedToken: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
10236
|
+
nativeWrappedName: string;
|
|
10237
|
+
};
|
|
10238
|
+
};
|
|
10239
|
+
defaultPool: "0xff577f0e828a878743ecc5e2632cbf65cecf17cf";
|
|
10240
|
+
defaultToken0: "0x176211869ca2b568f2a7d4ee941e073a821ee1ff";
|
|
10241
|
+
defaultToken1: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
10242
|
+
tokenList: ({
|
|
10243
|
+
symbol: string;
|
|
10244
|
+
address: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
10245
|
+
} | {
|
|
10246
|
+
symbol: string;
|
|
10247
|
+
address: "0x176211869ca2b568f2a7d4ee941e073a821ee1ff";
|
|
10248
|
+
})[];
|
|
10249
|
+
stables: ("0x176211869ca2b568f2a7d4ee941e073a821ee1ff" | "0xa219439258ca9da29e9cc4ce5596924745e12b93" | "0x4af15ec2a0bd43db75dd04e62faa3b8ef36b00d5")[];
|
|
10250
|
+
watchlist: never[];
|
|
10251
|
+
internalName: "linea";
|
|
10252
|
+
contracts: {
|
|
10253
|
+
limitOrder: {
|
|
10254
|
+
address: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74";
|
|
10255
|
+
};
|
|
10256
|
+
nftManager: {
|
|
10257
|
+
address: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463";
|
|
10258
|
+
};
|
|
10259
|
+
weth9: {
|
|
10260
|
+
address: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
10261
|
+
};
|
|
10262
|
+
multicall2: {
|
|
10263
|
+
address: "0x9A27B81b034e585be9d366DEB7aBAD036BE50845";
|
|
10264
|
+
};
|
|
10265
|
+
multicall3: {
|
|
10266
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
10267
|
+
};
|
|
10268
|
+
};
|
|
10269
|
+
blockExplorers: {
|
|
10270
|
+
readonly default: {
|
|
10271
|
+
readonly name: "Etherscan";
|
|
10272
|
+
readonly url: "https://lineascan.build";
|
|
10273
|
+
readonly apiUrl: "https://api.lineascan.build/api";
|
|
10274
|
+
};
|
|
10275
|
+
};
|
|
10276
|
+
id: 59144;
|
|
10277
|
+
nativeCurrency: {
|
|
10278
|
+
readonly name: "Linea Ether";
|
|
10279
|
+
readonly symbol: "ETH";
|
|
10280
|
+
readonly decimals: 18;
|
|
10281
|
+
};
|
|
10282
|
+
rpcUrls: {
|
|
10283
|
+
readonly default: {
|
|
10284
|
+
readonly http: readonly ["https://rpc.linea.build"];
|
|
10285
|
+
readonly webSocket: readonly ["wss://rpc.linea.build"];
|
|
10286
|
+
};
|
|
10287
|
+
};
|
|
10288
|
+
sourceId?: number | undefined;
|
|
10289
|
+
testnet: false;
|
|
10290
|
+
custom?: Record<string, unknown> | undefined;
|
|
10291
|
+
formatters?: undefined;
|
|
10292
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10293
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10207
10294
|
}>];
|
|
10208
10295
|
export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, rootstock, scroll, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
|
|
10209
10296
|
export { ChainContract } from "viem";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1653,6 +1653,7 @@ declare const filecoin: Readonly<{
|
|
|
1653
1653
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1654
1654
|
}>;
|
|
1655
1655
|
declare const linea: Readonly<{
|
|
1656
|
+
name: "Linea";
|
|
1656
1657
|
blockTimeSeconds: 3;
|
|
1657
1658
|
sortIndex: 15;
|
|
1658
1659
|
logoUrl: "https://assets.oku.trade/linea-logo.svg";
|
|
@@ -1721,7 +1722,6 @@ declare const linea: Readonly<{
|
|
|
1721
1722
|
};
|
|
1722
1723
|
};
|
|
1723
1724
|
id: 59144;
|
|
1724
|
-
name: "Linea Mainnet";
|
|
1725
1725
|
nativeCurrency: {
|
|
1726
1726
|
readonly name: "Linea Ether";
|
|
1727
1727
|
readonly symbol: "ETH";
|
|
@@ -10204,6 +10204,93 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10204
10204
|
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10205
10205
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10206
10206
|
network: "manta";
|
|
10207
|
+
}>, Readonly<{
|
|
10208
|
+
name: "Linea";
|
|
10209
|
+
blockTimeSeconds: 3;
|
|
10210
|
+
sortIndex: 15;
|
|
10211
|
+
logoUrl: "https://assets.oku.trade/linea-logo.svg";
|
|
10212
|
+
safeReorgDistance: 100;
|
|
10213
|
+
externalId: {
|
|
10214
|
+
zerion: string;
|
|
10215
|
+
};
|
|
10216
|
+
uniswap: {
|
|
10217
|
+
deployBlock: number;
|
|
10218
|
+
poolFactory: "0x31FAfd4889FA1269F7a13A66eE0fB458f27D72A9";
|
|
10219
|
+
multicall2: "0x93e253D101519578A8DF0BCe2A43D8292BFb3A1F";
|
|
10220
|
+
tickLens: "0x3334d83e224aF5ef9C2E7DDA7c7C98Efd9621fA9";
|
|
10221
|
+
nonfungiblePositionManager: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463";
|
|
10222
|
+
positionsNFT: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463";
|
|
10223
|
+
positionsNFTDeployBlock: number;
|
|
10224
|
+
universalRouter: "0xd7c7d7f18dd5388d5217c9696c7e799fcd75c6bd";
|
|
10225
|
+
};
|
|
10226
|
+
token: {
|
|
10227
|
+
usdcAddress: "0x176211869ca2b568f2a7d4ee941e073a821ee1ff";
|
|
10228
|
+
wethAddress: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
10229
|
+
wbtcAddress: "0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4";
|
|
10230
|
+
};
|
|
10231
|
+
oku: {
|
|
10232
|
+
limitOrderRegistry: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74";
|
|
10233
|
+
limitOrderRegistryDeployBlock: number;
|
|
10234
|
+
pricing: {
|
|
10235
|
+
nativeWrappedToken: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
10236
|
+
nativeWrappedName: string;
|
|
10237
|
+
};
|
|
10238
|
+
};
|
|
10239
|
+
defaultPool: "0xff577f0e828a878743ecc5e2632cbf65cecf17cf";
|
|
10240
|
+
defaultToken0: "0x176211869ca2b568f2a7d4ee941e073a821ee1ff";
|
|
10241
|
+
defaultToken1: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
10242
|
+
tokenList: ({
|
|
10243
|
+
symbol: string;
|
|
10244
|
+
address: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
10245
|
+
} | {
|
|
10246
|
+
symbol: string;
|
|
10247
|
+
address: "0x176211869ca2b568f2a7d4ee941e073a821ee1ff";
|
|
10248
|
+
})[];
|
|
10249
|
+
stables: ("0x176211869ca2b568f2a7d4ee941e073a821ee1ff" | "0xa219439258ca9da29e9cc4ce5596924745e12b93" | "0x4af15ec2a0bd43db75dd04e62faa3b8ef36b00d5")[];
|
|
10250
|
+
watchlist: never[];
|
|
10251
|
+
internalName: "linea";
|
|
10252
|
+
contracts: {
|
|
10253
|
+
limitOrder: {
|
|
10254
|
+
address: "0x63c8527f670d4eb3401c80c5905ceca8727f1e74";
|
|
10255
|
+
};
|
|
10256
|
+
nftManager: {
|
|
10257
|
+
address: "0x4615C383F85D0a2BbED973d83ccecf5CB7121463";
|
|
10258
|
+
};
|
|
10259
|
+
weth9: {
|
|
10260
|
+
address: "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f";
|
|
10261
|
+
};
|
|
10262
|
+
multicall2: {
|
|
10263
|
+
address: "0x9A27B81b034e585be9d366DEB7aBAD036BE50845";
|
|
10264
|
+
};
|
|
10265
|
+
multicall3: {
|
|
10266
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
10267
|
+
};
|
|
10268
|
+
};
|
|
10269
|
+
blockExplorers: {
|
|
10270
|
+
readonly default: {
|
|
10271
|
+
readonly name: "Etherscan";
|
|
10272
|
+
readonly url: "https://lineascan.build";
|
|
10273
|
+
readonly apiUrl: "https://api.lineascan.build/api";
|
|
10274
|
+
};
|
|
10275
|
+
};
|
|
10276
|
+
id: 59144;
|
|
10277
|
+
nativeCurrency: {
|
|
10278
|
+
readonly name: "Linea Ether";
|
|
10279
|
+
readonly symbol: "ETH";
|
|
10280
|
+
readonly decimals: 18;
|
|
10281
|
+
};
|
|
10282
|
+
rpcUrls: {
|
|
10283
|
+
readonly default: {
|
|
10284
|
+
readonly http: readonly ["https://rpc.linea.build"];
|
|
10285
|
+
readonly webSocket: readonly ["wss://rpc.linea.build"];
|
|
10286
|
+
};
|
|
10287
|
+
};
|
|
10288
|
+
sourceId?: number | undefined;
|
|
10289
|
+
testnet: false;
|
|
10290
|
+
custom?: Record<string, unknown> | undefined;
|
|
10291
|
+
formatters?: undefined;
|
|
10292
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
10293
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10207
10294
|
}>];
|
|
10208
10295
|
export { arbitrum, base, blast, boba, bsc, filecoin, linea, mainnet, manta, moonbeam, optimism, polygon, rootstock, scroll, polygonZkEvm, zkSync, UniswapMetadata, OkuPricingMetadata, OkuMetadata, TokenMetadata, IChainInfo, MAINNET_CHAINS };
|
|
10209
10296
|
export { ChainContract } from "viem";
|