@gfxlabs/oku-chains 1.3.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -199,6 +199,110 @@ declare const arbitrum: Readonly<{
199
199
  formatters?: undefined | undefined;
200
200
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
201
201
  }>;
202
+ declare const avalanche: Readonly<{
203
+ name: "Avalanche";
204
+ blockTimeSeconds: 2;
205
+ launchTime: 1761794290;
206
+ transactionType: "eip1559";
207
+ sortIndex: 15;
208
+ logoUrl: "https://assets.oku.trade/chains/avalanche-logo.png";
209
+ deprecated: false;
210
+ safeReorgDistance: 90000;
211
+ blockAid: "";
212
+ externalId: {};
213
+ markets: {};
214
+ bridges: {};
215
+ oracles: {};
216
+ morpho: {};
217
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
218
+ uniswap: {
219
+ deployBlock: number;
220
+ poolFactory: "0x740b1c1de25031C31FF4fC9A62f554A55cdC1baD";
221
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
222
+ multicall2: "0x0139141Cd4Ee88dF3Cdb65881D411bAE271Ef0C2";
223
+ tickLens: "0xEB9fFC8bf81b4fFd11fb6A63a6B0f098c6e21950";
224
+ nonfungiblePositionManager: "0x655C406EBFa14EE2006250925e54ec43AD184f8B";
225
+ positionsNFT: "0x655C406EBFa14EE2006250925e54ec43AD184f8B";
226
+ positionsNFTDeployBlock: number;
227
+ universalRouter: "0x94b75331ae8d42c1b61065089b7d48fe14aa73b7";
228
+ wrappedNativeAddress: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
229
+ wrappedNativeSymbol: string;
230
+ wrappedNativeName: string;
231
+ wrappedNativeDecimals: number;
232
+ nativeCurrencyName: string;
233
+ };
234
+ token: {
235
+ wethAddress: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
236
+ };
237
+ oku: {
238
+ limitOrderRegistry: "0x0000000000000000000000000000000000000000";
239
+ limitOrderRegistryDeployBlock: number;
240
+ pricing: {
241
+ nativeWrappedToken: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
242
+ nativeWrappedName: string;
243
+ };
244
+ };
245
+ defaultPool: "0xfAe3f424a0a47706811521E3ee268f00cFb5c45E";
246
+ defaultToken0: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
247
+ defaultToken1: "0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e";
248
+ tokenList: ({
249
+ symbol: string;
250
+ address: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
251
+ } | {
252
+ symbol: string;
253
+ address: "0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e";
254
+ })[];
255
+ stables: ("0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e" | "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7")[];
256
+ watchlist: never[];
257
+ internalName: "avalanche";
258
+ nativeLogoUrl: "https://assets.oku.trade/natives/avax.png";
259
+ contracts: {
260
+ limitOrder: {
261
+ address: "0x0000000000000000000000000000000000000000";
262
+ };
263
+ nftManager: {
264
+ address: "0x655C406EBFa14EE2006250925e54ec43AD184f8B";
265
+ };
266
+ weth9: {
267
+ address: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
268
+ };
269
+ multicall2: {
270
+ address: "0x0139141Cd4Ee88dF3Cdb65881D411bAE271Ef0C2";
271
+ };
272
+ multicall3: {
273
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
274
+ };
275
+ };
276
+ blockExplorers: {
277
+ readonly default: {
278
+ readonly name: "SnowTrace";
279
+ readonly url: "https://snowtrace.io";
280
+ readonly apiUrl: "https://api.snowtrace.io";
281
+ };
282
+ };
283
+ blockTime: 1700;
284
+ ensTlds?: readonly string[] | undefined;
285
+ id: 43114;
286
+ nativeCurrency: {
287
+ readonly decimals: 18;
288
+ readonly name: "Avalanche";
289
+ readonly symbol: "AVAX";
290
+ };
291
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
292
+ rpcUrls: {
293
+ readonly default: {
294
+ readonly http: readonly [
295
+ "https://api.avax.network/ext/bc/C/rpc"
296
+ ];
297
+ };
298
+ };
299
+ sourceId?: number | undefined | undefined | undefined;
300
+ testnet?: boolean | undefined | undefined | undefined;
301
+ custom?: Record<string, unknown> | undefined;
302
+ fees?: import("viem").ChainFees<undefined> | undefined;
303
+ formatters?: undefined | undefined;
304
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
305
+ }>;
202
306
  declare const base: Readonly<{
203
307
  sortIndex: 8;
204
308
  launchTime: 1707321600;
@@ -428,7 +532,7 @@ declare const base: Readonly<{
428
532
  readonly block: {
429
533
  exclude: [
430
534
  ] | undefined;
431
- format: (args: import("viem/chains").OpStackRpcBlock) => {
535
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
432
536
  baseFeePerGas: bigint | null;
433
537
  blobGasUsed: bigint;
434
538
  difficulty: bigint;
@@ -462,7 +566,7 @@ declare const base: Readonly<{
462
566
  readonly transaction: {
463
567
  exclude: [
464
568
  ] | undefined;
465
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
569
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
466
570
  blockHash: `0x${string}` | null;
467
571
  blockNumber: bigint | null;
468
572
  from: import("abitype").Address;
@@ -632,7 +736,7 @@ declare const base: Readonly<{
632
736
  readonly transactionReceipt: {
633
737
  exclude: [
634
738
  ] | undefined;
635
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
739
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
636
740
  blobGasPrice?: bigint | undefined;
637
741
  blobGasUsed?: bigint | undefined;
638
742
  blockHash: import("viem").Hash;
@@ -834,7 +938,7 @@ declare const blast: Readonly<{
834
938
  readonly block: {
835
939
  exclude: [
836
940
  ] | undefined;
837
- format: (args: import("viem/chains").OpStackRpcBlock) => {
941
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
838
942
  baseFeePerGas: bigint | null;
839
943
  blobGasUsed: bigint;
840
944
  difficulty: bigint;
@@ -868,7 +972,7 @@ declare const blast: Readonly<{
868
972
  readonly transaction: {
869
973
  exclude: [
870
974
  ] | undefined;
871
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
975
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
872
976
  blockHash: `0x${string}` | null;
873
977
  blockNumber: bigint | null;
874
978
  from: import("abitype").Address;
@@ -1038,7 +1142,7 @@ declare const blast: Readonly<{
1038
1142
  readonly transactionReceipt: {
1039
1143
  exclude: [
1040
1144
  ] | undefined;
1041
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
1145
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
1042
1146
  blobGasPrice?: bigint | undefined;
1043
1147
  blobGasUsed?: bigint | undefined;
1044
1148
  blockHash: import("viem").Hash;
@@ -1240,7 +1344,7 @@ declare const bob: Readonly<{
1240
1344
  readonly block: {
1241
1345
  exclude: [
1242
1346
  ] | undefined;
1243
- format: (args: import("viem/chains").OpStackRpcBlock) => {
1347
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
1244
1348
  baseFeePerGas: bigint | null;
1245
1349
  blobGasUsed: bigint;
1246
1350
  difficulty: bigint;
@@ -1274,7 +1378,7 @@ declare const bob: Readonly<{
1274
1378
  readonly transaction: {
1275
1379
  exclude: [
1276
1380
  ] | undefined;
1277
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
1381
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
1278
1382
  blockHash: `0x${string}` | null;
1279
1383
  blockNumber: bigint | null;
1280
1384
  from: import("abitype").Address;
@@ -1444,7 +1548,7 @@ declare const bob: Readonly<{
1444
1548
  readonly transactionReceipt: {
1445
1549
  exclude: [
1446
1550
  ] | undefined;
1447
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
1551
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
1448
1552
  blobGasPrice?: bigint | undefined;
1449
1553
  blobGasUsed?: bigint | undefined;
1450
1554
  blockHash: import("viem").Hash;
@@ -1918,7 +2022,7 @@ declare const celo: Readonly<{
1918
2022
  readonly block: {
1919
2023
  exclude: [
1920
2024
  ] | undefined;
1921
- format: (args: import("viem/chains").CeloRpcBlock) => {
2025
+ format: (args: import("viem/chains").CeloRpcBlock, action?: string | undefined) => {
1922
2026
  baseFeePerGas: bigint | null;
1923
2027
  blobGasUsed: bigint;
1924
2028
  difficulty: bigint;
@@ -1952,7 +2056,7 @@ declare const celo: Readonly<{
1952
2056
  readonly transaction: {
1953
2057
  exclude: [
1954
2058
  ] | undefined;
1955
- format: (args: import("viem/chains").CeloRpcTransaction) => ({
2059
+ format: (args: import("viem/chains").CeloRpcTransaction, action?: string | undefined) => ({
1956
2060
  r: import("viem").Hex;
1957
2061
  s: import("viem").Hex;
1958
2062
  v: bigint;
@@ -2193,8 +2297,8 @@ declare const celo: Readonly<{
2193
2297
  mint?: bigint | undefined | undefined;
2194
2298
  sourceHash: import("viem").Hex;
2195
2299
  type: "deposit";
2196
- accessList?: undefined;
2197
2300
  blobVersionedHashes?: undefined;
2301
+ accessList?: undefined;
2198
2302
  authorizationList?: undefined;
2199
2303
  chainId?: undefined;
2200
2304
  feeCurrency?: undefined;
@@ -2206,7 +2310,7 @@ declare const celo: Readonly<{
2206
2310
  readonly transactionRequest: {
2207
2311
  exclude: [
2208
2312
  ] | undefined;
2209
- format: (args: import("viem/chains").CeloTransactionRequest) => ({
2313
+ format: (args: import("viem/chains").CeloTransactionRequest, action?: string | undefined) => ({
2210
2314
  data?: `0x${string}` | undefined;
2211
2315
  from?: `0x${string}` | undefined;
2212
2316
  gas?: `0x${string}` | undefined;
@@ -2218,10 +2322,10 @@ declare const celo: Readonly<{
2218
2322
  maxFeePerBlobGas?: undefined | undefined;
2219
2323
  maxFeePerGas?: undefined | undefined;
2220
2324
  maxPriorityFeePerGas?: undefined | undefined;
2221
- accessList?: undefined;
2222
2325
  blobs?: undefined;
2223
2326
  blobVersionedHashes?: undefined;
2224
2327
  kzg?: undefined;
2328
+ accessList?: undefined;
2225
2329
  sidecars?: undefined;
2226
2330
  authorizationList?: undefined;
2227
2331
  feeCurrency?: `0x${string}` | undefined;
@@ -2272,14 +2376,33 @@ declare const celo: Readonly<{
2272
2376
  nonce?: `0x${string}` | undefined;
2273
2377
  to: `0x${string}` | null;
2274
2378
  gasPrice?: undefined | undefined;
2379
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2380
+ maxFeePerGas?: `0x${string}` | undefined;
2381
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2382
+ accessList?: import("viem").AccessList | undefined;
2383
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2384
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2385
+ blobVersionedHashes: readonly import("viem").Hex[];
2386
+ kzg?: undefined;
2387
+ authorizationList?: undefined;
2388
+ feeCurrency?: `0x${string}` | undefined;
2389
+ } | {
2390
+ type?: "0x3" | undefined;
2391
+ data?: `0x${string}` | undefined;
2392
+ value?: `0x${string}` | undefined;
2393
+ gas?: `0x${string}` | undefined;
2394
+ from?: `0x${string}` | undefined;
2395
+ nonce?: `0x${string}` | undefined;
2396
+ to: `0x${string}` | null;
2397
+ gasPrice?: undefined | undefined;
2398
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2275
2399
  maxFeePerGas?: `0x${string}` | undefined;
2276
2400
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2277
- maxFeePerBlobGas: `0x${string}`;
2278
2401
  accessList?: import("viem").AccessList | undefined;
2402
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2279
2403
  blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
2280
2404
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2281
2405
  kzg?: import("viem").Kzg | undefined;
2282
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2283
2406
  authorizationList?: undefined;
2284
2407
  feeCurrency?: `0x${string}` | undefined;
2285
2408
  } | {
@@ -2328,7 +2451,7 @@ declare const celo: Readonly<{
2328
2451
  readonly block: {
2329
2452
  exclude: [
2330
2453
  ] | undefined;
2331
- format: (args: import("viem/chains").CeloRpcBlock) => {
2454
+ format: (args: import("viem/chains").CeloRpcBlock, action?: string | undefined) => {
2332
2455
  baseFeePerGas: bigint | null;
2333
2456
  blobGasUsed: bigint;
2334
2457
  difficulty: bigint;
@@ -2362,7 +2485,7 @@ declare const celo: Readonly<{
2362
2485
  readonly transaction: {
2363
2486
  exclude: [
2364
2487
  ] | undefined;
2365
- format: (args: import("viem/chains").CeloRpcTransaction) => ({
2488
+ format: (args: import("viem/chains").CeloRpcTransaction, action?: string | undefined) => ({
2366
2489
  r: import("viem").Hex;
2367
2490
  s: import("viem").Hex;
2368
2491
  v: bigint;
@@ -2603,8 +2726,8 @@ declare const celo: Readonly<{
2603
2726
  mint?: bigint | undefined | undefined;
2604
2727
  sourceHash: import("viem").Hex;
2605
2728
  type: "deposit";
2606
- accessList?: undefined;
2607
2729
  blobVersionedHashes?: undefined;
2730
+ accessList?: undefined;
2608
2731
  authorizationList?: undefined;
2609
2732
  chainId?: undefined;
2610
2733
  feeCurrency?: undefined;
@@ -2616,7 +2739,7 @@ declare const celo: Readonly<{
2616
2739
  readonly transactionRequest: {
2617
2740
  exclude: [
2618
2741
  ] | undefined;
2619
- format: (args: import("viem/chains").CeloTransactionRequest) => ({
2742
+ format: (args: import("viem/chains").CeloTransactionRequest, action?: string | undefined) => ({
2620
2743
  data?: `0x${string}` | undefined;
2621
2744
  from?: `0x${string}` | undefined;
2622
2745
  gas?: `0x${string}` | undefined;
@@ -2628,10 +2751,10 @@ declare const celo: Readonly<{
2628
2751
  maxFeePerBlobGas?: undefined | undefined;
2629
2752
  maxFeePerGas?: undefined | undefined;
2630
2753
  maxPriorityFeePerGas?: undefined | undefined;
2631
- accessList?: undefined;
2632
2754
  blobs?: undefined;
2633
2755
  blobVersionedHashes?: undefined;
2634
2756
  kzg?: undefined;
2757
+ accessList?: undefined;
2635
2758
  sidecars?: undefined;
2636
2759
  authorizationList?: undefined;
2637
2760
  feeCurrency?: `0x${string}` | undefined;
@@ -2682,14 +2805,33 @@ declare const celo: Readonly<{
2682
2805
  nonce?: `0x${string}` | undefined;
2683
2806
  to: `0x${string}` | null;
2684
2807
  gasPrice?: undefined | undefined;
2808
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2685
2809
  maxFeePerGas?: `0x${string}` | undefined;
2686
2810
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2687
- maxFeePerBlobGas: `0x${string}`;
2688
2811
  accessList?: import("viem").AccessList | undefined;
2812
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2813
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2814
+ blobVersionedHashes: readonly import("viem").Hex[];
2815
+ kzg?: undefined;
2816
+ authorizationList?: undefined;
2817
+ feeCurrency?: `0x${string}` | undefined;
2818
+ } | {
2819
+ type?: "0x3" | undefined;
2820
+ data?: `0x${string}` | undefined;
2821
+ value?: `0x${string}` | undefined;
2822
+ gas?: `0x${string}` | undefined;
2823
+ from?: `0x${string}` | undefined;
2824
+ nonce?: `0x${string}` | undefined;
2825
+ to: `0x${string}` | null;
2826
+ gasPrice?: undefined | undefined;
2827
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2828
+ maxFeePerGas?: `0x${string}` | undefined;
2829
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2830
+ accessList?: import("viem").AccessList | undefined;
2831
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2689
2832
  blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
2690
2833
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2691
2834
  kzg?: import("viem").Kzg | undefined;
2692
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2693
2835
  authorizationList?: undefined;
2694
2836
  feeCurrency?: `0x${string}` | undefined;
2695
2837
  } | {
@@ -3287,7 +3429,7 @@ declare const gnosis: Readonly<{
3287
3429
  readonly apiUrl: "https://api.gnosisscan.io/api";
3288
3430
  };
3289
3431
  };
3290
- blockTime?: number | undefined | undefined | undefined;
3432
+ blockTime: 5000;
3291
3433
  ensTlds?: readonly string[] | undefined;
3292
3434
  id: 100;
3293
3435
  name: "Gnosis";
@@ -3581,8 +3723,11 @@ declare const lens: Readonly<{
3581
3723
  safeReorgDistance: 90000;
3582
3724
  externalId: {
3583
3725
  tenderly: string;
3726
+ cowswap: string;
3727
+ };
3728
+ markets: {
3729
+ cowswap: string;
3584
3730
  };
3585
- markets: {};
3586
3731
  bridges: {
3587
3732
  chainlink: {
3588
3733
  atlasNetworkName: string;
@@ -4142,7 +4287,7 @@ declare const lisk: Readonly<{
4142
4287
  readonly block: {
4143
4288
  exclude: [
4144
4289
  ] | undefined;
4145
- format: (args: import("viem/chains").OpStackRpcBlock) => {
4290
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
4146
4291
  baseFeePerGas: bigint | null;
4147
4292
  blobGasUsed: bigint;
4148
4293
  difficulty: bigint;
@@ -4176,7 +4321,7 @@ declare const lisk: Readonly<{
4176
4321
  readonly transaction: {
4177
4322
  exclude: [
4178
4323
  ] | undefined;
4179
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
4324
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
4180
4325
  blockHash: `0x${string}` | null;
4181
4326
  blockNumber: bigint | null;
4182
4327
  from: import("abitype").Address;
@@ -4346,7 +4491,7 @@ declare const lisk: Readonly<{
4346
4491
  readonly transactionReceipt: {
4347
4492
  exclude: [
4348
4493
  ] | undefined;
4349
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
4494
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
4350
4495
  blobGasPrice?: bigint | undefined;
4351
4496
  blobGasUsed?: bigint | undefined;
4352
4497
  blockHash: import("viem").Hash;
@@ -5117,7 +5262,7 @@ declare const metal: Readonly<{
5117
5262
  readonly block: {
5118
5263
  exclude: [
5119
5264
  ] | undefined;
5120
- format: (args: import("viem/chains").OpStackRpcBlock) => {
5265
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
5121
5266
  baseFeePerGas: bigint | null;
5122
5267
  blobGasUsed: bigint;
5123
5268
  difficulty: bigint;
@@ -5151,7 +5296,7 @@ declare const metal: Readonly<{
5151
5296
  readonly transaction: {
5152
5297
  exclude: [
5153
5298
  ] | undefined;
5154
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
5299
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
5155
5300
  blockHash: `0x${string}` | null;
5156
5301
  blockNumber: bigint | null;
5157
5302
  from: import("abitype").Address;
@@ -5321,7 +5466,7 @@ declare const metal: Readonly<{
5321
5466
  readonly transactionReceipt: {
5322
5467
  exclude: [
5323
5468
  ] | undefined;
5324
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
5469
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
5325
5470
  blobGasPrice?: bigint | undefined;
5326
5471
  blobGasUsed?: bigint | undefined;
5327
5472
  blockHash: import("viem").Hash;
@@ -5847,7 +5992,7 @@ declare const optimism: Readonly<{
5847
5992
  readonly block: {
5848
5993
  exclude: [
5849
5994
  ] | undefined;
5850
- format: (args: import("viem/chains").OpStackRpcBlock) => {
5995
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
5851
5996
  baseFeePerGas: bigint | null;
5852
5997
  blobGasUsed: bigint;
5853
5998
  difficulty: bigint;
@@ -5881,7 +6026,7 @@ declare const optimism: Readonly<{
5881
6026
  readonly transaction: {
5882
6027
  exclude: [
5883
6028
  ] | undefined;
5884
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
6029
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
5885
6030
  blockHash: `0x${string}` | null;
5886
6031
  blockNumber: bigint | null;
5887
6032
  from: import("abitype").Address;
@@ -6051,7 +6196,7 @@ declare const optimism: Readonly<{
6051
6196
  readonly transactionReceipt: {
6052
6197
  exclude: [
6053
6198
  ] | undefined;
6054
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
6199
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
6055
6200
  blobGasPrice?: bigint | undefined;
6056
6201
  blobGasUsed?: bigint | undefined;
6057
6202
  blockHash: import("viem").Hash;
@@ -6165,9 +6310,6 @@ declare const plasma: Readonly<{
6165
6310
  multicall3: {
6166
6311
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
6167
6312
  };
6168
- ensRegistry?: import("viem").ChainContract | undefined;
6169
- ensUniversalResolver?: import("viem").ChainContract | undefined;
6170
- erc6492Verifier?: import("viem").ChainContract | undefined;
6171
6313
  };
6172
6314
  blockExplorers: {
6173
6315
  readonly default: {
@@ -7798,7 +7940,7 @@ declare const unichain: Readonly<{
7798
7940
  readonly block: {
7799
7941
  exclude: [
7800
7942
  ] | undefined;
7801
- format: (args: import("viem/chains").OpStackRpcBlock) => {
7943
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
7802
7944
  baseFeePerGas: bigint | null;
7803
7945
  blobGasUsed: bigint;
7804
7946
  difficulty: bigint;
@@ -7832,7 +7974,7 @@ declare const unichain: Readonly<{
7832
7974
  readonly transaction: {
7833
7975
  exclude: [
7834
7976
  ] | undefined;
7835
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
7977
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
7836
7978
  blockHash: `0x${string}` | null;
7837
7979
  blockNumber: bigint | null;
7838
7980
  from: import("abitype").Address;
@@ -8002,7 +8144,7 @@ declare const unichain: Readonly<{
8002
8144
  readonly transactionReceipt: {
8003
8145
  exclude: [
8004
8146
  ] | undefined;
8005
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
8147
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
8006
8148
  blobGasPrice?: bigint | undefined;
8007
8149
  blobGasUsed?: bigint | undefined;
8008
8150
  blockHash: import("viem").Hash;
@@ -8204,7 +8346,7 @@ declare const worldchain: Readonly<{
8204
8346
  readonly block: {
8205
8347
  exclude: [
8206
8348
  ] | undefined;
8207
- format: (args: import("viem/chains").OpStackRpcBlock) => {
8349
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
8208
8350
  baseFeePerGas: bigint | null;
8209
8351
  blobGasUsed: bigint;
8210
8352
  difficulty: bigint;
@@ -8238,7 +8380,7 @@ declare const worldchain: Readonly<{
8238
8380
  readonly transaction: {
8239
8381
  exclude: [
8240
8382
  ] | undefined;
8241
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
8383
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
8242
8384
  blockHash: `0x${string}` | null;
8243
8385
  blockNumber: bigint | null;
8244
8386
  from: import("viem").Address;
@@ -8408,7 +8550,7 @@ declare const worldchain: Readonly<{
8408
8550
  readonly transactionReceipt: {
8409
8551
  exclude: [
8410
8552
  ] | undefined;
8411
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
8553
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
8412
8554
  blobGasPrice?: bigint | undefined;
8413
8555
  blobGasUsed?: bigint | undefined;
8414
8556
  blockHash: import("viem").Hash;
@@ -8956,7 +9098,7 @@ declare const zkSync: Readonly<{
8956
9098
  readonly block: {
8957
9099
  exclude: [
8958
9100
  ] | undefined;
8959
- format: (args: import("viem/chains").ZkSyncRpcBlock) => {
9101
+ format: (args: import("viem/chains").ZkSyncRpcBlock, action?: string | undefined) => {
8960
9102
  baseFeePerGas: bigint | null;
8961
9103
  blobGasUsed: bigint;
8962
9104
  difficulty: bigint;
@@ -8992,7 +9134,7 @@ declare const zkSync: Readonly<{
8992
9134
  readonly transaction: {
8993
9135
  exclude: [
8994
9136
  ] | undefined;
8995
- format: (args: import("viem/chains").ZkSyncRpcTransaction) => ({
9137
+ format: (args: import("viem/chains").ZkSyncRpcTransaction, action?: string | undefined) => ({
8996
9138
  r: import("viem").Hex;
8997
9139
  s: import("viem").Hex;
8998
9140
  v: bigint;
@@ -9179,7 +9321,7 @@ declare const zkSync: Readonly<{
9179
9321
  readonly transactionReceipt: {
9180
9322
  exclude: [
9181
9323
  ] | undefined;
9182
- format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt) => {
9324
+ format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
9183
9325
  contractAddress: import("abitype").Address | null | undefined;
9184
9326
  type: import("viem/chains").ZkSyncTransactionType;
9185
9327
  status: "success" | "reverted";
@@ -9205,7 +9347,7 @@ declare const zkSync: Readonly<{
9205
9347
  };
9206
9348
  readonly transactionRequest: {
9207
9349
  exclude: ("paymaster" | "gasPerPubdata" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
9208
- format: (args: import("viem/chains").ZkSyncTransactionRequest) => ({
9350
+ format: (args: import("viem/chains").ZkSyncTransactionRequest, action?: string | undefined) => ({
9209
9351
  data?: `0x${string}` | undefined;
9210
9352
  from?: `0x${string}` | undefined;
9211
9353
  gas?: `0x${string}` | undefined;
@@ -9217,10 +9359,10 @@ declare const zkSync: Readonly<{
9217
9359
  maxFeePerBlobGas?: undefined | undefined;
9218
9360
  maxFeePerGas?: undefined | undefined;
9219
9361
  maxPriorityFeePerGas?: undefined | undefined;
9220
- accessList?: undefined;
9221
9362
  blobs?: undefined;
9222
9363
  blobVersionedHashes?: undefined;
9223
9364
  kzg?: undefined;
9365
+ accessList?: undefined;
9224
9366
  sidecars?: undefined;
9225
9367
  authorizationList?: undefined;
9226
9368
  eip712Meta?: undefined | undefined;
@@ -9271,14 +9413,33 @@ declare const zkSync: Readonly<{
9271
9413
  nonce?: `0x${string}` | undefined;
9272
9414
  to: `0x${string}` | null;
9273
9415
  gasPrice?: undefined | undefined;
9416
+ maxFeePerBlobGas?: `0x${string}` | undefined;
9274
9417
  maxFeePerGas?: `0x${string}` | undefined;
9275
9418
  maxPriorityFeePerGas?: `0x${string}` | undefined;
9276
- maxFeePerBlobGas: `0x${string}`;
9277
9419
  accessList?: import("viem").AccessList | undefined;
9420
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
9421
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
9422
+ blobVersionedHashes: readonly import("viem").Hex[];
9423
+ kzg?: undefined;
9424
+ authorizationList?: undefined;
9425
+ eip712Meta?: undefined | undefined;
9426
+ } | {
9427
+ type?: "0x3" | undefined;
9428
+ data?: `0x${string}` | undefined;
9429
+ value?: `0x${string}` | undefined;
9430
+ gas?: `0x${string}` | undefined;
9431
+ from?: `0x${string}` | undefined;
9432
+ nonce?: `0x${string}` | undefined;
9433
+ to: `0x${string}` | null;
9434
+ gasPrice?: undefined | undefined;
9435
+ maxFeePerBlobGas?: `0x${string}` | undefined;
9436
+ maxFeePerGas?: `0x${string}` | undefined;
9437
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
9438
+ accessList?: import("viem").AccessList | undefined;
9439
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
9278
9440
  blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
9279
9441
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
9280
9442
  kzg?: import("viem").Kzg | undefined;
9281
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
9282
9443
  authorizationList?: undefined;
9283
9444
  eip712Meta?: undefined | undefined;
9284
9445
  } | {
@@ -9944,7 +10105,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9944
10105
  formatters: {
9945
10106
  readonly block: {
9946
10107
  exclude: [] | undefined;
9947
- format: (args: import("viem/chains").OpStackRpcBlock) => {
10108
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
9948
10109
  baseFeePerGas: bigint | null;
9949
10110
  blobGasUsed: bigint;
9950
10111
  difficulty: bigint;
@@ -9977,7 +10138,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9977
10138
  };
9978
10139
  readonly transaction: {
9979
10140
  exclude: [] | undefined;
9980
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
10141
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
9981
10142
  blockHash: `0x${string}` | null;
9982
10143
  blockNumber: bigint | null;
9983
10144
  from: import("abitype").Address;
@@ -10146,7 +10307,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10146
10307
  };
10147
10308
  readonly transactionReceipt: {
10148
10309
  exclude: [] | undefined;
10149
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
10310
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
10150
10311
  blobGasPrice?: bigint | undefined;
10151
10312
  blobGasUsed?: bigint | undefined;
10152
10313
  blockHash: import("viem").Hash;
@@ -10474,7 +10635,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10474
10635
  formatters: {
10475
10636
  readonly block: {
10476
10637
  exclude: [] | undefined;
10477
- format: (args: import("viem/chains").OpStackRpcBlock) => {
10638
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
10478
10639
  baseFeePerGas: bigint | null;
10479
10640
  blobGasUsed: bigint;
10480
10641
  difficulty: bigint;
@@ -10507,7 +10668,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10507
10668
  };
10508
10669
  readonly transaction: {
10509
10670
  exclude: [] | undefined;
10510
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
10671
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
10511
10672
  blockHash: `0x${string}` | null;
10512
10673
  blockNumber: bigint | null;
10513
10674
  from: import("abitype").Address;
@@ -10676,7 +10837,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10676
10837
  };
10677
10838
  readonly transactionReceipt: {
10678
10839
  exclude: [] | undefined;
10679
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
10840
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
10680
10841
  blobGasPrice?: bigint | undefined;
10681
10842
  blobGasUsed?: bigint | undefined;
10682
10843
  blockHash: import("viem").Hash;
@@ -11589,7 +11750,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
11589
11750
  formatters: {
11590
11751
  readonly block: {
11591
11752
  exclude: [] | undefined;
11592
- format: (args: import("viem/chains").OpStackRpcBlock) => {
11753
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
11593
11754
  baseFeePerGas: bigint | null;
11594
11755
  blobGasUsed: bigint;
11595
11756
  difficulty: bigint;
@@ -11622,7 +11783,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
11622
11783
  };
11623
11784
  readonly transaction: {
11624
11785
  exclude: [] | undefined;
11625
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
11786
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
11626
11787
  blockHash: `0x${string}` | null;
11627
11788
  blockNumber: bigint | null;
11628
11789
  from: import("abitype").Address;
@@ -11791,7 +11952,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
11791
11952
  };
11792
11953
  readonly transactionReceipt: {
11793
11954
  exclude: [] | undefined;
11794
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
11955
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
11795
11956
  blobGasPrice?: bigint | undefined;
11796
11957
  blobGasUsed?: bigint | undefined;
11797
11958
  blockHash: import("viem").Hash;
@@ -12592,7 +12753,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12592
12753
  formatters: {
12593
12754
  readonly block: {
12594
12755
  exclude: [] | undefined;
12595
- format: (args: import("viem/zksync").ZkSyncRpcBlock) => {
12756
+ format: (args: import("viem/zksync").ZkSyncRpcBlock, action?: string | undefined) => {
12596
12757
  baseFeePerGas: bigint | null;
12597
12758
  blobGasUsed: bigint;
12598
12759
  difficulty: bigint;
@@ -12627,7 +12788,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12627
12788
  };
12628
12789
  readonly transaction: {
12629
12790
  exclude: [] | undefined;
12630
- format: (args: import("viem/zksync").ZkSyncRpcTransaction) => ({
12791
+ format: (args: import("viem/zksync").ZkSyncRpcTransaction, action?: string | undefined) => ({
12631
12792
  r: import("viem").Hex;
12632
12793
  s: import("viem").Hex;
12633
12794
  v: bigint;
@@ -12813,7 +12974,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12813
12974
  };
12814
12975
  readonly transactionReceipt: {
12815
12976
  exclude: [] | undefined;
12816
- format: (args: import("viem/zksync").ZkSyncRpcTransactionReceipt) => {
12977
+ format: (args: import("viem/zksync").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
12817
12978
  contractAddress: import("abitype").Address | null | undefined;
12818
12979
  type: import("viem/zksync").ZkSyncTransactionType;
12819
12980
  status: "success" | "reverted";
@@ -12839,7 +13000,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12839
13000
  };
12840
13001
  readonly transactionRequest: {
12841
13002
  exclude: ("paymaster" | "gasPerPubdata" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
12842
- format: (args: import("viem/zksync").ZkSyncTransactionRequest) => ({
13003
+ format: (args: import("viem/zksync").ZkSyncTransactionRequest, action?: string | undefined) => ({
12843
13004
  data?: `0x${string}` | undefined;
12844
13005
  from?: `0x${string}` | undefined;
12845
13006
  gas?: `0x${string}` | undefined;
@@ -12851,10 +13012,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12851
13012
  maxFeePerBlobGas?: undefined | undefined;
12852
13013
  maxFeePerGas?: undefined | undefined;
12853
13014
  maxPriorityFeePerGas?: undefined | undefined;
12854
- accessList?: undefined;
12855
13015
  blobs?: undefined;
12856
13016
  blobVersionedHashes?: undefined;
12857
13017
  kzg?: undefined;
13018
+ accessList?: undefined;
12858
13019
  sidecars?: undefined;
12859
13020
  authorizationList?: undefined;
12860
13021
  eip712Meta?: undefined | undefined;
@@ -12905,14 +13066,33 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12905
13066
  nonce?: `0x${string}` | undefined;
12906
13067
  to: `0x${string}` | null;
12907
13068
  gasPrice?: undefined | undefined;
13069
+ maxFeePerBlobGas?: `0x${string}` | undefined;
12908
13070
  maxFeePerGas?: `0x${string}` | undefined;
12909
13071
  maxPriorityFeePerGas?: `0x${string}` | undefined;
12910
- maxFeePerBlobGas: `0x${string}`;
12911
13072
  accessList?: import("viem").AccessList | undefined;
13073
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
13074
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
13075
+ blobVersionedHashes: readonly import("viem").Hex[];
13076
+ kzg?: undefined;
13077
+ authorizationList?: undefined;
13078
+ eip712Meta?: undefined | undefined;
13079
+ } | {
13080
+ type?: "0x3" | undefined;
13081
+ data?: `0x${string}` | undefined;
13082
+ value?: `0x${string}` | undefined;
13083
+ gas?: `0x${string}` | undefined;
13084
+ from?: `0x${string}` | undefined;
13085
+ nonce?: `0x${string}` | undefined;
13086
+ to: `0x${string}` | null;
13087
+ gasPrice?: undefined | undefined;
13088
+ maxFeePerBlobGas?: `0x${string}` | undefined;
13089
+ maxFeePerGas?: `0x${string}` | undefined;
13090
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
13091
+ accessList?: import("viem").AccessList | undefined;
13092
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
12912
13093
  blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
12913
13094
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
12914
13095
  kzg?: import("viem").Kzg | undefined;
12915
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
12916
13096
  authorizationList?: undefined;
12917
13097
  eip712Meta?: undefined | undefined;
12918
13098
  } | {
@@ -13856,7 +14036,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13856
14036
  formatters: {
13857
14037
  readonly block: {
13858
14038
  exclude: [] | undefined;
13859
- format: (args: import("viem/chains").OpStackRpcBlock) => {
14039
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
13860
14040
  baseFeePerGas: bigint | null;
13861
14041
  blobGasUsed: bigint;
13862
14042
  difficulty: bigint;
@@ -13889,7 +14069,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13889
14069
  };
13890
14070
  readonly transaction: {
13891
14071
  exclude: [] | undefined;
13892
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
14072
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
13893
14073
  blockHash: `0x${string}` | null;
13894
14074
  blockNumber: bigint | null;
13895
14075
  from: import("abitype").Address;
@@ -14058,7 +14238,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14058
14238
  };
14059
14239
  readonly transactionReceipt: {
14060
14240
  exclude: [] | undefined;
14061
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
14241
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
14062
14242
  blobGasPrice?: bigint | undefined;
14063
14243
  blobGasUsed?: bigint | undefined;
14064
14244
  blockHash: import("viem").Hash;
@@ -14255,7 +14435,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14255
14435
  formatters: {
14256
14436
  readonly block: {
14257
14437
  exclude: [] | undefined;
14258
- format: (args: import("viem/chains").OpStackRpcBlock) => {
14438
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
14259
14439
  baseFeePerGas: bigint | null;
14260
14440
  blobGasUsed: bigint;
14261
14441
  difficulty: bigint;
@@ -14288,7 +14468,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14288
14468
  };
14289
14469
  readonly transaction: {
14290
14470
  exclude: [] | undefined;
14291
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
14471
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
14292
14472
  blockHash: `0x${string}` | null;
14293
14473
  blockNumber: bigint | null;
14294
14474
  from: import("abitype").Address;
@@ -14457,7 +14637,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14457
14637
  };
14458
14638
  readonly transactionReceipt: {
14459
14639
  exclude: [] | undefined;
14460
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
14640
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
14461
14641
  blobGasPrice?: bigint | undefined;
14462
14642
  blobGasUsed?: bigint | undefined;
14463
14643
  blockHash: import("viem").Hash;
@@ -14632,7 +14812,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14632
14812
  readonly apiUrl: "https://api.gnosisscan.io/api";
14633
14813
  };
14634
14814
  };
14635
- blockTime?: number | undefined | undefined | undefined;
14815
+ blockTime: 5000;
14636
14816
  ensTlds?: readonly string[] | undefined;
14637
14817
  id: 100;
14638
14818
  name: "Gnosis";
@@ -14800,7 +14980,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14800
14980
  formatters: {
14801
14981
  readonly block: {
14802
14982
  exclude: [] | undefined;
14803
- format: (args: import("viem/chains").OpStackRpcBlock) => {
14983
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
14804
14984
  baseFeePerGas: bigint | null;
14805
14985
  blobGasUsed: bigint;
14806
14986
  difficulty: bigint;
@@ -14833,7 +15013,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14833
15013
  };
14834
15014
  readonly transaction: {
14835
15015
  exclude: [] | undefined;
14836
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
15016
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
14837
15017
  blockHash: `0x${string}` | null;
14838
15018
  blockNumber: bigint | null;
14839
15019
  from: import("abitype").Address;
@@ -15002,7 +15182,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15002
15182
  };
15003
15183
  readonly transactionReceipt: {
15004
15184
  exclude: [] | undefined;
15005
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
15185
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
15006
15186
  blobGasPrice?: bigint | undefined;
15007
15187
  blobGasUsed?: bigint | undefined;
15008
15188
  blockHash: import("viem").Hash;
@@ -15437,7 +15617,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15437
15617
  fees: import("viem").ChainFees<{
15438
15618
  readonly block: {
15439
15619
  exclude: [] | undefined;
15440
- format: (args: import("viem/chains").CeloRpcBlock) => {
15620
+ format: (args: import("viem/chains").CeloRpcBlock, action?: string | undefined) => {
15441
15621
  baseFeePerGas: bigint | null;
15442
15622
  blobGasUsed: bigint;
15443
15623
  difficulty: bigint;
@@ -15470,7 +15650,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15470
15650
  };
15471
15651
  readonly transaction: {
15472
15652
  exclude: [] | undefined;
15473
- format: (args: import("viem/chains").CeloRpcTransaction) => ({
15653
+ format: (args: import("viem/chains").CeloRpcTransaction, action?: string | undefined) => ({
15474
15654
  r: import("viem").Hex;
15475
15655
  s: import("viem").Hex;
15476
15656
  v: bigint;
@@ -15711,8 +15891,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15711
15891
  mint?: bigint | undefined | undefined;
15712
15892
  sourceHash: import("viem").Hex;
15713
15893
  type: "deposit";
15714
- accessList?: undefined;
15715
15894
  blobVersionedHashes?: undefined;
15895
+ accessList?: undefined;
15716
15896
  authorizationList?: undefined;
15717
15897
  chainId?: undefined;
15718
15898
  feeCurrency?: undefined;
@@ -15723,7 +15903,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15723
15903
  };
15724
15904
  readonly transactionRequest: {
15725
15905
  exclude: [] | undefined;
15726
- format: (args: import("viem/chains").CeloTransactionRequest) => ({
15906
+ format: (args: import("viem/chains").CeloTransactionRequest, action?: string | undefined) => ({
15727
15907
  data?: `0x${string}` | undefined;
15728
15908
  from?: `0x${string}` | undefined;
15729
15909
  gas?: `0x${string}` | undefined;
@@ -15735,10 +15915,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15735
15915
  maxFeePerBlobGas?: undefined | undefined;
15736
15916
  maxFeePerGas?: undefined | undefined;
15737
15917
  maxPriorityFeePerGas?: undefined | undefined;
15738
- accessList?: undefined;
15739
15918
  blobs?: undefined;
15740
15919
  blobVersionedHashes?: undefined;
15741
15920
  kzg?: undefined;
15921
+ accessList?: undefined;
15742
15922
  sidecars?: undefined;
15743
15923
  authorizationList?: undefined;
15744
15924
  feeCurrency?: `0x${string}` | undefined;
@@ -15789,14 +15969,33 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15789
15969
  nonce?: `0x${string}` | undefined;
15790
15970
  to: `0x${string}` | null;
15791
15971
  gasPrice?: undefined | undefined;
15972
+ maxFeePerBlobGas?: `0x${string}` | undefined;
15792
15973
  maxFeePerGas?: `0x${string}` | undefined;
15793
15974
  maxPriorityFeePerGas?: `0x${string}` | undefined;
15794
- maxFeePerBlobGas: `0x${string}`;
15795
15975
  accessList?: import("viem").AccessList | undefined;
15976
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
15977
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
15978
+ blobVersionedHashes: readonly import("viem").Hex[];
15979
+ kzg?: undefined;
15980
+ authorizationList?: undefined;
15981
+ feeCurrency?: `0x${string}` | undefined;
15982
+ } | {
15983
+ type?: "0x3" | undefined;
15984
+ data?: `0x${string}` | undefined;
15985
+ value?: `0x${string}` | undefined;
15986
+ gas?: `0x${string}` | undefined;
15987
+ from?: `0x${string}` | undefined;
15988
+ nonce?: `0x${string}` | undefined;
15989
+ to: `0x${string}` | null;
15990
+ gasPrice?: undefined | undefined;
15991
+ maxFeePerBlobGas?: `0x${string}` | undefined;
15992
+ maxFeePerGas?: `0x${string}` | undefined;
15993
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
15994
+ accessList?: import("viem").AccessList | undefined;
15995
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
15796
15996
  blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
15797
15997
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
15798
15998
  kzg?: import("viem").Kzg | undefined;
15799
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
15800
15999
  authorizationList?: undefined;
15801
16000
  feeCurrency?: `0x${string}` | undefined;
15802
16001
  } | {
@@ -15844,7 +16043,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15844
16043
  formatters: {
15845
16044
  readonly block: {
15846
16045
  exclude: [] | undefined;
15847
- format: (args: import("viem/chains").CeloRpcBlock) => {
16046
+ format: (args: import("viem/chains").CeloRpcBlock, action?: string | undefined) => {
15848
16047
  baseFeePerGas: bigint | null;
15849
16048
  blobGasUsed: bigint;
15850
16049
  difficulty: bigint;
@@ -15877,7 +16076,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15877
16076
  };
15878
16077
  readonly transaction: {
15879
16078
  exclude: [] | undefined;
15880
- format: (args: import("viem/chains").CeloRpcTransaction) => ({
16079
+ format: (args: import("viem/chains").CeloRpcTransaction, action?: string | undefined) => ({
15881
16080
  r: import("viem").Hex;
15882
16081
  s: import("viem").Hex;
15883
16082
  v: bigint;
@@ -16118,8 +16317,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16118
16317
  mint?: bigint | undefined | undefined;
16119
16318
  sourceHash: import("viem").Hex;
16120
16319
  type: "deposit";
16121
- accessList?: undefined;
16122
16320
  blobVersionedHashes?: undefined;
16321
+ accessList?: undefined;
16123
16322
  authorizationList?: undefined;
16124
16323
  chainId?: undefined;
16125
16324
  feeCurrency?: undefined;
@@ -16130,7 +16329,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16130
16329
  };
16131
16330
  readonly transactionRequest: {
16132
16331
  exclude: [] | undefined;
16133
- format: (args: import("viem/chains").CeloTransactionRequest) => ({
16332
+ format: (args: import("viem/chains").CeloTransactionRequest, action?: string | undefined) => ({
16134
16333
  data?: `0x${string}` | undefined;
16135
16334
  from?: `0x${string}` | undefined;
16136
16335
  gas?: `0x${string}` | undefined;
@@ -16142,10 +16341,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16142
16341
  maxFeePerBlobGas?: undefined | undefined;
16143
16342
  maxFeePerGas?: undefined | undefined;
16144
16343
  maxPriorityFeePerGas?: undefined | undefined;
16145
- accessList?: undefined;
16146
16344
  blobs?: undefined;
16147
16345
  blobVersionedHashes?: undefined;
16148
16346
  kzg?: undefined;
16347
+ accessList?: undefined;
16149
16348
  sidecars?: undefined;
16150
16349
  authorizationList?: undefined;
16151
16350
  feeCurrency?: `0x${string}` | undefined;
@@ -16196,14 +16395,33 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16196
16395
  nonce?: `0x${string}` | undefined;
16197
16396
  to: `0x${string}` | null;
16198
16397
  gasPrice?: undefined | undefined;
16398
+ maxFeePerBlobGas?: `0x${string}` | undefined;
16399
+ maxFeePerGas?: `0x${string}` | undefined;
16400
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
16401
+ accessList?: import("viem").AccessList | undefined;
16402
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
16403
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
16404
+ blobVersionedHashes: readonly import("viem").Hex[];
16405
+ kzg?: undefined;
16406
+ authorizationList?: undefined;
16407
+ feeCurrency?: `0x${string}` | undefined;
16408
+ } | {
16409
+ type?: "0x3" | undefined;
16410
+ data?: `0x${string}` | undefined;
16411
+ value?: `0x${string}` | undefined;
16412
+ gas?: `0x${string}` | undefined;
16413
+ from?: `0x${string}` | undefined;
16414
+ nonce?: `0x${string}` | undefined;
16415
+ to: `0x${string}` | null;
16416
+ gasPrice?: undefined | undefined;
16417
+ maxFeePerBlobGas?: `0x${string}` | undefined;
16199
16418
  maxFeePerGas?: `0x${string}` | undefined;
16200
16419
  maxPriorityFeePerGas?: `0x${string}` | undefined;
16201
- maxFeePerBlobGas: `0x${string}`;
16202
16420
  accessList?: import("viem").AccessList | undefined;
16421
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
16203
16422
  blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
16204
16423
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
16205
16424
  kzg?: import("viem").Kzg | undefined;
16206
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
16207
16425
  authorizationList?: undefined;
16208
16426
  feeCurrency?: `0x${string}` | undefined;
16209
16427
  } | {
@@ -17145,7 +17363,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17145
17363
  formatters: {
17146
17364
  readonly block: {
17147
17365
  exclude: [] | undefined;
17148
- format: (args: import("viem/chains").OpStackRpcBlock) => {
17366
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
17149
17367
  baseFeePerGas: bigint | null;
17150
17368
  blobGasUsed: bigint;
17151
17369
  difficulty: bigint;
@@ -17178,7 +17396,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17178
17396
  };
17179
17397
  readonly transaction: {
17180
17398
  exclude: [] | undefined;
17181
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
17399
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
17182
17400
  blockHash: `0x${string}` | null;
17183
17401
  blockNumber: bigint | null;
17184
17402
  from: import("abitype").Address;
@@ -17347,7 +17565,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17347
17565
  };
17348
17566
  readonly transactionReceipt: {
17349
17567
  exclude: [] | undefined;
17350
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
17568
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
17351
17569
  blobGasPrice?: bigint | undefined;
17352
17570
  blobGasUsed?: bigint | undefined;
17353
17571
  blockHash: import("viem").Hash;
@@ -17594,8 +17812,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17594
17812
  safeReorgDistance: 90000;
17595
17813
  externalId: {
17596
17814
  tenderly: string;
17815
+ cowswap: string;
17816
+ };
17817
+ markets: {
17818
+ cowswap: string;
17597
17819
  };
17598
- markets: {};
17599
17820
  bridges: {
17600
17821
  chainlink: {
17601
17822
  atlasNetworkName: string;
@@ -18119,7 +18340,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18119
18340
  formatters: {
18120
18341
  readonly block: {
18121
18342
  exclude: [] | undefined;
18122
- format: (args: import("viem/chains").OpStackRpcBlock) => {
18343
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
18123
18344
  baseFeePerGas: bigint | null;
18124
18345
  blobGasUsed: bigint;
18125
18346
  difficulty: bigint;
@@ -18152,7 +18373,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18152
18373
  };
18153
18374
  readonly transaction: {
18154
18375
  exclude: [] | undefined;
18155
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
18376
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
18156
18377
  blockHash: `0x${string}` | null;
18157
18378
  blockNumber: bigint | null;
18158
18379
  from: import("abitype").Address;
@@ -18321,7 +18542,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18321
18542
  };
18322
18543
  readonly transactionReceipt: {
18323
18544
  exclude: [] | undefined;
18324
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
18545
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
18325
18546
  blobGasPrice?: bigint | undefined;
18326
18547
  blobGasUsed?: bigint | undefined;
18327
18548
  blockHash: import("viem").Hash;
@@ -18538,9 +18759,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18538
18759
  multicall3: {
18539
18760
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
18540
18761
  };
18541
- ensRegistry?: ChainContract | undefined;
18542
- ensUniversalResolver?: ChainContract | undefined;
18543
- erc6492Verifier?: ChainContract | undefined;
18544
18762
  };
18545
18763
  blockExplorers: {
18546
18764
  readonly default: {
@@ -18677,6 +18895,107 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18677
18895
  fees?: import("viem").ChainFees<undefined> | undefined;
18678
18896
  formatters?: undefined | undefined;
18679
18897
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
18898
+ }>, Readonly<{
18899
+ name: "Avalanche";
18900
+ blockTimeSeconds: 2;
18901
+ launchTime: 1761794290;
18902
+ transactionType: "eip1559";
18903
+ sortIndex: 15;
18904
+ logoUrl: "https://assets.oku.trade/chains/avalanche-logo.png";
18905
+ deprecated: false;
18906
+ safeReorgDistance: 90000;
18907
+ blockAid: "";
18908
+ externalId: {};
18909
+ markets: {};
18910
+ bridges: {};
18911
+ oracles: {};
18912
+ morpho: {};
18913
+ initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
18914
+ uniswap: {
18915
+ deployBlock: number;
18916
+ poolFactory: "0x740b1c1de25031C31FF4fC9A62f554A55cdC1baD";
18917
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
18918
+ multicall2: "0x0139141Cd4Ee88dF3Cdb65881D411bAE271Ef0C2";
18919
+ tickLens: "0xEB9fFC8bf81b4fFd11fb6A63a6B0f098c6e21950";
18920
+ nonfungiblePositionManager: "0x655C406EBFa14EE2006250925e54ec43AD184f8B";
18921
+ positionsNFT: "0x655C406EBFa14EE2006250925e54ec43AD184f8B";
18922
+ positionsNFTDeployBlock: number;
18923
+ universalRouter: "0x94b75331ae8d42c1b61065089b7d48fe14aa73b7";
18924
+ wrappedNativeAddress: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
18925
+ wrappedNativeSymbol: string;
18926
+ wrappedNativeName: string;
18927
+ wrappedNativeDecimals: number;
18928
+ nativeCurrencyName: string;
18929
+ };
18930
+ token: {
18931
+ wethAddress: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
18932
+ };
18933
+ oku: {
18934
+ limitOrderRegistry: "0x0000000000000000000000000000000000000000";
18935
+ limitOrderRegistryDeployBlock: number;
18936
+ pricing: {
18937
+ nativeWrappedToken: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
18938
+ nativeWrappedName: string;
18939
+ };
18940
+ };
18941
+ defaultPool: "0xfAe3f424a0a47706811521E3ee268f00cFb5c45E";
18942
+ defaultToken0: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
18943
+ defaultToken1: "0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e";
18944
+ tokenList: ({
18945
+ symbol: string;
18946
+ address: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
18947
+ } | {
18948
+ symbol: string;
18949
+ address: "0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e";
18950
+ })[];
18951
+ stables: ("0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e" | "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7")[];
18952
+ watchlist: never[];
18953
+ internalName: "avalanche";
18954
+ nativeLogoUrl: "https://assets.oku.trade/natives/avax.png";
18955
+ contracts: {
18956
+ limitOrder: {
18957
+ address: "0x0000000000000000000000000000000000000000";
18958
+ };
18959
+ nftManager: {
18960
+ address: "0x655C406EBFa14EE2006250925e54ec43AD184f8B";
18961
+ };
18962
+ weth9: {
18963
+ address: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7";
18964
+ };
18965
+ multicall2: {
18966
+ address: "0x0139141Cd4Ee88dF3Cdb65881D411bAE271Ef0C2";
18967
+ };
18968
+ multicall3: {
18969
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11";
18970
+ };
18971
+ };
18972
+ blockExplorers: {
18973
+ readonly default: {
18974
+ readonly name: "SnowTrace";
18975
+ readonly url: "https://snowtrace.io";
18976
+ readonly apiUrl: "https://api.snowtrace.io";
18977
+ };
18978
+ };
18979
+ blockTime: 1700;
18980
+ ensTlds?: readonly string[] | undefined;
18981
+ id: 43114;
18982
+ nativeCurrency: {
18983
+ readonly decimals: 18;
18984
+ readonly name: "Avalanche";
18985
+ readonly symbol: "AVAX";
18986
+ };
18987
+ experimental_preconfirmationTime?: number | undefined | undefined | undefined;
18988
+ rpcUrls: {
18989
+ readonly default: {
18990
+ readonly http: readonly ["https://api.avax.network/ext/bc/C/rpc"];
18991
+ };
18992
+ };
18993
+ sourceId?: number | undefined | undefined | undefined;
18994
+ testnet?: boolean | undefined | undefined | undefined;
18995
+ custom?: Record<string, unknown> | undefined;
18996
+ fees?: import("viem").ChainFees<undefined> | undefined;
18997
+ formatters?: undefined | undefined;
18998
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
18680
18999
  }>];
18681
- export { arbitrum, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
19000
+ export { arbitrum, avalanche, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, zerog, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
18682
19001
  export { ChainContract } from "viem";