@lombard.finance/sdk 3.7.0-canary.1 → 3.7.1
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/CHANGELOG.md +9 -0
- package/dist/bridge/lib/config.d.ts.map +1 -1
- package/dist/clients/rpc-url-config.d.ts.map +1 -1
- package/dist/common/blockchain-identifier.d.ts +4 -0
- package/dist/common/blockchain-identifier.d.ts.map +1 -1
- package/dist/common/chains.d.ts +442 -296
- package/dist/common/chains.d.ts.map +1 -1
- package/dist/common/feature-config.d.ts +14 -0
- package/dist/common/feature-config.d.ts.map +1 -0
- package/dist/contract-functions/getBasculeDepositStatus/decodeBasculeDepositStatus.d.ts +40 -0
- package/dist/contract-functions/getBasculeDepositStatus/decodeBasculeDepositStatus.d.ts.map +1 -0
- package/dist/contract-functions/getBasculeDepositStatus/getBasculeDepositStatus.d.ts +14 -1
- package/dist/contract-functions/getBasculeDepositStatus/getBasculeDepositStatus.d.ts.map +1 -1
- package/dist/contract-functions/getBasculeDepositStatus/index.d.ts +1 -0
- package/dist/contract-functions/getBasculeDepositStatus/index.d.ts.map +1 -1
- package/dist/contract-functions/getLBTCMintingFee/getLBTCMintingFee.d.ts.map +1 -1
- package/dist/contract-functions/signStakeAndBake/utils.d.ts +2 -4449
- package/dist/contract-functions/signStakeAndBake/utils.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +126 -119
- package/dist/index2.cjs +53 -53
- package/dist/index2.js +7102 -6296
- package/dist/tokens/abi/KATANA_BASCULE_ABI.d.ts +83 -0
- package/dist/tokens/abi/KATANA_BASCULE_ABI.d.ts.map +1 -0
- package/dist/tokens/token-addresses.d.ts.map +1 -1
- package/dist/utils/transaction-executor.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/bridge/lib/config.ts +2 -1
- package/src/clients/rpc-url-config.ts +3 -0
- package/src/common/blockchain-identifier.ts +27 -1
- package/src/common/chains.ts +90 -4
- package/src/common/feature-config.ts +18 -0
- package/src/contract-functions/getBasculeDepositStatus/decodeBasculeDepositStatus.ts +170 -0
- package/src/contract-functions/getBasculeDepositStatus/getBasculeDepositStatus.stories.tsx +2 -2
- package/src/contract-functions/getBasculeDepositStatus/getBasculeDepositStatus.ts +83 -39
- package/src/contract-functions/getBasculeDepositStatus/index.ts +1 -0
- package/src/contract-functions/getLBTCMintingFee/getLBTCMintingFee.ts +0 -1
- package/src/contract-functions/signNetworkFee/signNetworkFee.ts +3 -3
- package/src/contract-functions/signStakeAndBake/utils.ts +1 -1
- package/src/contract-functions/unstakeLBTC/unstakeLBTC.ts +2 -2
- package/src/tokens/abi/KATANA_BASCULE_ABI.ts +653 -0
- package/src/tokens/token-addresses.ts +46 -20
- package/src/utils/transaction-executor.ts +8 -0
package/dist/common/chains.d.ts
CHANGED
|
@@ -180,6 +180,74 @@ export declare const bobSepolia: {
|
|
|
180
180
|
formatters?: undefined;
|
|
181
181
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
182
182
|
};
|
|
183
|
+
export declare const monad: {
|
|
184
|
+
blockExplorers: {
|
|
185
|
+
readonly default: {
|
|
186
|
+
readonly name: "Monad Explorer";
|
|
187
|
+
readonly url: "https://monadvision.com";
|
|
188
|
+
};
|
|
189
|
+
};
|
|
190
|
+
blockTime?: number | undefined | undefined;
|
|
191
|
+
contracts: {
|
|
192
|
+
readonly multicall3: {
|
|
193
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
194
|
+
readonly blockCreated: 9248132;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
ensTlds?: readonly string[] | undefined;
|
|
198
|
+
id: 143;
|
|
199
|
+
name: "Monad";
|
|
200
|
+
nativeCurrency: {
|
|
201
|
+
readonly decimals: 18;
|
|
202
|
+
readonly name: "Monad";
|
|
203
|
+
readonly symbol: "MONAD";
|
|
204
|
+
};
|
|
205
|
+
rpcUrls: {
|
|
206
|
+
readonly default: {
|
|
207
|
+
readonly http: readonly ["https://monad-mainnet.drpc.org"];
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
sourceId?: number | undefined | undefined;
|
|
211
|
+
testnet?: boolean | undefined | undefined;
|
|
212
|
+
custom?: Record<string, unknown> | undefined;
|
|
213
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
214
|
+
formatters?: undefined;
|
|
215
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
216
|
+
};
|
|
217
|
+
export declare const megaeth: {
|
|
218
|
+
blockExplorers: {
|
|
219
|
+
readonly default: {
|
|
220
|
+
readonly name: "MegaETH Explorer";
|
|
221
|
+
readonly url: "http://megaeth-testnet-v3.blockscout.com";
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
blockTime?: number | undefined | undefined;
|
|
225
|
+
contracts: {
|
|
226
|
+
readonly multicall3: {
|
|
227
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
228
|
+
readonly blockCreated: 1;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
231
|
+
ensTlds?: readonly string[] | undefined;
|
|
232
|
+
id: 4326;
|
|
233
|
+
name: "MegaETH";
|
|
234
|
+
nativeCurrency: {
|
|
235
|
+
readonly decimals: 18;
|
|
236
|
+
readonly name: "Ether";
|
|
237
|
+
readonly symbol: "ETH";
|
|
238
|
+
};
|
|
239
|
+
rpcUrls: {
|
|
240
|
+
readonly default: {
|
|
241
|
+
readonly http: readonly ["https://alpha.megaeth.com/rpc?user=lombard+v1&token=1763427229-%2Bx6HFUDu9OhJwV%2FTCFOL0xTt%2FPJRAXPeirIcuytvnes%3D"];
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
sourceId?: number | undefined | undefined;
|
|
245
|
+
testnet?: boolean | undefined | undefined;
|
|
246
|
+
custom?: Record<string, unknown> | undefined;
|
|
247
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
248
|
+
formatters?: undefined;
|
|
249
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
250
|
+
};
|
|
183
251
|
export declare const allChains: Record<string, viem_chains.Chain>;
|
|
184
252
|
export declare const SUI_DEVNET_CHAIN: "sui:devnet";
|
|
185
253
|
export declare const SUI_TESTNET_CHAIN: "sui:testnet";
|
|
@@ -205,11 +273,13 @@ export declare const ChainId: {
|
|
|
205
273
|
readonly corn: 21000000;
|
|
206
274
|
readonly etherlink: 42793;
|
|
207
275
|
readonly katana: 747474;
|
|
276
|
+
readonly monad: 143;
|
|
208
277
|
readonly morph: 2818;
|
|
209
278
|
readonly sonic: 146;
|
|
210
279
|
readonly swell: 1923;
|
|
211
280
|
readonly tac: 239;
|
|
212
281
|
readonly bob: 60808;
|
|
282
|
+
readonly megaeth: 4326;
|
|
213
283
|
readonly avalancheFuji: 43113;
|
|
214
284
|
readonly baseSepoliaTestnet: 84532;
|
|
215
285
|
readonly berachainBartioTestnet: 80084;
|
|
@@ -222,119 +292,42 @@ export declare const ChainId: {
|
|
|
222
292
|
};
|
|
223
293
|
export type ChainId = (typeof ChainId)[keyof typeof ChainId];
|
|
224
294
|
export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
|
|
225
|
-
|
|
226
|
-
blockExplorers: {
|
|
227
|
-
readonly default: {
|
|
228
|
-
readonly name: "Etherscan";
|
|
229
|
-
readonly url: "https://etherscan.io";
|
|
230
|
-
readonly apiUrl: "https://api.etherscan.io/api";
|
|
231
|
-
};
|
|
232
|
-
};
|
|
233
|
-
blockTime?: number | undefined | undefined;
|
|
234
|
-
contracts: {
|
|
235
|
-
readonly ensRegistry: {
|
|
236
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
237
|
-
};
|
|
238
|
-
readonly ensUniversalResolver: {
|
|
239
|
-
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
240
|
-
readonly blockCreated: 19258213;
|
|
241
|
-
};
|
|
242
|
-
readonly multicall3: {
|
|
243
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
244
|
-
readonly blockCreated: 14353601;
|
|
245
|
-
};
|
|
246
|
-
};
|
|
247
|
-
ensTlds?: readonly string[] | undefined;
|
|
248
|
-
id: 1;
|
|
249
|
-
name: "Ethereum";
|
|
250
|
-
nativeCurrency: {
|
|
251
|
-
readonly name: "Ether";
|
|
252
|
-
readonly symbol: "ETH";
|
|
253
|
-
readonly decimals: 18;
|
|
254
|
-
};
|
|
255
|
-
rpcUrls: {
|
|
256
|
-
readonly default: {
|
|
257
|
-
readonly http: readonly ["https://eth.merkle.io"];
|
|
258
|
-
};
|
|
259
|
-
};
|
|
260
|
-
sourceId?: number | undefined | undefined;
|
|
261
|
-
testnet?: boolean | undefined | undefined;
|
|
262
|
-
custom?: Record<string, unknown> | undefined;
|
|
263
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
264
|
-
formatters?: undefined;
|
|
265
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
266
|
-
};
|
|
267
|
-
43114: {
|
|
268
|
-
blockExplorers: {
|
|
269
|
-
readonly default: {
|
|
270
|
-
readonly name: "SnowTrace";
|
|
271
|
-
readonly url: "https://snowtrace.io";
|
|
272
|
-
readonly apiUrl: "https://api.snowtrace.io";
|
|
273
|
-
};
|
|
274
|
-
};
|
|
275
|
-
blockTime?: number | undefined | undefined;
|
|
276
|
-
contracts: {
|
|
277
|
-
readonly multicall3: {
|
|
278
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
279
|
-
readonly blockCreated: 11907934;
|
|
280
|
-
};
|
|
281
|
-
};
|
|
282
|
-
ensTlds?: readonly string[] | undefined;
|
|
283
|
-
id: 43114;
|
|
284
|
-
name: "Avalanche";
|
|
285
|
-
nativeCurrency: {
|
|
286
|
-
readonly decimals: 18;
|
|
287
|
-
readonly name: "Avalanche";
|
|
288
|
-
readonly symbol: "AVAX";
|
|
289
|
-
};
|
|
290
|
-
rpcUrls: {
|
|
291
|
-
readonly default: {
|
|
292
|
-
readonly http: readonly ["https://api.avax.network/ext/bc/C/rpc"];
|
|
293
|
-
};
|
|
294
|
-
};
|
|
295
|
-
sourceId?: number | undefined | undefined;
|
|
296
|
-
testnet?: boolean | undefined | undefined;
|
|
297
|
-
custom?: Record<string, unknown> | undefined;
|
|
298
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
299
|
-
formatters?: undefined;
|
|
300
|
-
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
301
|
-
};
|
|
302
|
-
8453: {
|
|
295
|
+
84532: {
|
|
303
296
|
blockExplorers: {
|
|
304
297
|
readonly default: {
|
|
305
298
|
readonly name: "Basescan";
|
|
306
|
-
readonly url: "https://basescan.org";
|
|
307
|
-
readonly apiUrl: "https://api.basescan.org/api";
|
|
299
|
+
readonly url: "https://sepolia.basescan.org";
|
|
300
|
+
readonly apiUrl: "https://api-sepolia.basescan.org/api";
|
|
308
301
|
};
|
|
309
302
|
};
|
|
310
303
|
blockTime: 2000;
|
|
311
304
|
contracts: {
|
|
312
305
|
readonly disputeGameFactory: {
|
|
313
|
-
readonly
|
|
314
|
-
readonly address: "
|
|
306
|
+
readonly 11155111: {
|
|
307
|
+
readonly address: "0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1";
|
|
315
308
|
};
|
|
316
309
|
};
|
|
317
310
|
readonly l2OutputOracle: {
|
|
318
|
-
readonly
|
|
319
|
-
readonly address: "
|
|
311
|
+
readonly 11155111: {
|
|
312
|
+
readonly address: "0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254";
|
|
320
313
|
};
|
|
321
314
|
};
|
|
322
|
-
readonly multicall3: {
|
|
323
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
324
|
-
readonly blockCreated: 5022;
|
|
325
|
-
};
|
|
326
315
|
readonly portal: {
|
|
327
|
-
readonly
|
|
328
|
-
readonly address: "
|
|
329
|
-
readonly blockCreated:
|
|
316
|
+
readonly 11155111: {
|
|
317
|
+
readonly address: "0x49f53e41452c74589e85ca1677426ba426459e85";
|
|
318
|
+
readonly blockCreated: 4446677;
|
|
330
319
|
};
|
|
331
320
|
};
|
|
332
321
|
readonly l1StandardBridge: {
|
|
333
|
-
readonly
|
|
334
|
-
readonly address: "
|
|
335
|
-
readonly blockCreated:
|
|
322
|
+
readonly 11155111: {
|
|
323
|
+
readonly address: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120";
|
|
324
|
+
readonly blockCreated: 4446677;
|
|
336
325
|
};
|
|
337
326
|
};
|
|
327
|
+
readonly multicall3: {
|
|
328
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
329
|
+
readonly blockCreated: 1059647;
|
|
330
|
+
};
|
|
338
331
|
readonly gasPriceOracle: {
|
|
339
332
|
readonly address: "0x420000000000000000000000000000000000000F";
|
|
340
333
|
};
|
|
@@ -355,20 +348,20 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
|
|
|
355
348
|
};
|
|
356
349
|
};
|
|
357
350
|
ensTlds?: readonly string[] | undefined;
|
|
358
|
-
id:
|
|
359
|
-
name: "Base";
|
|
351
|
+
id: 84532;
|
|
352
|
+
name: "Base Sepolia";
|
|
360
353
|
nativeCurrency: {
|
|
361
|
-
readonly name: "Ether";
|
|
354
|
+
readonly name: "Sepolia Ether";
|
|
362
355
|
readonly symbol: "ETH";
|
|
363
356
|
readonly decimals: 18;
|
|
364
357
|
};
|
|
365
358
|
rpcUrls: {
|
|
366
359
|
readonly default: {
|
|
367
|
-
readonly http: readonly ["https://
|
|
360
|
+
readonly http: readonly ["https://sepolia.base.org"];
|
|
368
361
|
};
|
|
369
362
|
};
|
|
370
|
-
sourceId:
|
|
371
|
-
testnet
|
|
363
|
+
sourceId: 11155111;
|
|
364
|
+
testnet: true;
|
|
372
365
|
custom?: Record<string, unknown> | undefined;
|
|
373
366
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
374
367
|
formatters: {
|
|
@@ -605,32 +598,33 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
|
|
|
605
598
|
serializers: {
|
|
606
599
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
607
600
|
};
|
|
601
|
+
readonly network: "base-sepolia";
|
|
608
602
|
};
|
|
609
|
-
|
|
603
|
+
80084: {
|
|
610
604
|
blockExplorers: {
|
|
611
605
|
readonly default: {
|
|
612
|
-
readonly name: "
|
|
613
|
-
readonly url: "https://
|
|
606
|
+
readonly name: "Berachain bArtio Beratrail";
|
|
607
|
+
readonly url: "https://bartio.beratrail.io";
|
|
614
608
|
};
|
|
615
609
|
};
|
|
616
610
|
blockTime?: number | undefined | undefined;
|
|
617
611
|
contracts: {
|
|
618
612
|
readonly multicall3: {
|
|
619
613
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
620
|
-
readonly blockCreated:
|
|
614
|
+
readonly blockCreated: 109269;
|
|
621
615
|
};
|
|
622
616
|
readonly ensRegistry: {
|
|
623
|
-
readonly address: "
|
|
624
|
-
readonly blockCreated:
|
|
617
|
+
readonly address: "0xB0eef18971290b333450586D33dcA6cE122651D2";
|
|
618
|
+
readonly blockCreated: 7736794;
|
|
625
619
|
};
|
|
626
620
|
readonly ensUniversalResolver: {
|
|
627
|
-
readonly address: "
|
|
628
|
-
readonly blockCreated:
|
|
621
|
+
readonly address: "0x41692Ef1EA0C79E6b73077E4A67572D2BDbD7057";
|
|
622
|
+
readonly blockCreated: 7736795;
|
|
629
623
|
};
|
|
630
624
|
};
|
|
631
625
|
ensTlds: readonly [".bera"];
|
|
632
|
-
id:
|
|
633
|
-
name: "Berachain";
|
|
626
|
+
id: 80084;
|
|
627
|
+
name: "Berachain bArtio";
|
|
634
628
|
nativeCurrency: {
|
|
635
629
|
readonly decimals: 18;
|
|
636
630
|
readonly name: "BERA Token";
|
|
@@ -638,155 +632,278 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
|
|
|
638
632
|
};
|
|
639
633
|
rpcUrls: {
|
|
640
634
|
readonly default: {
|
|
641
|
-
readonly http: readonly ["https://rpc.berachain.com"];
|
|
635
|
+
readonly http: readonly ["https://bartio.rpc.berachain.com"];
|
|
642
636
|
};
|
|
643
637
|
};
|
|
644
638
|
sourceId?: number | undefined | undefined;
|
|
645
|
-
testnet:
|
|
639
|
+
testnet: true;
|
|
646
640
|
custom?: Record<string, unknown> | undefined;
|
|
647
641
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
648
642
|
formatters?: undefined;
|
|
649
643
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
650
644
|
};
|
|
651
|
-
|
|
645
|
+
97: {
|
|
652
646
|
blockExplorers: {
|
|
653
647
|
readonly default: {
|
|
654
648
|
readonly name: "BscScan";
|
|
655
|
-
readonly url: "https://bscscan.com";
|
|
656
|
-
readonly apiUrl: "https://api.bscscan.com/api";
|
|
649
|
+
readonly url: "https://testnet.bscscan.com";
|
|
650
|
+
readonly apiUrl: "https://api-testnet.bscscan.com/api";
|
|
657
651
|
};
|
|
658
652
|
};
|
|
659
653
|
blockTime?: number | undefined | undefined;
|
|
660
654
|
contracts: {
|
|
661
655
|
readonly multicall3: {
|
|
662
656
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
663
|
-
readonly blockCreated:
|
|
657
|
+
readonly blockCreated: 17422483;
|
|
664
658
|
};
|
|
665
659
|
};
|
|
666
660
|
ensTlds?: readonly string[] | undefined;
|
|
667
|
-
id:
|
|
668
|
-
name: "BNB Smart Chain";
|
|
661
|
+
id: 97;
|
|
662
|
+
name: "BNB Smart Chain Testnet";
|
|
669
663
|
nativeCurrency: {
|
|
670
664
|
readonly decimals: 18;
|
|
671
665
|
readonly name: "BNB";
|
|
672
|
-
readonly symbol: "
|
|
666
|
+
readonly symbol: "tBNB";
|
|
673
667
|
};
|
|
674
668
|
rpcUrls: {
|
|
675
669
|
readonly default: {
|
|
676
|
-
readonly http: readonly ["https://
|
|
670
|
+
readonly http: readonly ["https://data-seed-prebsc-1-s1.bnbchain.org:8545"];
|
|
677
671
|
};
|
|
678
672
|
};
|
|
679
673
|
sourceId?: number | undefined | undefined;
|
|
680
|
-
testnet
|
|
674
|
+
testnet: true;
|
|
681
675
|
custom?: Record<string, unknown> | undefined;
|
|
682
676
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
683
677
|
formatters?: undefined;
|
|
684
678
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
685
679
|
};
|
|
686
|
-
|
|
680
|
+
17000: {
|
|
687
681
|
blockExplorers: {
|
|
688
682
|
readonly default: {
|
|
689
|
-
readonly name: "
|
|
690
|
-
readonly url: "https://
|
|
691
|
-
readonly apiUrl: "https://api.
|
|
683
|
+
readonly name: "Etherscan";
|
|
684
|
+
readonly url: "https://holesky.etherscan.io";
|
|
685
|
+
readonly apiUrl: "https://api-holesky.etherscan.io/api";
|
|
692
686
|
};
|
|
693
687
|
};
|
|
694
688
|
blockTime?: number | undefined | undefined;
|
|
695
689
|
contracts: {
|
|
696
690
|
readonly multicall3: {
|
|
697
|
-
readonly address: "
|
|
698
|
-
readonly blockCreated:
|
|
691
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
692
|
+
readonly blockCreated: 77;
|
|
693
|
+
};
|
|
694
|
+
readonly ensRegistry: {
|
|
695
|
+
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
696
|
+
readonly blockCreated: 801613;
|
|
697
|
+
};
|
|
698
|
+
readonly ensUniversalResolver: {
|
|
699
|
+
readonly address: "0xa6AC935D4971E3CD133b950aE053bECD16fE7f3b";
|
|
700
|
+
readonly blockCreated: 973484;
|
|
699
701
|
};
|
|
700
702
|
};
|
|
701
703
|
ensTlds?: readonly string[] | undefined;
|
|
702
|
-
id:
|
|
703
|
-
name: "
|
|
704
|
+
id: 17000;
|
|
705
|
+
name: "Holesky";
|
|
704
706
|
nativeCurrency: {
|
|
707
|
+
readonly name: "Holesky Ether";
|
|
708
|
+
readonly symbol: "ETH";
|
|
705
709
|
readonly decimals: 18;
|
|
706
|
-
readonly name: "Bitcorn";
|
|
707
|
-
readonly symbol: "BTCN";
|
|
708
710
|
};
|
|
709
711
|
rpcUrls: {
|
|
710
712
|
readonly default: {
|
|
711
|
-
readonly http: readonly ["https://
|
|
713
|
+
readonly http: readonly ["https://ethereum-holesky-rpc.publicnode.com"];
|
|
712
714
|
};
|
|
713
715
|
};
|
|
714
|
-
sourceId
|
|
715
|
-
testnet
|
|
716
|
+
sourceId?: number | undefined | undefined;
|
|
717
|
+
testnet: true;
|
|
716
718
|
custom?: Record<string, unknown> | undefined;
|
|
717
719
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
718
720
|
formatters?: undefined;
|
|
719
721
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
720
722
|
};
|
|
721
|
-
|
|
723
|
+
129399: {
|
|
722
724
|
blockExplorers: {
|
|
723
725
|
readonly default: {
|
|
724
|
-
readonly name: "
|
|
725
|
-
readonly url: "https://explorer.
|
|
726
|
+
readonly name: "Tatara Explorer";
|
|
727
|
+
readonly url: "https://explorer.tatara.katana.network";
|
|
726
728
|
};
|
|
727
729
|
};
|
|
728
730
|
blockTime?: number | undefined | undefined;
|
|
729
731
|
contracts: {
|
|
730
732
|
readonly multicall3: {
|
|
731
733
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
732
|
-
readonly blockCreated:
|
|
734
|
+
readonly blockCreated: 7771207;
|
|
733
735
|
};
|
|
734
736
|
};
|
|
735
737
|
ensTlds?: readonly string[] | undefined;
|
|
736
|
-
id:
|
|
737
|
-
name: "
|
|
738
|
+
id: 129399;
|
|
739
|
+
name: "Tatara";
|
|
738
740
|
nativeCurrency: {
|
|
739
741
|
readonly decimals: 18;
|
|
740
|
-
readonly name: "
|
|
741
|
-
readonly symbol: "
|
|
742
|
+
readonly name: "Ether";
|
|
743
|
+
readonly symbol: "ETH";
|
|
742
744
|
};
|
|
743
745
|
rpcUrls: {
|
|
744
746
|
readonly default: {
|
|
745
|
-
readonly http: readonly ["https://
|
|
747
|
+
readonly http: readonly ["https://rpc.tatara.katanarpc.com"];
|
|
746
748
|
};
|
|
747
749
|
};
|
|
748
750
|
sourceId?: number | undefined | undefined;
|
|
749
|
-
testnet
|
|
751
|
+
testnet: true;
|
|
750
752
|
custom?: Record<string, unknown> | undefined;
|
|
751
753
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
752
754
|
formatters?: undefined;
|
|
753
755
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
754
756
|
};
|
|
755
|
-
|
|
757
|
+
2810: {
|
|
756
758
|
blockExplorers: {
|
|
757
759
|
readonly default: {
|
|
758
|
-
readonly name: "
|
|
759
|
-
readonly url: "https://explorer.
|
|
760
|
+
readonly name: "Morph Holesky Explorer";
|
|
761
|
+
readonly url: "https://explorer-holesky.morphl2.io";
|
|
762
|
+
readonly apiUrl: "https://explorer-api-holesky.morphl2.io/api?";
|
|
763
|
+
};
|
|
764
|
+
};
|
|
765
|
+
blockTime?: number | undefined | undefined;
|
|
766
|
+
contracts?: {
|
|
767
|
+
[x: string]: import("viem").ChainContract | {
|
|
768
|
+
[sourceId: number]: import("viem").ChainContract | undefined;
|
|
769
|
+
} | undefined;
|
|
770
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
771
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
772
|
+
multicall3?: import("viem").ChainContract | undefined;
|
|
773
|
+
universalSignatureVerifier?: import("viem").ChainContract | undefined;
|
|
774
|
+
} | undefined;
|
|
775
|
+
ensTlds?: readonly string[] | undefined;
|
|
776
|
+
id: 2810;
|
|
777
|
+
name: "Morph Holesky";
|
|
778
|
+
nativeCurrency: {
|
|
779
|
+
readonly name: "Ether";
|
|
780
|
+
readonly symbol: "ETH";
|
|
781
|
+
readonly decimals: 18;
|
|
782
|
+
};
|
|
783
|
+
rpcUrls: {
|
|
784
|
+
readonly default: {
|
|
785
|
+
readonly http: readonly ["https://rpc-quicknode-holesky.morphl2.io"];
|
|
786
|
+
readonly webSocket: readonly ["wss://rpc-quicknode-holesky.morphl2.io"];
|
|
787
|
+
};
|
|
788
|
+
};
|
|
789
|
+
sourceId?: number | undefined | undefined;
|
|
790
|
+
testnet: true;
|
|
791
|
+
custom?: Record<string, unknown> | undefined;
|
|
792
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
793
|
+
formatters?: undefined;
|
|
794
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
795
|
+
};
|
|
796
|
+
11155111: {
|
|
797
|
+
blockExplorers: {
|
|
798
|
+
readonly default: {
|
|
799
|
+
readonly name: "Etherscan";
|
|
800
|
+
readonly url: "https://sepolia.etherscan.io";
|
|
801
|
+
readonly apiUrl: "https://api-sepolia.etherscan.io/api";
|
|
802
|
+
};
|
|
803
|
+
};
|
|
804
|
+
blockTime?: number | undefined | undefined;
|
|
805
|
+
contracts: {
|
|
806
|
+
readonly multicall3: {
|
|
807
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
808
|
+
readonly blockCreated: 751532;
|
|
809
|
+
};
|
|
810
|
+
readonly ensRegistry: {
|
|
811
|
+
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
812
|
+
};
|
|
813
|
+
readonly ensUniversalResolver: {
|
|
814
|
+
readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
|
|
815
|
+
readonly blockCreated: 5317080;
|
|
816
|
+
};
|
|
817
|
+
};
|
|
818
|
+
ensTlds?: readonly string[] | undefined;
|
|
819
|
+
id: 11155111;
|
|
820
|
+
name: "Sepolia";
|
|
821
|
+
nativeCurrency: {
|
|
822
|
+
readonly name: "Sepolia Ether";
|
|
823
|
+
readonly symbol: "ETH";
|
|
824
|
+
readonly decimals: 18;
|
|
825
|
+
};
|
|
826
|
+
rpcUrls: {
|
|
827
|
+
readonly default: {
|
|
828
|
+
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
829
|
+
};
|
|
830
|
+
};
|
|
831
|
+
sourceId?: number | undefined | undefined;
|
|
832
|
+
testnet: true;
|
|
833
|
+
custom?: Record<string, unknown> | undefined;
|
|
834
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
835
|
+
formatters?: undefined;
|
|
836
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
837
|
+
};
|
|
838
|
+
57054: {
|
|
839
|
+
blockExplorers: {
|
|
840
|
+
readonly default: {
|
|
841
|
+
readonly name: "Sonic Blaze Testnet Explorer";
|
|
842
|
+
readonly url: "https://testnet.sonicscan.org";
|
|
760
843
|
};
|
|
761
844
|
};
|
|
762
845
|
blockTime?: number | undefined | undefined;
|
|
763
846
|
contracts: {
|
|
764
847
|
readonly multicall3: {
|
|
765
848
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
766
|
-
readonly blockCreated:
|
|
849
|
+
readonly blockCreated: 1100;
|
|
767
850
|
};
|
|
768
851
|
};
|
|
769
852
|
ensTlds?: readonly string[] | undefined;
|
|
770
|
-
id:
|
|
771
|
-
name: "
|
|
853
|
+
id: 57054;
|
|
854
|
+
name: "Sonic Blaze Testnet";
|
|
772
855
|
nativeCurrency: {
|
|
773
856
|
readonly decimals: 18;
|
|
774
|
-
readonly name: "
|
|
775
|
-
readonly symbol: "
|
|
857
|
+
readonly name: "Sonic";
|
|
858
|
+
readonly symbol: "S";
|
|
776
859
|
};
|
|
777
860
|
rpcUrls: {
|
|
778
861
|
readonly default: {
|
|
779
|
-
readonly http: readonly ["https://rpc.
|
|
780
|
-
readonly webSocket: readonly ["wss://rpc.katana.network"];
|
|
862
|
+
readonly http: readonly ["https://rpc.blaze.soniclabs.com"];
|
|
781
863
|
};
|
|
782
864
|
};
|
|
783
865
|
sourceId?: number | undefined | undefined;
|
|
784
|
-
testnet
|
|
866
|
+
testnet: true;
|
|
785
867
|
custom?: Record<string, unknown> | undefined;
|
|
786
868
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
787
869
|
formatters?: undefined;
|
|
788
870
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
789
871
|
};
|
|
872
|
+
43113?: {
|
|
873
|
+
blockExplorers: {
|
|
874
|
+
readonly default: {
|
|
875
|
+
readonly name: "SnowTrace";
|
|
876
|
+
readonly url: "https://testnet.snowtrace.io";
|
|
877
|
+
readonly apiUrl: "https://api-testnet.snowtrace.io";
|
|
878
|
+
};
|
|
879
|
+
};
|
|
880
|
+
blockTime?: number | undefined | undefined;
|
|
881
|
+
contracts: {
|
|
882
|
+
readonly multicall3: {
|
|
883
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
884
|
+
readonly blockCreated: 7096959;
|
|
885
|
+
};
|
|
886
|
+
};
|
|
887
|
+
ensTlds?: readonly string[] | undefined;
|
|
888
|
+
id: 43113;
|
|
889
|
+
name: "Avalanche Fuji";
|
|
890
|
+
nativeCurrency: {
|
|
891
|
+
readonly decimals: 18;
|
|
892
|
+
readonly name: "Avalanche Fuji";
|
|
893
|
+
readonly symbol: "AVAX";
|
|
894
|
+
};
|
|
895
|
+
rpcUrls: {
|
|
896
|
+
readonly default: {
|
|
897
|
+
readonly http: readonly ["https://api.avax-test.network/ext/bc/C/rpc"];
|
|
898
|
+
};
|
|
899
|
+
};
|
|
900
|
+
sourceId?: number | undefined | undefined;
|
|
901
|
+
testnet: true;
|
|
902
|
+
custom?: Record<string, unknown> | undefined;
|
|
903
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
904
|
+
formatters?: undefined;
|
|
905
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
906
|
+
} | undefined;
|
|
790
907
|
2818: {
|
|
791
908
|
blockExplorers: {
|
|
792
909
|
readonly default: {
|
|
@@ -1205,7 +1322,41 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
|
|
|
1205
1322
|
};
|
|
1206
1323
|
rpcUrls: {
|
|
1207
1324
|
readonly default: {
|
|
1208
|
-
readonly http: readonly ["https://rpc.gobob.xyz"];
|
|
1325
|
+
readonly http: readonly ["https://rpc.gobob.xyz"];
|
|
1326
|
+
};
|
|
1327
|
+
};
|
|
1328
|
+
sourceId?: number | undefined | undefined;
|
|
1329
|
+
testnet?: boolean | undefined | undefined;
|
|
1330
|
+
custom?: Record<string, unknown> | undefined;
|
|
1331
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1332
|
+
formatters?: undefined;
|
|
1333
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1334
|
+
};
|
|
1335
|
+
4326: {
|
|
1336
|
+
blockExplorers: {
|
|
1337
|
+
readonly default: {
|
|
1338
|
+
readonly name: "MegaETH Explorer";
|
|
1339
|
+
readonly url: "http://megaeth-testnet-v3.blockscout.com";
|
|
1340
|
+
};
|
|
1341
|
+
};
|
|
1342
|
+
blockTime?: number | undefined | undefined;
|
|
1343
|
+
contracts: {
|
|
1344
|
+
readonly multicall3: {
|
|
1345
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
1346
|
+
readonly blockCreated: 1;
|
|
1347
|
+
};
|
|
1348
|
+
};
|
|
1349
|
+
ensTlds?: readonly string[] | undefined;
|
|
1350
|
+
id: 4326;
|
|
1351
|
+
name: "MegaETH";
|
|
1352
|
+
nativeCurrency: {
|
|
1353
|
+
readonly decimals: 18;
|
|
1354
|
+
readonly name: "Ether";
|
|
1355
|
+
readonly symbol: "ETH";
|
|
1356
|
+
};
|
|
1357
|
+
rpcUrls: {
|
|
1358
|
+
readonly default: {
|
|
1359
|
+
readonly http: readonly ["https://alpha.megaeth.com/rpc?user=lombard+v1&token=1763427229-%2Bx6HFUDu9OhJwV%2FTCFOL0xTt%2FPJRAXPeirIcuytvnes%3D"];
|
|
1209
1360
|
};
|
|
1210
1361
|
};
|
|
1211
1362
|
sourceId?: number | undefined | undefined;
|
|
@@ -1215,77 +1366,76 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
|
|
|
1215
1366
|
formatters?: undefined;
|
|
1216
1367
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1217
1368
|
};
|
|
1218
|
-
|
|
1369
|
+
143?: {
|
|
1219
1370
|
blockExplorers: {
|
|
1220
1371
|
readonly default: {
|
|
1221
|
-
readonly name: "
|
|
1222
|
-
readonly url: "https://
|
|
1223
|
-
readonly apiUrl: "https://api-testnet.snowtrace.io";
|
|
1372
|
+
readonly name: "Monad Explorer";
|
|
1373
|
+
readonly url: "https://monadvision.com";
|
|
1224
1374
|
};
|
|
1225
1375
|
};
|
|
1226
1376
|
blockTime?: number | undefined | undefined;
|
|
1227
1377
|
contracts: {
|
|
1228
1378
|
readonly multicall3: {
|
|
1229
|
-
readonly address: "
|
|
1230
|
-
readonly blockCreated:
|
|
1379
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
1380
|
+
readonly blockCreated: 9248132;
|
|
1231
1381
|
};
|
|
1232
1382
|
};
|
|
1233
1383
|
ensTlds?: readonly string[] | undefined;
|
|
1234
|
-
id:
|
|
1235
|
-
name: "
|
|
1384
|
+
id: 143;
|
|
1385
|
+
name: "Monad";
|
|
1236
1386
|
nativeCurrency: {
|
|
1237
1387
|
readonly decimals: 18;
|
|
1238
|
-
readonly name: "
|
|
1239
|
-
readonly symbol: "
|
|
1388
|
+
readonly name: "Monad";
|
|
1389
|
+
readonly symbol: "MONAD";
|
|
1240
1390
|
};
|
|
1241
1391
|
rpcUrls: {
|
|
1242
1392
|
readonly default: {
|
|
1243
|
-
readonly http: readonly ["https://
|
|
1393
|
+
readonly http: readonly ["https://monad-mainnet.drpc.org"];
|
|
1244
1394
|
};
|
|
1245
1395
|
};
|
|
1246
1396
|
sourceId?: number | undefined | undefined;
|
|
1247
|
-
testnet
|
|
1397
|
+
testnet?: boolean | undefined | undefined;
|
|
1248
1398
|
custom?: Record<string, unknown> | undefined;
|
|
1249
1399
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1250
1400
|
formatters?: undefined;
|
|
1251
1401
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1252
|
-
};
|
|
1253
|
-
|
|
1402
|
+
} | undefined;
|
|
1403
|
+
8453: {
|
|
1254
1404
|
blockExplorers: {
|
|
1255
1405
|
readonly default: {
|
|
1256
1406
|
readonly name: "Basescan";
|
|
1257
|
-
readonly url: "https://
|
|
1258
|
-
readonly apiUrl: "https://api
|
|
1407
|
+
readonly url: "https://basescan.org";
|
|
1408
|
+
readonly apiUrl: "https://api.basescan.org/api";
|
|
1259
1409
|
};
|
|
1260
1410
|
};
|
|
1261
1411
|
blockTime: 2000;
|
|
1262
1412
|
contracts: {
|
|
1263
1413
|
readonly disputeGameFactory: {
|
|
1264
|
-
readonly
|
|
1265
|
-
readonly address: "
|
|
1414
|
+
readonly 1: {
|
|
1415
|
+
readonly address: "0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e";
|
|
1266
1416
|
};
|
|
1267
1417
|
};
|
|
1268
1418
|
readonly l2OutputOracle: {
|
|
1269
|
-
readonly
|
|
1270
|
-
readonly address: "
|
|
1419
|
+
readonly 1: {
|
|
1420
|
+
readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
|
|
1271
1421
|
};
|
|
1272
1422
|
};
|
|
1423
|
+
readonly multicall3: {
|
|
1424
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1425
|
+
readonly blockCreated: 5022;
|
|
1426
|
+
};
|
|
1273
1427
|
readonly portal: {
|
|
1274
|
-
readonly
|
|
1275
|
-
readonly address: "
|
|
1276
|
-
readonly blockCreated:
|
|
1428
|
+
readonly 1: {
|
|
1429
|
+
readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
|
|
1430
|
+
readonly blockCreated: 17482143;
|
|
1277
1431
|
};
|
|
1278
1432
|
};
|
|
1279
1433
|
readonly l1StandardBridge: {
|
|
1280
|
-
readonly
|
|
1281
|
-
readonly address: "
|
|
1282
|
-
readonly blockCreated:
|
|
1434
|
+
readonly 1: {
|
|
1435
|
+
readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
|
|
1436
|
+
readonly blockCreated: 17482143;
|
|
1283
1437
|
};
|
|
1284
1438
|
};
|
|
1285
|
-
readonly multicall3: {
|
|
1286
|
-
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1287
|
-
readonly blockCreated: 1059647;
|
|
1288
|
-
};
|
|
1289
1439
|
readonly gasPriceOracle: {
|
|
1290
1440
|
readonly address: "0x420000000000000000000000000000000000000F";
|
|
1291
1441
|
};
|
|
@@ -1306,20 +1456,20 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
|
|
|
1306
1456
|
};
|
|
1307
1457
|
};
|
|
1308
1458
|
ensTlds?: readonly string[] | undefined;
|
|
1309
|
-
id:
|
|
1310
|
-
name: "Base
|
|
1459
|
+
id: 8453;
|
|
1460
|
+
name: "Base";
|
|
1311
1461
|
nativeCurrency: {
|
|
1312
|
-
readonly name: "
|
|
1462
|
+
readonly name: "Ether";
|
|
1313
1463
|
readonly symbol: "ETH";
|
|
1314
1464
|
readonly decimals: 18;
|
|
1315
1465
|
};
|
|
1316
1466
|
rpcUrls: {
|
|
1317
1467
|
readonly default: {
|
|
1318
|
-
readonly http: readonly ["https://
|
|
1468
|
+
readonly http: readonly ["https://mainnet.base.org"];
|
|
1319
1469
|
};
|
|
1320
1470
|
};
|
|
1321
|
-
sourceId:
|
|
1322
|
-
testnet
|
|
1471
|
+
sourceId: 1;
|
|
1472
|
+
testnet?: boolean | undefined | undefined;
|
|
1323
1473
|
custom?: Record<string, unknown> | undefined;
|
|
1324
1474
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1325
1475
|
formatters: {
|
|
@@ -1556,33 +1706,32 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
|
|
|
1556
1706
|
serializers: {
|
|
1557
1707
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
1558
1708
|
};
|
|
1559
|
-
readonly network: "base-sepolia";
|
|
1560
1709
|
};
|
|
1561
|
-
|
|
1710
|
+
80094: {
|
|
1562
1711
|
blockExplorers: {
|
|
1563
1712
|
readonly default: {
|
|
1564
|
-
readonly name: "
|
|
1565
|
-
readonly url: "https://
|
|
1713
|
+
readonly name: "Berascan";
|
|
1714
|
+
readonly url: "https://berascan.com";
|
|
1566
1715
|
};
|
|
1567
1716
|
};
|
|
1568
1717
|
blockTime?: number | undefined | undefined;
|
|
1569
1718
|
contracts: {
|
|
1570
1719
|
readonly multicall3: {
|
|
1571
1720
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
1572
|
-
readonly blockCreated:
|
|
1721
|
+
readonly blockCreated: 0;
|
|
1573
1722
|
};
|
|
1574
1723
|
readonly ensRegistry: {
|
|
1575
|
-
readonly address: "
|
|
1576
|
-
readonly blockCreated:
|
|
1724
|
+
readonly address: "0x5b22280886a2f5e09a49bea7e320eab0e5320e28";
|
|
1725
|
+
readonly blockCreated: 877007;
|
|
1577
1726
|
};
|
|
1578
1727
|
readonly ensUniversalResolver: {
|
|
1579
|
-
readonly address: "
|
|
1580
|
-
readonly blockCreated:
|
|
1728
|
+
readonly address: "0xddfb18888a9466688235887dec2a10c4f5effee9";
|
|
1729
|
+
readonly blockCreated: 877008;
|
|
1581
1730
|
};
|
|
1582
1731
|
};
|
|
1583
1732
|
ensTlds: readonly [".bera"];
|
|
1584
|
-
id:
|
|
1585
|
-
name: "Berachain
|
|
1733
|
+
id: 80094;
|
|
1734
|
+
name: "Berachain";
|
|
1586
1735
|
nativeCurrency: {
|
|
1587
1736
|
readonly decimals: 18;
|
|
1588
1737
|
readonly name: "BERA Token";
|
|
@@ -1590,238 +1739,227 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
|
|
|
1590
1739
|
};
|
|
1591
1740
|
rpcUrls: {
|
|
1592
1741
|
readonly default: {
|
|
1593
|
-
readonly http: readonly ["https://
|
|
1742
|
+
readonly http: readonly ["https://rpc.berachain.com"];
|
|
1594
1743
|
};
|
|
1595
1744
|
};
|
|
1596
1745
|
sourceId?: number | undefined | undefined;
|
|
1597
|
-
testnet:
|
|
1746
|
+
testnet: false;
|
|
1598
1747
|
custom?: Record<string, unknown> | undefined;
|
|
1599
1748
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1600
1749
|
formatters?: undefined;
|
|
1601
1750
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1602
1751
|
};
|
|
1603
|
-
|
|
1752
|
+
56: {
|
|
1604
1753
|
blockExplorers: {
|
|
1605
1754
|
readonly default: {
|
|
1606
1755
|
readonly name: "BscScan";
|
|
1607
|
-
readonly url: "https://
|
|
1608
|
-
readonly apiUrl: "https://api
|
|
1756
|
+
readonly url: "https://bscscan.com";
|
|
1757
|
+
readonly apiUrl: "https://api.bscscan.com/api";
|
|
1609
1758
|
};
|
|
1610
1759
|
};
|
|
1611
1760
|
blockTime?: number | undefined | undefined;
|
|
1612
1761
|
contracts: {
|
|
1613
1762
|
readonly multicall3: {
|
|
1614
1763
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1615
|
-
readonly blockCreated:
|
|
1764
|
+
readonly blockCreated: 15921452;
|
|
1616
1765
|
};
|
|
1617
1766
|
};
|
|
1618
1767
|
ensTlds?: readonly string[] | undefined;
|
|
1619
|
-
id:
|
|
1620
|
-
name: "BNB Smart Chain
|
|
1768
|
+
id: 56;
|
|
1769
|
+
name: "BNB Smart Chain";
|
|
1621
1770
|
nativeCurrency: {
|
|
1622
1771
|
readonly decimals: 18;
|
|
1623
1772
|
readonly name: "BNB";
|
|
1624
|
-
readonly symbol: "
|
|
1773
|
+
readonly symbol: "BNB";
|
|
1625
1774
|
};
|
|
1626
1775
|
rpcUrls: {
|
|
1627
1776
|
readonly default: {
|
|
1628
|
-
readonly http: readonly ["https://
|
|
1777
|
+
readonly http: readonly ["https://56.rpc.thirdweb.com"];
|
|
1629
1778
|
};
|
|
1630
1779
|
};
|
|
1631
1780
|
sourceId?: number | undefined | undefined;
|
|
1632
|
-
testnet
|
|
1781
|
+
testnet?: boolean | undefined | undefined;
|
|
1633
1782
|
custom?: Record<string, unknown> | undefined;
|
|
1634
1783
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1635
1784
|
formatters?: undefined;
|
|
1636
1785
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1637
1786
|
};
|
|
1638
|
-
|
|
1787
|
+
21000000: {
|
|
1639
1788
|
blockExplorers: {
|
|
1640
1789
|
readonly default: {
|
|
1641
|
-
readonly name: "
|
|
1642
|
-
readonly url: "https://
|
|
1643
|
-
readonly apiUrl: "https://api
|
|
1790
|
+
readonly name: "Corn Explorer";
|
|
1791
|
+
readonly url: "https://cornscan.io";
|
|
1792
|
+
readonly apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/21000000/etherscan/api";
|
|
1644
1793
|
};
|
|
1645
1794
|
};
|
|
1646
1795
|
blockTime?: number | undefined | undefined;
|
|
1647
1796
|
contracts: {
|
|
1648
1797
|
readonly multicall3: {
|
|
1649
|
-
readonly address: "
|
|
1650
|
-
readonly blockCreated:
|
|
1651
|
-
};
|
|
1652
|
-
readonly ensRegistry: {
|
|
1653
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1654
|
-
readonly blockCreated: 801613;
|
|
1655
|
-
};
|
|
1656
|
-
readonly ensUniversalResolver: {
|
|
1657
|
-
readonly address: "0xa6AC935D4971E3CD133b950aE053bECD16fE7f3b";
|
|
1658
|
-
readonly blockCreated: 973484;
|
|
1798
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
1799
|
+
readonly blockCreated: 3228;
|
|
1659
1800
|
};
|
|
1660
1801
|
};
|
|
1661
1802
|
ensTlds?: readonly string[] | undefined;
|
|
1662
|
-
id:
|
|
1663
|
-
name: "
|
|
1803
|
+
id: 21000000;
|
|
1804
|
+
name: "Corn";
|
|
1664
1805
|
nativeCurrency: {
|
|
1665
|
-
readonly name: "Holesky Ether";
|
|
1666
|
-
readonly symbol: "ETH";
|
|
1667
1806
|
readonly decimals: 18;
|
|
1807
|
+
readonly name: "Bitcorn";
|
|
1808
|
+
readonly symbol: "BTCN";
|
|
1668
1809
|
};
|
|
1669
1810
|
rpcUrls: {
|
|
1670
1811
|
readonly default: {
|
|
1671
|
-
readonly http: readonly ["https://
|
|
1812
|
+
readonly http: readonly ["https://21000000.rpc.thirdweb.com"];
|
|
1672
1813
|
};
|
|
1673
1814
|
};
|
|
1674
|
-
sourceId
|
|
1675
|
-
testnet
|
|
1815
|
+
sourceId: 1;
|
|
1816
|
+
testnet?: boolean | undefined | undefined;
|
|
1676
1817
|
custom?: Record<string, unknown> | undefined;
|
|
1677
1818
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1678
1819
|
formatters?: undefined;
|
|
1679
1820
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1680
1821
|
};
|
|
1681
|
-
|
|
1822
|
+
42793: {
|
|
1682
1823
|
blockExplorers: {
|
|
1683
1824
|
readonly default: {
|
|
1684
|
-
readonly name: "
|
|
1685
|
-
readonly url: "https://explorer.
|
|
1825
|
+
readonly name: "Etherlink";
|
|
1826
|
+
readonly url: "https://explorer.etherlink.com";
|
|
1686
1827
|
};
|
|
1687
1828
|
};
|
|
1688
1829
|
blockTime?: number | undefined | undefined;
|
|
1689
1830
|
contracts: {
|
|
1690
1831
|
readonly multicall3: {
|
|
1691
1832
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
1692
|
-
readonly blockCreated:
|
|
1833
|
+
readonly blockCreated: 33899;
|
|
1693
1834
|
};
|
|
1694
1835
|
};
|
|
1695
1836
|
ensTlds?: readonly string[] | undefined;
|
|
1696
|
-
id:
|
|
1697
|
-
name: "
|
|
1837
|
+
id: 42793;
|
|
1838
|
+
name: "Etherlink";
|
|
1698
1839
|
nativeCurrency: {
|
|
1699
1840
|
readonly decimals: 18;
|
|
1700
|
-
readonly name: "
|
|
1701
|
-
readonly symbol: "
|
|
1841
|
+
readonly name: "Tez";
|
|
1842
|
+
readonly symbol: "XTZ";
|
|
1702
1843
|
};
|
|
1703
1844
|
rpcUrls: {
|
|
1704
1845
|
readonly default: {
|
|
1705
|
-
readonly http: readonly ["https://
|
|
1846
|
+
readonly http: readonly ["https://node.mainnet.etherlink.com"];
|
|
1706
1847
|
};
|
|
1707
1848
|
};
|
|
1708
1849
|
sourceId?: number | undefined | undefined;
|
|
1709
|
-
testnet
|
|
1850
|
+
testnet?: boolean | undefined | undefined;
|
|
1710
1851
|
custom?: Record<string, unknown> | undefined;
|
|
1711
1852
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1712
1853
|
formatters?: undefined;
|
|
1713
1854
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1714
1855
|
};
|
|
1715
|
-
|
|
1856
|
+
747474: {
|
|
1716
1857
|
blockExplorers: {
|
|
1717
1858
|
readonly default: {
|
|
1718
|
-
readonly name: "
|
|
1719
|
-
readonly url: "https://explorer
|
|
1720
|
-
readonly apiUrl: "https://explorer-api-holesky.morphl2.io/api?";
|
|
1859
|
+
readonly name: "Katana Explorer";
|
|
1860
|
+
readonly url: "https://explorer.katanarpc.com";
|
|
1721
1861
|
};
|
|
1722
1862
|
};
|
|
1723
1863
|
blockTime?: number | undefined | undefined;
|
|
1724
|
-
contracts
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
multicall3?: import("viem").ChainContract | undefined;
|
|
1731
|
-
universalSignatureVerifier?: import("viem").ChainContract | undefined;
|
|
1732
|
-
} | undefined;
|
|
1864
|
+
contracts: {
|
|
1865
|
+
readonly multicall3: {
|
|
1866
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
1867
|
+
readonly blockCreated: 1898013;
|
|
1868
|
+
};
|
|
1869
|
+
};
|
|
1733
1870
|
ensTlds?: readonly string[] | undefined;
|
|
1734
|
-
id:
|
|
1735
|
-
name: "
|
|
1871
|
+
id: 747474;
|
|
1872
|
+
name: "Katana";
|
|
1736
1873
|
nativeCurrency: {
|
|
1874
|
+
readonly decimals: 18;
|
|
1737
1875
|
readonly name: "Ether";
|
|
1738
1876
|
readonly symbol: "ETH";
|
|
1739
|
-
readonly decimals: 18;
|
|
1740
1877
|
};
|
|
1741
1878
|
rpcUrls: {
|
|
1742
1879
|
readonly default: {
|
|
1743
|
-
readonly http: readonly ["https://rpc
|
|
1744
|
-
readonly webSocket: readonly ["wss://rpc
|
|
1880
|
+
readonly http: readonly ["https://rpc.katana.network"];
|
|
1881
|
+
readonly webSocket: readonly ["wss://rpc.katana.network"];
|
|
1745
1882
|
};
|
|
1746
1883
|
};
|
|
1747
1884
|
sourceId?: number | undefined | undefined;
|
|
1748
|
-
testnet
|
|
1885
|
+
testnet?: boolean | undefined | undefined;
|
|
1749
1886
|
custom?: Record<string, unknown> | undefined;
|
|
1750
1887
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1751
1888
|
formatters?: undefined;
|
|
1752
1889
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1753
1890
|
};
|
|
1754
|
-
|
|
1891
|
+
43114?: {
|
|
1755
1892
|
blockExplorers: {
|
|
1756
1893
|
readonly default: {
|
|
1757
|
-
readonly name: "
|
|
1758
|
-
readonly url: "https://
|
|
1759
|
-
readonly apiUrl: "https://api
|
|
1894
|
+
readonly name: "SnowTrace";
|
|
1895
|
+
readonly url: "https://snowtrace.io";
|
|
1896
|
+
readonly apiUrl: "https://api.snowtrace.io";
|
|
1760
1897
|
};
|
|
1761
1898
|
};
|
|
1762
1899
|
blockTime?: number | undefined | undefined;
|
|
1763
1900
|
contracts: {
|
|
1764
1901
|
readonly multicall3: {
|
|
1765
1902
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1766
|
-
readonly blockCreated:
|
|
1767
|
-
};
|
|
1768
|
-
readonly ensRegistry: {
|
|
1769
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1770
|
-
};
|
|
1771
|
-
readonly ensUniversalResolver: {
|
|
1772
|
-
readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
|
|
1773
|
-
readonly blockCreated: 5317080;
|
|
1903
|
+
readonly blockCreated: 11907934;
|
|
1774
1904
|
};
|
|
1775
1905
|
};
|
|
1776
1906
|
ensTlds?: readonly string[] | undefined;
|
|
1777
|
-
id:
|
|
1778
|
-
name: "
|
|
1907
|
+
id: 43114;
|
|
1908
|
+
name: "Avalanche";
|
|
1779
1909
|
nativeCurrency: {
|
|
1780
|
-
readonly name: "Sepolia Ether";
|
|
1781
|
-
readonly symbol: "ETH";
|
|
1782
1910
|
readonly decimals: 18;
|
|
1911
|
+
readonly name: "Avalanche";
|
|
1912
|
+
readonly symbol: "AVAX";
|
|
1783
1913
|
};
|
|
1784
1914
|
rpcUrls: {
|
|
1785
1915
|
readonly default: {
|
|
1786
|
-
readonly http: readonly ["https://
|
|
1916
|
+
readonly http: readonly ["https://api.avax.network/ext/bc/C/rpc"];
|
|
1787
1917
|
};
|
|
1788
1918
|
};
|
|
1789
1919
|
sourceId?: number | undefined | undefined;
|
|
1790
|
-
testnet
|
|
1920
|
+
testnet?: boolean | undefined | undefined;
|
|
1791
1921
|
custom?: Record<string, unknown> | undefined;
|
|
1792
1922
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1793
1923
|
formatters?: undefined;
|
|
1794
1924
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1795
|
-
};
|
|
1796
|
-
|
|
1925
|
+
} | undefined;
|
|
1926
|
+
1: {
|
|
1797
1927
|
blockExplorers: {
|
|
1798
1928
|
readonly default: {
|
|
1799
|
-
readonly name: "
|
|
1800
|
-
readonly url: "https://
|
|
1929
|
+
readonly name: "Etherscan";
|
|
1930
|
+
readonly url: "https://etherscan.io";
|
|
1931
|
+
readonly apiUrl: "https://api.etherscan.io/api";
|
|
1801
1932
|
};
|
|
1802
1933
|
};
|
|
1803
1934
|
blockTime?: number | undefined | undefined;
|
|
1804
1935
|
contracts: {
|
|
1936
|
+
readonly ensRegistry: {
|
|
1937
|
+
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
1938
|
+
};
|
|
1939
|
+
readonly ensUniversalResolver: {
|
|
1940
|
+
readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
|
|
1941
|
+
readonly blockCreated: 19258213;
|
|
1942
|
+
};
|
|
1805
1943
|
readonly multicall3: {
|
|
1806
|
-
readonly address: "
|
|
1807
|
-
readonly blockCreated:
|
|
1944
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
1945
|
+
readonly blockCreated: 14353601;
|
|
1808
1946
|
};
|
|
1809
1947
|
};
|
|
1810
1948
|
ensTlds?: readonly string[] | undefined;
|
|
1811
|
-
id:
|
|
1812
|
-
name: "
|
|
1949
|
+
id: 1;
|
|
1950
|
+
name: "Ethereum";
|
|
1813
1951
|
nativeCurrency: {
|
|
1952
|
+
readonly name: "Ether";
|
|
1953
|
+
readonly symbol: "ETH";
|
|
1814
1954
|
readonly decimals: 18;
|
|
1815
|
-
readonly name: "Sonic";
|
|
1816
|
-
readonly symbol: "S";
|
|
1817
1955
|
};
|
|
1818
1956
|
rpcUrls: {
|
|
1819
1957
|
readonly default: {
|
|
1820
|
-
readonly http: readonly ["https://
|
|
1958
|
+
readonly http: readonly ["https://eth.merkle.io"];
|
|
1821
1959
|
};
|
|
1822
1960
|
};
|
|
1823
1961
|
sourceId?: number | undefined | undefined;
|
|
1824
|
-
testnet
|
|
1962
|
+
testnet?: boolean | undefined | undefined;
|
|
1825
1963
|
custom?: Record<string, unknown> | undefined;
|
|
1826
1964
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1827
1965
|
formatters?: undefined;
|
|
@@ -1830,9 +1968,13 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
|
|
|
1830
1968
|
};
|
|
1831
1969
|
type KatanaChain = typeof ChainId.katana | typeof ChainId.katanaTatara;
|
|
1832
1970
|
export declare const isKatanaChain: (chainId: unknown) => chainId is KatanaChain;
|
|
1971
|
+
type MonadChain = 143;
|
|
1972
|
+
export declare const isMonadChain: (chainId: unknown) => chainId is MonadChain;
|
|
1973
|
+
type EthereumChain = typeof ChainId.ethereum;
|
|
1974
|
+
export declare const isEthereumChain: (chainId: unknown) => chainId is EthereumChain;
|
|
1975
|
+
type MegaethChain = typeof ChainId.megaeth;
|
|
1976
|
+
export declare const isMegaethChain: (chainId: unknown) => chainId is MegaethChain;
|
|
1833
1977
|
export declare const CHAIN_ID_TO_LLAMA_CHAIN_NAME_MAP: {
|
|
1834
|
-
readonly 1: "ethereum";
|
|
1835
|
-
readonly 43114: "avalanche";
|
|
1836
1978
|
readonly 8453: "base";
|
|
1837
1979
|
readonly 80094: "berachain";
|
|
1838
1980
|
readonly 56: "bsc";
|
|
@@ -1841,6 +1983,10 @@ export declare const CHAIN_ID_TO_LLAMA_CHAIN_NAME_MAP: {
|
|
|
1841
1983
|
readonly 2818: "morph";
|
|
1842
1984
|
readonly 146: "sonic";
|
|
1843
1985
|
readonly 1923: "swellchain";
|
|
1986
|
+
readonly 4326: "megaeth";
|
|
1987
|
+
readonly 143: "monad";
|
|
1988
|
+
readonly 43114?: string | undefined;
|
|
1989
|
+
readonly 1: "ethereum";
|
|
1844
1990
|
};
|
|
1845
1991
|
type LlamaChain = (typeof CHAIN_ID_TO_LLAMA_CHAIN_NAME_MAP)[keyof typeof CHAIN_ID_TO_LLAMA_CHAIN_NAME_MAP];
|
|
1846
1992
|
export declare function isValidChain(chainId: unknown): chainId is ChainId;
|