sushi 6.2.3 → 6.2.4
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/_cjs/evm/api/quote.js.map +1 -1
- package/_cjs/evm/api/swap.js.map +1 -1
- package/_cjs/evm/config/features/sushiswap-v3.js +33 -1
- package/_cjs/evm/config/features/sushiswap-v3.js.map +1 -1
- package/_cjs/evm/currency/native.js +9 -2
- package/_cjs/evm/currency/native.js.map +1 -1
- package/_cjs/evm/currency/token.js +13 -3
- package/_cjs/evm/currency/token.js.map +1 -1
- package/_cjs/evm/validate/zod.js +5 -2
- package/_cjs/evm/validate/zod.js.map +1 -1
- package/_cjs/kvm/currency/token.js +13 -3
- package/_cjs/kvm/currency/token.js.map +1 -1
- package/_cjs/mvm/currency/token.js +13 -3
- package/_cjs/mvm/currency/token.js.map +1 -1
- package/_cjs/tvm/currency/native.js +9 -2
- package/_cjs/tvm/currency/native.js.map +1 -1
- package/_cjs/tvm/currency/token.js +13 -3
- package/_cjs/tvm/currency/token.js.map +1 -1
- package/_esm/evm/api/quote.js.map +1 -1
- package/_esm/evm/api/swap.js.map +1 -1
- package/_esm/evm/config/features/sushiswap-v3.js +32 -0
- package/_esm/evm/config/features/sushiswap-v3.js.map +1 -1
- package/_esm/evm/currency/native.js +9 -2
- package/_esm/evm/currency/native.js.map +1 -1
- package/_esm/evm/currency/token.js +13 -3
- package/_esm/evm/currency/token.js.map +1 -1
- package/_esm/evm/validate/zod.js +5 -2
- package/_esm/evm/validate/zod.js.map +1 -1
- package/_esm/kvm/currency/token.js +13 -3
- package/_esm/kvm/currency/token.js.map +1 -1
- package/_esm/mvm/currency/token.js +13 -3
- package/_esm/mvm/currency/token.js.map +1 -1
- package/_esm/tvm/currency/native.js +9 -2
- package/_esm/tvm/currency/native.js.map +1 -1
- package/_esm/tvm/currency/token.js +13 -3
- package/_esm/tvm/currency/token.js.map +1 -1
- package/_types/evm/api/quote.d.ts +32 -212
- package/_types/evm/api/quote.d.ts.map +1 -1
- package/_types/evm/api/swap.d.ts +57 -230
- package/_types/evm/api/swap.d.ts.map +1 -1
- package/_types/evm/chain/chains.d.ts +289 -126
- package/_types/evm/chain/chains.d.ts.map +1 -1
- package/_types/evm/config/features/sushiswap-v3.d.ts +1 -0
- package/_types/evm/config/features/sushiswap-v3.d.ts.map +1 -1
- package/_types/evm/config/subgraphs/subgraphs/blade.d.ts +2 -2
- package/_types/evm/config/subgraphs/subgraphs/blocks.d.ts +2 -2
- package/_types/evm/config/subgraphs/subgraphs/master-chef-v1.d.ts +1 -1
- package/_types/evm/config/subgraphs/subgraphs/master-chef-v2.d.ts +1 -1
- package/_types/evm/config/subgraphs/subgraphs/sushi-bar.d.ts +1 -1
- package/_types/evm/config/tokens/token-maps/default-quote.d.ts +1 -1
- package/_types/evm/config/tokens/tokens/USDC.d.ts +1 -1
- package/_types/evm/config/tokens/tokens/USDT.d.ts +1 -1
- package/_types/evm/config/tokens/tokens/USDe.d.ts +1 -1
- package/_types/evm/config/tokens/tokens/WETH9.d.ts +1 -1
- package/_types/evm/currency/currency.d.ts +8 -68
- package/_types/evm/currency/currency.d.ts.map +1 -1
- package/_types/evm/currency/native.d.ts +2 -30
- package/_types/evm/currency/native.d.ts.map +1 -1
- package/_types/evm/currency/token.d.ts +3 -35
- package/_types/evm/currency/token.d.ts.map +1 -1
- package/_types/evm/pool/sushiswap-v2/zod.d.ts +11 -137
- package/_types/evm/pool/sushiswap-v2/zod.d.ts.map +1 -1
- package/_types/evm/validate/zod.d.ts +2 -2
- package/_types/evm/validate/zod.d.ts.map +1 -1
- package/_types/generic/chain/chains.d.ts +289 -126
- package/_types/generic/chain/chains.d.ts.map +1 -1
- package/_types/generic/currency/amount.d.ts +1 -13
- package/_types/generic/currency/amount.d.ts.map +1 -1
- package/_types/generic/currency/serialized-currency.d.ts +23 -207
- package/_types/generic/currency/serialized-currency.d.ts.map +1 -1
- package/_types/generic/validate/zod.d.ts +3 -3
- package/_types/generic/validate/zod.d.ts.map +1 -1
- package/_types/kvm/currency/token.d.ts +3 -35
- package/_types/kvm/currency/token.d.ts.map +1 -1
- package/_types/mvm/currency/token.d.ts +3 -35
- package/_types/mvm/currency/token.d.ts.map +1 -1
- package/_types/tvm/currency/currency.d.ts +8 -68
- package/_types/tvm/currency/currency.d.ts.map +1 -1
- package/_types/tvm/currency/native.d.ts +2 -30
- package/_types/tvm/currency/native.d.ts.map +1 -1
- package/_types/tvm/currency/token.d.ts +3 -35
- package/_types/tvm/currency/token.d.ts.map +1 -1
- package/evm/api/quote.ts +3 -1
- package/evm/api/swap.ts +3 -1
- package/evm/config/features/sushiswap-v3.ts +36 -0
- package/evm/currency/native.ts +9 -2
- package/evm/currency/token.ts +13 -3
- package/evm/validate/zod.ts +7 -4
- package/kvm/currency/token.ts +13 -3
- package/mvm/currency/token.ts +13 -3
- package/package.json +2 -2
- package/tvm/currency/native.ts +9 -2
- package/tvm/currency/token.ts +13 -3
|
@@ -26,13 +26,11 @@ export declare const chains: readonly [{
|
|
|
26
26
|
readonly apiUrl: "https://api.etherscan.io/api";
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
+
blockTime: 12000;
|
|
29
30
|
contracts: {
|
|
30
|
-
readonly ensRegistry: {
|
|
31
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
32
|
-
};
|
|
33
31
|
readonly ensUniversalResolver: {
|
|
34
|
-
readonly address: "
|
|
35
|
-
readonly blockCreated:
|
|
32
|
+
readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
33
|
+
readonly blockCreated: 23085558;
|
|
36
34
|
};
|
|
37
35
|
readonly multicall3: {
|
|
38
36
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -47,6 +45,7 @@ export declare const chains: readonly [{
|
|
|
47
45
|
readonly symbol: "ETH";
|
|
48
46
|
readonly decimals: 18;
|
|
49
47
|
};
|
|
48
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
50
49
|
rpcUrls: {
|
|
51
50
|
readonly default: {
|
|
52
51
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
@@ -84,12 +83,9 @@ export declare const chains: readonly [{
|
|
|
84
83
|
};
|
|
85
84
|
};
|
|
86
85
|
readonly contracts: {
|
|
87
|
-
readonly ensRegistry: {
|
|
88
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
89
|
-
};
|
|
90
86
|
readonly ensUniversalResolver: {
|
|
91
|
-
readonly address: "
|
|
92
|
-
readonly blockCreated:
|
|
87
|
+
readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
88
|
+
readonly blockCreated: 23085558;
|
|
93
89
|
};
|
|
94
90
|
readonly multicall3: {
|
|
95
91
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -127,6 +123,7 @@ export declare const chains: readonly [{
|
|
|
127
123
|
readonly url: "https://bnb.bobascan.com/";
|
|
128
124
|
};
|
|
129
125
|
};
|
|
126
|
+
blockTime?: number | undefined | undefined;
|
|
130
127
|
contracts?: {
|
|
131
128
|
[x: string]: import("viem").ChainContract | {
|
|
132
129
|
[sourceId: number]: import("viem").ChainContract | undefined;
|
|
@@ -134,7 +131,7 @@ export declare const chains: readonly [{
|
|
|
134
131
|
ensRegistry?: import("viem").ChainContract | undefined;
|
|
135
132
|
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
136
133
|
multicall3?: import("viem").ChainContract | undefined;
|
|
137
|
-
|
|
134
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
138
135
|
} | undefined;
|
|
139
136
|
ensTlds?: readonly string[] | undefined;
|
|
140
137
|
id: 56288;
|
|
@@ -144,6 +141,7 @@ export declare const chains: readonly [{
|
|
|
144
141
|
readonly symbol: "BOBA";
|
|
145
142
|
readonly decimals: 18;
|
|
146
143
|
};
|
|
144
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
147
145
|
rpcUrls: {
|
|
148
146
|
readonly default: {
|
|
149
147
|
readonly http: readonly ["https://bnb.boba.network"];
|
|
@@ -224,6 +222,7 @@ export declare const chains: readonly [{
|
|
|
224
222
|
readonly apiUrl: "https://api.polygonscan.com/api";
|
|
225
223
|
};
|
|
226
224
|
};
|
|
225
|
+
blockTime?: number | undefined | undefined;
|
|
227
226
|
contracts: {
|
|
228
227
|
readonly multicall3: {
|
|
229
228
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -238,6 +237,7 @@ export declare const chains: readonly [{
|
|
|
238
237
|
readonly symbol: "POL";
|
|
239
238
|
readonly decimals: 18;
|
|
240
239
|
};
|
|
240
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
241
241
|
rpcUrls: {
|
|
242
242
|
readonly default: {
|
|
243
243
|
readonly http: readonly ["https://polygon-rpc.com"];
|
|
@@ -312,6 +312,7 @@ export declare const chains: readonly [{
|
|
|
312
312
|
readonly apiUrl: "https://api.ftmscan.com/api";
|
|
313
313
|
};
|
|
314
314
|
};
|
|
315
|
+
blockTime?: number | undefined | undefined;
|
|
315
316
|
contracts: {
|
|
316
317
|
readonly multicall3: {
|
|
317
318
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -326,6 +327,7 @@ export declare const chains: readonly [{
|
|
|
326
327
|
readonly name: "Fantom";
|
|
327
328
|
readonly symbol: "FTM";
|
|
328
329
|
};
|
|
330
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
329
331
|
rpcUrls: {
|
|
330
332
|
readonly default: {
|
|
331
333
|
readonly http: readonly ["https://250.rpc.thirdweb.com"];
|
|
@@ -400,6 +402,7 @@ export declare const chains: readonly [{
|
|
|
400
402
|
readonly apiUrl: "https://api.gnosisscan.io/api";
|
|
401
403
|
};
|
|
402
404
|
};
|
|
405
|
+
blockTime: 5000;
|
|
403
406
|
contracts: {
|
|
404
407
|
readonly multicall3: {
|
|
405
408
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -414,6 +417,7 @@ export declare const chains: readonly [{
|
|
|
414
417
|
readonly name: "xDAI";
|
|
415
418
|
readonly symbol: "XDAI";
|
|
416
419
|
};
|
|
420
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
417
421
|
rpcUrls: {
|
|
418
422
|
readonly default: {
|
|
419
423
|
readonly http: readonly ["https://rpc.gnosischain.com"];
|
|
@@ -490,6 +494,7 @@ export declare const chains: readonly [{
|
|
|
490
494
|
readonly apiUrl: "https://api.bscscan.com/api";
|
|
491
495
|
};
|
|
492
496
|
};
|
|
497
|
+
blockTime: 750;
|
|
493
498
|
contracts: {
|
|
494
499
|
readonly multicall3: {
|
|
495
500
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -504,6 +509,7 @@ export declare const chains: readonly [{
|
|
|
504
509
|
readonly name: "BNB";
|
|
505
510
|
readonly symbol: "BNB";
|
|
506
511
|
};
|
|
512
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
507
513
|
rpcUrls: {
|
|
508
514
|
readonly default: {
|
|
509
515
|
readonly http: readonly ["https://56.rpc.thirdweb.com"];
|
|
@@ -578,6 +584,7 @@ export declare const chains: readonly [{
|
|
|
578
584
|
readonly apiUrl: "https://api.arbiscan.io/api";
|
|
579
585
|
};
|
|
580
586
|
};
|
|
587
|
+
blockTime: 250;
|
|
581
588
|
contracts: {
|
|
582
589
|
readonly multicall3: {
|
|
583
590
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -592,6 +599,7 @@ export declare const chains: readonly [{
|
|
|
592
599
|
readonly symbol: "ETH";
|
|
593
600
|
readonly decimals: 18;
|
|
594
601
|
};
|
|
602
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
595
603
|
rpcUrls: {
|
|
596
604
|
readonly default: {
|
|
597
605
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
@@ -666,6 +674,7 @@ export declare const chains: readonly [{
|
|
|
666
674
|
readonly apiUrl: "https://api-nova.arbiscan.io/api";
|
|
667
675
|
};
|
|
668
676
|
};
|
|
677
|
+
blockTime?: number | undefined | undefined;
|
|
669
678
|
contracts: {
|
|
670
679
|
readonly multicall3: {
|
|
671
680
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -680,6 +689,7 @@ export declare const chains: readonly [{
|
|
|
680
689
|
readonly symbol: "ETH";
|
|
681
690
|
readonly decimals: 18;
|
|
682
691
|
};
|
|
692
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
683
693
|
rpcUrls: {
|
|
684
694
|
readonly default: {
|
|
685
695
|
readonly http: readonly ["https://nova.arbitrum.io/rpc"];
|
|
@@ -754,6 +764,7 @@ export declare const chains: readonly [{
|
|
|
754
764
|
readonly apiUrl: "https://api.snowtrace.io";
|
|
755
765
|
};
|
|
756
766
|
};
|
|
767
|
+
blockTime: 1700;
|
|
757
768
|
contracts: {
|
|
758
769
|
readonly multicall3: {
|
|
759
770
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -768,6 +779,7 @@ export declare const chains: readonly [{
|
|
|
768
779
|
readonly name: "Avalanche";
|
|
769
780
|
readonly symbol: "AVAX";
|
|
770
781
|
};
|
|
782
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
771
783
|
rpcUrls: {
|
|
772
784
|
readonly default: {
|
|
773
785
|
readonly http: readonly ["https://api.avax.network/ext/bc/C/rpc"];
|
|
@@ -841,6 +853,7 @@ export declare const chains: readonly [{
|
|
|
841
853
|
readonly url: "https://explorer.harmony.one";
|
|
842
854
|
};
|
|
843
855
|
};
|
|
856
|
+
blockTime?: number | undefined | undefined;
|
|
844
857
|
contracts: {
|
|
845
858
|
readonly multicall3: {
|
|
846
859
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -855,6 +868,7 @@ export declare const chains: readonly [{
|
|
|
855
868
|
readonly symbol: "ONE";
|
|
856
869
|
readonly decimals: 18;
|
|
857
870
|
};
|
|
871
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
858
872
|
rpcUrls: {
|
|
859
873
|
readonly default: {
|
|
860
874
|
readonly http: readonly ["https://1666600000.rpc.thirdweb.com"];
|
|
@@ -929,6 +943,7 @@ export declare const chains: readonly [{
|
|
|
929
943
|
readonly apiUrl: "https://api.celoscan.io/api";
|
|
930
944
|
};
|
|
931
945
|
};
|
|
946
|
+
blockTime: 1000;
|
|
932
947
|
contracts: {
|
|
933
948
|
readonly multicall3: {
|
|
934
949
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
@@ -943,6 +958,7 @@ export declare const chains: readonly [{
|
|
|
943
958
|
readonly name: "CELO";
|
|
944
959
|
readonly symbol: "CELO";
|
|
945
960
|
};
|
|
961
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
946
962
|
rpcUrls: {
|
|
947
963
|
readonly default: {
|
|
948
964
|
readonly http: readonly ["https://forno.celo.org"];
|
|
@@ -954,18 +970,19 @@ export declare const chains: readonly [{
|
|
|
954
970
|
fees: import("viem").ChainFees<{
|
|
955
971
|
readonly block: {
|
|
956
972
|
exclude: [] | undefined;
|
|
957
|
-
format: (args: import("viem/chains").CeloRpcBlock) => {
|
|
973
|
+
format: (args: import("viem/chains").CeloRpcBlock, action?: string | undefined) => {
|
|
958
974
|
baseFeePerGas: bigint | null;
|
|
959
975
|
blobGasUsed: bigint;
|
|
960
|
-
difficulty: bigint
|
|
976
|
+
difficulty: bigint;
|
|
961
977
|
excessBlobGas: bigint;
|
|
962
978
|
extraData: import("viem").Hex;
|
|
963
|
-
gasLimit: bigint
|
|
979
|
+
gasLimit: bigint;
|
|
964
980
|
gasUsed: bigint;
|
|
965
981
|
hash: `0x${string}` | null;
|
|
966
982
|
logsBloom: `0x${string}` | null;
|
|
967
983
|
miner: import("viem").Address;
|
|
968
|
-
|
|
984
|
+
mixHash: import("viem").Hash;
|
|
985
|
+
nonce: `0x${string}` | null;
|
|
969
986
|
number: bigint | null;
|
|
970
987
|
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
971
988
|
parentHash: import("viem").Hash;
|
|
@@ -978,33 +995,28 @@ export declare const chains: readonly [{
|
|
|
978
995
|
totalDifficulty: bigint | null;
|
|
979
996
|
transactions: `0x${string}`[] | import("viem/chains").CeloTransaction<boolean>[];
|
|
980
997
|
transactionsRoot: import("viem").Hash;
|
|
998
|
+
uncles: import("viem").Hash[];
|
|
981
999
|
withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
|
|
982
1000
|
withdrawalsRoot?: `0x${string}` | undefined;
|
|
983
|
-
mixHash?: undefined | undefined;
|
|
984
|
-
randomness?: {
|
|
985
|
-
committed: import("viem").Hex;
|
|
986
|
-
revealed: import("viem").Hex;
|
|
987
|
-
} | undefined | undefined;
|
|
988
|
-
uncles?: undefined | undefined;
|
|
989
1001
|
} & {};
|
|
990
1002
|
type: "block";
|
|
991
1003
|
};
|
|
992
1004
|
readonly transaction: {
|
|
993
1005
|
exclude: [] | undefined;
|
|
994
|
-
format: (args: import("viem/chains").CeloRpcTransaction) => ({
|
|
1006
|
+
format: (args: import("viem/chains").CeloRpcTransaction, action?: string | undefined) => ({
|
|
995
1007
|
r: import("viem").Hex;
|
|
996
1008
|
s: import("viem").Hex;
|
|
997
1009
|
v: bigint;
|
|
1010
|
+
value: bigint;
|
|
1011
|
+
gas: bigint;
|
|
998
1012
|
to: import("viem").Address | null;
|
|
999
1013
|
from: import("viem").Address;
|
|
1000
|
-
gas: bigint;
|
|
1001
1014
|
nonce: number;
|
|
1002
|
-
value: bigint;
|
|
1003
1015
|
blockHash: `0x${string}` | null;
|
|
1004
1016
|
blockNumber: bigint | null;
|
|
1017
|
+
transactionIndex: number | null;
|
|
1005
1018
|
hash: import("viem").Hash;
|
|
1006
1019
|
input: import("viem").Hex;
|
|
1007
|
-
transactionIndex: number | null;
|
|
1008
1020
|
typeHex: import("viem").Hex | null;
|
|
1009
1021
|
accessList?: undefined | undefined;
|
|
1010
1022
|
authorizationList?: undefined | undefined;
|
|
@@ -1232,8 +1244,8 @@ export declare const chains: readonly [{
|
|
|
1232
1244
|
mint?: bigint | undefined | undefined;
|
|
1233
1245
|
sourceHash: import("viem").Hex;
|
|
1234
1246
|
type: "deposit";
|
|
1235
|
-
accessList?: undefined;
|
|
1236
1247
|
blobVersionedHashes?: undefined;
|
|
1248
|
+
accessList?: undefined;
|
|
1237
1249
|
authorizationList?: undefined;
|
|
1238
1250
|
chainId?: undefined;
|
|
1239
1251
|
feeCurrency?: undefined;
|
|
@@ -1244,7 +1256,7 @@ export declare const chains: readonly [{
|
|
|
1244
1256
|
};
|
|
1245
1257
|
readonly transactionRequest: {
|
|
1246
1258
|
exclude: [] | undefined;
|
|
1247
|
-
format: (args: import("viem/chains").CeloTransactionRequest) => ({
|
|
1259
|
+
format: (args: import("viem/chains").CeloTransactionRequest, action?: string | undefined) => ({
|
|
1248
1260
|
data?: `0x${string}` | undefined;
|
|
1249
1261
|
from?: `0x${string}` | undefined;
|
|
1250
1262
|
gas?: `0x${string}` | undefined;
|
|
@@ -1257,9 +1269,9 @@ export declare const chains: readonly [{
|
|
|
1257
1269
|
maxFeePerGas?: undefined | undefined;
|
|
1258
1270
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
1259
1271
|
blobs?: undefined;
|
|
1260
|
-
accessList?: undefined;
|
|
1261
1272
|
blobVersionedHashes?: undefined;
|
|
1262
1273
|
kzg?: undefined;
|
|
1274
|
+
accessList?: undefined;
|
|
1263
1275
|
sidecars?: undefined;
|
|
1264
1276
|
authorizationList?: undefined;
|
|
1265
1277
|
feeCurrency?: `0x${string}` | undefined;
|
|
@@ -1304,34 +1316,53 @@ export declare const chains: readonly [{
|
|
|
1304
1316
|
} | {
|
|
1305
1317
|
type?: "0x3" | undefined;
|
|
1306
1318
|
data?: `0x${string}` | undefined;
|
|
1307
|
-
|
|
1319
|
+
value?: `0x${string}` | undefined;
|
|
1308
1320
|
gas?: `0x${string}` | undefined;
|
|
1321
|
+
from?: `0x${string}` | undefined;
|
|
1309
1322
|
nonce?: `0x${string}` | undefined;
|
|
1323
|
+
to: `0x${string}` | null;
|
|
1324
|
+
gasPrice?: undefined | undefined;
|
|
1325
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1326
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
1327
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1328
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1329
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1330
|
+
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
1331
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
1332
|
+
kzg?: undefined;
|
|
1333
|
+
authorizationList?: undefined;
|
|
1334
|
+
feeCurrency?: `0x${string}` | undefined;
|
|
1335
|
+
} | {
|
|
1336
|
+
type?: "0x3" | undefined;
|
|
1337
|
+
data?: `0x${string}` | undefined;
|
|
1310
1338
|
value?: `0x${string}` | undefined;
|
|
1339
|
+
gas?: `0x${string}` | undefined;
|
|
1340
|
+
from?: `0x${string}` | undefined;
|
|
1341
|
+
nonce?: `0x${string}` | undefined;
|
|
1311
1342
|
to: `0x${string}` | null;
|
|
1312
1343
|
gasPrice?: undefined | undefined;
|
|
1344
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1313
1345
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1314
1346
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1315
|
-
maxFeePerBlobGas: `0x${string}`;
|
|
1316
1347
|
accessList?: import("viem").AccessList | undefined;
|
|
1348
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1317
1349
|
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
1318
1350
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
1319
1351
|
kzg?: import("viem").Kzg | undefined;
|
|
1320
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1321
1352
|
authorizationList?: undefined;
|
|
1322
1353
|
feeCurrency?: `0x${string}` | undefined;
|
|
1323
1354
|
} | {
|
|
1324
|
-
type?: "0x4" | undefined;
|
|
1325
1355
|
gasPrice?: undefined | undefined;
|
|
1326
1356
|
maxFeePerBlobGas?: undefined | undefined;
|
|
1327
1357
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1328
1358
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1329
|
-
|
|
1359
|
+
type?: "0x4" | undefined;
|
|
1330
1360
|
data?: `0x${string}` | undefined;
|
|
1331
|
-
|
|
1361
|
+
value?: `0x${string}` | undefined;
|
|
1332
1362
|
gas?: `0x${string}` | undefined;
|
|
1363
|
+
to?: `0x${string}` | null | undefined;
|
|
1364
|
+
from?: `0x${string}` | undefined;
|
|
1333
1365
|
nonce?: `0x${string}` | undefined;
|
|
1334
|
-
value?: `0x${string}` | undefined;
|
|
1335
1366
|
accessList?: import("viem").AccessList | undefined;
|
|
1336
1367
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
1337
1368
|
blobs?: undefined;
|
|
@@ -1365,18 +1396,19 @@ export declare const chains: readonly [{
|
|
|
1365
1396
|
formatters: {
|
|
1366
1397
|
readonly block: {
|
|
1367
1398
|
exclude: [] | undefined;
|
|
1368
|
-
format: (args: import("viem/chains").CeloRpcBlock) => {
|
|
1399
|
+
format: (args: import("viem/chains").CeloRpcBlock, action?: string | undefined) => {
|
|
1369
1400
|
baseFeePerGas: bigint | null;
|
|
1370
1401
|
blobGasUsed: bigint;
|
|
1371
|
-
difficulty: bigint
|
|
1402
|
+
difficulty: bigint;
|
|
1372
1403
|
excessBlobGas: bigint;
|
|
1373
1404
|
extraData: import("viem").Hex;
|
|
1374
|
-
gasLimit: bigint
|
|
1405
|
+
gasLimit: bigint;
|
|
1375
1406
|
gasUsed: bigint;
|
|
1376
1407
|
hash: `0x${string}` | null;
|
|
1377
1408
|
logsBloom: `0x${string}` | null;
|
|
1378
1409
|
miner: import("viem").Address;
|
|
1379
|
-
|
|
1410
|
+
mixHash: import("viem").Hash;
|
|
1411
|
+
nonce: `0x${string}` | null;
|
|
1380
1412
|
number: bigint | null;
|
|
1381
1413
|
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
1382
1414
|
parentHash: import("viem").Hash;
|
|
@@ -1389,33 +1421,28 @@ export declare const chains: readonly [{
|
|
|
1389
1421
|
totalDifficulty: bigint | null;
|
|
1390
1422
|
transactions: `0x${string}`[] | import("viem/chains").CeloTransaction<boolean>[];
|
|
1391
1423
|
transactionsRoot: import("viem").Hash;
|
|
1424
|
+
uncles: import("viem").Hash[];
|
|
1392
1425
|
withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
|
|
1393
1426
|
withdrawalsRoot?: `0x${string}` | undefined;
|
|
1394
|
-
mixHash?: undefined | undefined;
|
|
1395
|
-
randomness?: {
|
|
1396
|
-
committed: import("viem").Hex;
|
|
1397
|
-
revealed: import("viem").Hex;
|
|
1398
|
-
} | undefined | undefined;
|
|
1399
|
-
uncles?: undefined | undefined;
|
|
1400
1427
|
} & {};
|
|
1401
1428
|
type: "block";
|
|
1402
1429
|
};
|
|
1403
1430
|
readonly transaction: {
|
|
1404
1431
|
exclude: [] | undefined;
|
|
1405
|
-
format: (args: import("viem/chains").CeloRpcTransaction) => ({
|
|
1432
|
+
format: (args: import("viem/chains").CeloRpcTransaction, action?: string | undefined) => ({
|
|
1406
1433
|
r: import("viem").Hex;
|
|
1407
1434
|
s: import("viem").Hex;
|
|
1408
1435
|
v: bigint;
|
|
1436
|
+
value: bigint;
|
|
1437
|
+
gas: bigint;
|
|
1409
1438
|
to: import("viem").Address | null;
|
|
1410
1439
|
from: import("viem").Address;
|
|
1411
|
-
gas: bigint;
|
|
1412
1440
|
nonce: number;
|
|
1413
|
-
value: bigint;
|
|
1414
1441
|
blockHash: `0x${string}` | null;
|
|
1415
1442
|
blockNumber: bigint | null;
|
|
1443
|
+
transactionIndex: number | null;
|
|
1416
1444
|
hash: import("viem").Hash;
|
|
1417
1445
|
input: import("viem").Hex;
|
|
1418
|
-
transactionIndex: number | null;
|
|
1419
1446
|
typeHex: import("viem").Hex | null;
|
|
1420
1447
|
accessList?: undefined | undefined;
|
|
1421
1448
|
authorizationList?: undefined | undefined;
|
|
@@ -1643,8 +1670,8 @@ export declare const chains: readonly [{
|
|
|
1643
1670
|
mint?: bigint | undefined | undefined;
|
|
1644
1671
|
sourceHash: import("viem").Hex;
|
|
1645
1672
|
type: "deposit";
|
|
1646
|
-
accessList?: undefined;
|
|
1647
1673
|
blobVersionedHashes?: undefined;
|
|
1674
|
+
accessList?: undefined;
|
|
1648
1675
|
authorizationList?: undefined;
|
|
1649
1676
|
chainId?: undefined;
|
|
1650
1677
|
feeCurrency?: undefined;
|
|
@@ -1655,7 +1682,7 @@ export declare const chains: readonly [{
|
|
|
1655
1682
|
};
|
|
1656
1683
|
readonly transactionRequest: {
|
|
1657
1684
|
exclude: [] | undefined;
|
|
1658
|
-
format: (args: import("viem/chains").CeloTransactionRequest) => ({
|
|
1685
|
+
format: (args: import("viem/chains").CeloTransactionRequest, action?: string | undefined) => ({
|
|
1659
1686
|
data?: `0x${string}` | undefined;
|
|
1660
1687
|
from?: `0x${string}` | undefined;
|
|
1661
1688
|
gas?: `0x${string}` | undefined;
|
|
@@ -1668,9 +1695,9 @@ export declare const chains: readonly [{
|
|
|
1668
1695
|
maxFeePerGas?: undefined | undefined;
|
|
1669
1696
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
1670
1697
|
blobs?: undefined;
|
|
1671
|
-
accessList?: undefined;
|
|
1672
1698
|
blobVersionedHashes?: undefined;
|
|
1673
1699
|
kzg?: undefined;
|
|
1700
|
+
accessList?: undefined;
|
|
1674
1701
|
sidecars?: undefined;
|
|
1675
1702
|
authorizationList?: undefined;
|
|
1676
1703
|
feeCurrency?: `0x${string}` | undefined;
|
|
@@ -1715,34 +1742,53 @@ export declare const chains: readonly [{
|
|
|
1715
1742
|
} | {
|
|
1716
1743
|
type?: "0x3" | undefined;
|
|
1717
1744
|
data?: `0x${string}` | undefined;
|
|
1718
|
-
|
|
1745
|
+
value?: `0x${string}` | undefined;
|
|
1719
1746
|
gas?: `0x${string}` | undefined;
|
|
1747
|
+
from?: `0x${string}` | undefined;
|
|
1720
1748
|
nonce?: `0x${string}` | undefined;
|
|
1749
|
+
to: `0x${string}` | null;
|
|
1750
|
+
gasPrice?: undefined | undefined;
|
|
1751
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1752
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
1753
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1754
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1755
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1756
|
+
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
1757
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
1758
|
+
kzg?: undefined;
|
|
1759
|
+
authorizationList?: undefined;
|
|
1760
|
+
feeCurrency?: `0x${string}` | undefined;
|
|
1761
|
+
} | {
|
|
1762
|
+
type?: "0x3" | undefined;
|
|
1763
|
+
data?: `0x${string}` | undefined;
|
|
1721
1764
|
value?: `0x${string}` | undefined;
|
|
1765
|
+
gas?: `0x${string}` | undefined;
|
|
1766
|
+
from?: `0x${string}` | undefined;
|
|
1767
|
+
nonce?: `0x${string}` | undefined;
|
|
1722
1768
|
to: `0x${string}` | null;
|
|
1723
1769
|
gasPrice?: undefined | undefined;
|
|
1770
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1724
1771
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1725
1772
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1726
|
-
maxFeePerBlobGas: `0x${string}`;
|
|
1727
1773
|
accessList?: import("viem").AccessList | undefined;
|
|
1774
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1728
1775
|
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
1729
1776
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
1730
1777
|
kzg?: import("viem").Kzg | undefined;
|
|
1731
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1732
1778
|
authorizationList?: undefined;
|
|
1733
1779
|
feeCurrency?: `0x${string}` | undefined;
|
|
1734
1780
|
} | {
|
|
1735
|
-
type?: "0x4" | undefined;
|
|
1736
1781
|
gasPrice?: undefined | undefined;
|
|
1737
1782
|
maxFeePerBlobGas?: undefined | undefined;
|
|
1738
1783
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1739
1784
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1740
|
-
|
|
1785
|
+
type?: "0x4" | undefined;
|
|
1741
1786
|
data?: `0x${string}` | undefined;
|
|
1742
|
-
|
|
1787
|
+
value?: `0x${string}` | undefined;
|
|
1743
1788
|
gas?: `0x${string}` | undefined;
|
|
1789
|
+
to?: `0x${string}` | null | undefined;
|
|
1790
|
+
from?: `0x${string}` | undefined;
|
|
1744
1791
|
nonce?: `0x${string}` | undefined;
|
|
1745
|
-
value?: `0x${string}` | undefined;
|
|
1746
1792
|
accessList?: import("viem").AccessList | undefined;
|
|
1747
1793
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
1748
1794
|
blobs?: undefined;
|
|
@@ -1839,6 +1885,7 @@ export declare const chains: readonly [{
|
|
|
1839
1885
|
readonly apiUrl: "https://api-optimistic.etherscan.io/api";
|
|
1840
1886
|
};
|
|
1841
1887
|
};
|
|
1888
|
+
blockTime: 2000;
|
|
1842
1889
|
contracts: {
|
|
1843
1890
|
readonly disputeGameFactory: {
|
|
1844
1891
|
readonly 1: {
|
|
@@ -1891,6 +1938,7 @@ export declare const chains: readonly [{
|
|
|
1891
1938
|
readonly symbol: "ETH";
|
|
1892
1939
|
readonly decimals: 18;
|
|
1893
1940
|
};
|
|
1941
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
1894
1942
|
rpcUrls: {
|
|
1895
1943
|
readonly default: {
|
|
1896
1944
|
readonly http: readonly ["https://mainnet.optimism.io"];
|
|
@@ -1903,7 +1951,7 @@ export declare const chains: readonly [{
|
|
|
1903
1951
|
formatters: {
|
|
1904
1952
|
readonly block: {
|
|
1905
1953
|
exclude: [] | undefined;
|
|
1906
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
1954
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
1907
1955
|
baseFeePerGas: bigint | null;
|
|
1908
1956
|
blobGasUsed: bigint;
|
|
1909
1957
|
difficulty: bigint;
|
|
@@ -1936,7 +1984,7 @@ export declare const chains: readonly [{
|
|
|
1936
1984
|
};
|
|
1937
1985
|
readonly transaction: {
|
|
1938
1986
|
exclude: [] | undefined;
|
|
1939
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
1987
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
1940
1988
|
blockHash: `0x${string}` | null;
|
|
1941
1989
|
blockNumber: bigint | null;
|
|
1942
1990
|
from: import("viem").Address;
|
|
@@ -1964,16 +2012,16 @@ export declare const chains: readonly [{
|
|
|
1964
2012
|
r: import("viem").Hex;
|
|
1965
2013
|
s: import("viem").Hex;
|
|
1966
2014
|
v: bigint;
|
|
2015
|
+
value: bigint;
|
|
2016
|
+
gas: bigint;
|
|
1967
2017
|
to: import("viem").Address | null;
|
|
1968
2018
|
from: import("viem").Address;
|
|
1969
|
-
gas: bigint;
|
|
1970
2019
|
nonce: number;
|
|
1971
|
-
value: bigint;
|
|
1972
2020
|
blockHash: `0x${string}` | null;
|
|
1973
2021
|
blockNumber: bigint | null;
|
|
2022
|
+
transactionIndex: number | null;
|
|
1974
2023
|
hash: import("viem").Hash;
|
|
1975
2024
|
input: import("viem").Hex;
|
|
1976
|
-
transactionIndex: number | null;
|
|
1977
2025
|
typeHex: import("viem").Hex | null;
|
|
1978
2026
|
accessList?: undefined | undefined;
|
|
1979
2027
|
authorizationList?: undefined | undefined;
|
|
@@ -2105,7 +2153,7 @@ export declare const chains: readonly [{
|
|
|
2105
2153
|
};
|
|
2106
2154
|
readonly transactionReceipt: {
|
|
2107
2155
|
exclude: [] | undefined;
|
|
2108
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
2156
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
2109
2157
|
blobGasPrice?: bigint | undefined;
|
|
2110
2158
|
blobGasUsed?: bigint | undefined;
|
|
2111
2159
|
blockHash: import("viem").Hash;
|
|
@@ -2235,6 +2283,7 @@ export declare const chains: readonly [{
|
|
|
2235
2283
|
readonly apiUrl: "https://kavascan.com/api";
|
|
2236
2284
|
};
|
|
2237
2285
|
};
|
|
2286
|
+
blockTime?: number | undefined | undefined;
|
|
2238
2287
|
contracts: {
|
|
2239
2288
|
readonly multicall3: {
|
|
2240
2289
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -2249,6 +2298,7 @@ export declare const chains: readonly [{
|
|
|
2249
2298
|
readonly symbol: "KAVA";
|
|
2250
2299
|
readonly decimals: 18;
|
|
2251
2300
|
};
|
|
2301
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2252
2302
|
rpcUrls: {
|
|
2253
2303
|
readonly default: {
|
|
2254
2304
|
readonly http: readonly ["https://evm.kava.io"];
|
|
@@ -2324,6 +2374,7 @@ export declare const chains: readonly [{
|
|
|
2324
2374
|
readonly apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan/api";
|
|
2325
2375
|
};
|
|
2326
2376
|
};
|
|
2377
|
+
blockTime?: number | undefined | undefined;
|
|
2327
2378
|
contracts: {
|
|
2328
2379
|
readonly multicall3: {
|
|
2329
2380
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -2338,6 +2389,7 @@ export declare const chains: readonly [{
|
|
|
2338
2389
|
readonly name: "Metis";
|
|
2339
2390
|
readonly symbol: "METIS";
|
|
2340
2391
|
};
|
|
2392
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2341
2393
|
rpcUrls: {
|
|
2342
2394
|
readonly default: {
|
|
2343
2395
|
readonly http: readonly ["https://metis.rpc.hypersync.xyz", "https://metis-pokt.nodies.app", "https://api.blockeden.xyz/metis/67nCBdZQSH9z3YqDDjdm", "https://metis-andromeda.rpc.thirdweb.com", "https://metis-andromeda.gateway.tenderly.co", "https://metis.api.onfinality.io/public", "https://andromeda.metis.io/?owner=1088", "https://metis-mainnet.public.blastapi.io"];
|
|
@@ -2413,6 +2465,7 @@ export declare const chains: readonly [{
|
|
|
2413
2465
|
readonly url: "https://bobascan.com";
|
|
2414
2466
|
};
|
|
2415
2467
|
};
|
|
2468
|
+
blockTime?: number | undefined | undefined;
|
|
2416
2469
|
contracts: {
|
|
2417
2470
|
readonly multicall3: {
|
|
2418
2471
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -2427,6 +2480,7 @@ export declare const chains: readonly [{
|
|
|
2427
2480
|
readonly name: "Ether";
|
|
2428
2481
|
readonly symbol: "ETH";
|
|
2429
2482
|
};
|
|
2483
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2430
2484
|
rpcUrls: {
|
|
2431
2485
|
readonly default: {
|
|
2432
2486
|
readonly http: readonly ["https://mainnet.boba.network"];
|
|
@@ -2501,6 +2555,7 @@ export declare const chains: readonly [{
|
|
|
2501
2555
|
readonly apiUrl: "https://api.bttcscan.com/api";
|
|
2502
2556
|
};
|
|
2503
2557
|
};
|
|
2558
|
+
blockTime?: number | undefined | undefined;
|
|
2504
2559
|
contracts: {
|
|
2505
2560
|
readonly multicall3: {
|
|
2506
2561
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
@@ -2515,6 +2570,7 @@ export declare const chains: readonly [{
|
|
|
2515
2570
|
readonly symbol: "BTT";
|
|
2516
2571
|
readonly decimals: 18;
|
|
2517
2572
|
};
|
|
2573
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2518
2574
|
rpcUrls: {
|
|
2519
2575
|
readonly default: {
|
|
2520
2576
|
readonly http: readonly ["https://rpc.bittorrentchain.io"];
|
|
@@ -2590,6 +2646,7 @@ export declare const chains: readonly [{
|
|
|
2590
2646
|
readonly apiUrl: "https://api-zkevm.polygonscan.com/api";
|
|
2591
2647
|
};
|
|
2592
2648
|
};
|
|
2649
|
+
blockTime?: number | undefined | undefined;
|
|
2593
2650
|
contracts: {
|
|
2594
2651
|
readonly multicall3: {
|
|
2595
2652
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -2604,6 +2661,7 @@ export declare const chains: readonly [{
|
|
|
2604
2661
|
readonly symbol: "ETH";
|
|
2605
2662
|
readonly decimals: 18;
|
|
2606
2663
|
};
|
|
2664
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2607
2665
|
rpcUrls: {
|
|
2608
2666
|
readonly default: {
|
|
2609
2667
|
readonly http: readonly ["https://zkevm-rpc.com"];
|
|
@@ -2677,6 +2735,7 @@ export declare const chains: readonly [{
|
|
|
2677
2735
|
readonly url: "https://explorer-mainnet.thundercore.com";
|
|
2678
2736
|
};
|
|
2679
2737
|
};
|
|
2738
|
+
blockTime?: number | undefined | undefined;
|
|
2680
2739
|
contracts: {
|
|
2681
2740
|
readonly multicall3: {
|
|
2682
2741
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
@@ -2691,6 +2750,7 @@ export declare const chains: readonly [{
|
|
|
2691
2750
|
readonly symbol: "TT";
|
|
2692
2751
|
readonly decimals: 18;
|
|
2693
2752
|
};
|
|
2753
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2694
2754
|
rpcUrls: {
|
|
2695
2755
|
readonly default: {
|
|
2696
2756
|
readonly http: readonly ["https://mainnet-rpc.thundercore.com"];
|
|
@@ -2764,6 +2824,7 @@ export declare const chains: readonly [{
|
|
|
2764
2824
|
readonly url: "https://filfox.info/en";
|
|
2765
2825
|
};
|
|
2766
2826
|
};
|
|
2827
|
+
blockTime?: number | undefined | undefined;
|
|
2767
2828
|
contracts: {
|
|
2768
2829
|
readonly multicall3: {
|
|
2769
2830
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
@@ -2778,6 +2839,7 @@ export declare const chains: readonly [{
|
|
|
2778
2839
|
readonly name: "filecoin";
|
|
2779
2840
|
readonly symbol: "FIL";
|
|
2780
2841
|
};
|
|
2842
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2781
2843
|
rpcUrls: {
|
|
2782
2844
|
readonly default: {
|
|
2783
2845
|
readonly http: readonly ["https://api.node.glif.io/rpc/v1"];
|
|
@@ -2852,6 +2914,7 @@ export declare const chains: readonly [{
|
|
|
2852
2914
|
readonly apiUrl: "https://explorer.haqq.network/api";
|
|
2853
2915
|
};
|
|
2854
2916
|
};
|
|
2917
|
+
blockTime?: number | undefined | undefined;
|
|
2855
2918
|
contracts?: {
|
|
2856
2919
|
[x: string]: import("viem").ChainContract | {
|
|
2857
2920
|
[sourceId: number]: import("viem").ChainContract | undefined;
|
|
@@ -2859,7 +2922,7 @@ export declare const chains: readonly [{
|
|
|
2859
2922
|
ensRegistry?: import("viem").ChainContract | undefined;
|
|
2860
2923
|
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
2861
2924
|
multicall3?: import("viem").ChainContract | undefined;
|
|
2862
|
-
|
|
2925
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
2863
2926
|
} | undefined;
|
|
2864
2927
|
ensTlds?: readonly string[] | undefined;
|
|
2865
2928
|
id: 11235;
|
|
@@ -2869,6 +2932,7 @@ export declare const chains: readonly [{
|
|
|
2869
2932
|
readonly name: "Islamic Coin";
|
|
2870
2933
|
readonly symbol: "ISLM";
|
|
2871
2934
|
};
|
|
2935
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2872
2936
|
rpcUrls: {
|
|
2873
2937
|
readonly default: {
|
|
2874
2938
|
readonly http: readonly ["https://rpc.eth.haqq.network"];
|
|
@@ -2942,6 +3006,7 @@ export declare const chains: readonly [{
|
|
|
2942
3006
|
readonly url: "https://scan.coredao.org";
|
|
2943
3007
|
};
|
|
2944
3008
|
};
|
|
3009
|
+
blockTime?: number | undefined | undefined;
|
|
2945
3010
|
contracts: {
|
|
2946
3011
|
readonly multicall3: {
|
|
2947
3012
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
@@ -2956,6 +3021,7 @@ export declare const chains: readonly [{
|
|
|
2956
3021
|
readonly name: "Core";
|
|
2957
3022
|
readonly symbol: "CORE";
|
|
2958
3023
|
};
|
|
3024
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
2959
3025
|
rpcUrls: {
|
|
2960
3026
|
readonly default: {
|
|
2961
3027
|
readonly http: readonly ["https://rpc.coredao.org"];
|
|
@@ -3035,11 +3101,12 @@ export declare const chains: readonly [{
|
|
|
3035
3101
|
readonly apiUrl: "https://block-explorer-api.mainnet.zksync.io/api";
|
|
3036
3102
|
};
|
|
3037
3103
|
};
|
|
3104
|
+
blockTime: 1000;
|
|
3038
3105
|
contracts: {
|
|
3039
3106
|
readonly multicall3: {
|
|
3040
3107
|
readonly address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
|
|
3041
3108
|
};
|
|
3042
|
-
readonly
|
|
3109
|
+
readonly erc6492Verifier: {
|
|
3043
3110
|
readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
|
|
3044
3111
|
readonly blockCreated: 45659388;
|
|
3045
3112
|
};
|
|
@@ -3052,6 +3119,7 @@ export declare const chains: readonly [{
|
|
|
3052
3119
|
readonly name: "Ether";
|
|
3053
3120
|
readonly symbol: "ETH";
|
|
3054
3121
|
};
|
|
3122
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3055
3123
|
rpcUrls: {
|
|
3056
3124
|
readonly default: {
|
|
3057
3125
|
readonly http: readonly ["https://mainnet.era.zksync.io"];
|
|
@@ -3067,7 +3135,7 @@ export declare const chains: readonly [{
|
|
|
3067
3135
|
formatters: {
|
|
3068
3136
|
readonly block: {
|
|
3069
3137
|
exclude: [] | undefined;
|
|
3070
|
-
format: (args: import("viem/zksync").ZkSyncRpcBlock) => {
|
|
3138
|
+
format: (args: import("viem/zksync").ZkSyncRpcBlock, action?: string | undefined) => {
|
|
3071
3139
|
baseFeePerGas: bigint | null;
|
|
3072
3140
|
blobGasUsed: bigint;
|
|
3073
3141
|
difficulty: bigint;
|
|
@@ -3102,20 +3170,20 @@ export declare const chains: readonly [{
|
|
|
3102
3170
|
};
|
|
3103
3171
|
readonly transaction: {
|
|
3104
3172
|
exclude: [] | undefined;
|
|
3105
|
-
format: (args: import("viem/zksync").ZkSyncRpcTransaction) => ({
|
|
3173
|
+
format: (args: import("viem/zksync").ZkSyncRpcTransaction, action?: string | undefined) => ({
|
|
3106
3174
|
r: import("viem").Hex;
|
|
3107
3175
|
s: import("viem").Hex;
|
|
3108
3176
|
v: bigint;
|
|
3177
|
+
value: bigint;
|
|
3178
|
+
gas: bigint;
|
|
3109
3179
|
to: import("viem").Address | null;
|
|
3110
3180
|
from: import("viem").Address;
|
|
3111
|
-
gas: bigint;
|
|
3112
3181
|
nonce: number;
|
|
3113
|
-
value: bigint;
|
|
3114
3182
|
blockHash: `0x${string}` | null;
|
|
3115
3183
|
blockNumber: bigint | null;
|
|
3184
|
+
transactionIndex: number | null;
|
|
3116
3185
|
hash: import("viem").Hash;
|
|
3117
3186
|
input: import("viem").Hex;
|
|
3118
|
-
transactionIndex: number | null;
|
|
3119
3187
|
typeHex: import("viem").Hex | null;
|
|
3120
3188
|
accessList?: undefined | undefined;
|
|
3121
3189
|
authorizationList?: undefined | undefined;
|
|
@@ -3288,19 +3356,19 @@ export declare const chains: readonly [{
|
|
|
3288
3356
|
};
|
|
3289
3357
|
readonly transactionReceipt: {
|
|
3290
3358
|
exclude: [] | undefined;
|
|
3291
|
-
format: (args: import("viem/zksync").ZkSyncRpcTransactionReceipt) => {
|
|
3292
|
-
type: import("viem/zksync").ZkSyncTransactionType;
|
|
3359
|
+
format: (args: import("viem/zksync").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
|
|
3293
3360
|
contractAddress: import("viem").Address | null | undefined;
|
|
3361
|
+
type: import("viem/zksync").ZkSyncTransactionType;
|
|
3362
|
+
status: "success" | "reverted";
|
|
3294
3363
|
to: import("viem").Address | null;
|
|
3295
3364
|
from: import("viem").Address;
|
|
3296
3365
|
blockHash: import("viem").Hash;
|
|
3297
3366
|
blockNumber: bigint;
|
|
3367
|
+
transactionHash: import("viem").Hash;
|
|
3298
3368
|
transactionIndex: number;
|
|
3299
|
-
status: "success" | "reverted";
|
|
3300
3369
|
logsBloom: import("viem").Hex;
|
|
3301
3370
|
blobGasUsed?: bigint | undefined;
|
|
3302
3371
|
gasUsed: bigint;
|
|
3303
|
-
transactionHash: import("viem").Hash;
|
|
3304
3372
|
blobGasPrice?: bigint | undefined;
|
|
3305
3373
|
cumulativeGasUsed: bigint;
|
|
3306
3374
|
effectiveGasPrice: bigint;
|
|
@@ -3314,7 +3382,7 @@ export declare const chains: readonly [{
|
|
|
3314
3382
|
};
|
|
3315
3383
|
readonly transactionRequest: {
|
|
3316
3384
|
exclude: ("paymaster" | "gasPerPubdata" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
|
|
3317
|
-
format: (args: import("viem/zksync").ZkSyncTransactionRequest) => ({
|
|
3385
|
+
format: (args: import("viem/zksync").ZkSyncTransactionRequest, action?: string | undefined) => ({
|
|
3318
3386
|
data?: `0x${string}` | undefined;
|
|
3319
3387
|
from?: `0x${string}` | undefined;
|
|
3320
3388
|
gas?: `0x${string}` | undefined;
|
|
@@ -3327,9 +3395,9 @@ export declare const chains: readonly [{
|
|
|
3327
3395
|
maxFeePerGas?: undefined | undefined;
|
|
3328
3396
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
3329
3397
|
blobs?: undefined;
|
|
3330
|
-
accessList?: undefined;
|
|
3331
3398
|
blobVersionedHashes?: undefined;
|
|
3332
3399
|
kzg?: undefined;
|
|
3400
|
+
accessList?: undefined;
|
|
3333
3401
|
sidecars?: undefined;
|
|
3334
3402
|
authorizationList?: undefined;
|
|
3335
3403
|
eip712Meta?: undefined | undefined;
|
|
@@ -3374,34 +3442,53 @@ export declare const chains: readonly [{
|
|
|
3374
3442
|
} | {
|
|
3375
3443
|
type?: "0x3" | undefined;
|
|
3376
3444
|
data?: `0x${string}` | undefined;
|
|
3377
|
-
|
|
3445
|
+
value?: `0x${string}` | undefined;
|
|
3378
3446
|
gas?: `0x${string}` | undefined;
|
|
3447
|
+
from?: `0x${string}` | undefined;
|
|
3379
3448
|
nonce?: `0x${string}` | undefined;
|
|
3449
|
+
to: `0x${string}` | null;
|
|
3450
|
+
gasPrice?: undefined | undefined;
|
|
3451
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
3452
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
3453
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
3454
|
+
accessList?: import("viem").AccessList | undefined;
|
|
3455
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3456
|
+
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
3457
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
3458
|
+
kzg?: undefined;
|
|
3459
|
+
authorizationList?: undefined;
|
|
3460
|
+
eip712Meta?: undefined | undefined;
|
|
3461
|
+
} | {
|
|
3462
|
+
type?: "0x3" | undefined;
|
|
3463
|
+
data?: `0x${string}` | undefined;
|
|
3380
3464
|
value?: `0x${string}` | undefined;
|
|
3465
|
+
gas?: `0x${string}` | undefined;
|
|
3466
|
+
from?: `0x${string}` | undefined;
|
|
3467
|
+
nonce?: `0x${string}` | undefined;
|
|
3381
3468
|
to: `0x${string}` | null;
|
|
3382
3469
|
gasPrice?: undefined | undefined;
|
|
3470
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
3383
3471
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
3384
3472
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
3385
|
-
maxFeePerBlobGas: `0x${string}`;
|
|
3386
3473
|
accessList?: import("viem").AccessList | undefined;
|
|
3474
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3387
3475
|
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
3388
3476
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
3389
3477
|
kzg?: import("viem").Kzg | undefined;
|
|
3390
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3391
3478
|
authorizationList?: undefined;
|
|
3392
3479
|
eip712Meta?: undefined | undefined;
|
|
3393
3480
|
} | {
|
|
3394
|
-
type?: "0x4" | undefined;
|
|
3395
3481
|
gasPrice?: undefined | undefined;
|
|
3396
3482
|
maxFeePerBlobGas?: undefined | undefined;
|
|
3397
3483
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
3398
3484
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
3399
|
-
|
|
3485
|
+
type?: "0x4" | undefined;
|
|
3400
3486
|
data?: `0x${string}` | undefined;
|
|
3401
|
-
|
|
3487
|
+
value?: `0x${string}` | undefined;
|
|
3402
3488
|
gas?: `0x${string}` | undefined;
|
|
3489
|
+
to?: `0x${string}` | null | undefined;
|
|
3490
|
+
from?: `0x${string}` | undefined;
|
|
3403
3491
|
nonce?: `0x${string}` | undefined;
|
|
3404
|
-
value?: `0x${string}` | undefined;
|
|
3405
3492
|
accessList?: import("viem").AccessList | undefined;
|
|
3406
3493
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
3407
3494
|
blobs?: undefined;
|
|
@@ -3466,7 +3553,7 @@ export declare const chains: readonly [{
|
|
|
3466
3553
|
readonly multicall3: {
|
|
3467
3554
|
readonly address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
|
|
3468
3555
|
};
|
|
3469
|
-
readonly
|
|
3556
|
+
readonly erc6492Verifier: {
|
|
3470
3557
|
readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
|
|
3471
3558
|
readonly blockCreated: 45659388;
|
|
3472
3559
|
};
|
|
@@ -3503,6 +3590,7 @@ export declare const chains: readonly [{
|
|
|
3503
3590
|
readonly apiUrl: "https://api.lineascan.build/api";
|
|
3504
3591
|
};
|
|
3505
3592
|
};
|
|
3593
|
+
blockTime?: number | undefined | undefined;
|
|
3506
3594
|
contracts: {
|
|
3507
3595
|
readonly multicall3: {
|
|
3508
3596
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
@@ -3513,8 +3601,8 @@ export declare const chains: readonly [{
|
|
|
3513
3601
|
readonly blockCreated: 6682888;
|
|
3514
3602
|
};
|
|
3515
3603
|
readonly ensUniversalResolver: {
|
|
3516
|
-
readonly address: "
|
|
3517
|
-
readonly blockCreated:
|
|
3604
|
+
readonly address: "0x4D41762915F83c76EcaF6776d9b08076aA32b492";
|
|
3605
|
+
readonly blockCreated: 22222151;
|
|
3518
3606
|
};
|
|
3519
3607
|
};
|
|
3520
3608
|
ensTlds: readonly [".linea.eth"];
|
|
@@ -3525,6 +3613,7 @@ export declare const chains: readonly [{
|
|
|
3525
3613
|
readonly symbol: "ETH";
|
|
3526
3614
|
readonly decimals: 18;
|
|
3527
3615
|
};
|
|
3616
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3528
3617
|
rpcUrls: {
|
|
3529
3618
|
readonly default: {
|
|
3530
3619
|
readonly http: readonly ["https://rpc.linea.build"];
|
|
@@ -3576,8 +3665,8 @@ export declare const chains: readonly [{
|
|
|
3576
3665
|
readonly blockCreated: 6682888;
|
|
3577
3666
|
};
|
|
3578
3667
|
readonly ensUniversalResolver: {
|
|
3579
|
-
readonly address: "
|
|
3580
|
-
readonly blockCreated:
|
|
3668
|
+
readonly address: "0x4D41762915F83c76EcaF6776d9b08076aA32b492";
|
|
3669
|
+
readonly blockCreated: 22222151;
|
|
3581
3670
|
};
|
|
3582
3671
|
};
|
|
3583
3672
|
};
|
|
@@ -3612,6 +3701,7 @@ export declare const chains: readonly [{
|
|
|
3612
3701
|
readonly apiUrl: "https://api.basescan.org/api";
|
|
3613
3702
|
};
|
|
3614
3703
|
};
|
|
3704
|
+
blockTime: 2000;
|
|
3615
3705
|
contracts: {
|
|
3616
3706
|
readonly disputeGameFactory: {
|
|
3617
3707
|
readonly 1: {
|
|
@@ -3666,6 +3756,7 @@ export declare const chains: readonly [{
|
|
|
3666
3756
|
readonly symbol: "ETH";
|
|
3667
3757
|
readonly decimals: 18;
|
|
3668
3758
|
};
|
|
3759
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3669
3760
|
rpcUrls: {
|
|
3670
3761
|
readonly default: {
|
|
3671
3762
|
readonly http: readonly ["https://mainnet.base.org"];
|
|
@@ -3678,7 +3769,7 @@ export declare const chains: readonly [{
|
|
|
3678
3769
|
formatters: {
|
|
3679
3770
|
readonly block: {
|
|
3680
3771
|
exclude: [] | undefined;
|
|
3681
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
3772
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
3682
3773
|
baseFeePerGas: bigint | null;
|
|
3683
3774
|
blobGasUsed: bigint;
|
|
3684
3775
|
difficulty: bigint;
|
|
@@ -3711,7 +3802,7 @@ export declare const chains: readonly [{
|
|
|
3711
3802
|
};
|
|
3712
3803
|
readonly transaction: {
|
|
3713
3804
|
exclude: [] | undefined;
|
|
3714
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
3805
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
3715
3806
|
blockHash: `0x${string}` | null;
|
|
3716
3807
|
blockNumber: bigint | null;
|
|
3717
3808
|
from: import("viem").Address;
|
|
@@ -3739,16 +3830,16 @@ export declare const chains: readonly [{
|
|
|
3739
3830
|
r: import("viem").Hex;
|
|
3740
3831
|
s: import("viem").Hex;
|
|
3741
3832
|
v: bigint;
|
|
3833
|
+
value: bigint;
|
|
3834
|
+
gas: bigint;
|
|
3742
3835
|
to: import("viem").Address | null;
|
|
3743
3836
|
from: import("viem").Address;
|
|
3744
|
-
gas: bigint;
|
|
3745
3837
|
nonce: number;
|
|
3746
|
-
value: bigint;
|
|
3747
3838
|
blockHash: `0x${string}` | null;
|
|
3748
3839
|
blockNumber: bigint | null;
|
|
3840
|
+
transactionIndex: number | null;
|
|
3749
3841
|
hash: import("viem").Hash;
|
|
3750
3842
|
input: import("viem").Hex;
|
|
3751
|
-
transactionIndex: number | null;
|
|
3752
3843
|
typeHex: import("viem").Hex | null;
|
|
3753
3844
|
accessList?: undefined | undefined;
|
|
3754
3845
|
authorizationList?: undefined | undefined;
|
|
@@ -3880,7 +3971,7 @@ export declare const chains: readonly [{
|
|
|
3880
3971
|
};
|
|
3881
3972
|
readonly transactionReceipt: {
|
|
3882
3973
|
exclude: [] | undefined;
|
|
3883
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
3974
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
3884
3975
|
blobGasPrice?: bigint | undefined;
|
|
3885
3976
|
blobGasUsed?: bigint | undefined;
|
|
3886
3977
|
blockHash: import("viem").Hash;
|
|
@@ -4012,6 +4103,7 @@ export declare const chains: readonly [{
|
|
|
4012
4103
|
readonly apiUrl: "https://api.scrollscan.com/api";
|
|
4013
4104
|
};
|
|
4014
4105
|
};
|
|
4106
|
+
blockTime?: number | undefined | undefined;
|
|
4015
4107
|
contracts: {
|
|
4016
4108
|
readonly multicall3: {
|
|
4017
4109
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -4026,6 +4118,7 @@ export declare const chains: readonly [{
|
|
|
4026
4118
|
readonly symbol: "ETH";
|
|
4027
4119
|
readonly decimals: 18;
|
|
4028
4120
|
};
|
|
4121
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4029
4122
|
rpcUrls: {
|
|
4030
4123
|
readonly default: {
|
|
4031
4124
|
readonly http: readonly ["https://rpc.scroll.io"];
|
|
@@ -4098,9 +4191,10 @@ export declare const chains: readonly [{
|
|
|
4098
4191
|
blockExplorers: {
|
|
4099
4192
|
readonly default: {
|
|
4100
4193
|
readonly name: "ZetaScan";
|
|
4101
|
-
readonly url: "https://
|
|
4194
|
+
readonly url: "https://zetascan.com";
|
|
4102
4195
|
};
|
|
4103
4196
|
};
|
|
4197
|
+
blockTime?: number | undefined | undefined;
|
|
4104
4198
|
contracts: {
|
|
4105
4199
|
readonly multicall3: {
|
|
4106
4200
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
@@ -4115,6 +4209,7 @@ export declare const chains: readonly [{
|
|
|
4115
4209
|
readonly name: "Zeta";
|
|
4116
4210
|
readonly symbol: "ZETA";
|
|
4117
4211
|
};
|
|
4212
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4118
4213
|
rpcUrls: {
|
|
4119
4214
|
readonly default: {
|
|
4120
4215
|
readonly http: readonly ["https://zetachain-evm.blockpi.network/v1/rpc/public"];
|
|
@@ -4189,6 +4284,7 @@ export declare const chains: readonly [{
|
|
|
4189
4284
|
readonly apiUrl: "https://explorer-api.cronos.org/mainnet/api";
|
|
4190
4285
|
};
|
|
4191
4286
|
};
|
|
4287
|
+
blockTime?: number | undefined | undefined;
|
|
4192
4288
|
contracts: {
|
|
4193
4289
|
readonly multicall3: {
|
|
4194
4290
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
@@ -4203,6 +4299,7 @@ export declare const chains: readonly [{
|
|
|
4203
4299
|
readonly name: "Cronos";
|
|
4204
4300
|
readonly symbol: "CRO";
|
|
4205
4301
|
};
|
|
4302
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4206
4303
|
rpcUrls: {
|
|
4207
4304
|
readonly default: {
|
|
4208
4305
|
readonly http: readonly ["https://evm.cronos.org"];
|
|
@@ -4277,11 +4374,30 @@ export declare const chains: readonly [{
|
|
|
4277
4374
|
readonly apiUrl: "https://api.blastscan.io/api";
|
|
4278
4375
|
};
|
|
4279
4376
|
};
|
|
4377
|
+
blockTime: 2000;
|
|
4280
4378
|
contracts: {
|
|
4281
4379
|
readonly multicall3: {
|
|
4282
4380
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
4283
4381
|
readonly blockCreated: 212929;
|
|
4284
4382
|
};
|
|
4383
|
+
readonly l2OutputOracle: {
|
|
4384
|
+
readonly 1: {
|
|
4385
|
+
readonly address: "0x826D1B0D4111Ad9146Eb8941D7Ca2B6a44215c76";
|
|
4386
|
+
readonly blockCreated: 19300358;
|
|
4387
|
+
};
|
|
4388
|
+
};
|
|
4389
|
+
readonly portal: {
|
|
4390
|
+
readonly 1: {
|
|
4391
|
+
readonly address: "0x0Ec68c5B10F21EFFb74f2A5C61DFe6b08C0Db6Cb";
|
|
4392
|
+
readonly blockCreated: 19300357;
|
|
4393
|
+
};
|
|
4394
|
+
};
|
|
4395
|
+
readonly l1StandardBridge: {
|
|
4396
|
+
readonly 1: {
|
|
4397
|
+
readonly address: "0x697402166Fbf2F22E970df8a6486Ef171dbfc524";
|
|
4398
|
+
readonly blockCreated: 19300360;
|
|
4399
|
+
};
|
|
4400
|
+
};
|
|
4285
4401
|
readonly gasPriceOracle: {
|
|
4286
4402
|
readonly address: "0x420000000000000000000000000000000000000F";
|
|
4287
4403
|
};
|
|
@@ -4309,6 +4425,7 @@ export declare const chains: readonly [{
|
|
|
4309
4425
|
readonly name: "Ether";
|
|
4310
4426
|
readonly symbol: "ETH";
|
|
4311
4427
|
};
|
|
4428
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4312
4429
|
rpcUrls: {
|
|
4313
4430
|
readonly default: {
|
|
4314
4431
|
readonly http: readonly ["https://rpc.blast.io"];
|
|
@@ -4321,7 +4438,7 @@ export declare const chains: readonly [{
|
|
|
4321
4438
|
formatters: {
|
|
4322
4439
|
readonly block: {
|
|
4323
4440
|
exclude: [] | undefined;
|
|
4324
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
4441
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
4325
4442
|
baseFeePerGas: bigint | null;
|
|
4326
4443
|
blobGasUsed: bigint;
|
|
4327
4444
|
difficulty: bigint;
|
|
@@ -4354,7 +4471,7 @@ export declare const chains: readonly [{
|
|
|
4354
4471
|
};
|
|
4355
4472
|
readonly transaction: {
|
|
4356
4473
|
exclude: [] | undefined;
|
|
4357
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
4474
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
4358
4475
|
blockHash: `0x${string}` | null;
|
|
4359
4476
|
blockNumber: bigint | null;
|
|
4360
4477
|
from: import("viem").Address;
|
|
@@ -4382,16 +4499,16 @@ export declare const chains: readonly [{
|
|
|
4382
4499
|
r: import("viem").Hex;
|
|
4383
4500
|
s: import("viem").Hex;
|
|
4384
4501
|
v: bigint;
|
|
4502
|
+
value: bigint;
|
|
4503
|
+
gas: bigint;
|
|
4385
4504
|
to: import("viem").Address | null;
|
|
4386
4505
|
from: import("viem").Address;
|
|
4387
|
-
gas: bigint;
|
|
4388
4506
|
nonce: number;
|
|
4389
|
-
value: bigint;
|
|
4390
4507
|
blockHash: `0x${string}` | null;
|
|
4391
4508
|
blockNumber: bigint | null;
|
|
4509
|
+
transactionIndex: number | null;
|
|
4392
4510
|
hash: import("viem").Hash;
|
|
4393
4511
|
input: import("viem").Hex;
|
|
4394
|
-
transactionIndex: number | null;
|
|
4395
4512
|
typeHex: import("viem").Hex | null;
|
|
4396
4513
|
accessList?: undefined | undefined;
|
|
4397
4514
|
authorizationList?: undefined | undefined;
|
|
@@ -4523,7 +4640,7 @@ export declare const chains: readonly [{
|
|
|
4523
4640
|
};
|
|
4524
4641
|
readonly transactionReceipt: {
|
|
4525
4642
|
exclude: [] | undefined;
|
|
4526
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
4643
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
4527
4644
|
blobGasPrice?: bigint | undefined;
|
|
4528
4645
|
blobGasUsed?: bigint | undefined;
|
|
4529
4646
|
blockHash: import("viem").Hash;
|
|
@@ -4582,6 +4699,24 @@ export declare const chains: readonly [{
|
|
|
4582
4699
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
4583
4700
|
readonly blockCreated: 212929;
|
|
4584
4701
|
};
|
|
4702
|
+
readonly l2OutputOracle: {
|
|
4703
|
+
readonly 1: {
|
|
4704
|
+
readonly address: "0x826D1B0D4111Ad9146Eb8941D7Ca2B6a44215c76";
|
|
4705
|
+
readonly blockCreated: 19300358;
|
|
4706
|
+
};
|
|
4707
|
+
};
|
|
4708
|
+
readonly portal: {
|
|
4709
|
+
readonly 1: {
|
|
4710
|
+
readonly address: "0x0Ec68c5B10F21EFFb74f2A5C61DFe6b08C0Db6Cb";
|
|
4711
|
+
readonly blockCreated: 19300357;
|
|
4712
|
+
};
|
|
4713
|
+
};
|
|
4714
|
+
readonly l1StandardBridge: {
|
|
4715
|
+
readonly 1: {
|
|
4716
|
+
readonly address: "0x697402166Fbf2F22E970df8a6486Ef171dbfc524";
|
|
4717
|
+
readonly blockCreated: 19300360;
|
|
4718
|
+
};
|
|
4719
|
+
};
|
|
4585
4720
|
readonly gasPriceOracle: {
|
|
4586
4721
|
readonly address: "0x420000000000000000000000000000000000000F";
|
|
4587
4722
|
};
|
|
@@ -4632,6 +4767,7 @@ export declare const chains: readonly [{
|
|
|
4632
4767
|
readonly url: "https://elated-tan-skat.explorer.mainnet.skalenodes.com";
|
|
4633
4768
|
};
|
|
4634
4769
|
};
|
|
4770
|
+
blockTime?: number | undefined | undefined;
|
|
4635
4771
|
contracts: {
|
|
4636
4772
|
readonly multicall3: {
|
|
4637
4773
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
@@ -4646,6 +4782,7 @@ export declare const chains: readonly [{
|
|
|
4646
4782
|
readonly symbol: "sFUEL";
|
|
4647
4783
|
readonly decimals: 18;
|
|
4648
4784
|
};
|
|
4785
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4649
4786
|
rpcUrls: {
|
|
4650
4787
|
readonly default: {
|
|
4651
4788
|
readonly http: readonly ["https://mainnet.skalenodes.com/v1/elated-tan-skat"];
|
|
@@ -4721,6 +4858,7 @@ export declare const chains: readonly [{
|
|
|
4721
4858
|
readonly url: "https://explorer.rsk.co";
|
|
4722
4859
|
};
|
|
4723
4860
|
};
|
|
4861
|
+
blockTime?: number | undefined | undefined;
|
|
4724
4862
|
contracts: {
|
|
4725
4863
|
readonly multicall3: {
|
|
4726
4864
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
@@ -4735,6 +4873,7 @@ export declare const chains: readonly [{
|
|
|
4735
4873
|
readonly name: "Rootstock Bitcoin";
|
|
4736
4874
|
readonly symbol: "RBTC";
|
|
4737
4875
|
};
|
|
4876
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4738
4877
|
rpcUrls: {
|
|
4739
4878
|
readonly default: {
|
|
4740
4879
|
readonly http: readonly ["https://public-node.rsk.co"];
|
|
@@ -4810,6 +4949,7 @@ export declare const chains: readonly [{
|
|
|
4810
4949
|
readonly apiUrl: "https://api.mantlescan.xyz/api";
|
|
4811
4950
|
};
|
|
4812
4951
|
};
|
|
4952
|
+
blockTime?: number | undefined | undefined;
|
|
4813
4953
|
contracts: {
|
|
4814
4954
|
readonly multicall3: {
|
|
4815
4955
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
@@ -4824,6 +4964,7 @@ export declare const chains: readonly [{
|
|
|
4824
4964
|
readonly name: "MNT";
|
|
4825
4965
|
readonly symbol: "MNT";
|
|
4826
4966
|
};
|
|
4967
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4827
4968
|
rpcUrls: {
|
|
4828
4969
|
readonly default: {
|
|
4829
4970
|
readonly http: readonly ["https://rpc.mantle.xyz"];
|
|
@@ -4898,6 +5039,7 @@ export declare const chains: readonly [{
|
|
|
4898
5039
|
readonly apiUrl: "https://pacific-explorer.manta.network/api";
|
|
4899
5040
|
};
|
|
4900
5041
|
};
|
|
5042
|
+
blockTime?: number | undefined | undefined;
|
|
4901
5043
|
contracts: {
|
|
4902
5044
|
readonly multicall3: {
|
|
4903
5045
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
@@ -4912,6 +5054,7 @@ export declare const chains: readonly [{
|
|
|
4912
5054
|
readonly name: "ETH";
|
|
4913
5055
|
readonly symbol: "ETH";
|
|
4914
5056
|
};
|
|
5057
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4915
5058
|
rpcUrls: {
|
|
4916
5059
|
readonly default: {
|
|
4917
5060
|
readonly http: readonly ["https://pacific-rpc.manta.network/http"];
|
|
@@ -4986,6 +5129,7 @@ export declare const chains: readonly [{
|
|
|
4986
5129
|
readonly url: "https://modescan.io";
|
|
4987
5130
|
};
|
|
4988
5131
|
};
|
|
5132
|
+
blockTime: 2000;
|
|
4989
5133
|
contracts: {
|
|
4990
5134
|
readonly multicall3: {
|
|
4991
5135
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -5033,6 +5177,7 @@ export declare const chains: readonly [{
|
|
|
5033
5177
|
readonly symbol: "ETH";
|
|
5034
5178
|
readonly decimals: 18;
|
|
5035
5179
|
};
|
|
5180
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
5036
5181
|
rpcUrls: {
|
|
5037
5182
|
readonly default: {
|
|
5038
5183
|
readonly http: readonly ["https://mainnet.mode.network"];
|
|
@@ -5045,7 +5190,7 @@ export declare const chains: readonly [{
|
|
|
5045
5190
|
formatters: {
|
|
5046
5191
|
readonly block: {
|
|
5047
5192
|
exclude: [] | undefined;
|
|
5048
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
5193
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
5049
5194
|
baseFeePerGas: bigint | null;
|
|
5050
5195
|
blobGasUsed: bigint;
|
|
5051
5196
|
difficulty: bigint;
|
|
@@ -5078,7 +5223,7 @@ export declare const chains: readonly [{
|
|
|
5078
5223
|
};
|
|
5079
5224
|
readonly transaction: {
|
|
5080
5225
|
exclude: [] | undefined;
|
|
5081
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
5226
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
5082
5227
|
blockHash: `0x${string}` | null;
|
|
5083
5228
|
blockNumber: bigint | null;
|
|
5084
5229
|
from: import("viem").Address;
|
|
@@ -5106,16 +5251,16 @@ export declare const chains: readonly [{
|
|
|
5106
5251
|
r: import("viem").Hex;
|
|
5107
5252
|
s: import("viem").Hex;
|
|
5108
5253
|
v: bigint;
|
|
5254
|
+
value: bigint;
|
|
5255
|
+
gas: bigint;
|
|
5109
5256
|
to: import("viem").Address | null;
|
|
5110
5257
|
from: import("viem").Address;
|
|
5111
|
-
gas: bigint;
|
|
5112
5258
|
nonce: number;
|
|
5113
|
-
value: bigint;
|
|
5114
5259
|
blockHash: `0x${string}` | null;
|
|
5115
5260
|
blockNumber: bigint | null;
|
|
5261
|
+
transactionIndex: number | null;
|
|
5116
5262
|
hash: import("viem").Hash;
|
|
5117
5263
|
input: import("viem").Hex;
|
|
5118
|
-
transactionIndex: number | null;
|
|
5119
5264
|
typeHex: import("viem").Hex | null;
|
|
5120
5265
|
accessList?: undefined | undefined;
|
|
5121
5266
|
authorizationList?: undefined | undefined;
|
|
@@ -5247,7 +5392,7 @@ export declare const chains: readonly [{
|
|
|
5247
5392
|
};
|
|
5248
5393
|
readonly transactionReceipt: {
|
|
5249
5394
|
exclude: [] | undefined;
|
|
5250
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
5395
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
5251
5396
|
blobGasPrice?: bigint | undefined;
|
|
5252
5397
|
blobGasUsed?: bigint | undefined;
|
|
5253
5398
|
blockHash: import("viem").Hash;
|
|
@@ -5372,6 +5517,7 @@ export declare const chains: readonly [{
|
|
|
5372
5517
|
readonly apiUrl: "https://api.taikoscan.io/api";
|
|
5373
5518
|
};
|
|
5374
5519
|
};
|
|
5520
|
+
blockTime?: number | undefined | undefined;
|
|
5375
5521
|
contracts: {
|
|
5376
5522
|
readonly multicall3: {
|
|
5377
5523
|
readonly address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
@@ -5385,6 +5531,7 @@ export declare const chains: readonly [{
|
|
|
5385
5531
|
readonly name: "Ether";
|
|
5386
5532
|
readonly symbol: "ETH";
|
|
5387
5533
|
};
|
|
5534
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
5388
5535
|
rpcUrls: {
|
|
5389
5536
|
readonly default: {
|
|
5390
5537
|
readonly http: readonly ["https://rpc.mainnet.taiko.xyz"];
|
|
@@ -5459,6 +5606,7 @@ export declare const chains: readonly [{
|
|
|
5459
5606
|
readonly url: "https://explorer.zklink.io";
|
|
5460
5607
|
};
|
|
5461
5608
|
};
|
|
5609
|
+
blockTime?: number | undefined | undefined;
|
|
5462
5610
|
contracts?: {
|
|
5463
5611
|
[x: string]: import("viem").ChainContract | {
|
|
5464
5612
|
[sourceId: number]: import("viem").ChainContract | undefined;
|
|
@@ -5466,7 +5614,7 @@ export declare const chains: readonly [{
|
|
|
5466
5614
|
ensRegistry?: import("viem").ChainContract | undefined;
|
|
5467
5615
|
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
5468
5616
|
multicall3?: import("viem").ChainContract | undefined;
|
|
5469
|
-
|
|
5617
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
5470
5618
|
} | undefined;
|
|
5471
5619
|
ensTlds?: readonly string[] | undefined;
|
|
5472
5620
|
id: 810180;
|
|
@@ -5476,6 +5624,7 @@ export declare const chains: readonly [{
|
|
|
5476
5624
|
readonly name: "ETH";
|
|
5477
5625
|
readonly symbol: "ETH";
|
|
5478
5626
|
};
|
|
5627
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
5479
5628
|
rpcUrls: {
|
|
5480
5629
|
readonly default: {
|
|
5481
5630
|
readonly http: readonly ["https://rpc.zklink.io"];
|
|
@@ -5550,6 +5699,7 @@ export declare const chains: readonly [{
|
|
|
5550
5699
|
readonly apiUrl: "https://api.apescan.io/api";
|
|
5551
5700
|
};
|
|
5552
5701
|
};
|
|
5702
|
+
blockTime?: number | undefined | undefined;
|
|
5553
5703
|
contracts: {
|
|
5554
5704
|
readonly multicall3: {
|
|
5555
5705
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
@@ -5564,6 +5714,7 @@ export declare const chains: readonly [{
|
|
|
5564
5714
|
readonly symbol: "APE";
|
|
5565
5715
|
readonly decimals: 18;
|
|
5566
5716
|
};
|
|
5717
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
5567
5718
|
rpcUrls: {
|
|
5568
5719
|
readonly default: {
|
|
5569
5720
|
readonly http: readonly ["https://rpc.apechain.com/http"];
|
|
@@ -5639,6 +5790,7 @@ export declare const chains: readonly [{
|
|
|
5639
5790
|
readonly url: "https://sonicscan.org";
|
|
5640
5791
|
};
|
|
5641
5792
|
};
|
|
5793
|
+
blockTime: 630;
|
|
5642
5794
|
contracts: {
|
|
5643
5795
|
readonly multicall3: {
|
|
5644
5796
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -5653,6 +5805,7 @@ export declare const chains: readonly [{
|
|
|
5653
5805
|
readonly name: "Sonic";
|
|
5654
5806
|
readonly symbol: "S";
|
|
5655
5807
|
};
|
|
5808
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
5656
5809
|
rpcUrls: {
|
|
5657
5810
|
readonly default: {
|
|
5658
5811
|
readonly http: readonly ["https://rpc.soniclabs.com"];
|
|
@@ -5726,6 +5879,7 @@ export declare const chains: readonly [{
|
|
|
5726
5879
|
readonly url: "https://explorer.hemi.xyz";
|
|
5727
5880
|
};
|
|
5728
5881
|
};
|
|
5882
|
+
blockTime: 12000;
|
|
5729
5883
|
contracts?: {
|
|
5730
5884
|
[x: string]: import("viem").ChainContract | {
|
|
5731
5885
|
[sourceId: number]: import("viem").ChainContract | undefined;
|
|
@@ -5733,7 +5887,7 @@ export declare const chains: readonly [{
|
|
|
5733
5887
|
ensRegistry?: import("viem").ChainContract | undefined;
|
|
5734
5888
|
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
5735
5889
|
multicall3?: import("viem").ChainContract | undefined;
|
|
5736
|
-
|
|
5890
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
5737
5891
|
} | undefined;
|
|
5738
5892
|
ensTlds?: readonly string[] | undefined;
|
|
5739
5893
|
id: 43111;
|
|
@@ -5743,6 +5897,7 @@ export declare const chains: readonly [{
|
|
|
5743
5897
|
readonly symbol: "ETH";
|
|
5744
5898
|
readonly decimals: 18;
|
|
5745
5899
|
};
|
|
5900
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
5746
5901
|
rpcUrls: {
|
|
5747
5902
|
readonly default: {
|
|
5748
5903
|
readonly http: readonly ["https://rpc.hemi.network/rpc"];
|
|
@@ -5818,6 +5973,7 @@ export declare const chains: readonly [{
|
|
|
5818
5973
|
readonly apiUrl: "https://api.katanascan.com/api";
|
|
5819
5974
|
};
|
|
5820
5975
|
};
|
|
5976
|
+
blockTime?: number | undefined | undefined;
|
|
5821
5977
|
contracts: {
|
|
5822
5978
|
readonly multicall3: {
|
|
5823
5979
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -5832,6 +5988,7 @@ export declare const chains: readonly [{
|
|
|
5832
5988
|
readonly name: "Ether";
|
|
5833
5989
|
readonly symbol: "ETH";
|
|
5834
5990
|
};
|
|
5991
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
5835
5992
|
rpcUrls: {
|
|
5836
5993
|
readonly default: {
|
|
5837
5994
|
readonly http: readonly ["https://rpc.katanarpc.com"];
|
|
@@ -5906,6 +6063,7 @@ export declare const chains: readonly [{
|
|
|
5906
6063
|
readonly apiUrl: "https://api.hyperevmscan.io/api";
|
|
5907
6064
|
};
|
|
5908
6065
|
};
|
|
6066
|
+
blockTime?: number | undefined | undefined;
|
|
5909
6067
|
contracts: {
|
|
5910
6068
|
readonly multicall3: {
|
|
5911
6069
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -5920,6 +6078,7 @@ export declare const chains: readonly [{
|
|
|
5920
6078
|
readonly name: "Hyperliquid";
|
|
5921
6079
|
readonly symbol: "HYPE";
|
|
5922
6080
|
};
|
|
6081
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
5923
6082
|
rpcUrls: {
|
|
5924
6083
|
readonly default: {
|
|
5925
6084
|
readonly http: readonly ["https://rpc.hyperliquid.xyz/evm"];
|
|
@@ -5993,6 +6152,7 @@ export declare const chains: readonly [{
|
|
|
5993
6152
|
readonly url: "https://berascan.com";
|
|
5994
6153
|
};
|
|
5995
6154
|
};
|
|
6155
|
+
blockTime: 2000;
|
|
5996
6156
|
contracts: {
|
|
5997
6157
|
readonly multicall3: {
|
|
5998
6158
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
@@ -6003,8 +6163,8 @@ export declare const chains: readonly [{
|
|
|
6003
6163
|
readonly blockCreated: 877007;
|
|
6004
6164
|
};
|
|
6005
6165
|
readonly ensUniversalResolver: {
|
|
6006
|
-
readonly address: "
|
|
6007
|
-
readonly blockCreated:
|
|
6166
|
+
readonly address: "0x4D41762915F83c76EcaF6776d9b08076aA32b492";
|
|
6167
|
+
readonly blockCreated: 9310021;
|
|
6008
6168
|
};
|
|
6009
6169
|
};
|
|
6010
6170
|
ensTlds: readonly [".bera"];
|
|
@@ -6015,6 +6175,7 @@ export declare const chains: readonly [{
|
|
|
6015
6175
|
readonly name: "BERA Token";
|
|
6016
6176
|
readonly symbol: "BERA";
|
|
6017
6177
|
};
|
|
6178
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
6018
6179
|
rpcUrls: {
|
|
6019
6180
|
readonly default: {
|
|
6020
6181
|
readonly http: readonly ["https://rpc.berachain.com"];
|
|
@@ -6061,8 +6222,8 @@ export declare const chains: readonly [{
|
|
|
6061
6222
|
readonly blockCreated: 877007;
|
|
6062
6223
|
};
|
|
6063
6224
|
readonly ensUniversalResolver: {
|
|
6064
|
-
readonly address: "
|
|
6065
|
-
readonly blockCreated:
|
|
6225
|
+
readonly address: "0x4D41762915F83c76EcaF6776d9b08076aA32b492";
|
|
6226
|
+
readonly blockCreated: 9310021;
|
|
6066
6227
|
};
|
|
6067
6228
|
};
|
|
6068
6229
|
};
|
|
@@ -6096,6 +6257,7 @@ export declare const chains: readonly [{
|
|
|
6096
6257
|
readonly url: "https://plasmascan.to";
|
|
6097
6258
|
};
|
|
6098
6259
|
};
|
|
6260
|
+
blockTime?: number | undefined | undefined;
|
|
6099
6261
|
contracts: {
|
|
6100
6262
|
readonly multicall3: {
|
|
6101
6263
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -6110,6 +6272,7 @@ export declare const chains: readonly [{
|
|
|
6110
6272
|
readonly symbol: "XPL";
|
|
6111
6273
|
readonly decimals: 18;
|
|
6112
6274
|
};
|
|
6275
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
6113
6276
|
rpcUrls: {
|
|
6114
6277
|
readonly default: {
|
|
6115
6278
|
readonly http: readonly ["https://rpc.plasma.to"];
|
|
@@ -6184,17 +6347,15 @@ export declare const chains: readonly [{
|
|
|
6184
6347
|
readonly apiUrl: "https://api-sepolia.etherscan.io/api";
|
|
6185
6348
|
};
|
|
6186
6349
|
};
|
|
6350
|
+
blockTime?: number | undefined | undefined;
|
|
6187
6351
|
contracts: {
|
|
6188
6352
|
readonly multicall3: {
|
|
6189
6353
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
6190
6354
|
readonly blockCreated: 751532;
|
|
6191
6355
|
};
|
|
6192
|
-
readonly ensRegistry: {
|
|
6193
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
6194
|
-
};
|
|
6195
6356
|
readonly ensUniversalResolver: {
|
|
6196
|
-
readonly address: "
|
|
6197
|
-
readonly blockCreated:
|
|
6357
|
+
readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
6358
|
+
readonly blockCreated: 8928790;
|
|
6198
6359
|
};
|
|
6199
6360
|
};
|
|
6200
6361
|
ensTlds?: readonly string[] | undefined;
|
|
@@ -6205,6 +6366,7 @@ export declare const chains: readonly [{
|
|
|
6205
6366
|
readonly symbol: "ETH";
|
|
6206
6367
|
readonly decimals: 18;
|
|
6207
6368
|
};
|
|
6369
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
6208
6370
|
rpcUrls: {
|
|
6209
6371
|
readonly default: {
|
|
6210
6372
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
@@ -6246,12 +6408,9 @@ export declare const chains: readonly [{
|
|
|
6246
6408
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
6247
6409
|
readonly blockCreated: 751532;
|
|
6248
6410
|
};
|
|
6249
|
-
readonly ensRegistry: {
|
|
6250
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
6251
|
-
};
|
|
6252
6411
|
readonly ensUniversalResolver: {
|
|
6253
|
-
readonly address: "
|
|
6254
|
-
readonly blockCreated:
|
|
6412
|
+
readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
6413
|
+
readonly blockCreated: 8928790;
|
|
6255
6414
|
};
|
|
6256
6415
|
};
|
|
6257
6416
|
};
|
|
@@ -6286,6 +6445,7 @@ export declare const chains: readonly [{
|
|
|
6286
6445
|
readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
|
|
6287
6446
|
};
|
|
6288
6447
|
};
|
|
6448
|
+
blockTime: 250;
|
|
6289
6449
|
contracts: {
|
|
6290
6450
|
readonly multicall3: {
|
|
6291
6451
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -6300,6 +6460,7 @@ export declare const chains: readonly [{
|
|
|
6300
6460
|
readonly symbol: "ETH";
|
|
6301
6461
|
readonly decimals: 18;
|
|
6302
6462
|
};
|
|
6463
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
6303
6464
|
rpcUrls: {
|
|
6304
6465
|
readonly default: {
|
|
6305
6466
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
@@ -6374,6 +6535,7 @@ export declare const chains: readonly [{
|
|
|
6374
6535
|
readonly apiUrl: "https://explorer.tatara.katana.network/api";
|
|
6375
6536
|
};
|
|
6376
6537
|
};
|
|
6538
|
+
blockTime?: number | undefined | undefined;
|
|
6377
6539
|
contracts: {
|
|
6378
6540
|
readonly multicall3: {
|
|
6379
6541
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
@@ -6388,6 +6550,7 @@ export declare const chains: readonly [{
|
|
|
6388
6550
|
readonly name: "Ether";
|
|
6389
6551
|
readonly symbol: "ETH";
|
|
6390
6552
|
};
|
|
6553
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
6391
6554
|
rpcUrls: {
|
|
6392
6555
|
readonly default: {
|
|
6393
6556
|
readonly http: readonly ["https://rpc.tatara.katanarpc.com"];
|
|
@@ -6584,7 +6747,7 @@ export declare const ChainId: {
|
|
|
6584
6747
|
} & {
|
|
6585
6748
|
KADENA: -3;
|
|
6586
6749
|
};
|
|
6587
|
-
export declare const chainIds: (1 | 10 | 25 | 30 | 56 | 56288 | 137 | 250 | 100 | 42161 | 42170 | 43114 | 1666600000 | 42220 | 2222 | 1088 | 288 | 199 | 1101 | 108 | 314 | 11235 | 1116 | 324 | 59144 | 8453 | 534352 | 7000 | 81457 | 2046399126 |
|
|
6750
|
+
export declare const chainIds: (1 | 10 | 25 | 30 | 56 | 56288 | 137 | 250 | 5000 | 100 | 42161 | 42170 | 43114 | 1666600000 | 42220 | 2222 | 1088 | 288 | 199 | 1101 | 108 | 314 | 11235 | 1116 | 324 | 59144 | 8453 | 534352 | 7000 | 81457 | 2046399126 | 169 | 34443 | 167000 | 810180 | 33139 | 146 | 43111 | 747474 | 999 | 80094 | 9745 | 11155111 | 421614 | 129399 | -1 | -2 | -3)[];
|
|
6588
6751
|
export declare function isChainId(chainId: number): chainId is ChainId;
|
|
6589
6752
|
export declare function getChainById<C extends ChainId>(chainId: C): Extract<(typeof chains)[number], {
|
|
6590
6753
|
chainId: C;
|