sablier 3.12.1 → 4.0.0

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.
Files changed (113) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/cjs/evm/chains/builder.js +8 -1
  3. package/dist/cjs/evm/chains/builder.js.map +1 -1
  4. package/dist/cjs/evm/chains/chains.js +2 -2
  5. package/dist/cjs/evm/chains/chains.js.map +1 -1
  6. package/dist/cjs/evm/chains/custom.js +7 -27
  7. package/dist/cjs/evm/chains/custom.js.map +1 -1
  8. package/dist/cjs/evm/chains/specs.js +8 -24
  9. package/dist/cjs/evm/chains/specs.js.map +1 -1
  10. package/dist/cjs/evm/comptroller/deployments.js +0 -6
  11. package/dist/cjs/evm/comptroller/deployments.js.map +1 -1
  12. package/dist/cjs/evm/contracts/queries.js +1 -1
  13. package/dist/cjs/evm/contracts/queries.js.map +1 -1
  14. package/dist/cjs/evm/releases/airdrops/v2.0/deployments.js +0 -9
  15. package/dist/cjs/evm/releases/airdrops/v2.0/deployments.js.map +1 -1
  16. package/dist/cjs/evm/releases/airdrops/v3.0/deployments.js +0 -23
  17. package/dist/cjs/evm/releases/airdrops/v3.0/deployments.js.map +1 -1
  18. package/dist/cjs/evm/releases/flow/v2.0/deployments.js +0 -4
  19. package/dist/cjs/evm/releases/flow/v2.0/deployments.js.map +1 -1
  20. package/dist/cjs/evm/releases/flow/v3.0/deployments.js +0 -8
  21. package/dist/cjs/evm/releases/flow/v3.0/deployments.js.map +1 -1
  22. package/dist/cjs/evm/releases/lockup/v2.0/deployments.js +1 -1
  23. package/dist/cjs/evm/releases/lockup/v2.0/deployments.js.map +1 -1
  24. package/dist/cjs/evm/releases/lockup/v3.0/deployments.js +0 -7
  25. package/dist/cjs/evm/releases/lockup/v3.0/deployments.js.map +1 -1
  26. package/dist/cjs/evm/releases/lockup/v4.0/deployments.js +0 -14
  27. package/dist/cjs/evm/releases/lockup/v4.0/deployments.js.map +1 -1
  28. package/dist/cjs/evm/releases/resolvers.js +14 -22
  29. package/dist/cjs/evm/releases/resolvers.js.map +1 -1
  30. package/dist/cjs/evm/types.js.map +1 -1
  31. package/dist/cjs/internal/factories/chains.js +5 -15
  32. package/dist/cjs/internal/factories/chains.js.map +1 -1
  33. package/dist/cjs/internal/factories/queries.js +3 -9
  34. package/dist/cjs/internal/factories/queries.js.map +1 -1
  35. package/dist/cjs/internal/utils/object-path.js +3 -3
  36. package/dist/cjs/internal/utils/object-path.js.map +1 -1
  37. package/dist/cjs/sablier.js +2 -6
  38. package/dist/cjs/sablier.js.map +1 -1
  39. package/dist/cjs/solana/chains/chains.js +13 -13
  40. package/dist/cjs/solana/chains/chains.js.map +1 -1
  41. package/dist/cjs/solana/programs/catalog.js +1 -1
  42. package/dist/cjs/solana/programs/catalog.js.map +1 -1
  43. package/dist/cjs/solana/programs/queries.js +1 -1
  44. package/dist/cjs/solana/programs/queries.js.map +1 -1
  45. package/dist/cjs/solana/releases/resolvers.js +5 -6
  46. package/dist/cjs/solana/releases/resolvers.js.map +1 -1
  47. package/dist/esm/evm/chains/builder.js +8 -1
  48. package/dist/esm/evm/chains/builder.js.map +1 -1
  49. package/dist/esm/evm/chains/chains.js +1 -1
  50. package/dist/esm/evm/chains/chains.js.map +1 -1
  51. package/dist/esm/evm/chains/custom.js +6 -26
  52. package/dist/esm/evm/chains/custom.js.map +1 -1
  53. package/dist/esm/evm/chains/specs.js +10 -26
  54. package/dist/esm/evm/chains/specs.js.map +1 -1
  55. package/dist/esm/evm/comptroller/deployments.js +0 -6
  56. package/dist/esm/evm/comptroller/deployments.js.map +1 -1
  57. package/dist/esm/evm/contracts/queries.js +1 -1
  58. package/dist/esm/evm/contracts/queries.js.map +1 -1
  59. package/dist/esm/evm/releases/airdrops/v2.0/deployments.js +0 -9
  60. package/dist/esm/evm/releases/airdrops/v2.0/deployments.js.map +1 -1
  61. package/dist/esm/evm/releases/airdrops/v3.0/deployments.js +0 -23
  62. package/dist/esm/evm/releases/airdrops/v3.0/deployments.js.map +1 -1
  63. package/dist/esm/evm/releases/flow/v2.0/deployments.js +0 -4
  64. package/dist/esm/evm/releases/flow/v2.0/deployments.js.map +1 -1
  65. package/dist/esm/evm/releases/flow/v3.0/deployments.js +0 -8
  66. package/dist/esm/evm/releases/flow/v3.0/deployments.js.map +1 -1
  67. package/dist/esm/evm/releases/lockup/v2.0/deployments.js +1 -1
  68. package/dist/esm/evm/releases/lockup/v2.0/deployments.js.map +1 -1
  69. package/dist/esm/evm/releases/lockup/v3.0/deployments.js +0 -7
  70. package/dist/esm/evm/releases/lockup/v3.0/deployments.js.map +1 -1
  71. package/dist/esm/evm/releases/lockup/v4.0/deployments.js +0 -14
  72. package/dist/esm/evm/releases/lockup/v4.0/deployments.js.map +1 -1
  73. package/dist/esm/evm/releases/resolvers.js +14 -22
  74. package/dist/esm/evm/releases/resolvers.js.map +1 -1
  75. package/dist/esm/evm/types.js.map +1 -1
  76. package/dist/esm/internal/factories/chains.js +5 -15
  77. package/dist/esm/internal/factories/chains.js.map +1 -1
  78. package/dist/esm/internal/factories/queries.js +3 -9
  79. package/dist/esm/internal/factories/queries.js.map +1 -1
  80. package/dist/esm/internal/utils/object-path.js +3 -3
  81. package/dist/esm/internal/utils/object-path.js.map +1 -1
  82. package/dist/esm/sablier.js +2 -6
  83. package/dist/esm/sablier.js.map +1 -1
  84. package/dist/esm/solana/chains/chains.js +13 -13
  85. package/dist/esm/solana/chains/chains.js.map +1 -1
  86. package/dist/esm/solana/programs/catalog.js +1 -1
  87. package/dist/esm/solana/programs/catalog.js.map +1 -1
  88. package/dist/esm/solana/programs/queries.js +1 -1
  89. package/dist/esm/solana/programs/queries.js.map +1 -1
  90. package/dist/esm/solana/releases/resolvers.js +5 -6
  91. package/dist/esm/solana/releases/resolvers.js.map +1 -1
  92. package/dist/types/evm/chains/builder.d.ts.map +1 -1
  93. package/dist/types/evm/chains/chains.d.ts +1 -1
  94. package/dist/types/evm/chains/chains.d.ts.map +1 -1
  95. package/dist/types/evm/chains/custom.d.ts +6 -47
  96. package/dist/types/evm/chains/custom.d.ts.map +1 -1
  97. package/dist/types/evm/chains/specs.d.ts +308 -598
  98. package/dist/types/evm/chains/specs.d.ts.map +1 -1
  99. package/dist/types/evm/comptroller/deployments.d.ts.map +1 -1
  100. package/dist/types/evm/releases/airdrops/v2.0/deployments.d.ts.map +1 -1
  101. package/dist/types/evm/releases/airdrops/v3.0/deployments.d.ts.map +1 -1
  102. package/dist/types/evm/releases/flow/v2.0/deployments.d.ts.map +1 -1
  103. package/dist/types/evm/releases/flow/v3.0/deployments.d.ts.map +1 -1
  104. package/dist/types/evm/releases/lockup/v3.0/deployments.d.ts.map +1 -1
  105. package/dist/types/evm/releases/lockup/v4.0/deployments.d.ts.map +1 -1
  106. package/dist/types/evm/releases/resolvers.d.ts.map +1 -1
  107. package/dist/types/evm/types.d.ts +4 -0
  108. package/dist/types/evm/types.d.ts.map +1 -1
  109. package/dist/types/internal/factories/chains.d.ts.map +1 -1
  110. package/dist/types/internal/factories/queries.d.ts.map +1 -1
  111. package/dist/types/sablier.d.ts.map +1 -1
  112. package/dist/types/solana/releases/resolvers.d.ts.map +1 -1
  113. package/package.json +63 -63
@@ -38,6 +38,7 @@ export declare const chainSpecs: {
38
38
  };
39
39
  };
40
40
  sourceId?: number | undefined | undefined;
41
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
41
42
  testnet?: boolean | undefined | undefined;
42
43
  custom: {
43
44
  readonly getEip712Domain: import("viem/zksync").EIP712DomainFn<import("viem/chains").ZkSyncTransactionSerializable, import("viem/chains").ZkSyncEIP712TransactionSignable>;
@@ -93,6 +94,7 @@ export declare const chainSpecs: {
93
94
  value: bigint;
94
95
  blockHash: `0x${string}` | null;
95
96
  blockNumber: bigint | null;
97
+ blockTimestamp?: bigint | undefined;
96
98
  hash: import("viem").Hash;
97
99
  input: import("viem").Hex;
98
100
  transactionIndex: number | null;
@@ -112,6 +114,7 @@ export declare const chainSpecs: {
112
114
  } | {
113
115
  blockHash: `0x${string}` | null;
114
116
  blockNumber: bigint | null;
117
+ blockTimestamp?: bigint | undefined;
115
118
  from: import("abitype").Address;
116
119
  gas: bigint;
117
120
  hash: import("viem").Hash;
@@ -139,6 +142,7 @@ export declare const chainSpecs: {
139
142
  } | {
140
143
  blockHash: `0x${string}` | null;
141
144
  blockNumber: bigint | null;
145
+ blockTimestamp?: bigint | undefined;
142
146
  from: import("abitype").Address;
143
147
  gas: bigint;
144
148
  hash: import("viem").Hash;
@@ -166,6 +170,7 @@ export declare const chainSpecs: {
166
170
  } | {
167
171
  blockHash: `0x${string}` | null;
168
172
  blockNumber: bigint | null;
173
+ blockTimestamp?: bigint | undefined;
169
174
  from: import("abitype").Address;
170
175
  gas: bigint;
171
176
  hash: import("viem").Hash;
@@ -193,6 +198,7 @@ export declare const chainSpecs: {
193
198
  } | {
194
199
  blockHash: `0x${string}` | null;
195
200
  blockNumber: bigint | null;
201
+ blockTimestamp?: bigint | undefined;
196
202
  from: import("abitype").Address;
197
203
  gas: bigint;
198
204
  hash: import("viem").Hash;
@@ -220,6 +226,7 @@ export declare const chainSpecs: {
220
226
  } | {
221
227
  blockHash: `0x${string}` | null;
222
228
  blockNumber: bigint | null;
229
+ blockTimestamp?: bigint | undefined;
223
230
  from: import("abitype").Address;
224
231
  gas: bigint;
225
232
  hash: import("viem").Hash;
@@ -243,6 +250,7 @@ export declare const chainSpecs: {
243
250
  } | {
244
251
  blockHash: `0x${string}` | null;
245
252
  blockNumber: bigint | null;
253
+ blockTimestamp?: bigint | undefined;
246
254
  from: import("abitype").Address;
247
255
  gas: bigint;
248
256
  hash: import("viem").Hash;
@@ -275,9 +283,9 @@ export declare const chainSpecs: {
275
283
  from: import("abitype").Address;
276
284
  blockHash: import("viem").Hash;
277
285
  blockNumber: bigint;
286
+ blockTimestamp?: bigint | undefined;
278
287
  transactionIndex: number;
279
288
  status: "success" | "reverted";
280
- blockTimestamp?: bigint | undefined;
281
289
  transactionHash: import("viem").Hash;
282
290
  logsBloom: import("viem").Hex;
283
291
  blobGasUsed?: bigint | undefined;
@@ -433,8 +441,10 @@ export declare const chainSpecs: {
433
441
  };
434
442
  };
435
443
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
444
+ client: import("viem").Client;
436
445
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
437
446
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
447
+ client: import("viem").Client;
438
448
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
439
449
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
440
450
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -486,14 +496,17 @@ export declare const chainSpecs: {
486
496
  };
487
497
  };
488
498
  sourceId?: number | undefined | undefined;
499
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
489
500
  testnet?: boolean | undefined | undefined;
490
501
  custom?: Record<string, unknown> | undefined;
491
502
  extendSchema?: Record<string, unknown> | undefined;
492
503
  fees?: import("viem").ChainFees<undefined> | undefined;
493
504
  formatters?: undefined;
494
505
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
506
+ client: import("viem").Client;
495
507
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
496
508
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
509
+ client: import("viem").Client;
497
510
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
498
511
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
499
512
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -545,14 +558,17 @@ export declare const chainSpecs: {
545
558
  };
546
559
  };
547
560
  sourceId?: number | undefined | undefined;
561
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
548
562
  testnet: true;
549
563
  custom?: Record<string, unknown> | undefined;
550
564
  extendSchema?: Record<string, unknown> | undefined;
551
565
  fees?: import("viem").ChainFees<undefined> | undefined;
552
566
  formatters?: undefined;
553
567
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
568
+ client: import("viem").Client;
554
569
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
555
570
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
571
+ client: import("viem").Client;
556
572
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
557
573
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
558
574
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -601,14 +617,17 @@ export declare const chainSpecs: {
601
617
  };
602
618
  };
603
619
  sourceId?: number | undefined | undefined;
620
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
604
621
  testnet?: boolean | undefined | undefined;
605
622
  custom?: Record<string, unknown> | undefined;
606
623
  extendSchema?: Record<string, unknown> | undefined;
607
624
  fees?: import("viem").ChainFees<undefined> | undefined;
608
625
  formatters?: undefined;
609
626
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
627
+ client: import("viem").Client;
610
628
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
611
629
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
630
+ client: import("viem").Client;
612
631
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
613
632
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
614
633
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -708,6 +727,7 @@ export declare const chainSpecs: {
708
727
  };
709
728
  };
710
729
  sourceId: 1;
730
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
711
731
  testnet?: boolean | undefined | undefined;
712
732
  custom?: Record<string, unknown> | undefined;
713
733
  extendSchema?: Record<string, unknown> | undefined;
@@ -751,6 +771,7 @@ export declare const chainSpecs: {
751
771
  format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
752
772
  blockHash: `0x${string}` | null;
753
773
  blockNumber: bigint | null;
774
+ blockTimestamp?: bigint | undefined;
754
775
  from: import("abitype").Address;
755
776
  gas: bigint;
756
777
  hash: import("viem").Hash;
@@ -783,6 +804,7 @@ export declare const chainSpecs: {
783
804
  value: bigint;
784
805
  blockHash: `0x${string}` | null;
785
806
  blockNumber: bigint | null;
807
+ blockTimestamp?: bigint | undefined;
786
808
  hash: import("viem").Hash;
787
809
  input: import("viem").Hex;
788
810
  transactionIndex: number | null;
@@ -803,6 +825,7 @@ export declare const chainSpecs: {
803
825
  } | {
804
826
  blockHash: `0x${string}` | null;
805
827
  blockNumber: bigint | null;
828
+ blockTimestamp?: bigint | undefined;
806
829
  from: import("abitype").Address;
807
830
  gas: bigint;
808
831
  hash: import("viem").Hash;
@@ -831,6 +854,7 @@ export declare const chainSpecs: {
831
854
  } | {
832
855
  blockHash: `0x${string}` | null;
833
856
  blockNumber: bigint | null;
857
+ blockTimestamp?: bigint | undefined;
834
858
  from: import("abitype").Address;
835
859
  gas: bigint;
836
860
  hash: import("viem").Hash;
@@ -859,6 +883,7 @@ export declare const chainSpecs: {
859
883
  } | {
860
884
  blockHash: `0x${string}` | null;
861
885
  blockNumber: bigint | null;
886
+ blockTimestamp?: bigint | undefined;
862
887
  from: import("abitype").Address;
863
888
  gas: bigint;
864
889
  hash: import("viem").Hash;
@@ -887,6 +912,7 @@ export declare const chainSpecs: {
887
912
  } | {
888
913
  blockHash: `0x${string}` | null;
889
914
  blockNumber: bigint | null;
915
+ blockTimestamp?: bigint | undefined;
890
916
  from: import("abitype").Address;
891
917
  gas: bigint;
892
918
  hash: import("viem").Hash;
@@ -936,6 +962,8 @@ export declare const chainSpecs: {
936
962
  transactionHash: import("viem").Hash;
937
963
  transactionIndex: number;
938
964
  type: import("viem").TransactionType;
965
+ depositNonce?: bigint | undefined | undefined;
966
+ depositReceiptVersion?: number | undefined | undefined;
939
967
  l1GasPrice: bigint | null;
940
968
  l1GasUsed: bigint | null;
941
969
  l1Fee: bigint | null;
@@ -945,8 +973,10 @@ export declare const chainSpecs: {
945
973
  };
946
974
  };
947
975
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
976
+ client: import("viem").Client;
948
977
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
949
978
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
979
+ client: import("viem").Client;
950
980
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
951
981
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
952
982
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -1039,6 +1069,7 @@ export declare const chainSpecs: {
1039
1069
  };
1040
1070
  };
1041
1071
  sourceId: 11155111;
1072
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
1042
1073
  testnet: true;
1043
1074
  custom?: Record<string, unknown> | undefined;
1044
1075
  extendSchema?: Record<string, unknown> | undefined;
@@ -1082,6 +1113,7 @@ export declare const chainSpecs: {
1082
1113
  format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
1083
1114
  blockHash: `0x${string}` | null;
1084
1115
  blockNumber: bigint | null;
1116
+ blockTimestamp?: bigint | undefined;
1085
1117
  from: import("abitype").Address;
1086
1118
  gas: bigint;
1087
1119
  hash: import("viem").Hash;
@@ -1114,6 +1146,7 @@ export declare const chainSpecs: {
1114
1146
  value: bigint;
1115
1147
  blockHash: `0x${string}` | null;
1116
1148
  blockNumber: bigint | null;
1149
+ blockTimestamp?: bigint | undefined;
1117
1150
  hash: import("viem").Hash;
1118
1151
  input: import("viem").Hex;
1119
1152
  transactionIndex: number | null;
@@ -1134,6 +1167,7 @@ export declare const chainSpecs: {
1134
1167
  } | {
1135
1168
  blockHash: `0x${string}` | null;
1136
1169
  blockNumber: bigint | null;
1170
+ blockTimestamp?: bigint | undefined;
1137
1171
  from: import("abitype").Address;
1138
1172
  gas: bigint;
1139
1173
  hash: import("viem").Hash;
@@ -1162,6 +1196,7 @@ export declare const chainSpecs: {
1162
1196
  } | {
1163
1197
  blockHash: `0x${string}` | null;
1164
1198
  blockNumber: bigint | null;
1199
+ blockTimestamp?: bigint | undefined;
1165
1200
  from: import("abitype").Address;
1166
1201
  gas: bigint;
1167
1202
  hash: import("viem").Hash;
@@ -1190,305 +1225,7 @@ export declare const chainSpecs: {
1190
1225
  } | {
1191
1226
  blockHash: `0x${string}` | null;
1192
1227
  blockNumber: bigint | null;
1193
- from: import("abitype").Address;
1194
- gas: bigint;
1195
- hash: import("viem").Hash;
1196
- input: import("viem").Hex;
1197
- nonce: number;
1198
- r: import("viem").Hex;
1199
- s: import("viem").Hex;
1200
- to: import("abitype").Address | null;
1201
- transactionIndex: number | null;
1202
- typeHex: import("viem").Hex | null;
1203
- v: bigint;
1204
- value: bigint;
1205
- yParity: number;
1206
- accessList: import("viem").AccessList;
1207
- authorizationList?: undefined | undefined;
1208
- blobVersionedHashes: readonly import("viem").Hex[];
1209
- chainId: number;
1210
- type: "eip4844";
1211
- gasPrice?: undefined | undefined;
1212
- maxFeePerBlobGas: bigint;
1213
- maxFeePerGas: bigint;
1214
- maxPriorityFeePerGas: bigint;
1215
- isSystemTx?: undefined | undefined;
1216
- mint?: undefined | undefined;
1217
- sourceHash?: undefined | undefined;
1218
- } | {
1219
- blockHash: `0x${string}` | null;
1220
- blockNumber: bigint | null;
1221
- from: import("abitype").Address;
1222
- gas: bigint;
1223
- hash: import("viem").Hash;
1224
- input: import("viem").Hex;
1225
- nonce: number;
1226
- r: import("viem").Hex;
1227
- s: import("viem").Hex;
1228
- to: import("abitype").Address | null;
1229
- transactionIndex: number | null;
1230
- typeHex: import("viem").Hex | null;
1231
- v: bigint;
1232
- value: bigint;
1233
- yParity: number;
1234
- accessList: import("viem").AccessList;
1235
- authorizationList: import("viem").SignedAuthorizationList;
1236
- blobVersionedHashes?: undefined | undefined;
1237
- chainId: number;
1238
- type: "eip7702";
1239
- gasPrice?: undefined | undefined;
1240
- maxFeePerBlobGas?: undefined | undefined;
1241
- maxFeePerGas: bigint;
1242
- maxPriorityFeePerGas: bigint;
1243
- isSystemTx?: undefined | undefined;
1244
- mint?: undefined | undefined;
1245
- sourceHash?: undefined | undefined;
1246
- }) & {};
1247
- type: "transaction";
1248
- };
1249
- readonly transactionReceipt: {
1250
- exclude: [] | undefined;
1251
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
1252
- blobGasPrice?: bigint | undefined;
1253
- blobGasUsed?: bigint | undefined;
1254
- blockHash: import("viem").Hash;
1255
- blockNumber: bigint;
1256
1228
  blockTimestamp?: bigint | undefined;
1257
- contractAddress: import("abitype").Address | null | undefined;
1258
- cumulativeGasUsed: bigint;
1259
- effectiveGasPrice: bigint;
1260
- from: import("abitype").Address;
1261
- gasUsed: bigint;
1262
- logs: import("viem").Log<bigint, number, false>[];
1263
- logsBloom: import("viem").Hex;
1264
- root?: `0x${string}` | undefined;
1265
- status: "success" | "reverted";
1266
- to: import("abitype").Address | null;
1267
- transactionHash: import("viem").Hash;
1268
- transactionIndex: number;
1269
- type: import("viem").TransactionType;
1270
- l1GasPrice: bigint | null;
1271
- l1GasUsed: bigint | null;
1272
- l1Fee: bigint | null;
1273
- l1FeeScalar: number | null;
1274
- } & {};
1275
- type: "transactionReceipt";
1276
- };
1277
- };
1278
- prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1279
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1280
- }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1281
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1282
- }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
1283
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1284
- }] | undefined;
1285
- serializers: {
1286
- readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
1287
- };
1288
- verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
1289
- readonly network: "base-sepolia";
1290
- };
1291
- meta: {
1292
- slug: string;
1293
- ui: "SUPPORTED";
1294
- };
1295
- nativeCurrency: {
1296
- coinGeckoId: "ethereum";
1297
- };
1298
- rpc: {
1299
- alchemy: string;
1300
- infura: string;
1301
- };
1302
- };
1303
- battlechainTestnet: {
1304
- base: {
1305
- blockExplorers: {
1306
- readonly default: {
1307
- readonly name: "BattleChain Explorer";
1308
- readonly url: "https://explorer.testnet.battlechain.com";
1309
- readonly blockExplorerApi: "https://block-explorer-api.testnet.battlechain.com/api";
1310
- };
1311
- };
1312
- blockTime: 1000;
1313
- contracts?: {
1314
- [x: string]: import("viem").ChainContract | {
1315
- [sourceId: number]: import("viem").ChainContract | undefined;
1316
- } | undefined;
1317
- ensRegistry?: import("viem").ChainContract | undefined;
1318
- ensUniversalResolver?: import("viem").ChainContract | undefined;
1319
- multicall3?: import("viem").ChainContract | undefined;
1320
- erc6492Verifier?: import("viem").ChainContract | undefined;
1321
- } | undefined;
1322
- ensTlds?: readonly string[] | undefined;
1323
- id: 627;
1324
- name: "BattleChain Testnet";
1325
- nativeCurrency: {
1326
- readonly name: "Ether";
1327
- readonly symbol: "ETH";
1328
- readonly decimals: 18;
1329
- };
1330
- experimental_preconfirmationTime?: number | undefined | undefined;
1331
- rpcUrls: {
1332
- readonly default: {
1333
- readonly http: readonly ["https://testnet.battlechain.com"];
1334
- };
1335
- };
1336
- sourceId?: number | undefined | undefined;
1337
- testnet: true;
1338
- custom: {
1339
- readonly getEip712Domain: import("viem/zksync").EIP712DomainFn<import("viem/chains").ZkSyncTransactionSerializable, import("viem/chains").ZkSyncEIP712TransactionSignable>;
1340
- };
1341
- extendSchema?: Record<string, unknown> | undefined;
1342
- fees?: import("viem").ChainFees<undefined> | undefined;
1343
- formatters: {
1344
- readonly block: {
1345
- exclude: [] | undefined;
1346
- format: (args: import("viem/chains").ZkSyncRpcBlock, action?: string | undefined) => {
1347
- baseFeePerGas: bigint | null;
1348
- blobGasUsed: bigint;
1349
- difficulty: bigint;
1350
- excessBlobGas: bigint;
1351
- extraData: import("viem").Hex;
1352
- gasLimit: bigint;
1353
- gasUsed: bigint;
1354
- hash: `0x${string}` | null;
1355
- logsBloom: `0x${string}` | null;
1356
- miner: import("abitype").Address;
1357
- mixHash: import("viem").Hash;
1358
- nonce: `0x${string}` | null;
1359
- number: bigint | null;
1360
- parentBeaconBlockRoot?: `0x${string}` | undefined;
1361
- parentHash: import("viem").Hash;
1362
- receiptsRoot: import("viem").Hex;
1363
- sealFields: import("viem").Hex[];
1364
- sha3Uncles: import("viem").Hash;
1365
- size: bigint;
1366
- stateRoot: import("viem").Hash;
1367
- timestamp: bigint;
1368
- totalDifficulty: bigint | null;
1369
- transactions: `0x${string}`[] | import("viem/chains").ZkSyncTransaction<boolean>[];
1370
- transactionsRoot: import("viem").Hash;
1371
- uncles: import("viem").Hash[];
1372
- withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
1373
- withdrawalsRoot?: `0x${string}` | undefined;
1374
- l1BatchNumber: bigint | null;
1375
- l1BatchTimestamp: bigint | null;
1376
- } & {};
1377
- type: "block";
1378
- };
1379
- readonly transaction: {
1380
- exclude: [] | undefined;
1381
- format: (args: import("viem/chains").ZkSyncRpcTransaction, action?: string | undefined) => ({
1382
- r: import("viem").Hex;
1383
- s: import("viem").Hex;
1384
- v: bigint;
1385
- to: import("abitype").Address | null;
1386
- from: import("abitype").Address;
1387
- gas: bigint;
1388
- nonce: number;
1389
- value: bigint;
1390
- blockHash: `0x${string}` | null;
1391
- blockNumber: bigint | null;
1392
- hash: import("viem").Hash;
1393
- input: import("viem").Hex;
1394
- transactionIndex: number | null;
1395
- typeHex: import("viem").Hex | null;
1396
- accessList?: undefined | undefined;
1397
- authorizationList?: undefined | undefined;
1398
- blobVersionedHashes?: undefined | undefined;
1399
- chainId?: number | undefined;
1400
- yParity?: undefined | undefined;
1401
- type: "legacy";
1402
- gasPrice: bigint;
1403
- maxFeePerBlobGas?: undefined | undefined;
1404
- maxFeePerGas?: undefined | undefined;
1405
- maxPriorityFeePerGas?: undefined | undefined;
1406
- l1BatchNumber: bigint | null;
1407
- l1BatchTxIndex: bigint | null;
1408
- } | {
1409
- blockHash: `0x${string}` | null;
1410
- blockNumber: bigint | null;
1411
- from: import("abitype").Address;
1412
- gas: bigint;
1413
- hash: import("viem").Hash;
1414
- input: import("viem").Hex;
1415
- nonce: number;
1416
- r: import("viem").Hex;
1417
- s: import("viem").Hex;
1418
- to: import("abitype").Address | null;
1419
- transactionIndex: number | null;
1420
- typeHex: import("viem").Hex | null;
1421
- v: bigint;
1422
- value: bigint;
1423
- yParity: number;
1424
- accessList: import("viem").AccessList;
1425
- authorizationList?: undefined | undefined;
1426
- blobVersionedHashes?: undefined | undefined;
1427
- chainId: number;
1428
- type: "eip2930";
1429
- gasPrice: bigint;
1430
- maxFeePerBlobGas?: undefined | undefined;
1431
- maxFeePerGas?: undefined | undefined;
1432
- maxPriorityFeePerGas?: undefined | undefined;
1433
- l1BatchNumber: bigint | null;
1434
- l1BatchTxIndex: bigint | null;
1435
- } | {
1436
- blockHash: `0x${string}` | null;
1437
- blockNumber: bigint | null;
1438
- from: import("abitype").Address;
1439
- gas: bigint;
1440
- hash: import("viem").Hash;
1441
- input: import("viem").Hex;
1442
- nonce: number;
1443
- r: import("viem").Hex;
1444
- s: import("viem").Hex;
1445
- to: import("abitype").Address | null;
1446
- transactionIndex: number | null;
1447
- typeHex: import("viem").Hex | null;
1448
- v: bigint;
1449
- value: bigint;
1450
- yParity: number;
1451
- accessList: import("viem").AccessList;
1452
- authorizationList?: undefined | undefined;
1453
- blobVersionedHashes?: undefined | undefined;
1454
- chainId: number;
1455
- type: "eip1559";
1456
- gasPrice?: undefined | undefined;
1457
- maxFeePerBlobGas?: undefined | undefined;
1458
- maxFeePerGas: bigint;
1459
- maxPriorityFeePerGas: bigint;
1460
- l1BatchNumber: bigint | null;
1461
- l1BatchTxIndex: bigint | null;
1462
- } | {
1463
- blockHash: `0x${string}` | null;
1464
- blockNumber: bigint | null;
1465
- from: import("abitype").Address;
1466
- gas: bigint;
1467
- hash: import("viem").Hash;
1468
- input: import("viem").Hex;
1469
- nonce: number;
1470
- r: import("viem").Hex;
1471
- s: import("viem").Hex;
1472
- to: import("abitype").Address | null;
1473
- transactionIndex: number | null;
1474
- typeHex: import("viem").Hex | null;
1475
- v: bigint;
1476
- value: bigint;
1477
- yParity: number;
1478
- accessList: import("viem").AccessList;
1479
- authorizationList?: undefined | undefined;
1480
- blobVersionedHashes: readonly import("viem").Hex[];
1481
- chainId: number;
1482
- type: "eip4844";
1483
- gasPrice?: undefined | undefined;
1484
- maxFeePerBlobGas: bigint;
1485
- maxFeePerGas: bigint;
1486
- maxPriorityFeePerGas: bigint;
1487
- l1BatchNumber: bigint | null;
1488
- l1BatchTxIndex: bigint | null;
1489
- } | {
1490
- blockHash: `0x${string}` | null;
1491
- blockNumber: bigint | null;
1492
1229
  from: import("abitype").Address;
1493
1230
  gas: bigint;
1494
1231
  hash: import("viem").Hash;
@@ -1502,254 +1239,106 @@ export declare const chainSpecs: {
1502
1239
  v: bigint;
1503
1240
  value: bigint;
1504
1241
  yParity: number;
1505
- accessList: import("viem").AccessList;
1506
- authorizationList: import("viem").SignedAuthorizationList;
1507
- blobVersionedHashes?: undefined | undefined;
1508
- chainId: number;
1509
- type: "eip7702";
1510
- gasPrice?: undefined | undefined;
1511
- maxFeePerBlobGas?: undefined | undefined;
1512
- maxFeePerGas: bigint;
1513
- maxPriorityFeePerGas: bigint;
1514
- l1BatchNumber: bigint | null;
1515
- l1BatchTxIndex: bigint | null;
1516
- } | {
1517
- blockHash: `0x${string}` | null;
1518
- blockNumber: bigint | null;
1519
- from: import("abitype").Address;
1520
- gas: bigint;
1521
- hash: import("viem").Hash;
1522
- input: import("viem").Hex;
1523
- nonce: number;
1524
- r: import("viem").Hex;
1525
- s: import("viem").Hex;
1526
- to: import("abitype").Address | null;
1527
- transactionIndex: number | null;
1528
- typeHex: import("viem").Hex | null;
1529
- v: bigint;
1530
- value: bigint;
1531
- yParity: number;
1532
- l1BatchNumber: bigint | null;
1533
- l1BatchTxIndex: bigint | null;
1534
- gasPrice?: undefined | undefined;
1535
- maxFeePerBlobGas?: undefined | undefined;
1536
- maxFeePerGas: bigint;
1537
- maxPriorityFeePerGas: bigint;
1538
- type: "priority";
1539
- } | {
1540
- blockHash: `0x${string}` | null;
1541
- blockNumber: bigint | null;
1542
- from: import("abitype").Address;
1543
- gas: bigint;
1544
- hash: import("viem").Hash;
1545
- input: import("viem").Hex;
1546
- nonce: number;
1547
- r: import("viem").Hex;
1548
- s: import("viem").Hex;
1549
- to: import("abitype").Address | null;
1550
- transactionIndex: number | null;
1551
- typeHex: import("viem").Hex | null;
1552
- v: bigint;
1553
- value: bigint;
1554
- yParity: number;
1555
- l1BatchNumber: bigint | null;
1556
- l1BatchTxIndex: bigint | null;
1557
- gasPrice?: undefined | undefined;
1558
- maxFeePerBlobGas?: undefined | undefined;
1559
- maxFeePerGas: bigint;
1560
- maxPriorityFeePerGas: bigint;
1561
- type: "eip712" | "priority";
1562
- }) & {};
1563
- type: "transaction";
1564
- };
1565
- readonly transactionReceipt: {
1566
- exclude: [] | undefined;
1567
- format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
1568
- type: import("viem/chains").ZkSyncTransactionType;
1569
- contractAddress: import("abitype").Address | null | undefined;
1570
- to: import("abitype").Address | null;
1571
- from: import("abitype").Address;
1572
- blockHash: import("viem").Hash;
1573
- blockNumber: bigint;
1574
- transactionIndex: number;
1575
- status: "success" | "reverted";
1576
- blockTimestamp?: bigint | undefined;
1577
- transactionHash: import("viem").Hash;
1578
- logsBloom: import("viem").Hex;
1579
- blobGasUsed?: bigint | undefined;
1580
- gasUsed: bigint;
1581
- blobGasPrice?: bigint | undefined;
1582
- cumulativeGasUsed: bigint;
1583
- effectiveGasPrice: bigint;
1584
- root?: `0x${string}` | undefined;
1585
- l1BatchNumber: bigint | null;
1586
- l1BatchTxIndex: bigint | null;
1587
- logs: import("viem/chains").ZkSyncLog[];
1588
- l2ToL1Logs: import("viem/chains").ZkSyncL2ToL1Log[];
1589
- } & {};
1590
- type: "transactionReceipt";
1591
- };
1592
- readonly transactionRequest: {
1593
- exclude: ("paymaster" | "gasPerPubdata" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
1594
- format: (args: import("viem/chains").ZkSyncTransactionRequest, action?: string | undefined) => ({
1595
- data?: `0x${string}` | undefined;
1596
- from?: `0x${string}` | undefined;
1597
- gas?: `0x${string}` | undefined;
1598
- nonce?: `0x${string}` | undefined;
1599
- to?: `0x${string}` | null | undefined;
1600
- type?: "0x0" | undefined;
1601
- value?: `0x${string}` | undefined;
1602
- gasPrice?: `0x${string}` | undefined;
1603
- maxFeePerBlobGas?: undefined | undefined;
1604
- maxFeePerGas?: undefined | undefined;
1605
- maxPriorityFeePerGas?: undefined | undefined;
1606
- blobs?: undefined;
1607
- blobVersionedHashes?: undefined;
1608
- kzg?: undefined;
1609
- accessList?: undefined;
1610
- sidecars?: undefined;
1611
- authorizationList?: undefined;
1612
- eip712Meta?: undefined | undefined;
1613
- } | {
1614
- data?: `0x${string}` | undefined;
1615
- from?: `0x${string}` | undefined;
1616
- gas?: `0x${string}` | undefined;
1617
- nonce?: `0x${string}` | undefined;
1618
- to?: `0x${string}` | null | undefined;
1619
- type?: "0x1" | undefined;
1620
- value?: `0x${string}` | undefined;
1621
- gasPrice?: `0x${string}` | undefined;
1622
- maxFeePerBlobGas?: undefined | undefined;
1623
- maxFeePerGas?: undefined | undefined;
1624
- maxPriorityFeePerGas?: undefined | undefined;
1625
- accessList?: import("viem").AccessList | undefined;
1626
- blobs?: undefined;
1627
- blobVersionedHashes?: undefined;
1628
- kzg?: undefined;
1629
- sidecars?: undefined;
1630
- authorizationList?: undefined;
1631
- eip712Meta?: undefined | undefined;
1632
- } | {
1633
- data?: `0x${string}` | undefined;
1634
- from?: `0x${string}` | undefined;
1635
- gas?: `0x${string}` | undefined;
1636
- nonce?: `0x${string}` | undefined;
1637
- to?: `0x${string}` | null | undefined;
1638
- type?: "0x2" | undefined;
1639
- value?: `0x${string}` | undefined;
1640
- gasPrice?: undefined | undefined;
1641
- maxFeePerBlobGas?: undefined | undefined;
1642
- maxFeePerGas?: `0x${string}` | undefined;
1643
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1644
- accessList?: import("viem").AccessList | undefined;
1645
- blobs?: undefined;
1646
- blobVersionedHashes?: undefined;
1647
- kzg?: undefined;
1648
- sidecars?: undefined;
1649
- authorizationList?: undefined;
1650
- eip712Meta?: undefined | undefined;
1651
- } | {
1652
- type?: "0x3" | undefined;
1653
- data?: `0x${string}` | undefined;
1654
- from?: `0x${string}` | undefined;
1655
- gas?: `0x${string}` | undefined;
1656
- nonce?: `0x${string}` | undefined;
1657
- value?: `0x${string}` | undefined;
1658
- to: `0x${string}` | null;
1659
- gasPrice?: undefined | undefined;
1660
- maxFeePerBlobGas?: `0x${string}` | undefined;
1661
- maxFeePerGas?: `0x${string}` | undefined;
1662
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1663
- accessList?: import("viem").AccessList | undefined;
1664
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1665
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1666
- blobVersionedHashes: readonly import("viem").Hex[];
1667
- kzg?: undefined;
1668
- authorizationList?: undefined;
1669
- eip712Meta?: undefined | undefined;
1670
- } | {
1671
- type?: "0x3" | undefined;
1672
- data?: `0x${string}` | undefined;
1673
- from?: `0x${string}` | undefined;
1674
- gas?: `0x${string}` | undefined;
1675
- nonce?: `0x${string}` | undefined;
1676
- value?: `0x${string}` | undefined;
1677
- to: `0x${string}` | null;
1678
- gasPrice?: undefined | undefined;
1679
- maxFeePerBlobGas?: `0x${string}` | undefined;
1680
- maxFeePerGas?: `0x${string}` | undefined;
1681
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1682
- accessList?: import("viem").AccessList | undefined;
1683
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1684
- blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
1685
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1686
- kzg?: import("viem").Kzg | undefined;
1687
- authorizationList?: undefined;
1688
- eip712Meta?: undefined | undefined;
1689
- } | {
1690
- type?: "0x4" | undefined;
1242
+ accessList: import("viem").AccessList;
1243
+ authorizationList?: undefined | undefined;
1244
+ blobVersionedHashes: readonly import("viem").Hex[];
1245
+ chainId: number;
1246
+ type: "eip4844";
1691
1247
  gasPrice?: undefined | undefined;
1692
- maxFeePerBlobGas?: undefined | undefined;
1693
- maxFeePerGas?: `0x${string}` | undefined;
1694
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1695
- to?: `0x${string}` | null | undefined;
1696
- data?: `0x${string}` | undefined;
1697
- from?: `0x${string}` | undefined;
1698
- gas?: `0x${string}` | undefined;
1699
- nonce?: `0x${string}` | undefined;
1700
- value?: `0x${string}` | undefined;
1701
- accessList?: import("viem").AccessList | undefined;
1702
- authorizationList?: import("viem").RpcAuthorizationList | undefined;
1703
- blobs?: undefined;
1704
- blobVersionedHashes?: undefined;
1705
- kzg?: undefined;
1706
- sidecars?: undefined;
1707
- eip712Meta?: undefined | undefined;
1248
+ maxFeePerBlobGas: bigint;
1249
+ maxFeePerGas: bigint;
1250
+ maxPriorityFeePerGas: bigint;
1251
+ isSystemTx?: undefined | undefined;
1252
+ mint?: undefined | undefined;
1253
+ sourceHash?: undefined | undefined;
1708
1254
  } | {
1709
- data?: `0x${string}` | undefined;
1710
- from?: `0x${string}` | undefined;
1711
- gas?: `0x${string}` | undefined;
1712
- nonce?: `0x${string}` | undefined;
1713
- to?: `0x${string}` | null | undefined;
1714
- type: "0xff" | "0x71";
1715
- value?: `0x${string}` | undefined;
1255
+ blockHash: `0x${string}` | null;
1256
+ blockNumber: bigint | null;
1257
+ blockTimestamp?: bigint | undefined;
1258
+ from: import("abitype").Address;
1259
+ gas: bigint;
1260
+ hash: import("viem").Hash;
1261
+ input: import("viem").Hex;
1262
+ nonce: number;
1263
+ r: import("viem").Hex;
1264
+ s: import("viem").Hex;
1265
+ to: import("abitype").Address | null;
1266
+ transactionIndex: number | null;
1267
+ typeHex: import("viem").Hex | null;
1268
+ v: bigint;
1269
+ value: bigint;
1270
+ yParity: number;
1271
+ accessList: import("viem").AccessList;
1272
+ authorizationList: import("viem").SignedAuthorizationList;
1273
+ blobVersionedHashes?: undefined | undefined;
1274
+ chainId: number;
1275
+ type: "eip7702";
1716
1276
  gasPrice?: undefined | undefined;
1717
1277
  maxFeePerBlobGas?: undefined | undefined;
1718
- maxFeePerGas?: `0x${string}` | undefined;
1719
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1720
- eip712Meta: import("viem/chains").ZkSyncEip712Meta;
1721
- }) & {
1722
- paymaster: never;
1723
- gasPerPubdata: never;
1724
- factoryDeps: never;
1725
- paymasterInput: never;
1726
- customSignature: never;
1727
- };
1728
- type: "transactionRequest";
1278
+ maxFeePerGas: bigint;
1279
+ maxPriorityFeePerGas: bigint;
1280
+ isSystemTx?: undefined | undefined;
1281
+ mint?: undefined | undefined;
1282
+ sourceHash?: undefined | undefined;
1283
+ }) & {};
1284
+ type: "transaction";
1285
+ };
1286
+ readonly transactionReceipt: {
1287
+ exclude: [] | undefined;
1288
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
1289
+ blobGasPrice?: bigint | undefined;
1290
+ blobGasUsed?: bigint | undefined;
1291
+ blockHash: import("viem").Hash;
1292
+ blockNumber: bigint;
1293
+ blockTimestamp?: bigint | undefined;
1294
+ contractAddress: import("abitype").Address | null | undefined;
1295
+ cumulativeGasUsed: bigint;
1296
+ effectiveGasPrice: bigint;
1297
+ from: import("abitype").Address;
1298
+ gasUsed: bigint;
1299
+ logs: import("viem").Log<bigint, number, false>[];
1300
+ logsBloom: import("viem").Hex;
1301
+ root?: `0x${string}` | undefined;
1302
+ status: "success" | "reverted";
1303
+ to: import("abitype").Address | null;
1304
+ transactionHash: import("viem").Hash;
1305
+ transactionIndex: number;
1306
+ type: import("viem").TransactionType;
1307
+ depositNonce?: bigint | undefined | undefined;
1308
+ depositReceiptVersion?: number | undefined | undefined;
1309
+ l1GasPrice: bigint | null;
1310
+ l1GasUsed: bigint | null;
1311
+ l1Fee: bigint | null;
1312
+ l1FeeScalar: number | null;
1313
+ } & {};
1314
+ type: "transactionReceipt";
1729
1315
  };
1730
1316
  };
1731
1317
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1318
+ client: import("viem").Client;
1732
1319
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1733
1320
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1321
+ client: import("viem").Client;
1734
1322
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1735
1323
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
1736
1324
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1737
1325
  }] | undefined;
1738
1326
  serializers: {
1739
- readonly transaction: typeof import("viem/zksync").serializeTransaction;
1327
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
1740
1328
  };
1741
1329
  verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
1742
- readonly network: "battlechain-testnet";
1330
+ readonly network: "base-sepolia";
1743
1331
  };
1744
1332
  meta: {
1745
- isZk: true;
1746
1333
  slug: string;
1334
+ ui: "SUPPORTED";
1747
1335
  };
1748
1336
  nativeCurrency: {
1749
1337
  coinGeckoId: "ethereum";
1750
1338
  };
1751
1339
  rpc: {
1752
- routemesh: false;
1340
+ alchemy: string;
1341
+ infura: string;
1753
1342
  };
1754
1343
  };
1755
1344
  berachain: {
@@ -1790,14 +1379,17 @@ export declare const chainSpecs: {
1790
1379
  };
1791
1380
  };
1792
1381
  sourceId?: number | undefined | undefined;
1382
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
1793
1383
  testnet: false;
1794
1384
  custom?: Record<string, unknown> | undefined;
1795
1385
  extendSchema?: Record<string, unknown> | undefined;
1796
1386
  fees?: import("viem").ChainFees<undefined> | undefined;
1797
1387
  formatters?: undefined;
1798
1388
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1389
+ client: import("viem").Client;
1799
1390
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1800
1391
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1392
+ client: import("viem").Client;
1801
1393
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1802
1394
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
1803
1395
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -1883,6 +1475,7 @@ export declare const chainSpecs: {
1883
1475
  };
1884
1476
  };
1885
1477
  sourceId: 1;
1478
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
1886
1479
  testnet?: boolean | undefined | undefined;
1887
1480
  custom?: Record<string, unknown> | undefined;
1888
1481
  extendSchema?: Record<string, unknown> | undefined;
@@ -1926,6 +1519,7 @@ export declare const chainSpecs: {
1926
1519
  format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
1927
1520
  blockHash: `0x${string}` | null;
1928
1521
  blockNumber: bigint | null;
1522
+ blockTimestamp?: bigint | undefined;
1929
1523
  from: import("abitype").Address;
1930
1524
  gas: bigint;
1931
1525
  hash: import("viem").Hash;
@@ -1958,6 +1552,7 @@ export declare const chainSpecs: {
1958
1552
  value: bigint;
1959
1553
  blockHash: `0x${string}` | null;
1960
1554
  blockNumber: bigint | null;
1555
+ blockTimestamp?: bigint | undefined;
1961
1556
  hash: import("viem").Hash;
1962
1557
  input: import("viem").Hex;
1963
1558
  transactionIndex: number | null;
@@ -1978,6 +1573,7 @@ export declare const chainSpecs: {
1978
1573
  } | {
1979
1574
  blockHash: `0x${string}` | null;
1980
1575
  blockNumber: bigint | null;
1576
+ blockTimestamp?: bigint | undefined;
1981
1577
  from: import("abitype").Address;
1982
1578
  gas: bigint;
1983
1579
  hash: import("viem").Hash;
@@ -2006,6 +1602,7 @@ export declare const chainSpecs: {
2006
1602
  } | {
2007
1603
  blockHash: `0x${string}` | null;
2008
1604
  blockNumber: bigint | null;
1605
+ blockTimestamp?: bigint | undefined;
2009
1606
  from: import("abitype").Address;
2010
1607
  gas: bigint;
2011
1608
  hash: import("viem").Hash;
@@ -2034,6 +1631,7 @@ export declare const chainSpecs: {
2034
1631
  } | {
2035
1632
  blockHash: `0x${string}` | null;
2036
1633
  blockNumber: bigint | null;
1634
+ blockTimestamp?: bigint | undefined;
2037
1635
  from: import("abitype").Address;
2038
1636
  gas: bigint;
2039
1637
  hash: import("viem").Hash;
@@ -2062,6 +1660,7 @@ export declare const chainSpecs: {
2062
1660
  } | {
2063
1661
  blockHash: `0x${string}` | null;
2064
1662
  blockNumber: bigint | null;
1663
+ blockTimestamp?: bigint | undefined;
2065
1664
  from: import("abitype").Address;
2066
1665
  gas: bigint;
2067
1666
  hash: import("viem").Hash;
@@ -2111,6 +1710,8 @@ export declare const chainSpecs: {
2111
1710
  transactionHash: import("viem").Hash;
2112
1711
  transactionIndex: number;
2113
1712
  type: import("viem").TransactionType;
1713
+ depositNonce?: bigint | undefined | undefined;
1714
+ depositReceiptVersion?: number | undefined | undefined;
2114
1715
  l1GasPrice: bigint | null;
2115
1716
  l1GasUsed: bigint | null;
2116
1717
  l1Fee: bigint | null;
@@ -2120,8 +1721,10 @@ export declare const chainSpecs: {
2120
1721
  };
2121
1722
  };
2122
1723
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1724
+ client: import("viem").Client;
2123
1725
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2124
1726
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1727
+ client: import("viem").Client;
2125
1728
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2126
1729
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
2127
1730
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -2174,14 +1777,17 @@ export declare const chainSpecs: {
2174
1777
  };
2175
1778
  };
2176
1779
  sourceId?: number | undefined | undefined;
1780
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
2177
1781
  testnet?: boolean | undefined | undefined;
2178
1782
  custom?: Record<string, unknown> | undefined;
2179
1783
  extendSchema?: Record<string, unknown> | undefined;
2180
1784
  fees?: import("viem").ChainFees<undefined> | undefined;
2181
1785
  formatters?: undefined;
2182
1786
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1787
+ client: import("viem").Client;
2183
1788
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2184
1789
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1790
+ client: import("viem").Client;
2185
1791
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2186
1792
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
2187
1793
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -2233,14 +1839,17 @@ export declare const chainSpecs: {
2233
1839
  };
2234
1840
  };
2235
1841
  sourceId?: number | undefined | undefined;
1842
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
2236
1843
  testnet?: boolean | undefined | undefined;
2237
1844
  custom?: Record<string, unknown> | undefined;
2238
1845
  extendSchema?: Record<string, unknown> | undefined;
2239
1846
  fees?: import("viem").ChainFees<undefined> | undefined;
2240
1847
  formatters?: undefined;
2241
1848
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1849
+ client: import("viem").Client;
2242
1850
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2243
1851
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1852
+ client: import("viem").Client;
2244
1853
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2245
1854
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
2246
1855
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -2300,14 +1909,17 @@ export declare const chainSpecs: {
2300
1909
  };
2301
1910
  };
2302
1911
  sourceId?: number | undefined | undefined;
1912
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
2303
1913
  testnet: false;
2304
1914
  custom?: Record<string, unknown> | undefined;
2305
1915
  extendSchema?: Record<string, unknown> | undefined;
2306
1916
  fees?: import("viem").ChainFees<undefined> | undefined;
2307
1917
  formatters?: undefined;
2308
1918
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1919
+ client: import("viem").Client;
2309
1920
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2310
1921
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1922
+ client: import("viem").Client;
2311
1923
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2312
1924
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
2313
1925
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -2324,63 +1936,6 @@ export declare const chainSpecs: {
2324
1936
  coinGeckoId: string;
2325
1937
  };
2326
1938
  };
2327
- denergy: {
2328
- base: {
2329
- blockExplorers: {
2330
- readonly default: {
2331
- readonly name: "Explorer";
2332
- readonly url: "https://explorer.denergychain.com";
2333
- };
2334
- };
2335
- blockTime?: number | undefined | undefined;
2336
- contracts?: {
2337
- [x: string]: import("viem").ChainContract | {
2338
- [sourceId: number]: import("viem").ChainContract | undefined;
2339
- } | undefined;
2340
- ensRegistry?: import("viem").ChainContract | undefined;
2341
- ensUniversalResolver?: import("viem").ChainContract | undefined;
2342
- multicall3?: import("viem").ChainContract | undefined;
2343
- erc6492Verifier?: import("viem").ChainContract | undefined;
2344
- } | undefined;
2345
- ensTlds?: readonly string[] | undefined;
2346
- id: 369369;
2347
- name: "Denergy";
2348
- nativeCurrency: {
2349
- readonly decimals: 18;
2350
- readonly name: "Watt";
2351
- readonly symbol: "WATT";
2352
- };
2353
- experimental_preconfirmationTime?: number | undefined | undefined;
2354
- rpcUrls: {
2355
- readonly default: {
2356
- readonly http: readonly ["https://rpc.d.energy"];
2357
- };
2358
- };
2359
- sourceId?: number | undefined | undefined;
2360
- testnet: false;
2361
- custom?: Record<string, unknown> | undefined;
2362
- extendSchema?: Record<string, unknown> | undefined;
2363
- fees?: import("viem").ChainFees<undefined> | undefined;
2364
- formatters?: undefined;
2365
- prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2366
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2367
- }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2368
- phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2369
- }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
2370
- runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
2371
- }] | undefined;
2372
- serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
2373
- verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
2374
- };
2375
- meta: {};
2376
- nativeCurrency: {
2377
- coinGeckoId: string;
2378
- wrapperContract: string;
2379
- };
2380
- rpc: {
2381
- routemesh: false;
2382
- };
2383
- };
2384
1939
  gnosis: {
2385
1940
  base: {
2386
1941
  blockExplorers: {
@@ -2413,14 +1968,17 @@ export declare const chainSpecs: {
2413
1968
  };
2414
1969
  };
2415
1970
  sourceId?: number | undefined | undefined;
1971
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
2416
1972
  testnet?: boolean | undefined | undefined;
2417
1973
  custom?: Record<string, unknown> | undefined;
2418
1974
  extendSchema?: Record<string, unknown> | undefined;
2419
1975
  fees?: import("viem").ChainFees<undefined> | undefined;
2420
1976
  formatters?: undefined;
2421
1977
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1978
+ client: import("viem").Client;
2422
1979
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2423
1980
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1981
+ client: import("viem").Client;
2424
1982
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2425
1983
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
2426
1984
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -2448,15 +2006,12 @@ export declare const chainSpecs: {
2448
2006
  };
2449
2007
  };
2450
2008
  blockTime?: number | undefined | undefined;
2451
- contracts?: {
2452
- [x: string]: import("viem").ChainContract | {
2453
- [sourceId: number]: import("viem").ChainContract | undefined;
2454
- } | undefined;
2455
- ensRegistry?: import("viem").ChainContract | undefined;
2456
- ensUniversalResolver?: import("viem").ChainContract | undefined;
2457
- multicall3?: import("viem").ChainContract | undefined;
2458
- erc6492Verifier?: import("viem").ChainContract | undefined;
2459
- } | undefined;
2009
+ contracts: {
2010
+ readonly multicall3: {
2011
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
2012
+ readonly blockCreated: 13051;
2013
+ };
2014
+ };
2460
2015
  ensTlds?: readonly string[] | undefined;
2461
2016
  id: 999;
2462
2017
  name: "HyperEVM";
@@ -2472,14 +2027,17 @@ export declare const chainSpecs: {
2472
2027
  };
2473
2028
  };
2474
2029
  sourceId?: number | undefined | undefined;
2030
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
2475
2031
  testnet: false;
2476
2032
  custom?: Record<string, unknown> | undefined;
2477
2033
  extendSchema?: Record<string, unknown> | undefined;
2478
2034
  fees?: import("viem").ChainFees<undefined> | undefined;
2479
2035
  formatters?: undefined;
2480
2036
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2037
+ client: import("viem").Client;
2481
2038
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2482
2039
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2040
+ client: import("viem").Client;
2483
2041
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2484
2042
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
2485
2043
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -2533,14 +2091,17 @@ export declare const chainSpecs: {
2533
2091
  };
2534
2092
  };
2535
2093
  sourceId?: number | undefined | undefined;
2094
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
2536
2095
  testnet: false;
2537
2096
  custom?: Record<string, unknown> | undefined;
2538
2097
  extendSchema?: Record<string, unknown> | undefined;
2539
2098
  fees?: import("viem").ChainFees<undefined> | undefined;
2540
2099
  formatters?: undefined;
2541
2100
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2101
+ client: import("viem").Client;
2542
2102
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2543
2103
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2104
+ client: import("viem").Client;
2544
2105
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2545
2106
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
2546
2107
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -2597,6 +2158,7 @@ export declare const chainSpecs: {
2597
2158
  };
2598
2159
  };
2599
2160
  sourceId?: number | undefined | undefined;
2161
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
2600
2162
  testnet: false;
2601
2163
  custom?: Record<string, unknown> | undefined;
2602
2164
  extendSchema?: Record<string, unknown> | undefined;
@@ -2606,8 +2168,10 @@ export declare const chainSpecs: {
2606
2168
  };
2607
2169
  formatters?: undefined;
2608
2170
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2171
+ client: import("viem").Client;
2609
2172
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2610
2173
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2174
+ client: import("viem").Client;
2611
2175
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2612
2176
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
2613
2177
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -2667,6 +2231,7 @@ export declare const chainSpecs: {
2667
2231
  };
2668
2232
  };
2669
2233
  sourceId?: number | undefined | undefined;
2234
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
2670
2235
  testnet: true;
2671
2236
  custom?: Record<string, unknown> | undefined;
2672
2237
  extendSchema?: Record<string, unknown> | undefined;
@@ -2676,8 +2241,10 @@ export declare const chainSpecs: {
2676
2241
  };
2677
2242
  formatters?: undefined;
2678
2243
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2244
+ client: import("viem").Client;
2679
2245
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2680
2246
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2247
+ client: import("viem").Client;
2681
2248
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2682
2249
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
2683
2250
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -2728,18 +2295,21 @@ export declare const chainSpecs: {
2728
2295
  experimental_preconfirmationTime?: number | undefined | undefined;
2729
2296
  rpcUrls: {
2730
2297
  readonly default: {
2731
- readonly http: readonly ["https://eth.merkle.io"];
2298
+ readonly http: readonly ["https://ethereum.reth.rs/rpc"];
2732
2299
  };
2733
2300
  };
2734
2301
  sourceId?: number | undefined | undefined;
2302
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
2735
2303
  testnet?: boolean | undefined | undefined;
2736
2304
  custom?: Record<string, unknown> | undefined;
2737
2305
  extendSchema?: Record<string, unknown> | undefined;
2738
2306
  fees?: import("viem").ChainFees<undefined> | undefined;
2739
2307
  formatters?: undefined;
2740
2308
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2309
+ client: import("viem").Client;
2741
2310
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2742
2311
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2312
+ client: import("viem").Client;
2743
2313
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2744
2314
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
2745
2315
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -2827,6 +2397,7 @@ export declare const chainSpecs: {
2827
2397
  };
2828
2398
  };
2829
2399
  sourceId: 1;
2400
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
2830
2401
  testnet?: boolean | undefined | undefined;
2831
2402
  custom?: Record<string, unknown> | undefined;
2832
2403
  extendSchema?: Record<string, unknown> | undefined;
@@ -2870,6 +2441,7 @@ export declare const chainSpecs: {
2870
2441
  format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
2871
2442
  blockHash: `0x${string}` | null;
2872
2443
  blockNumber: bigint | null;
2444
+ blockTimestamp?: bigint | undefined;
2873
2445
  from: import("abitype").Address;
2874
2446
  gas: bigint;
2875
2447
  hash: import("viem").Hash;
@@ -2902,6 +2474,7 @@ export declare const chainSpecs: {
2902
2474
  value: bigint;
2903
2475
  blockHash: `0x${string}` | null;
2904
2476
  blockNumber: bigint | null;
2477
+ blockTimestamp?: bigint | undefined;
2905
2478
  hash: import("viem").Hash;
2906
2479
  input: import("viem").Hex;
2907
2480
  transactionIndex: number | null;
@@ -2922,6 +2495,7 @@ export declare const chainSpecs: {
2922
2495
  } | {
2923
2496
  blockHash: `0x${string}` | null;
2924
2497
  blockNumber: bigint | null;
2498
+ blockTimestamp?: bigint | undefined;
2925
2499
  from: import("abitype").Address;
2926
2500
  gas: bigint;
2927
2501
  hash: import("viem").Hash;
@@ -2950,6 +2524,7 @@ export declare const chainSpecs: {
2950
2524
  } | {
2951
2525
  blockHash: `0x${string}` | null;
2952
2526
  blockNumber: bigint | null;
2527
+ blockTimestamp?: bigint | undefined;
2953
2528
  from: import("abitype").Address;
2954
2529
  gas: bigint;
2955
2530
  hash: import("viem").Hash;
@@ -2978,6 +2553,7 @@ export declare const chainSpecs: {
2978
2553
  } | {
2979
2554
  blockHash: `0x${string}` | null;
2980
2555
  blockNumber: bigint | null;
2556
+ blockTimestamp?: bigint | undefined;
2981
2557
  from: import("abitype").Address;
2982
2558
  gas: bigint;
2983
2559
  hash: import("viem").Hash;
@@ -3006,6 +2582,7 @@ export declare const chainSpecs: {
3006
2582
  } | {
3007
2583
  blockHash: `0x${string}` | null;
3008
2584
  blockNumber: bigint | null;
2585
+ blockTimestamp?: bigint | undefined;
3009
2586
  from: import("abitype").Address;
3010
2587
  gas: bigint;
3011
2588
  hash: import("viem").Hash;
@@ -3055,6 +2632,8 @@ export declare const chainSpecs: {
3055
2632
  transactionHash: import("viem").Hash;
3056
2633
  transactionIndex: number;
3057
2634
  type: import("viem").TransactionType;
2635
+ depositNonce?: bigint | undefined | undefined;
2636
+ depositReceiptVersion?: number | undefined | undefined;
3058
2637
  l1GasPrice: bigint | null;
3059
2638
  l1GasUsed: bigint | null;
3060
2639
  l1Fee: bigint | null;
@@ -3064,8 +2643,10 @@ export declare const chainSpecs: {
3064
2643
  };
3065
2644
  };
3066
2645
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2646
+ client: import("viem").Client;
3067
2647
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3068
2648
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2649
+ client: import("viem").Client;
3069
2650
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3070
2651
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3071
2652
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -3097,13 +2678,13 @@ export declare const chainSpecs: {
3097
2678
  base: {
3098
2679
  blockExplorers: {
3099
2680
  readonly default: {
3100
- readonly name: "MonadVision";
3101
- readonly url: "https://monadvision.com";
3102
- };
3103
- readonly monadscan: {
3104
2681
  readonly name: "Monadscan";
3105
2682
  readonly url: "https://monadscan.com";
3106
- readonly apiUrl: "https://api.monadscan.com/api";
2683
+ readonly apiUrl: "https://api.etherscan.io/v2/api?chainid=143";
2684
+ };
2685
+ readonly monadvision: {
2686
+ readonly name: "MonadVision";
2687
+ readonly url: "https://monadvision.com";
3107
2688
  };
3108
2689
  };
3109
2690
  blockTime: 400;
@@ -3129,14 +2710,17 @@ export declare const chainSpecs: {
3129
2710
  };
3130
2711
  };
3131
2712
  sourceId?: number | undefined | undefined;
2713
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
3132
2714
  testnet: false;
3133
2715
  custom?: Record<string, unknown> | undefined;
3134
2716
  extendSchema?: Record<string, unknown> | undefined;
3135
2717
  fees?: import("viem").ChainFees<undefined> | undefined;
3136
2718
  formatters?: undefined;
3137
2719
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2720
+ client: import("viem").Client;
3138
2721
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3139
2722
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2723
+ client: import("viem").Client;
3140
2724
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3141
2725
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3142
2726
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -3194,14 +2778,17 @@ export declare const chainSpecs: {
3194
2778
  };
3195
2779
  };
3196
2780
  sourceId?: number | undefined | undefined;
2781
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
3197
2782
  testnet: false;
3198
2783
  custom?: Record<string, unknown> | undefined;
3199
2784
  extendSchema?: Record<string, unknown> | undefined;
3200
2785
  fees?: import("viem").ChainFees<undefined> | undefined;
3201
2786
  formatters?: undefined;
3202
2787
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2788
+ client: import("viem").Client;
3203
2789
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3204
2790
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2791
+ client: import("viem").Client;
3205
2792
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3206
2793
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3207
2794
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -3286,6 +2873,7 @@ export declare const chainSpecs: {
3286
2873
  };
3287
2874
  };
3288
2875
  sourceId: 1;
2876
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
3289
2877
  testnet?: boolean | undefined | undefined;
3290
2878
  custom?: Record<string, unknown> | undefined;
3291
2879
  extendSchema?: Record<string, unknown> | undefined;
@@ -3329,6 +2917,7 @@ export declare const chainSpecs: {
3329
2917
  format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
3330
2918
  blockHash: `0x${string}` | null;
3331
2919
  blockNumber: bigint | null;
2920
+ blockTimestamp?: bigint | undefined;
3332
2921
  from: import("abitype").Address;
3333
2922
  gas: bigint;
3334
2923
  hash: import("viem").Hash;
@@ -3361,6 +2950,7 @@ export declare const chainSpecs: {
3361
2950
  value: bigint;
3362
2951
  blockHash: `0x${string}` | null;
3363
2952
  blockNumber: bigint | null;
2953
+ blockTimestamp?: bigint | undefined;
3364
2954
  hash: import("viem").Hash;
3365
2955
  input: import("viem").Hex;
3366
2956
  transactionIndex: number | null;
@@ -3381,6 +2971,7 @@ export declare const chainSpecs: {
3381
2971
  } | {
3382
2972
  blockHash: `0x${string}` | null;
3383
2973
  blockNumber: bigint | null;
2974
+ blockTimestamp?: bigint | undefined;
3384
2975
  from: import("abitype").Address;
3385
2976
  gas: bigint;
3386
2977
  hash: import("viem").Hash;
@@ -3409,6 +3000,7 @@ export declare const chainSpecs: {
3409
3000
  } | {
3410
3001
  blockHash: `0x${string}` | null;
3411
3002
  blockNumber: bigint | null;
3003
+ blockTimestamp?: bigint | undefined;
3412
3004
  from: import("abitype").Address;
3413
3005
  gas: bigint;
3414
3006
  hash: import("viem").Hash;
@@ -3437,6 +3029,7 @@ export declare const chainSpecs: {
3437
3029
  } | {
3438
3030
  blockHash: `0x${string}` | null;
3439
3031
  blockNumber: bigint | null;
3032
+ blockTimestamp?: bigint | undefined;
3440
3033
  from: import("abitype").Address;
3441
3034
  gas: bigint;
3442
3035
  hash: import("viem").Hash;
@@ -3465,6 +3058,7 @@ export declare const chainSpecs: {
3465
3058
  } | {
3466
3059
  blockHash: `0x${string}` | null;
3467
3060
  blockNumber: bigint | null;
3061
+ blockTimestamp?: bigint | undefined;
3468
3062
  from: import("abitype").Address;
3469
3063
  gas: bigint;
3470
3064
  hash: import("viem").Hash;
@@ -3514,6 +3108,8 @@ export declare const chainSpecs: {
3514
3108
  transactionHash: import("viem").Hash;
3515
3109
  transactionIndex: number;
3516
3110
  type: import("viem").TransactionType;
3111
+ depositNonce?: bigint | undefined | undefined;
3112
+ depositReceiptVersion?: number | undefined | undefined;
3517
3113
  l1GasPrice: bigint | null;
3518
3114
  l1GasUsed: bigint | null;
3519
3115
  l1Fee: bigint | null;
@@ -3523,8 +3119,10 @@ export declare const chainSpecs: {
3523
3119
  };
3524
3120
  };
3525
3121
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3122
+ client: import("viem").Client;
3526
3123
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3527
3124
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3125
+ client: import("viem").Client;
3528
3126
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3529
3127
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3530
3128
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -3615,6 +3213,7 @@ export declare const chainSpecs: {
3615
3213
  };
3616
3214
  };
3617
3215
  sourceId: 11155111;
3216
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
3618
3217
  testnet: true;
3619
3218
  custom?: Record<string, unknown> | undefined;
3620
3219
  extendSchema?: Record<string, unknown> | undefined;
@@ -3658,6 +3257,7 @@ export declare const chainSpecs: {
3658
3257
  format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
3659
3258
  blockHash: `0x${string}` | null;
3660
3259
  blockNumber: bigint | null;
3260
+ blockTimestamp?: bigint | undefined;
3661
3261
  from: import("abitype").Address;
3662
3262
  gas: bigint;
3663
3263
  hash: import("viem").Hash;
@@ -3690,6 +3290,7 @@ export declare const chainSpecs: {
3690
3290
  value: bigint;
3691
3291
  blockHash: `0x${string}` | null;
3692
3292
  blockNumber: bigint | null;
3293
+ blockTimestamp?: bigint | undefined;
3693
3294
  hash: import("viem").Hash;
3694
3295
  input: import("viem").Hex;
3695
3296
  transactionIndex: number | null;
@@ -3710,6 +3311,7 @@ export declare const chainSpecs: {
3710
3311
  } | {
3711
3312
  blockHash: `0x${string}` | null;
3712
3313
  blockNumber: bigint | null;
3314
+ blockTimestamp?: bigint | undefined;
3713
3315
  from: import("abitype").Address;
3714
3316
  gas: bigint;
3715
3317
  hash: import("viem").Hash;
@@ -3738,6 +3340,7 @@ export declare const chainSpecs: {
3738
3340
  } | {
3739
3341
  blockHash: `0x${string}` | null;
3740
3342
  blockNumber: bigint | null;
3343
+ blockTimestamp?: bigint | undefined;
3741
3344
  from: import("abitype").Address;
3742
3345
  gas: bigint;
3743
3346
  hash: import("viem").Hash;
@@ -3766,6 +3369,7 @@ export declare const chainSpecs: {
3766
3369
  } | {
3767
3370
  blockHash: `0x${string}` | null;
3768
3371
  blockNumber: bigint | null;
3372
+ blockTimestamp?: bigint | undefined;
3769
3373
  from: import("abitype").Address;
3770
3374
  gas: bigint;
3771
3375
  hash: import("viem").Hash;
@@ -3794,6 +3398,7 @@ export declare const chainSpecs: {
3794
3398
  } | {
3795
3399
  blockHash: `0x${string}` | null;
3796
3400
  blockNumber: bigint | null;
3401
+ blockTimestamp?: bigint | undefined;
3797
3402
  from: import("abitype").Address;
3798
3403
  gas: bigint;
3799
3404
  hash: import("viem").Hash;
@@ -3843,6 +3448,8 @@ export declare const chainSpecs: {
3843
3448
  transactionHash: import("viem").Hash;
3844
3449
  transactionIndex: number;
3845
3450
  type: import("viem").TransactionType;
3451
+ depositNonce?: bigint | undefined | undefined;
3452
+ depositReceiptVersion?: number | undefined | undefined;
3846
3453
  l1GasPrice: bigint | null;
3847
3454
  l1GasUsed: bigint | null;
3848
3455
  l1Fee: bigint | null;
@@ -3852,8 +3459,10 @@ export declare const chainSpecs: {
3852
3459
  };
3853
3460
  };
3854
3461
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3462
+ client: import("viem").Client;
3855
3463
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3856
3464
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3465
+ client: import("viem").Client;
3857
3466
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3858
3467
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3859
3468
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -3905,14 +3514,17 @@ export declare const chainSpecs: {
3905
3514
  };
3906
3515
  };
3907
3516
  sourceId?: number | undefined | undefined;
3517
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
3908
3518
  testnet?: boolean | undefined | undefined;
3909
3519
  custom?: Record<string, unknown> | undefined;
3910
3520
  extendSchema?: Record<string, unknown> | undefined;
3911
3521
  fees?: import("viem").ChainFees<undefined> | undefined;
3912
3522
  formatters?: undefined;
3913
3523
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3524
+ client: import("viem").Client;
3914
3525
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3915
3526
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3527
+ client: import("viem").Client;
3916
3528
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3917
3529
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3918
3530
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -3966,14 +3578,17 @@ export declare const chainSpecs: {
3966
3578
  };
3967
3579
  };
3968
3580
  sourceId?: number | undefined | undefined;
3581
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
3969
3582
  testnet: false;
3970
3583
  custom?: Record<string, unknown> | undefined;
3971
3584
  extendSchema?: Record<string, unknown> | undefined;
3972
3585
  fees?: import("viem").ChainFees<undefined> | undefined;
3973
3586
  formatters?: undefined;
3974
3587
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3588
+ client: import("viem").Client;
3975
3589
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3976
3590
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3591
+ client: import("viem").Client;
3977
3592
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3978
3593
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3979
3594
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -3985,6 +3600,14 @@ export declare const chainSpecs: {
3985
3600
  nativeCurrency: {
3986
3601
  coinGeckoId: "ethereum";
3987
3602
  };
3603
+ overrides: {
3604
+ contracts: {
3605
+ multicall3: {
3606
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
3607
+ blockCreated: number;
3608
+ };
3609
+ };
3610
+ };
3988
3611
  rpc: {
3989
3612
  alchemy: string;
3990
3613
  };
@@ -4019,14 +3642,17 @@ export declare const chainSpecs: {
4019
3642
  };
4020
3643
  };
4021
3644
  sourceId?: number | undefined | undefined;
3645
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
4022
3646
  testnet?: boolean | undefined | undefined;
4023
3647
  custom?: Record<string, unknown> | undefined;
4024
3648
  extendSchema?: Record<string, unknown> | undefined;
4025
3649
  fees?: import("viem").ChainFees<undefined> | undefined;
4026
3650
  formatters?: undefined;
4027
3651
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3652
+ client: import("viem").Client;
4028
3653
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4029
3654
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3655
+ client: import("viem").Client;
4030
3656
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4031
3657
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
4032
3658
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -4077,14 +3703,17 @@ export declare const chainSpecs: {
4077
3703
  };
4078
3704
  };
4079
3705
  sourceId?: number | undefined | undefined;
3706
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
4080
3707
  testnet: false;
4081
3708
  custom?: Record<string, unknown> | undefined;
4082
3709
  extendSchema?: Record<string, unknown> | undefined;
4083
3710
  fees?: import("viem").ChainFees<undefined> | undefined;
4084
3711
  formatters?: undefined;
4085
3712
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3713
+ client: import("viem").Client;
4086
3714
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4087
3715
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3716
+ client: import("viem").Client;
4088
3717
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4089
3718
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
4090
3719
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -4135,14 +3764,17 @@ export declare const chainSpecs: {
4135
3764
  };
4136
3765
  };
4137
3766
  sourceId?: number | undefined | undefined;
3767
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
4138
3768
  testnet?: boolean | undefined | undefined;
4139
3769
  custom?: Record<string, unknown> | undefined;
4140
3770
  extendSchema?: Record<string, unknown> | undefined;
4141
3771
  fees?: import("viem").ChainFees<undefined> | undefined;
4142
3772
  formatters?: undefined;
4143
3773
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3774
+ client: import("viem").Client;
4144
3775
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4145
3776
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3777
+ client: import("viem").Client;
4146
3778
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4147
3779
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
4148
3780
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -4210,14 +3842,17 @@ export declare const chainSpecs: {
4210
3842
  };
4211
3843
  };
4212
3844
  sourceId?: number | undefined | undefined;
3845
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
4213
3846
  testnet: true;
4214
3847
  custom?: Record<string, unknown> | undefined;
4215
3848
  extendSchema?: Record<string, unknown> | undefined;
4216
3849
  fees?: import("viem").ChainFees<undefined> | undefined;
4217
3850
  formatters?: undefined;
4218
3851
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3852
+ client: import("viem").Client;
4219
3853
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4220
3854
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3855
+ client: import("viem").Client;
4221
3856
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4222
3857
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
4223
3858
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -4267,14 +3902,17 @@ export declare const chainSpecs: {
4267
3902
  };
4268
3903
  };
4269
3904
  sourceId?: number | undefined | undefined;
3905
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
4270
3906
  testnet: false;
4271
3907
  custom?: Record<string, unknown> | undefined;
4272
3908
  extendSchema?: Record<string, unknown> | undefined;
4273
3909
  fees?: import("viem").ChainFees<undefined> | undefined;
4274
3910
  formatters?: undefined;
4275
3911
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3912
+ client: import("viem").Client;
4276
3913
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4277
3914
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3915
+ client: import("viem").Client;
4278
3916
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4279
3917
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
4280
3918
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -4324,6 +3962,7 @@ export declare const chainSpecs: {
4324
3962
  };
4325
3963
  };
4326
3964
  sourceId?: number | undefined | undefined;
3965
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
4327
3966
  testnet: false;
4328
3967
  custom: {
4329
3968
  readonly getEip712Domain: import("viem/zksync").EIP712DomainFn<import("viem/chains").ZkSyncTransactionSerializable, import("viem/chains").ZkSyncEIP712TransactionSignable>;
@@ -4379,6 +4018,7 @@ export declare const chainSpecs: {
4379
4018
  value: bigint;
4380
4019
  blockHash: `0x${string}` | null;
4381
4020
  blockNumber: bigint | null;
4021
+ blockTimestamp?: bigint | undefined;
4382
4022
  hash: import("viem").Hash;
4383
4023
  input: import("viem").Hex;
4384
4024
  transactionIndex: number | null;
@@ -4398,6 +4038,7 @@ export declare const chainSpecs: {
4398
4038
  } | {
4399
4039
  blockHash: `0x${string}` | null;
4400
4040
  blockNumber: bigint | null;
4041
+ blockTimestamp?: bigint | undefined;
4401
4042
  from: import("abitype").Address;
4402
4043
  gas: bigint;
4403
4044
  hash: import("viem").Hash;
@@ -4425,6 +4066,7 @@ export declare const chainSpecs: {
4425
4066
  } | {
4426
4067
  blockHash: `0x${string}` | null;
4427
4068
  blockNumber: bigint | null;
4069
+ blockTimestamp?: bigint | undefined;
4428
4070
  from: import("abitype").Address;
4429
4071
  gas: bigint;
4430
4072
  hash: import("viem").Hash;
@@ -4452,6 +4094,7 @@ export declare const chainSpecs: {
4452
4094
  } | {
4453
4095
  blockHash: `0x${string}` | null;
4454
4096
  blockNumber: bigint | null;
4097
+ blockTimestamp?: bigint | undefined;
4455
4098
  from: import("abitype").Address;
4456
4099
  gas: bigint;
4457
4100
  hash: import("viem").Hash;
@@ -4479,6 +4122,7 @@ export declare const chainSpecs: {
4479
4122
  } | {
4480
4123
  blockHash: `0x${string}` | null;
4481
4124
  blockNumber: bigint | null;
4125
+ blockTimestamp?: bigint | undefined;
4482
4126
  from: import("abitype").Address;
4483
4127
  gas: bigint;
4484
4128
  hash: import("viem").Hash;
@@ -4506,6 +4150,7 @@ export declare const chainSpecs: {
4506
4150
  } | {
4507
4151
  blockHash: `0x${string}` | null;
4508
4152
  blockNumber: bigint | null;
4153
+ blockTimestamp?: bigint | undefined;
4509
4154
  from: import("abitype").Address;
4510
4155
  gas: bigint;
4511
4156
  hash: import("viem").Hash;
@@ -4529,6 +4174,7 @@ export declare const chainSpecs: {
4529
4174
  } | {
4530
4175
  blockHash: `0x${string}` | null;
4531
4176
  blockNumber: bigint | null;
4177
+ blockTimestamp?: bigint | undefined;
4532
4178
  from: import("abitype").Address;
4533
4179
  gas: bigint;
4534
4180
  hash: import("viem").Hash;
@@ -4561,9 +4207,9 @@ export declare const chainSpecs: {
4561
4207
  from: import("abitype").Address;
4562
4208
  blockHash: import("viem").Hash;
4563
4209
  blockNumber: bigint;
4210
+ blockTimestamp?: bigint | undefined;
4564
4211
  transactionIndex: number;
4565
4212
  status: "success" | "reverted";
4566
- blockTimestamp?: bigint | undefined;
4567
4213
  transactionHash: import("viem").Hash;
4568
4214
  logsBloom: import("viem").Hex;
4569
4215
  blobGasUsed?: bigint | undefined;
@@ -4719,8 +4365,10 @@ export declare const chainSpecs: {
4719
4365
  };
4720
4366
  };
4721
4367
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4368
+ client: import("viem").Client;
4722
4369
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4723
4370
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4371
+ client: import("viem").Client;
4724
4372
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4725
4373
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
4726
4374
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -4819,6 +4467,7 @@ export declare const chainSpecs: {
4819
4467
  };
4820
4468
  };
4821
4469
  sourceId: 1;
4470
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
4822
4471
  testnet?: boolean | undefined | undefined;
4823
4472
  custom?: Record<string, unknown> | undefined;
4824
4473
  extendSchema?: Record<string, unknown> | undefined;
@@ -4862,6 +4511,7 @@ export declare const chainSpecs: {
4862
4511
  format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
4863
4512
  blockHash: `0x${string}` | null;
4864
4513
  blockNumber: bigint | null;
4514
+ blockTimestamp?: bigint | undefined;
4865
4515
  from: import("abitype").Address;
4866
4516
  gas: bigint;
4867
4517
  hash: import("viem").Hash;
@@ -4894,6 +4544,7 @@ export declare const chainSpecs: {
4894
4544
  value: bigint;
4895
4545
  blockHash: `0x${string}` | null;
4896
4546
  blockNumber: bigint | null;
4547
+ blockTimestamp?: bigint | undefined;
4897
4548
  hash: import("viem").Hash;
4898
4549
  input: import("viem").Hex;
4899
4550
  transactionIndex: number | null;
@@ -4914,6 +4565,7 @@ export declare const chainSpecs: {
4914
4565
  } | {
4915
4566
  blockHash: `0x${string}` | null;
4916
4567
  blockNumber: bigint | null;
4568
+ blockTimestamp?: bigint | undefined;
4917
4569
  from: import("abitype").Address;
4918
4570
  gas: bigint;
4919
4571
  hash: import("viem").Hash;
@@ -4942,6 +4594,7 @@ export declare const chainSpecs: {
4942
4594
  } | {
4943
4595
  blockHash: `0x${string}` | null;
4944
4596
  blockNumber: bigint | null;
4597
+ blockTimestamp?: bigint | undefined;
4945
4598
  from: import("abitype").Address;
4946
4599
  gas: bigint;
4947
4600
  hash: import("viem").Hash;
@@ -4970,6 +4623,7 @@ export declare const chainSpecs: {
4970
4623
  } | {
4971
4624
  blockHash: `0x${string}` | null;
4972
4625
  blockNumber: bigint | null;
4626
+ blockTimestamp?: bigint | undefined;
4973
4627
  from: import("abitype").Address;
4974
4628
  gas: bigint;
4975
4629
  hash: import("viem").Hash;
@@ -4998,6 +4652,7 @@ export declare const chainSpecs: {
4998
4652
  } | {
4999
4653
  blockHash: `0x${string}` | null;
5000
4654
  blockNumber: bigint | null;
4655
+ blockTimestamp?: bigint | undefined;
5001
4656
  from: import("abitype").Address;
5002
4657
  gas: bigint;
5003
4658
  hash: import("viem").Hash;
@@ -5047,6 +4702,8 @@ export declare const chainSpecs: {
5047
4702
  transactionHash: import("viem").Hash;
5048
4703
  transactionIndex: number;
5049
4704
  type: import("viem").TransactionType;
4705
+ depositNonce?: bigint | undefined | undefined;
4706
+ depositReceiptVersion?: number | undefined | undefined;
5050
4707
  l1GasPrice: bigint | null;
5051
4708
  l1GasUsed: bigint | null;
5052
4709
  l1Fee: bigint | null;
@@ -5056,8 +4713,10 @@ export declare const chainSpecs: {
5056
4713
  };
5057
4714
  };
5058
4715
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4716
+ client: import("viem").Client;
5059
4717
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5060
4718
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4719
+ client: import("viem").Client;
5061
4720
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5062
4721
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
5063
4722
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -5137,6 +4796,7 @@ export declare const chainSpecs: {
5137
4796
  };
5138
4797
  };
5139
4798
  sourceId: 11155111;
4799
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
5140
4800
  testnet: true;
5141
4801
  custom?: Record<string, unknown> | undefined;
5142
4802
  extendSchema?: Record<string, unknown> | undefined;
@@ -5180,6 +4840,7 @@ export declare const chainSpecs: {
5180
4840
  format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
5181
4841
  blockHash: `0x${string}` | null;
5182
4842
  blockNumber: bigint | null;
4843
+ blockTimestamp?: bigint | undefined;
5183
4844
  from: import("abitype").Address;
5184
4845
  gas: bigint;
5185
4846
  hash: import("viem").Hash;
@@ -5212,6 +4873,7 @@ export declare const chainSpecs: {
5212
4873
  value: bigint;
5213
4874
  blockHash: `0x${string}` | null;
5214
4875
  blockNumber: bigint | null;
4876
+ blockTimestamp?: bigint | undefined;
5215
4877
  hash: import("viem").Hash;
5216
4878
  input: import("viem").Hex;
5217
4879
  transactionIndex: number | null;
@@ -5232,6 +4894,7 @@ export declare const chainSpecs: {
5232
4894
  } | {
5233
4895
  blockHash: `0x${string}` | null;
5234
4896
  blockNumber: bigint | null;
4897
+ blockTimestamp?: bigint | undefined;
5235
4898
  from: import("abitype").Address;
5236
4899
  gas: bigint;
5237
4900
  hash: import("viem").Hash;
@@ -5260,6 +4923,7 @@ export declare const chainSpecs: {
5260
4923
  } | {
5261
4924
  blockHash: `0x${string}` | null;
5262
4925
  blockNumber: bigint | null;
4926
+ blockTimestamp?: bigint | undefined;
5263
4927
  from: import("abitype").Address;
5264
4928
  gas: bigint;
5265
4929
  hash: import("viem").Hash;
@@ -5288,6 +4952,7 @@ export declare const chainSpecs: {
5288
4952
  } | {
5289
4953
  blockHash: `0x${string}` | null;
5290
4954
  blockNumber: bigint | null;
4955
+ blockTimestamp?: bigint | undefined;
5291
4956
  from: import("abitype").Address;
5292
4957
  gas: bigint;
5293
4958
  hash: import("viem").Hash;
@@ -5316,6 +4981,7 @@ export declare const chainSpecs: {
5316
4981
  } | {
5317
4982
  blockHash: `0x${string}` | null;
5318
4983
  blockNumber: bigint | null;
4984
+ blockTimestamp?: bigint | undefined;
5319
4985
  from: import("abitype").Address;
5320
4986
  gas: bigint;
5321
4987
  hash: import("viem").Hash;
@@ -5365,6 +5031,8 @@ export declare const chainSpecs: {
5365
5031
  transactionHash: import("viem").Hash;
5366
5032
  transactionIndex: number;
5367
5033
  type: import("viem").TransactionType;
5034
+ depositNonce?: bigint | undefined | undefined;
5035
+ depositReceiptVersion?: number | undefined | undefined;
5368
5036
  l1GasPrice: bigint | null;
5369
5037
  l1GasUsed: bigint | null;
5370
5038
  l1Fee: bigint | null;
@@ -5374,8 +5042,10 @@ export declare const chainSpecs: {
5374
5042
  };
5375
5043
  };
5376
5044
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5045
+ client: import("viem").Client;
5377
5046
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5378
5047
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5048
+ client: import("viem").Client;
5379
5049
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5380
5050
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
5381
5051
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -5423,14 +5093,17 @@ export declare const chainSpecs: {
5423
5093
  };
5424
5094
  };
5425
5095
  sourceId?: number | undefined | undefined;
5096
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
5426
5097
  testnet?: boolean | undefined | undefined;
5427
5098
  custom?: Record<string, unknown> | undefined;
5428
5099
  extendSchema?: Record<string, unknown> | undefined;
5429
5100
  fees?: import("viem").ChainFees<undefined> | undefined;
5430
5101
  formatters?: undefined;
5431
5102
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5103
+ client: import("viem").Client;
5432
5104
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5433
5105
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5106
+ client: import("viem").Client;
5434
5107
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5435
5108
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
5436
5109
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -5478,14 +5151,17 @@ export declare const chainSpecs: {
5478
5151
  };
5479
5152
  };
5480
5153
  sourceId?: number | undefined | undefined;
5154
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
5481
5155
  testnet: false;
5482
5156
  custom?: Record<string, unknown> | undefined;
5483
5157
  extendSchema?: Record<string, unknown> | undefined;
5484
5158
  fees?: import("viem").ChainFees<undefined> | undefined;
5485
5159
  formatters?: undefined;
5486
5160
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5161
+ client: import("viem").Client;
5487
5162
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5488
5163
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5164
+ client: import("viem").Client;
5489
5165
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5490
5166
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
5491
5167
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -5565,6 +5241,7 @@ export declare const chainSpecs: {
5565
5241
  };
5566
5242
  };
5567
5243
  sourceId: 1;
5244
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
5568
5245
  testnet?: boolean | undefined | undefined;
5569
5246
  custom?: Record<string, unknown> | undefined;
5570
5247
  extendSchema?: Record<string, unknown> | undefined;
@@ -5608,6 +5285,7 @@ export declare const chainSpecs: {
5608
5285
  format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
5609
5286
  blockHash: `0x${string}` | null;
5610
5287
  blockNumber: bigint | null;
5288
+ blockTimestamp?: bigint | undefined;
5611
5289
  from: import("abitype").Address;
5612
5290
  gas: bigint;
5613
5291
  hash: import("viem").Hash;
@@ -5640,6 +5318,7 @@ export declare const chainSpecs: {
5640
5318
  value: bigint;
5641
5319
  blockHash: `0x${string}` | null;
5642
5320
  blockNumber: bigint | null;
5321
+ blockTimestamp?: bigint | undefined;
5643
5322
  hash: import("viem").Hash;
5644
5323
  input: import("viem").Hex;
5645
5324
  transactionIndex: number | null;
@@ -5660,6 +5339,7 @@ export declare const chainSpecs: {
5660
5339
  } | {
5661
5340
  blockHash: `0x${string}` | null;
5662
5341
  blockNumber: bigint | null;
5342
+ blockTimestamp?: bigint | undefined;
5663
5343
  from: import("abitype").Address;
5664
5344
  gas: bigint;
5665
5345
  hash: import("viem").Hash;
@@ -5688,6 +5368,7 @@ export declare const chainSpecs: {
5688
5368
  } | {
5689
5369
  blockHash: `0x${string}` | null;
5690
5370
  blockNumber: bigint | null;
5371
+ blockTimestamp?: bigint | undefined;
5691
5372
  from: import("abitype").Address;
5692
5373
  gas: bigint;
5693
5374
  hash: import("viem").Hash;
@@ -5716,6 +5397,7 @@ export declare const chainSpecs: {
5716
5397
  } | {
5717
5398
  blockHash: `0x${string}` | null;
5718
5399
  blockNumber: bigint | null;
5400
+ blockTimestamp?: bigint | undefined;
5719
5401
  from: import("abitype").Address;
5720
5402
  gas: bigint;
5721
5403
  hash: import("viem").Hash;
@@ -5744,6 +5426,7 @@ export declare const chainSpecs: {
5744
5426
  } | {
5745
5427
  blockHash: `0x${string}` | null;
5746
5428
  blockNumber: bigint | null;
5429
+ blockTimestamp?: bigint | undefined;
5747
5430
  from: import("abitype").Address;
5748
5431
  gas: bigint;
5749
5432
  hash: import("viem").Hash;
@@ -5793,6 +5476,8 @@ export declare const chainSpecs: {
5793
5476
  transactionHash: import("viem").Hash;
5794
5477
  transactionIndex: number;
5795
5478
  type: import("viem").TransactionType;
5479
+ depositNonce?: bigint | undefined | undefined;
5480
+ depositReceiptVersion?: number | undefined | undefined;
5796
5481
  l1GasPrice: bigint | null;
5797
5482
  l1GasUsed: bigint | null;
5798
5483
  l1Fee: bigint | null;
@@ -5802,8 +5487,10 @@ export declare const chainSpecs: {
5802
5487
  };
5803
5488
  };
5804
5489
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5490
+ client: import("viem").Client;
5805
5491
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5806
5492
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5493
+ client: import("viem").Client;
5807
5494
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5808
5495
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
5809
5496
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -5856,14 +5543,17 @@ export declare const chainSpecs: {
5856
5543
  };
5857
5544
  };
5858
5545
  sourceId?: number | undefined | undefined;
5546
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
5859
5547
  testnet?: boolean | undefined | undefined;
5860
5548
  custom?: Record<string, unknown> | undefined;
5861
5549
  extendSchema?: Record<string, unknown> | undefined;
5862
5550
  fees?: import("viem").ChainFees<undefined> | undefined;
5863
5551
  formatters?: undefined;
5864
5552
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5553
+ client: import("viem").Client;
5865
5554
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5866
5555
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5556
+ client: import("viem").Client;
5867
5557
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5868
5558
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
5869
5559
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -5916,6 +5606,7 @@ export declare const chainSpecs: {
5916
5606
  };
5917
5607
  };
5918
5608
  sourceId?: number | undefined | undefined;
5609
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
5919
5610
  testnet?: boolean | undefined | undefined;
5920
5611
  custom: {
5921
5612
  readonly getEip712Domain: import("viem/zksync").EIP712DomainFn<import("viem/chains").ZkSyncTransactionSerializable, import("viem/chains").ZkSyncEIP712TransactionSignable>;
@@ -5971,6 +5662,7 @@ export declare const chainSpecs: {
5971
5662
  value: bigint;
5972
5663
  blockHash: `0x${string}` | null;
5973
5664
  blockNumber: bigint | null;
5665
+ blockTimestamp?: bigint | undefined;
5974
5666
  hash: import("viem").Hash;
5975
5667
  input: import("viem").Hex;
5976
5668
  transactionIndex: number | null;
@@ -5990,6 +5682,7 @@ export declare const chainSpecs: {
5990
5682
  } | {
5991
5683
  blockHash: `0x${string}` | null;
5992
5684
  blockNumber: bigint | null;
5685
+ blockTimestamp?: bigint | undefined;
5993
5686
  from: import("abitype").Address;
5994
5687
  gas: bigint;
5995
5688
  hash: import("viem").Hash;
@@ -6017,6 +5710,7 @@ export declare const chainSpecs: {
6017
5710
  } | {
6018
5711
  blockHash: `0x${string}` | null;
6019
5712
  blockNumber: bigint | null;
5713
+ blockTimestamp?: bigint | undefined;
6020
5714
  from: import("abitype").Address;
6021
5715
  gas: bigint;
6022
5716
  hash: import("viem").Hash;
@@ -6044,6 +5738,7 @@ export declare const chainSpecs: {
6044
5738
  } | {
6045
5739
  blockHash: `0x${string}` | null;
6046
5740
  blockNumber: bigint | null;
5741
+ blockTimestamp?: bigint | undefined;
6047
5742
  from: import("abitype").Address;
6048
5743
  gas: bigint;
6049
5744
  hash: import("viem").Hash;
@@ -6071,6 +5766,7 @@ export declare const chainSpecs: {
6071
5766
  } | {
6072
5767
  blockHash: `0x${string}` | null;
6073
5768
  blockNumber: bigint | null;
5769
+ blockTimestamp?: bigint | undefined;
6074
5770
  from: import("abitype").Address;
6075
5771
  gas: bigint;
6076
5772
  hash: import("viem").Hash;
@@ -6098,6 +5794,7 @@ export declare const chainSpecs: {
6098
5794
  } | {
6099
5795
  blockHash: `0x${string}` | null;
6100
5796
  blockNumber: bigint | null;
5797
+ blockTimestamp?: bigint | undefined;
6101
5798
  from: import("abitype").Address;
6102
5799
  gas: bigint;
6103
5800
  hash: import("viem").Hash;
@@ -6121,6 +5818,7 @@ export declare const chainSpecs: {
6121
5818
  } | {
6122
5819
  blockHash: `0x${string}` | null;
6123
5820
  blockNumber: bigint | null;
5821
+ blockTimestamp?: bigint | undefined;
6124
5822
  from: import("abitype").Address;
6125
5823
  gas: bigint;
6126
5824
  hash: import("viem").Hash;
@@ -6153,9 +5851,9 @@ export declare const chainSpecs: {
6153
5851
  from: import("abitype").Address;
6154
5852
  blockHash: import("viem").Hash;
6155
5853
  blockNumber: bigint;
5854
+ blockTimestamp?: bigint | undefined;
6156
5855
  transactionIndex: number;
6157
5856
  status: "success" | "reverted";
6158
- blockTimestamp?: bigint | undefined;
6159
5857
  transactionHash: import("viem").Hash;
6160
5858
  logsBloom: import("viem").Hex;
6161
5859
  blobGasUsed?: bigint | undefined;
@@ -6311,8 +6009,10 @@ export declare const chainSpecs: {
6311
6009
  };
6312
6010
  };
6313
6011
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
6012
+ client: import("viem").Client;
6314
6013
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
6315
6014
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
6015
+ client: import("viem").Client;
6316
6016
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
6317
6017
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
6318
6018
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
@@ -6380,6 +6080,7 @@ export declare const chainSpecs: {
6380
6080
  };
6381
6081
  };
6382
6082
  sourceId?: number | undefined | undefined;
6083
+ supportsTransactionReplacementDetection?: boolean | undefined | undefined;
6383
6084
  testnet: true;
6384
6085
  custom: {
6385
6086
  readonly getEip712Domain: import("viem/zksync").EIP712DomainFn<import("viem/chains").ZkSyncTransactionSerializable, import("viem/chains").ZkSyncEIP712TransactionSignable>;
@@ -6435,6 +6136,7 @@ export declare const chainSpecs: {
6435
6136
  value: bigint;
6436
6137
  blockHash: `0x${string}` | null;
6437
6138
  blockNumber: bigint | null;
6139
+ blockTimestamp?: bigint | undefined;
6438
6140
  hash: import("viem").Hash;
6439
6141
  input: import("viem").Hex;
6440
6142
  transactionIndex: number | null;
@@ -6454,6 +6156,7 @@ export declare const chainSpecs: {
6454
6156
  } | {
6455
6157
  blockHash: `0x${string}` | null;
6456
6158
  blockNumber: bigint | null;
6159
+ blockTimestamp?: bigint | undefined;
6457
6160
  from: import("abitype").Address;
6458
6161
  gas: bigint;
6459
6162
  hash: import("viem").Hash;
@@ -6481,6 +6184,7 @@ export declare const chainSpecs: {
6481
6184
  } | {
6482
6185
  blockHash: `0x${string}` | null;
6483
6186
  blockNumber: bigint | null;
6187
+ blockTimestamp?: bigint | undefined;
6484
6188
  from: import("abitype").Address;
6485
6189
  gas: bigint;
6486
6190
  hash: import("viem").Hash;
@@ -6508,6 +6212,7 @@ export declare const chainSpecs: {
6508
6212
  } | {
6509
6213
  blockHash: `0x${string}` | null;
6510
6214
  blockNumber: bigint | null;
6215
+ blockTimestamp?: bigint | undefined;
6511
6216
  from: import("abitype").Address;
6512
6217
  gas: bigint;
6513
6218
  hash: import("viem").Hash;
@@ -6535,6 +6240,7 @@ export declare const chainSpecs: {
6535
6240
  } | {
6536
6241
  blockHash: `0x${string}` | null;
6537
6242
  blockNumber: bigint | null;
6243
+ blockTimestamp?: bigint | undefined;
6538
6244
  from: import("abitype").Address;
6539
6245
  gas: bigint;
6540
6246
  hash: import("viem").Hash;
@@ -6562,6 +6268,7 @@ export declare const chainSpecs: {
6562
6268
  } | {
6563
6269
  blockHash: `0x${string}` | null;
6564
6270
  blockNumber: bigint | null;
6271
+ blockTimestamp?: bigint | undefined;
6565
6272
  from: import("abitype").Address;
6566
6273
  gas: bigint;
6567
6274
  hash: import("viem").Hash;
@@ -6585,6 +6292,7 @@ export declare const chainSpecs: {
6585
6292
  } | {
6586
6293
  blockHash: `0x${string}` | null;
6587
6294
  blockNumber: bigint | null;
6295
+ blockTimestamp?: bigint | undefined;
6588
6296
  from: import("abitype").Address;
6589
6297
  gas: bigint;
6590
6298
  hash: import("viem").Hash;
@@ -6617,9 +6325,9 @@ export declare const chainSpecs: {
6617
6325
  from: import("abitype").Address;
6618
6326
  blockHash: import("viem").Hash;
6619
6327
  blockNumber: bigint;
6328
+ blockTimestamp?: bigint | undefined;
6620
6329
  transactionIndex: number;
6621
6330
  status: "success" | "reverted";
6622
- blockTimestamp?: bigint | undefined;
6623
6331
  transactionHash: import("viem").Hash;
6624
6332
  logsBloom: import("viem").Hex;
6625
6333
  blobGasUsed?: bigint | undefined;
@@ -6775,8 +6483,10 @@ export declare const chainSpecs: {
6775
6483
  };
6776
6484
  };
6777
6485
  prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
6486
+ client: import("viem").Client;
6778
6487
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
6779
6488
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
6489
+ client: import("viem").Client;
6780
6490
  phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
6781
6491
  }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
6782
6492
  runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];