@gfxlabs/oku-chains 1.4.2 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/browser.d.ts +98 -206
- package/dist/types/index-mjs.d.ts +98 -206
- package/dist/types/index.d.ts +98 -206
- package/package.json +2 -2
package/dist/types/browser.d.ts
CHANGED
|
@@ -532,7 +532,7 @@ declare const base: Readonly<{
|
|
|
532
532
|
readonly block: {
|
|
533
533
|
exclude: [
|
|
534
534
|
] | undefined;
|
|
535
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
535
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
536
536
|
baseFeePerGas: bigint | null;
|
|
537
537
|
blobGasUsed: bigint;
|
|
538
538
|
difficulty: bigint;
|
|
@@ -566,7 +566,7 @@ declare const base: Readonly<{
|
|
|
566
566
|
readonly transaction: {
|
|
567
567
|
exclude: [
|
|
568
568
|
] | undefined;
|
|
569
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
569
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
570
570
|
blockHash: `0x${string}` | null;
|
|
571
571
|
blockNumber: bigint | null;
|
|
572
572
|
from: import("abitype").Address;
|
|
@@ -736,7 +736,7 @@ declare const base: Readonly<{
|
|
|
736
736
|
readonly transactionReceipt: {
|
|
737
737
|
exclude: [
|
|
738
738
|
] | undefined;
|
|
739
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
739
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
740
740
|
blobGasPrice?: bigint | undefined;
|
|
741
741
|
blobGasUsed?: bigint | undefined;
|
|
742
742
|
blockHash: import("viem").Hash;
|
|
@@ -938,7 +938,7 @@ declare const blast: Readonly<{
|
|
|
938
938
|
readonly block: {
|
|
939
939
|
exclude: [
|
|
940
940
|
] | undefined;
|
|
941
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
941
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
942
942
|
baseFeePerGas: bigint | null;
|
|
943
943
|
blobGasUsed: bigint;
|
|
944
944
|
difficulty: bigint;
|
|
@@ -972,7 +972,7 @@ declare const blast: Readonly<{
|
|
|
972
972
|
readonly transaction: {
|
|
973
973
|
exclude: [
|
|
974
974
|
] | undefined;
|
|
975
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
975
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
976
976
|
blockHash: `0x${string}` | null;
|
|
977
977
|
blockNumber: bigint | null;
|
|
978
978
|
from: import("abitype").Address;
|
|
@@ -1142,7 +1142,7 @@ declare const blast: Readonly<{
|
|
|
1142
1142
|
readonly transactionReceipt: {
|
|
1143
1143
|
exclude: [
|
|
1144
1144
|
] | undefined;
|
|
1145
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
1145
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
1146
1146
|
blobGasPrice?: bigint | undefined;
|
|
1147
1147
|
blobGasUsed?: bigint | undefined;
|
|
1148
1148
|
blockHash: import("viem").Hash;
|
|
@@ -1344,7 +1344,7 @@ declare const bob: Readonly<{
|
|
|
1344
1344
|
readonly block: {
|
|
1345
1345
|
exclude: [
|
|
1346
1346
|
] | undefined;
|
|
1347
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
1347
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
1348
1348
|
baseFeePerGas: bigint | null;
|
|
1349
1349
|
blobGasUsed: bigint;
|
|
1350
1350
|
difficulty: bigint;
|
|
@@ -1378,7 +1378,7 @@ declare const bob: Readonly<{
|
|
|
1378
1378
|
readonly transaction: {
|
|
1379
1379
|
exclude: [
|
|
1380
1380
|
] | undefined;
|
|
1381
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
1381
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
1382
1382
|
blockHash: `0x${string}` | null;
|
|
1383
1383
|
blockNumber: bigint | null;
|
|
1384
1384
|
from: import("abitype").Address;
|
|
@@ -1548,7 +1548,7 @@ declare const bob: Readonly<{
|
|
|
1548
1548
|
readonly transactionReceipt: {
|
|
1549
1549
|
exclude: [
|
|
1550
1550
|
] | undefined;
|
|
1551
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
1551
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
1552
1552
|
blobGasPrice?: bigint | undefined;
|
|
1553
1553
|
blobGasUsed?: bigint | undefined;
|
|
1554
1554
|
blockHash: import("viem").Hash;
|
|
@@ -2022,7 +2022,7 @@ declare const celo: Readonly<{
|
|
|
2022
2022
|
readonly block: {
|
|
2023
2023
|
exclude: [
|
|
2024
2024
|
] | undefined;
|
|
2025
|
-
format: (args: import("viem/chains").CeloRpcBlock
|
|
2025
|
+
format: (args: import("viem/chains").CeloRpcBlock) => {
|
|
2026
2026
|
baseFeePerGas: bigint | null;
|
|
2027
2027
|
blobGasUsed: bigint;
|
|
2028
2028
|
difficulty: bigint;
|
|
@@ -2056,7 +2056,7 @@ declare const celo: Readonly<{
|
|
|
2056
2056
|
readonly transaction: {
|
|
2057
2057
|
exclude: [
|
|
2058
2058
|
] | undefined;
|
|
2059
|
-
format: (args: import("viem/chains").CeloRpcTransaction
|
|
2059
|
+
format: (args: import("viem/chains").CeloRpcTransaction) => ({
|
|
2060
2060
|
r: import("viem").Hex;
|
|
2061
2061
|
s: import("viem").Hex;
|
|
2062
2062
|
v: bigint;
|
|
@@ -2297,8 +2297,8 @@ declare const celo: Readonly<{
|
|
|
2297
2297
|
mint?: bigint | undefined | undefined;
|
|
2298
2298
|
sourceHash: import("viem").Hex;
|
|
2299
2299
|
type: "deposit";
|
|
2300
|
-
blobVersionedHashes?: undefined;
|
|
2301
2300
|
accessList?: undefined;
|
|
2301
|
+
blobVersionedHashes?: undefined;
|
|
2302
2302
|
authorizationList?: undefined;
|
|
2303
2303
|
chainId?: undefined;
|
|
2304
2304
|
feeCurrency?: undefined;
|
|
@@ -2310,7 +2310,7 @@ declare const celo: Readonly<{
|
|
|
2310
2310
|
readonly transactionRequest: {
|
|
2311
2311
|
exclude: [
|
|
2312
2312
|
] | undefined;
|
|
2313
|
-
format: (args: import("viem/chains").CeloTransactionRequest
|
|
2313
|
+
format: (args: import("viem/chains").CeloTransactionRequest) => ({
|
|
2314
2314
|
data?: `0x${string}` | undefined;
|
|
2315
2315
|
from?: `0x${string}` | undefined;
|
|
2316
2316
|
gas?: `0x${string}` | undefined;
|
|
@@ -2322,10 +2322,10 @@ declare const celo: Readonly<{
|
|
|
2322
2322
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2323
2323
|
maxFeePerGas?: undefined | undefined;
|
|
2324
2324
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
2325
|
+
accessList?: undefined;
|
|
2325
2326
|
blobs?: undefined;
|
|
2326
2327
|
blobVersionedHashes?: undefined;
|
|
2327
2328
|
kzg?: undefined;
|
|
2328
|
-
accessList?: undefined;
|
|
2329
2329
|
sidecars?: undefined;
|
|
2330
2330
|
authorizationList?: undefined;
|
|
2331
2331
|
feeCurrency?: `0x${string}` | undefined;
|
|
@@ -2376,33 +2376,14 @@ declare const celo: Readonly<{
|
|
|
2376
2376
|
nonce?: `0x${string}` | undefined;
|
|
2377
2377
|
to: `0x${string}` | null;
|
|
2378
2378
|
gasPrice?: undefined | undefined;
|
|
2379
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2380
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
2381
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2382
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2383
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2384
|
-
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
2385
|
-
blobVersionedHashes: readonly import("viem").Hex[];
|
|
2386
|
-
kzg?: undefined;
|
|
2387
|
-
authorizationList?: undefined;
|
|
2388
|
-
feeCurrency?: `0x${string}` | undefined;
|
|
2389
|
-
} | {
|
|
2390
|
-
type?: "0x3" | undefined;
|
|
2391
|
-
data?: `0x${string}` | undefined;
|
|
2392
|
-
value?: `0x${string}` | undefined;
|
|
2393
|
-
gas?: `0x${string}` | undefined;
|
|
2394
|
-
from?: `0x${string}` | undefined;
|
|
2395
|
-
nonce?: `0x${string}` | undefined;
|
|
2396
|
-
to: `0x${string}` | null;
|
|
2397
|
-
gasPrice?: undefined | undefined;
|
|
2398
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2399
2379
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2400
2380
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2381
|
+
maxFeePerBlobGas: `0x${string}`;
|
|
2401
2382
|
accessList?: import("viem").AccessList | undefined;
|
|
2402
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2403
2383
|
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
2404
2384
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2405
2385
|
kzg?: import("viem").Kzg | undefined;
|
|
2386
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2406
2387
|
authorizationList?: undefined;
|
|
2407
2388
|
feeCurrency?: `0x${string}` | undefined;
|
|
2408
2389
|
} | {
|
|
@@ -2451,7 +2432,7 @@ declare const celo: Readonly<{
|
|
|
2451
2432
|
readonly block: {
|
|
2452
2433
|
exclude: [
|
|
2453
2434
|
] | undefined;
|
|
2454
|
-
format: (args: import("viem/chains").CeloRpcBlock
|
|
2435
|
+
format: (args: import("viem/chains").CeloRpcBlock) => {
|
|
2455
2436
|
baseFeePerGas: bigint | null;
|
|
2456
2437
|
blobGasUsed: bigint;
|
|
2457
2438
|
difficulty: bigint;
|
|
@@ -2485,7 +2466,7 @@ declare const celo: Readonly<{
|
|
|
2485
2466
|
readonly transaction: {
|
|
2486
2467
|
exclude: [
|
|
2487
2468
|
] | undefined;
|
|
2488
|
-
format: (args: import("viem/chains").CeloRpcTransaction
|
|
2469
|
+
format: (args: import("viem/chains").CeloRpcTransaction) => ({
|
|
2489
2470
|
r: import("viem").Hex;
|
|
2490
2471
|
s: import("viem").Hex;
|
|
2491
2472
|
v: bigint;
|
|
@@ -2726,8 +2707,8 @@ declare const celo: Readonly<{
|
|
|
2726
2707
|
mint?: bigint | undefined | undefined;
|
|
2727
2708
|
sourceHash: import("viem").Hex;
|
|
2728
2709
|
type: "deposit";
|
|
2729
|
-
blobVersionedHashes?: undefined;
|
|
2730
2710
|
accessList?: undefined;
|
|
2711
|
+
blobVersionedHashes?: undefined;
|
|
2731
2712
|
authorizationList?: undefined;
|
|
2732
2713
|
chainId?: undefined;
|
|
2733
2714
|
feeCurrency?: undefined;
|
|
@@ -2739,7 +2720,7 @@ declare const celo: Readonly<{
|
|
|
2739
2720
|
readonly transactionRequest: {
|
|
2740
2721
|
exclude: [
|
|
2741
2722
|
] | undefined;
|
|
2742
|
-
format: (args: import("viem/chains").CeloTransactionRequest
|
|
2723
|
+
format: (args: import("viem/chains").CeloTransactionRequest) => ({
|
|
2743
2724
|
data?: `0x${string}` | undefined;
|
|
2744
2725
|
from?: `0x${string}` | undefined;
|
|
2745
2726
|
gas?: `0x${string}` | undefined;
|
|
@@ -2751,10 +2732,10 @@ declare const celo: Readonly<{
|
|
|
2751
2732
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2752
2733
|
maxFeePerGas?: undefined | undefined;
|
|
2753
2734
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
2735
|
+
accessList?: undefined;
|
|
2754
2736
|
blobs?: undefined;
|
|
2755
2737
|
blobVersionedHashes?: undefined;
|
|
2756
2738
|
kzg?: undefined;
|
|
2757
|
-
accessList?: undefined;
|
|
2758
2739
|
sidecars?: undefined;
|
|
2759
2740
|
authorizationList?: undefined;
|
|
2760
2741
|
feeCurrency?: `0x${string}` | undefined;
|
|
@@ -2805,33 +2786,14 @@ declare const celo: Readonly<{
|
|
|
2805
2786
|
nonce?: `0x${string}` | undefined;
|
|
2806
2787
|
to: `0x${string}` | null;
|
|
2807
2788
|
gasPrice?: undefined | undefined;
|
|
2808
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2809
2789
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2810
2790
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2791
|
+
maxFeePerBlobGas: `0x${string}`;
|
|
2811
2792
|
accessList?: import("viem").AccessList | undefined;
|
|
2812
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2813
|
-
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
2814
|
-
blobVersionedHashes: readonly import("viem").Hex[];
|
|
2815
|
-
kzg?: undefined;
|
|
2816
|
-
authorizationList?: undefined;
|
|
2817
|
-
feeCurrency?: `0x${string}` | undefined;
|
|
2818
|
-
} | {
|
|
2819
|
-
type?: "0x3" | undefined;
|
|
2820
|
-
data?: `0x${string}` | undefined;
|
|
2821
|
-
value?: `0x${string}` | undefined;
|
|
2822
|
-
gas?: `0x${string}` | undefined;
|
|
2823
|
-
from?: `0x${string}` | undefined;
|
|
2824
|
-
nonce?: `0x${string}` | undefined;
|
|
2825
|
-
to: `0x${string}` | null;
|
|
2826
|
-
gasPrice?: undefined | undefined;
|
|
2827
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2828
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
2829
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2830
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2831
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2832
2793
|
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
2833
2794
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2834
2795
|
kzg?: import("viem").Kzg | undefined;
|
|
2796
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2835
2797
|
authorizationList?: undefined;
|
|
2836
2798
|
feeCurrency?: `0x${string}` | undefined;
|
|
2837
2799
|
} | {
|
|
@@ -3429,7 +3391,7 @@ declare const gnosis: Readonly<{
|
|
|
3429
3391
|
readonly apiUrl: "https://api.gnosisscan.io/api";
|
|
3430
3392
|
};
|
|
3431
3393
|
};
|
|
3432
|
-
blockTime
|
|
3394
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
3433
3395
|
ensTlds?: readonly string[] | undefined;
|
|
3434
3396
|
id: 100;
|
|
3435
3397
|
name: "Gnosis";
|
|
@@ -4287,7 +4249,7 @@ declare const lisk: Readonly<{
|
|
|
4287
4249
|
readonly block: {
|
|
4288
4250
|
exclude: [
|
|
4289
4251
|
] | undefined;
|
|
4290
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
4252
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
4291
4253
|
baseFeePerGas: bigint | null;
|
|
4292
4254
|
blobGasUsed: bigint;
|
|
4293
4255
|
difficulty: bigint;
|
|
@@ -4321,7 +4283,7 @@ declare const lisk: Readonly<{
|
|
|
4321
4283
|
readonly transaction: {
|
|
4322
4284
|
exclude: [
|
|
4323
4285
|
] | undefined;
|
|
4324
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
4286
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
4325
4287
|
blockHash: `0x${string}` | null;
|
|
4326
4288
|
blockNumber: bigint | null;
|
|
4327
4289
|
from: import("abitype").Address;
|
|
@@ -4491,7 +4453,7 @@ declare const lisk: Readonly<{
|
|
|
4491
4453
|
readonly transactionReceipt: {
|
|
4492
4454
|
exclude: [
|
|
4493
4455
|
] | undefined;
|
|
4494
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
4456
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
4495
4457
|
blobGasPrice?: bigint | undefined;
|
|
4496
4458
|
blobGasUsed?: bigint | undefined;
|
|
4497
4459
|
blockHash: import("viem").Hash;
|
|
@@ -5262,7 +5224,7 @@ declare const metal: Readonly<{
|
|
|
5262
5224
|
readonly block: {
|
|
5263
5225
|
exclude: [
|
|
5264
5226
|
] | undefined;
|
|
5265
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
5227
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
5266
5228
|
baseFeePerGas: bigint | null;
|
|
5267
5229
|
blobGasUsed: bigint;
|
|
5268
5230
|
difficulty: bigint;
|
|
@@ -5296,7 +5258,7 @@ declare const metal: Readonly<{
|
|
|
5296
5258
|
readonly transaction: {
|
|
5297
5259
|
exclude: [
|
|
5298
5260
|
] | undefined;
|
|
5299
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
5261
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
5300
5262
|
blockHash: `0x${string}` | null;
|
|
5301
5263
|
blockNumber: bigint | null;
|
|
5302
5264
|
from: import("abitype").Address;
|
|
@@ -5466,7 +5428,7 @@ declare const metal: Readonly<{
|
|
|
5466
5428
|
readonly transactionReceipt: {
|
|
5467
5429
|
exclude: [
|
|
5468
5430
|
] | undefined;
|
|
5469
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
5431
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
5470
5432
|
blobGasPrice?: bigint | undefined;
|
|
5471
5433
|
blobGasUsed?: bigint | undefined;
|
|
5472
5434
|
blockHash: import("viem").Hash;
|
|
@@ -5992,7 +5954,7 @@ declare const optimism: Readonly<{
|
|
|
5992
5954
|
readonly block: {
|
|
5993
5955
|
exclude: [
|
|
5994
5956
|
] | undefined;
|
|
5995
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
5957
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
5996
5958
|
baseFeePerGas: bigint | null;
|
|
5997
5959
|
blobGasUsed: bigint;
|
|
5998
5960
|
difficulty: bigint;
|
|
@@ -6026,7 +5988,7 @@ declare const optimism: Readonly<{
|
|
|
6026
5988
|
readonly transaction: {
|
|
6027
5989
|
exclude: [
|
|
6028
5990
|
] | undefined;
|
|
6029
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
5991
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
6030
5992
|
blockHash: `0x${string}` | null;
|
|
6031
5993
|
blockNumber: bigint | null;
|
|
6032
5994
|
from: import("abitype").Address;
|
|
@@ -6196,7 +6158,7 @@ declare const optimism: Readonly<{
|
|
|
6196
6158
|
readonly transactionReceipt: {
|
|
6197
6159
|
exclude: [
|
|
6198
6160
|
] | undefined;
|
|
6199
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
6161
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
6200
6162
|
blobGasPrice?: bigint | undefined;
|
|
6201
6163
|
blobGasUsed?: bigint | undefined;
|
|
6202
6164
|
blockHash: import("viem").Hash;
|
|
@@ -6310,6 +6272,9 @@ declare const plasma: Readonly<{
|
|
|
6310
6272
|
multicall3: {
|
|
6311
6273
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
6312
6274
|
};
|
|
6275
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
6276
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
6277
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
6313
6278
|
};
|
|
6314
6279
|
blockExplorers: {
|
|
6315
6280
|
readonly default: {
|
|
@@ -7940,7 +7905,7 @@ declare const unichain: Readonly<{
|
|
|
7940
7905
|
readonly block: {
|
|
7941
7906
|
exclude: [
|
|
7942
7907
|
] | undefined;
|
|
7943
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
7908
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
7944
7909
|
baseFeePerGas: bigint | null;
|
|
7945
7910
|
blobGasUsed: bigint;
|
|
7946
7911
|
difficulty: bigint;
|
|
@@ -7974,7 +7939,7 @@ declare const unichain: Readonly<{
|
|
|
7974
7939
|
readonly transaction: {
|
|
7975
7940
|
exclude: [
|
|
7976
7941
|
] | undefined;
|
|
7977
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
7942
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
7978
7943
|
blockHash: `0x${string}` | null;
|
|
7979
7944
|
blockNumber: bigint | null;
|
|
7980
7945
|
from: import("abitype").Address;
|
|
@@ -8144,7 +8109,7 @@ declare const unichain: Readonly<{
|
|
|
8144
8109
|
readonly transactionReceipt: {
|
|
8145
8110
|
exclude: [
|
|
8146
8111
|
] | undefined;
|
|
8147
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
8112
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
8148
8113
|
blobGasPrice?: bigint | undefined;
|
|
8149
8114
|
blobGasUsed?: bigint | undefined;
|
|
8150
8115
|
blockHash: import("viem").Hash;
|
|
@@ -8346,7 +8311,7 @@ declare const worldchain: Readonly<{
|
|
|
8346
8311
|
readonly block: {
|
|
8347
8312
|
exclude: [
|
|
8348
8313
|
] | undefined;
|
|
8349
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
8314
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
8350
8315
|
baseFeePerGas: bigint | null;
|
|
8351
8316
|
blobGasUsed: bigint;
|
|
8352
8317
|
difficulty: bigint;
|
|
@@ -8380,7 +8345,7 @@ declare const worldchain: Readonly<{
|
|
|
8380
8345
|
readonly transaction: {
|
|
8381
8346
|
exclude: [
|
|
8382
8347
|
] | undefined;
|
|
8383
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
8348
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
8384
8349
|
blockHash: `0x${string}` | null;
|
|
8385
8350
|
blockNumber: bigint | null;
|
|
8386
8351
|
from: import("viem").Address;
|
|
@@ -8550,7 +8515,7 @@ declare const worldchain: Readonly<{
|
|
|
8550
8515
|
readonly transactionReceipt: {
|
|
8551
8516
|
exclude: [
|
|
8552
8517
|
] | undefined;
|
|
8553
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
8518
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
8554
8519
|
blobGasPrice?: bigint | undefined;
|
|
8555
8520
|
blobGasUsed?: bigint | undefined;
|
|
8556
8521
|
blockHash: import("viem").Hash;
|
|
@@ -9098,7 +9063,7 @@ declare const zkSync: Readonly<{
|
|
|
9098
9063
|
readonly block: {
|
|
9099
9064
|
exclude: [
|
|
9100
9065
|
] | undefined;
|
|
9101
|
-
format: (args: import("viem/chains").ZkSyncRpcBlock
|
|
9066
|
+
format: (args: import("viem/chains").ZkSyncRpcBlock) => {
|
|
9102
9067
|
baseFeePerGas: bigint | null;
|
|
9103
9068
|
blobGasUsed: bigint;
|
|
9104
9069
|
difficulty: bigint;
|
|
@@ -9134,7 +9099,7 @@ declare const zkSync: Readonly<{
|
|
|
9134
9099
|
readonly transaction: {
|
|
9135
9100
|
exclude: [
|
|
9136
9101
|
] | undefined;
|
|
9137
|
-
format: (args: import("viem/chains").ZkSyncRpcTransaction
|
|
9102
|
+
format: (args: import("viem/chains").ZkSyncRpcTransaction) => ({
|
|
9138
9103
|
r: import("viem").Hex;
|
|
9139
9104
|
s: import("viem").Hex;
|
|
9140
9105
|
v: bigint;
|
|
@@ -9321,7 +9286,7 @@ declare const zkSync: Readonly<{
|
|
|
9321
9286
|
readonly transactionReceipt: {
|
|
9322
9287
|
exclude: [
|
|
9323
9288
|
] | undefined;
|
|
9324
|
-
format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt
|
|
9289
|
+
format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt) => {
|
|
9325
9290
|
contractAddress: import("abitype").Address | null | undefined;
|
|
9326
9291
|
type: import("viem/chains").ZkSyncTransactionType;
|
|
9327
9292
|
status: "success" | "reverted";
|
|
@@ -9347,7 +9312,7 @@ declare const zkSync: Readonly<{
|
|
|
9347
9312
|
};
|
|
9348
9313
|
readonly transactionRequest: {
|
|
9349
9314
|
exclude: ("paymaster" | "gasPerPubdata" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
|
|
9350
|
-
format: (args: import("viem/chains").ZkSyncTransactionRequest
|
|
9315
|
+
format: (args: import("viem/chains").ZkSyncTransactionRequest) => ({
|
|
9351
9316
|
data?: `0x${string}` | undefined;
|
|
9352
9317
|
from?: `0x${string}` | undefined;
|
|
9353
9318
|
gas?: `0x${string}` | undefined;
|
|
@@ -9359,10 +9324,10 @@ declare const zkSync: Readonly<{
|
|
|
9359
9324
|
maxFeePerBlobGas?: undefined | undefined;
|
|
9360
9325
|
maxFeePerGas?: undefined | undefined;
|
|
9361
9326
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
9327
|
+
accessList?: undefined;
|
|
9362
9328
|
blobs?: undefined;
|
|
9363
9329
|
blobVersionedHashes?: undefined;
|
|
9364
9330
|
kzg?: undefined;
|
|
9365
|
-
accessList?: undefined;
|
|
9366
9331
|
sidecars?: undefined;
|
|
9367
9332
|
authorizationList?: undefined;
|
|
9368
9333
|
eip712Meta?: undefined | undefined;
|
|
@@ -9413,33 +9378,14 @@ declare const zkSync: Readonly<{
|
|
|
9413
9378
|
nonce?: `0x${string}` | undefined;
|
|
9414
9379
|
to: `0x${string}` | null;
|
|
9415
9380
|
gasPrice?: undefined | undefined;
|
|
9416
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9417
9381
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9418
9382
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9383
|
+
maxFeePerBlobGas: `0x${string}`;
|
|
9419
9384
|
accessList?: import("viem").AccessList | undefined;
|
|
9420
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9421
|
-
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
9422
|
-
blobVersionedHashes: readonly import("viem").Hex[];
|
|
9423
|
-
kzg?: undefined;
|
|
9424
|
-
authorizationList?: undefined;
|
|
9425
|
-
eip712Meta?: undefined | undefined;
|
|
9426
|
-
} | {
|
|
9427
|
-
type?: "0x3" | undefined;
|
|
9428
|
-
data?: `0x${string}` | undefined;
|
|
9429
|
-
value?: `0x${string}` | undefined;
|
|
9430
|
-
gas?: `0x${string}` | undefined;
|
|
9431
|
-
from?: `0x${string}` | undefined;
|
|
9432
|
-
nonce?: `0x${string}` | undefined;
|
|
9433
|
-
to: `0x${string}` | null;
|
|
9434
|
-
gasPrice?: undefined | undefined;
|
|
9435
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9436
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
9437
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9438
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9439
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9440
9385
|
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
9441
9386
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
9442
9387
|
kzg?: import("viem").Kzg | undefined;
|
|
9388
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9443
9389
|
authorizationList?: undefined;
|
|
9444
9390
|
eip712Meta?: undefined | undefined;
|
|
9445
9391
|
} | {
|
|
@@ -10105,7 +10051,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10105
10051
|
formatters: {
|
|
10106
10052
|
readonly block: {
|
|
10107
10053
|
exclude: [] | undefined;
|
|
10108
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
10054
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
10109
10055
|
baseFeePerGas: bigint | null;
|
|
10110
10056
|
blobGasUsed: bigint;
|
|
10111
10057
|
difficulty: bigint;
|
|
@@ -10138,7 +10084,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10138
10084
|
};
|
|
10139
10085
|
readonly transaction: {
|
|
10140
10086
|
exclude: [] | undefined;
|
|
10141
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
10087
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
10142
10088
|
blockHash: `0x${string}` | null;
|
|
10143
10089
|
blockNumber: bigint | null;
|
|
10144
10090
|
from: import("abitype").Address;
|
|
@@ -10307,7 +10253,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10307
10253
|
};
|
|
10308
10254
|
readonly transactionReceipt: {
|
|
10309
10255
|
exclude: [] | undefined;
|
|
10310
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
10256
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
10311
10257
|
blobGasPrice?: bigint | undefined;
|
|
10312
10258
|
blobGasUsed?: bigint | undefined;
|
|
10313
10259
|
blockHash: import("viem").Hash;
|
|
@@ -10635,7 +10581,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10635
10581
|
formatters: {
|
|
10636
10582
|
readonly block: {
|
|
10637
10583
|
exclude: [] | undefined;
|
|
10638
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
10584
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
10639
10585
|
baseFeePerGas: bigint | null;
|
|
10640
10586
|
blobGasUsed: bigint;
|
|
10641
10587
|
difficulty: bigint;
|
|
@@ -10668,7 +10614,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10668
10614
|
};
|
|
10669
10615
|
readonly transaction: {
|
|
10670
10616
|
exclude: [] | undefined;
|
|
10671
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
10617
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
10672
10618
|
blockHash: `0x${string}` | null;
|
|
10673
10619
|
blockNumber: bigint | null;
|
|
10674
10620
|
from: import("abitype").Address;
|
|
@@ -10837,7 +10783,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10837
10783
|
};
|
|
10838
10784
|
readonly transactionReceipt: {
|
|
10839
10785
|
exclude: [] | undefined;
|
|
10840
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
10786
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
10841
10787
|
blobGasPrice?: bigint | undefined;
|
|
10842
10788
|
blobGasUsed?: bigint | undefined;
|
|
10843
10789
|
blockHash: import("viem").Hash;
|
|
@@ -11750,7 +11696,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11750
11696
|
formatters: {
|
|
11751
11697
|
readonly block: {
|
|
11752
11698
|
exclude: [] | undefined;
|
|
11753
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
11699
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
11754
11700
|
baseFeePerGas: bigint | null;
|
|
11755
11701
|
blobGasUsed: bigint;
|
|
11756
11702
|
difficulty: bigint;
|
|
@@ -11783,7 +11729,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11783
11729
|
};
|
|
11784
11730
|
readonly transaction: {
|
|
11785
11731
|
exclude: [] | undefined;
|
|
11786
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
11732
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
11787
11733
|
blockHash: `0x${string}` | null;
|
|
11788
11734
|
blockNumber: bigint | null;
|
|
11789
11735
|
from: import("abitype").Address;
|
|
@@ -11952,7 +11898,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11952
11898
|
};
|
|
11953
11899
|
readonly transactionReceipt: {
|
|
11954
11900
|
exclude: [] | undefined;
|
|
11955
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
11901
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
11956
11902
|
blobGasPrice?: bigint | undefined;
|
|
11957
11903
|
blobGasUsed?: bigint | undefined;
|
|
11958
11904
|
blockHash: import("viem").Hash;
|
|
@@ -12753,7 +12699,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12753
12699
|
formatters: {
|
|
12754
12700
|
readonly block: {
|
|
12755
12701
|
exclude: [] | undefined;
|
|
12756
|
-
format: (args: import("viem/zksync").ZkSyncRpcBlock
|
|
12702
|
+
format: (args: import("viem/zksync").ZkSyncRpcBlock) => {
|
|
12757
12703
|
baseFeePerGas: bigint | null;
|
|
12758
12704
|
blobGasUsed: bigint;
|
|
12759
12705
|
difficulty: bigint;
|
|
@@ -12788,7 +12734,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12788
12734
|
};
|
|
12789
12735
|
readonly transaction: {
|
|
12790
12736
|
exclude: [] | undefined;
|
|
12791
|
-
format: (args: import("viem/zksync").ZkSyncRpcTransaction
|
|
12737
|
+
format: (args: import("viem/zksync").ZkSyncRpcTransaction) => ({
|
|
12792
12738
|
r: import("viem").Hex;
|
|
12793
12739
|
s: import("viem").Hex;
|
|
12794
12740
|
v: bigint;
|
|
@@ -12974,7 +12920,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12974
12920
|
};
|
|
12975
12921
|
readonly transactionReceipt: {
|
|
12976
12922
|
exclude: [] | undefined;
|
|
12977
|
-
format: (args: import("viem/zksync").ZkSyncRpcTransactionReceipt
|
|
12923
|
+
format: (args: import("viem/zksync").ZkSyncRpcTransactionReceipt) => {
|
|
12978
12924
|
contractAddress: import("abitype").Address | null | undefined;
|
|
12979
12925
|
type: import("viem/zksync").ZkSyncTransactionType;
|
|
12980
12926
|
status: "success" | "reverted";
|
|
@@ -13000,7 +12946,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13000
12946
|
};
|
|
13001
12947
|
readonly transactionRequest: {
|
|
13002
12948
|
exclude: ("paymaster" | "gasPerPubdata" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
|
|
13003
|
-
format: (args: import("viem/zksync").ZkSyncTransactionRequest
|
|
12949
|
+
format: (args: import("viem/zksync").ZkSyncTransactionRequest) => ({
|
|
13004
12950
|
data?: `0x${string}` | undefined;
|
|
13005
12951
|
from?: `0x${string}` | undefined;
|
|
13006
12952
|
gas?: `0x${string}` | undefined;
|
|
@@ -13012,10 +12958,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13012
12958
|
maxFeePerBlobGas?: undefined | undefined;
|
|
13013
12959
|
maxFeePerGas?: undefined | undefined;
|
|
13014
12960
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
12961
|
+
accessList?: undefined;
|
|
13015
12962
|
blobs?: undefined;
|
|
13016
12963
|
blobVersionedHashes?: undefined;
|
|
13017
12964
|
kzg?: undefined;
|
|
13018
|
-
accessList?: undefined;
|
|
13019
12965
|
sidecars?: undefined;
|
|
13020
12966
|
authorizationList?: undefined;
|
|
13021
12967
|
eip712Meta?: undefined | undefined;
|
|
@@ -13066,33 +13012,14 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13066
13012
|
nonce?: `0x${string}` | undefined;
|
|
13067
13013
|
to: `0x${string}` | null;
|
|
13068
13014
|
gasPrice?: undefined | undefined;
|
|
13069
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
13070
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
13071
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
13072
|
-
accessList?: import("viem").AccessList | undefined;
|
|
13073
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
13074
|
-
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
13075
|
-
blobVersionedHashes: readonly import("viem").Hex[];
|
|
13076
|
-
kzg?: undefined;
|
|
13077
|
-
authorizationList?: undefined;
|
|
13078
|
-
eip712Meta?: undefined | undefined;
|
|
13079
|
-
} | {
|
|
13080
|
-
type?: "0x3" | undefined;
|
|
13081
|
-
data?: `0x${string}` | undefined;
|
|
13082
|
-
value?: `0x${string}` | undefined;
|
|
13083
|
-
gas?: `0x${string}` | undefined;
|
|
13084
|
-
from?: `0x${string}` | undefined;
|
|
13085
|
-
nonce?: `0x${string}` | undefined;
|
|
13086
|
-
to: `0x${string}` | null;
|
|
13087
|
-
gasPrice?: undefined | undefined;
|
|
13088
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
13089
13015
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
13090
13016
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
13017
|
+
maxFeePerBlobGas: `0x${string}`;
|
|
13091
13018
|
accessList?: import("viem").AccessList | undefined;
|
|
13092
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
13093
13019
|
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
13094
13020
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
13095
13021
|
kzg?: import("viem").Kzg | undefined;
|
|
13022
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
13096
13023
|
authorizationList?: undefined;
|
|
13097
13024
|
eip712Meta?: undefined | undefined;
|
|
13098
13025
|
} | {
|
|
@@ -14036,7 +13963,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14036
13963
|
formatters: {
|
|
14037
13964
|
readonly block: {
|
|
14038
13965
|
exclude: [] | undefined;
|
|
14039
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
13966
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
14040
13967
|
baseFeePerGas: bigint | null;
|
|
14041
13968
|
blobGasUsed: bigint;
|
|
14042
13969
|
difficulty: bigint;
|
|
@@ -14069,7 +13996,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14069
13996
|
};
|
|
14070
13997
|
readonly transaction: {
|
|
14071
13998
|
exclude: [] | undefined;
|
|
14072
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
13999
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
14073
14000
|
blockHash: `0x${string}` | null;
|
|
14074
14001
|
blockNumber: bigint | null;
|
|
14075
14002
|
from: import("abitype").Address;
|
|
@@ -14238,7 +14165,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14238
14165
|
};
|
|
14239
14166
|
readonly transactionReceipt: {
|
|
14240
14167
|
exclude: [] | undefined;
|
|
14241
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
14168
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
14242
14169
|
blobGasPrice?: bigint | undefined;
|
|
14243
14170
|
blobGasUsed?: bigint | undefined;
|
|
14244
14171
|
blockHash: import("viem").Hash;
|
|
@@ -14435,7 +14362,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14435
14362
|
formatters: {
|
|
14436
14363
|
readonly block: {
|
|
14437
14364
|
exclude: [] | undefined;
|
|
14438
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
14365
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
14439
14366
|
baseFeePerGas: bigint | null;
|
|
14440
14367
|
blobGasUsed: bigint;
|
|
14441
14368
|
difficulty: bigint;
|
|
@@ -14468,7 +14395,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14468
14395
|
};
|
|
14469
14396
|
readonly transaction: {
|
|
14470
14397
|
exclude: [] | undefined;
|
|
14471
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
14398
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
14472
14399
|
blockHash: `0x${string}` | null;
|
|
14473
14400
|
blockNumber: bigint | null;
|
|
14474
14401
|
from: import("abitype").Address;
|
|
@@ -14637,7 +14564,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14637
14564
|
};
|
|
14638
14565
|
readonly transactionReceipt: {
|
|
14639
14566
|
exclude: [] | undefined;
|
|
14640
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
14567
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
14641
14568
|
blobGasPrice?: bigint | undefined;
|
|
14642
14569
|
blobGasUsed?: bigint | undefined;
|
|
14643
14570
|
blockHash: import("viem").Hash;
|
|
@@ -14812,7 +14739,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14812
14739
|
readonly apiUrl: "https://api.gnosisscan.io/api";
|
|
14813
14740
|
};
|
|
14814
14741
|
};
|
|
14815
|
-
blockTime
|
|
14742
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
14816
14743
|
ensTlds?: readonly string[] | undefined;
|
|
14817
14744
|
id: 100;
|
|
14818
14745
|
name: "Gnosis";
|
|
@@ -14980,7 +14907,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14980
14907
|
formatters: {
|
|
14981
14908
|
readonly block: {
|
|
14982
14909
|
exclude: [] | undefined;
|
|
14983
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
14910
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
14984
14911
|
baseFeePerGas: bigint | null;
|
|
14985
14912
|
blobGasUsed: bigint;
|
|
14986
14913
|
difficulty: bigint;
|
|
@@ -15013,7 +14940,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15013
14940
|
};
|
|
15014
14941
|
readonly transaction: {
|
|
15015
14942
|
exclude: [] | undefined;
|
|
15016
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
14943
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
15017
14944
|
blockHash: `0x${string}` | null;
|
|
15018
14945
|
blockNumber: bigint | null;
|
|
15019
14946
|
from: import("abitype").Address;
|
|
@@ -15182,7 +15109,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15182
15109
|
};
|
|
15183
15110
|
readonly transactionReceipt: {
|
|
15184
15111
|
exclude: [] | undefined;
|
|
15185
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
15112
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
15186
15113
|
blobGasPrice?: bigint | undefined;
|
|
15187
15114
|
blobGasUsed?: bigint | undefined;
|
|
15188
15115
|
blockHash: import("viem").Hash;
|
|
@@ -15617,7 +15544,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15617
15544
|
fees: import("viem").ChainFees<{
|
|
15618
15545
|
readonly block: {
|
|
15619
15546
|
exclude: [] | undefined;
|
|
15620
|
-
format: (args: import("viem/chains").CeloRpcBlock
|
|
15547
|
+
format: (args: import("viem/chains").CeloRpcBlock) => {
|
|
15621
15548
|
baseFeePerGas: bigint | null;
|
|
15622
15549
|
blobGasUsed: bigint;
|
|
15623
15550
|
difficulty: bigint;
|
|
@@ -15650,7 +15577,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15650
15577
|
};
|
|
15651
15578
|
readonly transaction: {
|
|
15652
15579
|
exclude: [] | undefined;
|
|
15653
|
-
format: (args: import("viem/chains").CeloRpcTransaction
|
|
15580
|
+
format: (args: import("viem/chains").CeloRpcTransaction) => ({
|
|
15654
15581
|
r: import("viem").Hex;
|
|
15655
15582
|
s: import("viem").Hex;
|
|
15656
15583
|
v: bigint;
|
|
@@ -15891,8 +15818,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15891
15818
|
mint?: bigint | undefined | undefined;
|
|
15892
15819
|
sourceHash: import("viem").Hex;
|
|
15893
15820
|
type: "deposit";
|
|
15894
|
-
blobVersionedHashes?: undefined;
|
|
15895
15821
|
accessList?: undefined;
|
|
15822
|
+
blobVersionedHashes?: undefined;
|
|
15896
15823
|
authorizationList?: undefined;
|
|
15897
15824
|
chainId?: undefined;
|
|
15898
15825
|
feeCurrency?: undefined;
|
|
@@ -15903,7 +15830,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15903
15830
|
};
|
|
15904
15831
|
readonly transactionRequest: {
|
|
15905
15832
|
exclude: [] | undefined;
|
|
15906
|
-
format: (args: import("viem/chains").CeloTransactionRequest
|
|
15833
|
+
format: (args: import("viem/chains").CeloTransactionRequest) => ({
|
|
15907
15834
|
data?: `0x${string}` | undefined;
|
|
15908
15835
|
from?: `0x${string}` | undefined;
|
|
15909
15836
|
gas?: `0x${string}` | undefined;
|
|
@@ -15915,10 +15842,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15915
15842
|
maxFeePerBlobGas?: undefined | undefined;
|
|
15916
15843
|
maxFeePerGas?: undefined | undefined;
|
|
15917
15844
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
15845
|
+
accessList?: undefined;
|
|
15918
15846
|
blobs?: undefined;
|
|
15919
15847
|
blobVersionedHashes?: undefined;
|
|
15920
15848
|
kzg?: undefined;
|
|
15921
|
-
accessList?: undefined;
|
|
15922
15849
|
sidecars?: undefined;
|
|
15923
15850
|
authorizationList?: undefined;
|
|
15924
15851
|
feeCurrency?: `0x${string}` | undefined;
|
|
@@ -15969,33 +15896,14 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15969
15896
|
nonce?: `0x${string}` | undefined;
|
|
15970
15897
|
to: `0x${string}` | null;
|
|
15971
15898
|
gasPrice?: undefined | undefined;
|
|
15972
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
15973
15899
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
15974
15900
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
15901
|
+
maxFeePerBlobGas: `0x${string}`;
|
|
15975
15902
|
accessList?: import("viem").AccessList | undefined;
|
|
15976
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
15977
|
-
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
15978
|
-
blobVersionedHashes: readonly import("viem").Hex[];
|
|
15979
|
-
kzg?: undefined;
|
|
15980
|
-
authorizationList?: undefined;
|
|
15981
|
-
feeCurrency?: `0x${string}` | undefined;
|
|
15982
|
-
} | {
|
|
15983
|
-
type?: "0x3" | undefined;
|
|
15984
|
-
data?: `0x${string}` | undefined;
|
|
15985
|
-
value?: `0x${string}` | undefined;
|
|
15986
|
-
gas?: `0x${string}` | undefined;
|
|
15987
|
-
from?: `0x${string}` | undefined;
|
|
15988
|
-
nonce?: `0x${string}` | undefined;
|
|
15989
|
-
to: `0x${string}` | null;
|
|
15990
|
-
gasPrice?: undefined | undefined;
|
|
15991
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
15992
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
15993
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
15994
|
-
accessList?: import("viem").AccessList | undefined;
|
|
15995
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
15996
15903
|
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
15997
15904
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
15998
15905
|
kzg?: import("viem").Kzg | undefined;
|
|
15906
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
15999
15907
|
authorizationList?: undefined;
|
|
16000
15908
|
feeCurrency?: `0x${string}` | undefined;
|
|
16001
15909
|
} | {
|
|
@@ -16043,7 +15951,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16043
15951
|
formatters: {
|
|
16044
15952
|
readonly block: {
|
|
16045
15953
|
exclude: [] | undefined;
|
|
16046
|
-
format: (args: import("viem/chains").CeloRpcBlock
|
|
15954
|
+
format: (args: import("viem/chains").CeloRpcBlock) => {
|
|
16047
15955
|
baseFeePerGas: bigint | null;
|
|
16048
15956
|
blobGasUsed: bigint;
|
|
16049
15957
|
difficulty: bigint;
|
|
@@ -16076,7 +15984,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16076
15984
|
};
|
|
16077
15985
|
readonly transaction: {
|
|
16078
15986
|
exclude: [] | undefined;
|
|
16079
|
-
format: (args: import("viem/chains").CeloRpcTransaction
|
|
15987
|
+
format: (args: import("viem/chains").CeloRpcTransaction) => ({
|
|
16080
15988
|
r: import("viem").Hex;
|
|
16081
15989
|
s: import("viem").Hex;
|
|
16082
15990
|
v: bigint;
|
|
@@ -16317,8 +16225,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16317
16225
|
mint?: bigint | undefined | undefined;
|
|
16318
16226
|
sourceHash: import("viem").Hex;
|
|
16319
16227
|
type: "deposit";
|
|
16320
|
-
blobVersionedHashes?: undefined;
|
|
16321
16228
|
accessList?: undefined;
|
|
16229
|
+
blobVersionedHashes?: undefined;
|
|
16322
16230
|
authorizationList?: undefined;
|
|
16323
16231
|
chainId?: undefined;
|
|
16324
16232
|
feeCurrency?: undefined;
|
|
@@ -16329,7 +16237,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16329
16237
|
};
|
|
16330
16238
|
readonly transactionRequest: {
|
|
16331
16239
|
exclude: [] | undefined;
|
|
16332
|
-
format: (args: import("viem/chains").CeloTransactionRequest
|
|
16240
|
+
format: (args: import("viem/chains").CeloTransactionRequest) => ({
|
|
16333
16241
|
data?: `0x${string}` | undefined;
|
|
16334
16242
|
from?: `0x${string}` | undefined;
|
|
16335
16243
|
gas?: `0x${string}` | undefined;
|
|
@@ -16341,10 +16249,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16341
16249
|
maxFeePerBlobGas?: undefined | undefined;
|
|
16342
16250
|
maxFeePerGas?: undefined | undefined;
|
|
16343
16251
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
16252
|
+
accessList?: undefined;
|
|
16344
16253
|
blobs?: undefined;
|
|
16345
16254
|
blobVersionedHashes?: undefined;
|
|
16346
16255
|
kzg?: undefined;
|
|
16347
|
-
accessList?: undefined;
|
|
16348
16256
|
sidecars?: undefined;
|
|
16349
16257
|
authorizationList?: undefined;
|
|
16350
16258
|
feeCurrency?: `0x${string}` | undefined;
|
|
@@ -16395,33 +16303,14 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16395
16303
|
nonce?: `0x${string}` | undefined;
|
|
16396
16304
|
to: `0x${string}` | null;
|
|
16397
16305
|
gasPrice?: undefined | undefined;
|
|
16398
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
16399
16306
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
16400
16307
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
16308
|
+
maxFeePerBlobGas: `0x${string}`;
|
|
16401
16309
|
accessList?: import("viem").AccessList | undefined;
|
|
16402
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
16403
|
-
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
16404
|
-
blobVersionedHashes: readonly import("viem").Hex[];
|
|
16405
|
-
kzg?: undefined;
|
|
16406
|
-
authorizationList?: undefined;
|
|
16407
|
-
feeCurrency?: `0x${string}` | undefined;
|
|
16408
|
-
} | {
|
|
16409
|
-
type?: "0x3" | undefined;
|
|
16410
|
-
data?: `0x${string}` | undefined;
|
|
16411
|
-
value?: `0x${string}` | undefined;
|
|
16412
|
-
gas?: `0x${string}` | undefined;
|
|
16413
|
-
from?: `0x${string}` | undefined;
|
|
16414
|
-
nonce?: `0x${string}` | undefined;
|
|
16415
|
-
to: `0x${string}` | null;
|
|
16416
|
-
gasPrice?: undefined | undefined;
|
|
16417
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
16418
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
16419
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
16420
|
-
accessList?: import("viem").AccessList | undefined;
|
|
16421
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
16422
16310
|
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
16423
16311
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
16424
16312
|
kzg?: import("viem").Kzg | undefined;
|
|
16313
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
16425
16314
|
authorizationList?: undefined;
|
|
16426
16315
|
feeCurrency?: `0x${string}` | undefined;
|
|
16427
16316
|
} | {
|
|
@@ -17363,7 +17252,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17363
17252
|
formatters: {
|
|
17364
17253
|
readonly block: {
|
|
17365
17254
|
exclude: [] | undefined;
|
|
17366
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
17255
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
17367
17256
|
baseFeePerGas: bigint | null;
|
|
17368
17257
|
blobGasUsed: bigint;
|
|
17369
17258
|
difficulty: bigint;
|
|
@@ -17396,7 +17285,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17396
17285
|
};
|
|
17397
17286
|
readonly transaction: {
|
|
17398
17287
|
exclude: [] | undefined;
|
|
17399
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
17288
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
17400
17289
|
blockHash: `0x${string}` | null;
|
|
17401
17290
|
blockNumber: bigint | null;
|
|
17402
17291
|
from: import("abitype").Address;
|
|
@@ -17565,7 +17454,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17565
17454
|
};
|
|
17566
17455
|
readonly transactionReceipt: {
|
|
17567
17456
|
exclude: [] | undefined;
|
|
17568
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
17457
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
17569
17458
|
blobGasPrice?: bigint | undefined;
|
|
17570
17459
|
blobGasUsed?: bigint | undefined;
|
|
17571
17460
|
blockHash: import("viem").Hash;
|
|
@@ -18340,7 +18229,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18340
18229
|
formatters: {
|
|
18341
18230
|
readonly block: {
|
|
18342
18231
|
exclude: [] | undefined;
|
|
18343
|
-
format: (args: import("viem/chains").OpStackRpcBlock
|
|
18232
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
18344
18233
|
baseFeePerGas: bigint | null;
|
|
18345
18234
|
blobGasUsed: bigint;
|
|
18346
18235
|
difficulty: bigint;
|
|
@@ -18373,7 +18262,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18373
18262
|
};
|
|
18374
18263
|
readonly transaction: {
|
|
18375
18264
|
exclude: [] | undefined;
|
|
18376
|
-
format: (args: import("viem/chains").OpStackRpcTransaction
|
|
18265
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
18377
18266
|
blockHash: `0x${string}` | null;
|
|
18378
18267
|
blockNumber: bigint | null;
|
|
18379
18268
|
from: import("abitype").Address;
|
|
@@ -18542,7 +18431,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18542
18431
|
};
|
|
18543
18432
|
readonly transactionReceipt: {
|
|
18544
18433
|
exclude: [] | undefined;
|
|
18545
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt
|
|
18434
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
18546
18435
|
blobGasPrice?: bigint | undefined;
|
|
18547
18436
|
blobGasUsed?: bigint | undefined;
|
|
18548
18437
|
blockHash: import("viem").Hash;
|
|
@@ -18759,6 +18648,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18759
18648
|
multicall3: {
|
|
18760
18649
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
18761
18650
|
};
|
|
18651
|
+
ensRegistry?: ChainContract | undefined;
|
|
18652
|
+
ensUniversalResolver?: ChainContract | undefined;
|
|
18653
|
+
erc6492Verifier?: ChainContract | undefined;
|
|
18762
18654
|
};
|
|
18763
18655
|
blockExplorers: {
|
|
18764
18656
|
readonly default: {
|