@gfxlabs/oku-chains 1.4.0 → 1.4.2

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;
2275
2380
  maxFeePerGas?: `0x${string}` | undefined;
2276
2381
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2277
- maxFeePerBlobGas: `0x${string}`;
2278
2382
  accessList?: import("viem").AccessList | undefined;
2383
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2384
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2385
+ blobVersionedHashes: readonly import("viem").Hex[];
2386
+ kzg?: undefined;
2387
+ authorizationList?: undefined;
2388
+ feeCurrency?: `0x${string}` | undefined;
2389
+ } | {
2390
+ type?: "0x3" | undefined;
2391
+ data?: `0x${string}` | undefined;
2392
+ value?: `0x${string}` | undefined;
2393
+ gas?: `0x${string}` | undefined;
2394
+ from?: `0x${string}` | undefined;
2395
+ nonce?: `0x${string}` | undefined;
2396
+ to: `0x${string}` | null;
2397
+ gasPrice?: undefined | undefined;
2398
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2399
+ maxFeePerGas?: `0x${string}` | undefined;
2400
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
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;
2809
+ maxFeePerGas?: `0x${string}` | undefined;
2810
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
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;
2685
2828
  maxFeePerGas?: `0x${string}` | undefined;
2686
2829
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2687
- maxFeePerBlobGas: `0x${string}`;
2688
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";
@@ -4145,7 +4287,7 @@ declare const lisk: Readonly<{
4145
4287
  readonly block: {
4146
4288
  exclude: [
4147
4289
  ] | undefined;
4148
- format: (args: import("viem/chains").OpStackRpcBlock) => {
4290
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
4149
4291
  baseFeePerGas: bigint | null;
4150
4292
  blobGasUsed: bigint;
4151
4293
  difficulty: bigint;
@@ -4179,7 +4321,7 @@ declare const lisk: Readonly<{
4179
4321
  readonly transaction: {
4180
4322
  exclude: [
4181
4323
  ] | undefined;
4182
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
4324
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
4183
4325
  blockHash: `0x${string}` | null;
4184
4326
  blockNumber: bigint | null;
4185
4327
  from: import("abitype").Address;
@@ -4349,7 +4491,7 @@ declare const lisk: Readonly<{
4349
4491
  readonly transactionReceipt: {
4350
4492
  exclude: [
4351
4493
  ] | undefined;
4352
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
4494
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
4353
4495
  blobGasPrice?: bigint | undefined;
4354
4496
  blobGasUsed?: bigint | undefined;
4355
4497
  blockHash: import("viem").Hash;
@@ -5120,7 +5262,7 @@ declare const metal: Readonly<{
5120
5262
  readonly block: {
5121
5263
  exclude: [
5122
5264
  ] | undefined;
5123
- format: (args: import("viem/chains").OpStackRpcBlock) => {
5265
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
5124
5266
  baseFeePerGas: bigint | null;
5125
5267
  blobGasUsed: bigint;
5126
5268
  difficulty: bigint;
@@ -5154,7 +5296,7 @@ declare const metal: Readonly<{
5154
5296
  readonly transaction: {
5155
5297
  exclude: [
5156
5298
  ] | undefined;
5157
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
5299
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
5158
5300
  blockHash: `0x${string}` | null;
5159
5301
  blockNumber: bigint | null;
5160
5302
  from: import("abitype").Address;
@@ -5324,7 +5466,7 @@ declare const metal: Readonly<{
5324
5466
  readonly transactionReceipt: {
5325
5467
  exclude: [
5326
5468
  ] | undefined;
5327
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
5469
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
5328
5470
  blobGasPrice?: bigint | undefined;
5329
5471
  blobGasUsed?: bigint | undefined;
5330
5472
  blockHash: import("viem").Hash;
@@ -5850,7 +5992,7 @@ declare const optimism: Readonly<{
5850
5992
  readonly block: {
5851
5993
  exclude: [
5852
5994
  ] | undefined;
5853
- format: (args: import("viem/chains").OpStackRpcBlock) => {
5995
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
5854
5996
  baseFeePerGas: bigint | null;
5855
5997
  blobGasUsed: bigint;
5856
5998
  difficulty: bigint;
@@ -5884,7 +6026,7 @@ declare const optimism: Readonly<{
5884
6026
  readonly transaction: {
5885
6027
  exclude: [
5886
6028
  ] | undefined;
5887
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
6029
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
5888
6030
  blockHash: `0x${string}` | null;
5889
6031
  blockNumber: bigint | null;
5890
6032
  from: import("abitype").Address;
@@ -6054,7 +6196,7 @@ declare const optimism: Readonly<{
6054
6196
  readonly transactionReceipt: {
6055
6197
  exclude: [
6056
6198
  ] | undefined;
6057
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
6199
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
6058
6200
  blobGasPrice?: bigint | undefined;
6059
6201
  blobGasUsed?: bigint | undefined;
6060
6202
  blockHash: import("viem").Hash;
@@ -6149,7 +6291,7 @@ declare const plasma: Readonly<{
6149
6291
  address: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb";
6150
6292
  })[];
6151
6293
  stables: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb"[];
6152
- watchlist: ("0x8603c67b7cc056ef6981a9c709854c53b699fa66" | "0xce4ac514ca6a9db357cccc105b7848d7fd37445d" | "0x2eabb32f34b7a25c34bc9cea142ce0e060ee0682" | "0x21d5a075073e631a85ab9c02e4b703460c572b4b")[];
6294
+ watchlist: ("0x8603c67b7cc056ef6981a9c709854c53b699fa66" | "0xce4ac514ca6a9db357cccc105b7848d7fd37445d" | "0x2eabb32f34b7a25c34bc9cea142ce0e060ee0682" | "0x21d5a075073e631a85ab9c02e4b703460c572b4b" | "0x7bf6037d3b8af69468356435032eab9010adf879")[];
6153
6295
  internalName: "plasma";
6154
6296
  nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/xpl.png";
6155
6297
  contracts: {
@@ -6168,9 +6310,6 @@ declare const plasma: Readonly<{
6168
6310
  multicall3: {
6169
6311
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
6170
6312
  };
6171
- ensRegistry?: import("viem").ChainContract | undefined;
6172
- ensUniversalResolver?: import("viem").ChainContract | undefined;
6173
- erc6492Verifier?: import("viem").ChainContract | undefined;
6174
6313
  };
6175
6314
  blockExplorers: {
6176
6315
  readonly default: {
@@ -7801,7 +7940,7 @@ declare const unichain: Readonly<{
7801
7940
  readonly block: {
7802
7941
  exclude: [
7803
7942
  ] | undefined;
7804
- format: (args: import("viem/chains").OpStackRpcBlock) => {
7943
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
7805
7944
  baseFeePerGas: bigint | null;
7806
7945
  blobGasUsed: bigint;
7807
7946
  difficulty: bigint;
@@ -7835,7 +7974,7 @@ declare const unichain: Readonly<{
7835
7974
  readonly transaction: {
7836
7975
  exclude: [
7837
7976
  ] | undefined;
7838
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
7977
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
7839
7978
  blockHash: `0x${string}` | null;
7840
7979
  blockNumber: bigint | null;
7841
7980
  from: import("abitype").Address;
@@ -8005,7 +8144,7 @@ declare const unichain: Readonly<{
8005
8144
  readonly transactionReceipt: {
8006
8145
  exclude: [
8007
8146
  ] | undefined;
8008
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
8147
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
8009
8148
  blobGasPrice?: bigint | undefined;
8010
8149
  blobGasUsed?: bigint | undefined;
8011
8150
  blockHash: import("viem").Hash;
@@ -8207,7 +8346,7 @@ declare const worldchain: Readonly<{
8207
8346
  readonly block: {
8208
8347
  exclude: [
8209
8348
  ] | undefined;
8210
- format: (args: import("viem/chains").OpStackRpcBlock) => {
8349
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
8211
8350
  baseFeePerGas: bigint | null;
8212
8351
  blobGasUsed: bigint;
8213
8352
  difficulty: bigint;
@@ -8241,7 +8380,7 @@ declare const worldchain: Readonly<{
8241
8380
  readonly transaction: {
8242
8381
  exclude: [
8243
8382
  ] | undefined;
8244
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
8383
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
8245
8384
  blockHash: `0x${string}` | null;
8246
8385
  blockNumber: bigint | null;
8247
8386
  from: import("viem").Address;
@@ -8411,7 +8550,7 @@ declare const worldchain: Readonly<{
8411
8550
  readonly transactionReceipt: {
8412
8551
  exclude: [
8413
8552
  ] | undefined;
8414
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
8553
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
8415
8554
  blobGasPrice?: bigint | undefined;
8416
8555
  blobGasUsed?: bigint | undefined;
8417
8556
  blockHash: import("viem").Hash;
@@ -8959,7 +9098,7 @@ declare const zkSync: Readonly<{
8959
9098
  readonly block: {
8960
9099
  exclude: [
8961
9100
  ] | undefined;
8962
- format: (args: import("viem/chains").ZkSyncRpcBlock) => {
9101
+ format: (args: import("viem/chains").ZkSyncRpcBlock, action?: string | undefined) => {
8963
9102
  baseFeePerGas: bigint | null;
8964
9103
  blobGasUsed: bigint;
8965
9104
  difficulty: bigint;
@@ -8995,7 +9134,7 @@ declare const zkSync: Readonly<{
8995
9134
  readonly transaction: {
8996
9135
  exclude: [
8997
9136
  ] | undefined;
8998
- format: (args: import("viem/chains").ZkSyncRpcTransaction) => ({
9137
+ format: (args: import("viem/chains").ZkSyncRpcTransaction, action?: string | undefined) => ({
8999
9138
  r: import("viem").Hex;
9000
9139
  s: import("viem").Hex;
9001
9140
  v: bigint;
@@ -9182,7 +9321,7 @@ declare const zkSync: Readonly<{
9182
9321
  readonly transactionReceipt: {
9183
9322
  exclude: [
9184
9323
  ] | undefined;
9185
- format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt) => {
9324
+ format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
9186
9325
  contractAddress: import("abitype").Address | null | undefined;
9187
9326
  type: import("viem/chains").ZkSyncTransactionType;
9188
9327
  status: "success" | "reverted";
@@ -9208,7 +9347,7 @@ declare const zkSync: Readonly<{
9208
9347
  };
9209
9348
  readonly transactionRequest: {
9210
9349
  exclude: ("paymaster" | "gasPerPubdata" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
9211
- format: (args: import("viem/chains").ZkSyncTransactionRequest) => ({
9350
+ format: (args: import("viem/chains").ZkSyncTransactionRequest, action?: string | undefined) => ({
9212
9351
  data?: `0x${string}` | undefined;
9213
9352
  from?: `0x${string}` | undefined;
9214
9353
  gas?: `0x${string}` | undefined;
@@ -9220,10 +9359,10 @@ declare const zkSync: Readonly<{
9220
9359
  maxFeePerBlobGas?: undefined | undefined;
9221
9360
  maxFeePerGas?: undefined | undefined;
9222
9361
  maxPriorityFeePerGas?: undefined | undefined;
9223
- accessList?: undefined;
9224
9362
  blobs?: undefined;
9225
9363
  blobVersionedHashes?: undefined;
9226
9364
  kzg?: undefined;
9365
+ accessList?: undefined;
9227
9366
  sidecars?: undefined;
9228
9367
  authorizationList?: undefined;
9229
9368
  eip712Meta?: undefined | undefined;
@@ -9274,14 +9413,33 @@ declare const zkSync: Readonly<{
9274
9413
  nonce?: `0x${string}` | undefined;
9275
9414
  to: `0x${string}` | null;
9276
9415
  gasPrice?: undefined | undefined;
9416
+ maxFeePerBlobGas?: `0x${string}` | undefined;
9277
9417
  maxFeePerGas?: `0x${string}` | undefined;
9278
9418
  maxPriorityFeePerGas?: `0x${string}` | undefined;
9279
- maxFeePerBlobGas: `0x${string}`;
9280
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;
9281
9440
  blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
9282
9441
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
9283
9442
  kzg?: import("viem").Kzg | undefined;
9284
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
9285
9443
  authorizationList?: undefined;
9286
9444
  eip712Meta?: undefined | undefined;
9287
9445
  } | {
@@ -9947,7 +10105,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9947
10105
  formatters: {
9948
10106
  readonly block: {
9949
10107
  exclude: [] | undefined;
9950
- format: (args: import("viem/chains").OpStackRpcBlock) => {
10108
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
9951
10109
  baseFeePerGas: bigint | null;
9952
10110
  blobGasUsed: bigint;
9953
10111
  difficulty: bigint;
@@ -9980,7 +10138,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9980
10138
  };
9981
10139
  readonly transaction: {
9982
10140
  exclude: [] | undefined;
9983
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
10141
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
9984
10142
  blockHash: `0x${string}` | null;
9985
10143
  blockNumber: bigint | null;
9986
10144
  from: import("abitype").Address;
@@ -10149,7 +10307,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10149
10307
  };
10150
10308
  readonly transactionReceipt: {
10151
10309
  exclude: [] | undefined;
10152
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
10310
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
10153
10311
  blobGasPrice?: bigint | undefined;
10154
10312
  blobGasUsed?: bigint | undefined;
10155
10313
  blockHash: import("viem").Hash;
@@ -10477,7 +10635,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10477
10635
  formatters: {
10478
10636
  readonly block: {
10479
10637
  exclude: [] | undefined;
10480
- format: (args: import("viem/chains").OpStackRpcBlock) => {
10638
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
10481
10639
  baseFeePerGas: bigint | null;
10482
10640
  blobGasUsed: bigint;
10483
10641
  difficulty: bigint;
@@ -10510,7 +10668,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10510
10668
  };
10511
10669
  readonly transaction: {
10512
10670
  exclude: [] | undefined;
10513
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
10671
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
10514
10672
  blockHash: `0x${string}` | null;
10515
10673
  blockNumber: bigint | null;
10516
10674
  from: import("abitype").Address;
@@ -10679,7 +10837,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
10679
10837
  };
10680
10838
  readonly transactionReceipt: {
10681
10839
  exclude: [] | undefined;
10682
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
10840
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
10683
10841
  blobGasPrice?: bigint | undefined;
10684
10842
  blobGasUsed?: bigint | undefined;
10685
10843
  blockHash: import("viem").Hash;
@@ -11592,7 +11750,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
11592
11750
  formatters: {
11593
11751
  readonly block: {
11594
11752
  exclude: [] | undefined;
11595
- format: (args: import("viem/chains").OpStackRpcBlock) => {
11753
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
11596
11754
  baseFeePerGas: bigint | null;
11597
11755
  blobGasUsed: bigint;
11598
11756
  difficulty: bigint;
@@ -11625,7 +11783,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
11625
11783
  };
11626
11784
  readonly transaction: {
11627
11785
  exclude: [] | undefined;
11628
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
11786
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
11629
11787
  blockHash: `0x${string}` | null;
11630
11788
  blockNumber: bigint | null;
11631
11789
  from: import("abitype").Address;
@@ -11794,7 +11952,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
11794
11952
  };
11795
11953
  readonly transactionReceipt: {
11796
11954
  exclude: [] | undefined;
11797
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
11955
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
11798
11956
  blobGasPrice?: bigint | undefined;
11799
11957
  blobGasUsed?: bigint | undefined;
11800
11958
  blockHash: import("viem").Hash;
@@ -12595,7 +12753,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12595
12753
  formatters: {
12596
12754
  readonly block: {
12597
12755
  exclude: [] | undefined;
12598
- format: (args: import("viem/zksync").ZkSyncRpcBlock) => {
12756
+ format: (args: import("viem/zksync").ZkSyncRpcBlock, action?: string | undefined) => {
12599
12757
  baseFeePerGas: bigint | null;
12600
12758
  blobGasUsed: bigint;
12601
12759
  difficulty: bigint;
@@ -12630,7 +12788,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12630
12788
  };
12631
12789
  readonly transaction: {
12632
12790
  exclude: [] | undefined;
12633
- format: (args: import("viem/zksync").ZkSyncRpcTransaction) => ({
12791
+ format: (args: import("viem/zksync").ZkSyncRpcTransaction, action?: string | undefined) => ({
12634
12792
  r: import("viem").Hex;
12635
12793
  s: import("viem").Hex;
12636
12794
  v: bigint;
@@ -12816,7 +12974,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12816
12974
  };
12817
12975
  readonly transactionReceipt: {
12818
12976
  exclude: [] | undefined;
12819
- format: (args: import("viem/zksync").ZkSyncRpcTransactionReceipt) => {
12977
+ format: (args: import("viem/zksync").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
12820
12978
  contractAddress: import("abitype").Address | null | undefined;
12821
12979
  type: import("viem/zksync").ZkSyncTransactionType;
12822
12980
  status: "success" | "reverted";
@@ -12842,7 +13000,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12842
13000
  };
12843
13001
  readonly transactionRequest: {
12844
13002
  exclude: ("paymaster" | "gasPerPubdata" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
12845
- format: (args: import("viem/zksync").ZkSyncTransactionRequest) => ({
13003
+ format: (args: import("viem/zksync").ZkSyncTransactionRequest, action?: string | undefined) => ({
12846
13004
  data?: `0x${string}` | undefined;
12847
13005
  from?: `0x${string}` | undefined;
12848
13006
  gas?: `0x${string}` | undefined;
@@ -12854,10 +13012,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12854
13012
  maxFeePerBlobGas?: undefined | undefined;
12855
13013
  maxFeePerGas?: undefined | undefined;
12856
13014
  maxPriorityFeePerGas?: undefined | undefined;
12857
- accessList?: undefined;
12858
13015
  blobs?: undefined;
12859
13016
  blobVersionedHashes?: undefined;
12860
13017
  kzg?: undefined;
13018
+ accessList?: undefined;
12861
13019
  sidecars?: undefined;
12862
13020
  authorizationList?: undefined;
12863
13021
  eip712Meta?: undefined | undefined;
@@ -12908,14 +13066,33 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
12908
13066
  nonce?: `0x${string}` | undefined;
12909
13067
  to: `0x${string}` | null;
12910
13068
  gasPrice?: undefined | undefined;
13069
+ maxFeePerBlobGas?: `0x${string}` | undefined;
13070
+ maxFeePerGas?: `0x${string}` | undefined;
13071
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
13072
+ accessList?: import("viem").AccessList | undefined;
13073
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
13074
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
13075
+ blobVersionedHashes: readonly import("viem").Hex[];
13076
+ kzg?: undefined;
13077
+ authorizationList?: undefined;
13078
+ eip712Meta?: undefined | undefined;
13079
+ } | {
13080
+ type?: "0x3" | undefined;
13081
+ data?: `0x${string}` | undefined;
13082
+ value?: `0x${string}` | undefined;
13083
+ gas?: `0x${string}` | undefined;
13084
+ from?: `0x${string}` | undefined;
13085
+ nonce?: `0x${string}` | undefined;
13086
+ to: `0x${string}` | null;
13087
+ gasPrice?: undefined | undefined;
13088
+ maxFeePerBlobGas?: `0x${string}` | undefined;
12911
13089
  maxFeePerGas?: `0x${string}` | undefined;
12912
13090
  maxPriorityFeePerGas?: `0x${string}` | undefined;
12913
- maxFeePerBlobGas: `0x${string}`;
12914
13091
  accessList?: import("viem").AccessList | undefined;
13092
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
12915
13093
  blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
12916
13094
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
12917
13095
  kzg?: import("viem").Kzg | undefined;
12918
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
12919
13096
  authorizationList?: undefined;
12920
13097
  eip712Meta?: undefined | undefined;
12921
13098
  } | {
@@ -13859,7 +14036,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13859
14036
  formatters: {
13860
14037
  readonly block: {
13861
14038
  exclude: [] | undefined;
13862
- format: (args: import("viem/chains").OpStackRpcBlock) => {
14039
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
13863
14040
  baseFeePerGas: bigint | null;
13864
14041
  blobGasUsed: bigint;
13865
14042
  difficulty: bigint;
@@ -13892,7 +14069,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13892
14069
  };
13893
14070
  readonly transaction: {
13894
14071
  exclude: [] | undefined;
13895
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
14072
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
13896
14073
  blockHash: `0x${string}` | null;
13897
14074
  blockNumber: bigint | null;
13898
14075
  from: import("abitype").Address;
@@ -14061,7 +14238,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14061
14238
  };
14062
14239
  readonly transactionReceipt: {
14063
14240
  exclude: [] | undefined;
14064
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
14241
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
14065
14242
  blobGasPrice?: bigint | undefined;
14066
14243
  blobGasUsed?: bigint | undefined;
14067
14244
  blockHash: import("viem").Hash;
@@ -14258,7 +14435,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14258
14435
  formatters: {
14259
14436
  readonly block: {
14260
14437
  exclude: [] | undefined;
14261
- format: (args: import("viem/chains").OpStackRpcBlock) => {
14438
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
14262
14439
  baseFeePerGas: bigint | null;
14263
14440
  blobGasUsed: bigint;
14264
14441
  difficulty: bigint;
@@ -14291,7 +14468,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14291
14468
  };
14292
14469
  readonly transaction: {
14293
14470
  exclude: [] | undefined;
14294
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
14471
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
14295
14472
  blockHash: `0x${string}` | null;
14296
14473
  blockNumber: bigint | null;
14297
14474
  from: import("abitype").Address;
@@ -14460,7 +14637,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14460
14637
  };
14461
14638
  readonly transactionReceipt: {
14462
14639
  exclude: [] | undefined;
14463
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
14640
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
14464
14641
  blobGasPrice?: bigint | undefined;
14465
14642
  blobGasUsed?: bigint | undefined;
14466
14643
  blockHash: import("viem").Hash;
@@ -14635,7 +14812,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14635
14812
  readonly apiUrl: "https://api.gnosisscan.io/api";
14636
14813
  };
14637
14814
  };
14638
- blockTime?: number | undefined | undefined | undefined;
14815
+ blockTime: 5000;
14639
14816
  ensTlds?: readonly string[] | undefined;
14640
14817
  id: 100;
14641
14818
  name: "Gnosis";
@@ -14803,7 +14980,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14803
14980
  formatters: {
14804
14981
  readonly block: {
14805
14982
  exclude: [] | undefined;
14806
- format: (args: import("viem/chains").OpStackRpcBlock) => {
14983
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
14807
14984
  baseFeePerGas: bigint | null;
14808
14985
  blobGasUsed: bigint;
14809
14986
  difficulty: bigint;
@@ -14836,7 +15013,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14836
15013
  };
14837
15014
  readonly transaction: {
14838
15015
  exclude: [] | undefined;
14839
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
15016
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
14840
15017
  blockHash: `0x${string}` | null;
14841
15018
  blockNumber: bigint | null;
14842
15019
  from: import("abitype").Address;
@@ -15005,7 +15182,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15005
15182
  };
15006
15183
  readonly transactionReceipt: {
15007
15184
  exclude: [] | undefined;
15008
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
15185
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
15009
15186
  blobGasPrice?: bigint | undefined;
15010
15187
  blobGasUsed?: bigint | undefined;
15011
15188
  blockHash: import("viem").Hash;
@@ -15440,7 +15617,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15440
15617
  fees: import("viem").ChainFees<{
15441
15618
  readonly block: {
15442
15619
  exclude: [] | undefined;
15443
- format: (args: import("viem/chains").CeloRpcBlock) => {
15620
+ format: (args: import("viem/chains").CeloRpcBlock, action?: string | undefined) => {
15444
15621
  baseFeePerGas: bigint | null;
15445
15622
  blobGasUsed: bigint;
15446
15623
  difficulty: bigint;
@@ -15473,7 +15650,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15473
15650
  };
15474
15651
  readonly transaction: {
15475
15652
  exclude: [] | undefined;
15476
- format: (args: import("viem/chains").CeloRpcTransaction) => ({
15653
+ format: (args: import("viem/chains").CeloRpcTransaction, action?: string | undefined) => ({
15477
15654
  r: import("viem").Hex;
15478
15655
  s: import("viem").Hex;
15479
15656
  v: bigint;
@@ -15714,8 +15891,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15714
15891
  mint?: bigint | undefined | undefined;
15715
15892
  sourceHash: import("viem").Hex;
15716
15893
  type: "deposit";
15717
- accessList?: undefined;
15718
15894
  blobVersionedHashes?: undefined;
15895
+ accessList?: undefined;
15719
15896
  authorizationList?: undefined;
15720
15897
  chainId?: undefined;
15721
15898
  feeCurrency?: undefined;
@@ -15726,7 +15903,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15726
15903
  };
15727
15904
  readonly transactionRequest: {
15728
15905
  exclude: [] | undefined;
15729
- format: (args: import("viem/chains").CeloTransactionRequest) => ({
15906
+ format: (args: import("viem/chains").CeloTransactionRequest, action?: string | undefined) => ({
15730
15907
  data?: `0x${string}` | undefined;
15731
15908
  from?: `0x${string}` | undefined;
15732
15909
  gas?: `0x${string}` | undefined;
@@ -15738,10 +15915,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15738
15915
  maxFeePerBlobGas?: undefined | undefined;
15739
15916
  maxFeePerGas?: undefined | undefined;
15740
15917
  maxPriorityFeePerGas?: undefined | undefined;
15741
- accessList?: undefined;
15742
15918
  blobs?: undefined;
15743
15919
  blobVersionedHashes?: undefined;
15744
15920
  kzg?: undefined;
15921
+ accessList?: undefined;
15745
15922
  sidecars?: undefined;
15746
15923
  authorizationList?: undefined;
15747
15924
  feeCurrency?: `0x${string}` | undefined;
@@ -15792,14 +15969,33 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15792
15969
  nonce?: `0x${string}` | undefined;
15793
15970
  to: `0x${string}` | null;
15794
15971
  gasPrice?: undefined | undefined;
15972
+ maxFeePerBlobGas?: `0x${string}` | undefined;
15795
15973
  maxFeePerGas?: `0x${string}` | undefined;
15796
15974
  maxPriorityFeePerGas?: `0x${string}` | undefined;
15797
- maxFeePerBlobGas: `0x${string}`;
15798
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;
15799
15996
  blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
15800
15997
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
15801
15998
  kzg?: import("viem").Kzg | undefined;
15802
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
15803
15999
  authorizationList?: undefined;
15804
16000
  feeCurrency?: `0x${string}` | undefined;
15805
16001
  } | {
@@ -15847,7 +16043,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15847
16043
  formatters: {
15848
16044
  readonly block: {
15849
16045
  exclude: [] | undefined;
15850
- format: (args: import("viem/chains").CeloRpcBlock) => {
16046
+ format: (args: import("viem/chains").CeloRpcBlock, action?: string | undefined) => {
15851
16047
  baseFeePerGas: bigint | null;
15852
16048
  blobGasUsed: bigint;
15853
16049
  difficulty: bigint;
@@ -15880,7 +16076,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
15880
16076
  };
15881
16077
  readonly transaction: {
15882
16078
  exclude: [] | undefined;
15883
- format: (args: import("viem/chains").CeloRpcTransaction) => ({
16079
+ format: (args: import("viem/chains").CeloRpcTransaction, action?: string | undefined) => ({
15884
16080
  r: import("viem").Hex;
15885
16081
  s: import("viem").Hex;
15886
16082
  v: bigint;
@@ -16121,8 +16317,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16121
16317
  mint?: bigint | undefined | undefined;
16122
16318
  sourceHash: import("viem").Hex;
16123
16319
  type: "deposit";
16124
- accessList?: undefined;
16125
16320
  blobVersionedHashes?: undefined;
16321
+ accessList?: undefined;
16126
16322
  authorizationList?: undefined;
16127
16323
  chainId?: undefined;
16128
16324
  feeCurrency?: undefined;
@@ -16133,7 +16329,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16133
16329
  };
16134
16330
  readonly transactionRequest: {
16135
16331
  exclude: [] | undefined;
16136
- format: (args: import("viem/chains").CeloTransactionRequest) => ({
16332
+ format: (args: import("viem/chains").CeloTransactionRequest, action?: string | undefined) => ({
16137
16333
  data?: `0x${string}` | undefined;
16138
16334
  from?: `0x${string}` | undefined;
16139
16335
  gas?: `0x${string}` | undefined;
@@ -16145,10 +16341,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16145
16341
  maxFeePerBlobGas?: undefined | undefined;
16146
16342
  maxFeePerGas?: undefined | undefined;
16147
16343
  maxPriorityFeePerGas?: undefined | undefined;
16148
- accessList?: undefined;
16149
16344
  blobs?: undefined;
16150
16345
  blobVersionedHashes?: undefined;
16151
16346
  kzg?: undefined;
16347
+ accessList?: undefined;
16152
16348
  sidecars?: undefined;
16153
16349
  authorizationList?: undefined;
16154
16350
  feeCurrency?: `0x${string}` | undefined;
@@ -16199,14 +16395,33 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16199
16395
  nonce?: `0x${string}` | undefined;
16200
16396
  to: `0x${string}` | null;
16201
16397
  gasPrice?: undefined | undefined;
16398
+ maxFeePerBlobGas?: `0x${string}` | undefined;
16202
16399
  maxFeePerGas?: `0x${string}` | undefined;
16203
16400
  maxPriorityFeePerGas?: `0x${string}` | undefined;
16204
- maxFeePerBlobGas: `0x${string}`;
16205
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;
16418
+ maxFeePerGas?: `0x${string}` | undefined;
16419
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
16420
+ accessList?: import("viem").AccessList | undefined;
16421
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
16206
16422
  blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
16207
16423
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
16208
16424
  kzg?: import("viem").Kzg | undefined;
16209
- sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
16210
16425
  authorizationList?: undefined;
16211
16426
  feeCurrency?: `0x${string}` | undefined;
16212
16427
  } | {
@@ -17148,7 +17363,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17148
17363
  formatters: {
17149
17364
  readonly block: {
17150
17365
  exclude: [] | undefined;
17151
- format: (args: import("viem/chains").OpStackRpcBlock) => {
17366
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
17152
17367
  baseFeePerGas: bigint | null;
17153
17368
  blobGasUsed: bigint;
17154
17369
  difficulty: bigint;
@@ -17181,7 +17396,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17181
17396
  };
17182
17397
  readonly transaction: {
17183
17398
  exclude: [] | undefined;
17184
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
17399
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
17185
17400
  blockHash: `0x${string}` | null;
17186
17401
  blockNumber: bigint | null;
17187
17402
  from: import("abitype").Address;
@@ -17350,7 +17565,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17350
17565
  };
17351
17566
  readonly transactionReceipt: {
17352
17567
  exclude: [] | undefined;
17353
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
17568
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
17354
17569
  blobGasPrice?: bigint | undefined;
17355
17570
  blobGasUsed?: bigint | undefined;
17356
17571
  blockHash: import("viem").Hash;
@@ -18125,7 +18340,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18125
18340
  formatters: {
18126
18341
  readonly block: {
18127
18342
  exclude: [] | undefined;
18128
- format: (args: import("viem/chains").OpStackRpcBlock) => {
18343
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
18129
18344
  baseFeePerGas: bigint | null;
18130
18345
  blobGasUsed: bigint;
18131
18346
  difficulty: bigint;
@@ -18158,7 +18373,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18158
18373
  };
18159
18374
  readonly transaction: {
18160
18375
  exclude: [] | undefined;
18161
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
18376
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
18162
18377
  blockHash: `0x${string}` | null;
18163
18378
  blockNumber: bigint | null;
18164
18379
  from: import("abitype").Address;
@@ -18327,7 +18542,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18327
18542
  };
18328
18543
  readonly transactionReceipt: {
18329
18544
  exclude: [] | undefined;
18330
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
18545
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
18331
18546
  blobGasPrice?: bigint | undefined;
18332
18547
  blobGasUsed?: bigint | undefined;
18333
18548
  blockHash: import("viem").Hash;
@@ -18525,7 +18740,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18525
18740
  address: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb";
18526
18741
  })[];
18527
18742
  stables: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb"[];
18528
- watchlist: ("0x8603c67b7cc056ef6981a9c709854c53b699fa66" | "0xce4ac514ca6a9db357cccc105b7848d7fd37445d" | "0x2eabb32f34b7a25c34bc9cea142ce0e060ee0682" | "0x21d5a075073e631a85ab9c02e4b703460c572b4b")[];
18743
+ watchlist: ("0x8603c67b7cc056ef6981a9c709854c53b699fa66" | "0xce4ac514ca6a9db357cccc105b7848d7fd37445d" | "0x2eabb32f34b7a25c34bc9cea142ce0e060ee0682" | "0x21d5a075073e631a85ab9c02e4b703460c572b4b" | "0x7bf6037d3b8af69468356435032eab9010adf879")[];
18529
18744
  internalName: "plasma";
18530
18745
  nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/xpl.png";
18531
18746
  contracts: {
@@ -18544,9 +18759,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18544
18759
  multicall3: {
18545
18760
  address: "0xcA11bde05977b3631167028862bE2a173976CA11";
18546
18761
  };
18547
- ensRegistry?: ChainContract | undefined;
18548
- ensUniversalResolver?: ChainContract | undefined;
18549
- erc6492Verifier?: ChainContract | undefined;
18550
18762
  };
18551
18763
  blockExplorers: {
18552
18764
  readonly default: {
@@ -18683,6 +18895,107 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
18683
18895
  fees?: import("viem").ChainFees<undefined> | undefined;
18684
18896
  formatters?: undefined | undefined;
18685
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;
18686
18999
  }>];
18687
- 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 };
18688
19001
  export { ChainContract } from "viem";