@matchain/matchid-sdk-react 0.1.56-alpha.1 → 0.1.56-alpha.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/dist/api.d.mts +2 -2
  2. package/dist/api.d.ts +2 -2
  3. package/dist/api.js +68 -113
  4. package/dist/api.js.map +1 -1
  5. package/dist/api.mjs +4 -5
  6. package/dist/assets/lottie.d.mts +1 -1
  7. package/dist/assets/lottie.d.ts +1 -1
  8. package/dist/assets/lottie.js +5 -0
  9. package/dist/assets/lottie.js.map +1 -1
  10. package/dist/assets/lottie.mjs +3 -1
  11. package/dist/chains.d.mts +1 -1
  12. package/dist/chains.d.ts +1 -1
  13. package/dist/chains.mjs +1 -2
  14. package/dist/{chunk-VRU6XRSC.mjs → chunk-44JQQ34F.mjs} +2 -2
  15. package/dist/chunk-DUSDBXBT.mjs +7728 -0
  16. package/dist/chunk-DUSDBXBT.mjs.map +1 -0
  17. package/dist/{chunk-FKXS2XRG.mjs → chunk-FQ6PYZPD.mjs} +94 -1
  18. package/dist/chunk-FQ6PYZPD.mjs.map +1 -0
  19. package/dist/{chunk-JX73EY6V.mjs → chunk-HYQ3T6WW.mjs} +14 -2
  20. package/dist/chunk-HYQ3T6WW.mjs.map +1 -0
  21. package/dist/{chunk-XR24AYII.mjs → chunk-XM6CYEXN.mjs} +6 -1
  22. package/dist/chunk-XM6CYEXN.mjs.map +1 -0
  23. package/dist/components.d.mts +3 -3
  24. package/dist/components.d.ts +3 -3
  25. package/dist/components.js +527 -453
  26. package/dist/components.js.map +1 -1
  27. package/dist/components.mjs +3 -4
  28. package/dist/hooks.d.mts +2 -3
  29. package/dist/hooks.d.ts +2 -3
  30. package/dist/hooks.js +280 -281
  31. package/dist/hooks.js.map +1 -1
  32. package/dist/hooks.mjs +3 -4
  33. package/dist/icon.d.mts +2 -2
  34. package/dist/icon.d.ts +2 -2
  35. package/dist/icon.js +93 -0
  36. package/dist/icon.js.map +1 -1
  37. package/dist/icon.mjs +11 -1
  38. package/dist/{index-FKxw4Vaa.d.mts → index-84CqVi2I.d.mts} +1 -1
  39. package/dist/{index-4dZbgWG2.d.ts → index-BNqdFiOo.d.ts} +1 -1
  40. package/dist/{index-C82WIWvx.d.ts → index-BctnHnJp.d.ts} +21 -3
  41. package/dist/{index-BtjgRcNJ.d.ts → index-BqI0PEIi.d.mts} +2 -2
  42. package/dist/{index-CDTTHSh0.d.mts → index-CHgaOUiW.d.mts} +6586 -138
  43. package/dist/{index-CDTTHSh0.d.ts → index-CHgaOUiW.d.ts} +6586 -138
  44. package/dist/{index-TjbO7d74.d.mts → index-Car1jFyN.d.mts} +1 -1
  45. package/dist/{index-B50DU_xT.d.mts → index-CboftuIp.d.mts} +2 -0
  46. package/dist/{index-B50DU_xT.d.ts → index-CboftuIp.d.ts} +2 -0
  47. package/dist/{index-CwHXzvvB.d.ts → index-CcVHENNv.d.ts} +1 -1
  48. package/dist/{index-DK7l3lsH.d.ts → index-Cqdz_5bE.d.ts} +10 -4
  49. package/dist/{index-BKSGbw7b.d.mts → index-CvzpMw3N.d.ts} +2 -2
  50. package/dist/index-D2E53ZMV.d.mts +7134 -0
  51. package/dist/{index-BXbfmVoU.d.mts → index-DVlulZhE.d.mts} +2 -2
  52. package/dist/{index-D7E317WV.d.mts → index-DkijpM5Q.d.mts} +21 -3
  53. package/dist/index-DwmrgZa2.d.ts +7134 -0
  54. package/dist/{index-YPRyEYt6.d.mts → index-DxHhOW24.d.mts} +10 -4
  55. package/dist/{index-CsUEaGtM.d.ts → index-qmC4zt6V.d.ts} +2 -2
  56. package/dist/index.css +227 -30
  57. package/dist/index.d.mts +197 -123
  58. package/dist/index.d.ts +197 -123
  59. package/dist/index.js +687 -495
  60. package/dist/index.js.map +1 -1
  61. package/dist/index.mjs +5 -6
  62. package/dist/{types-DEsY_CPH.d.mts → types-BrVeC0c8.d.mts} +5 -1
  63. package/dist/{types-DEsY_CPH.d.ts → types-BrVeC0c8.d.ts} +5 -1
  64. package/dist/types.d.mts +1 -1
  65. package/dist/types.d.ts +1 -1
  66. package/dist/ui.d.mts +3 -3
  67. package/dist/ui.d.ts +3 -3
  68. package/dist/ui.js +208 -179
  69. package/dist/ui.js.map +1 -1
  70. package/dist/ui.mjs +5 -4
  71. package/example/package.json +1 -2
  72. package/example/src/pages/UI/components/Checkbox.tsx +10 -0
  73. package/example/src/pages/UI/components/Input.tsx +12 -0
  74. package/example/src/pages/UI/components/Modal.tsx +38 -0
  75. package/example/src/pages/UI/index.tsx +6 -0
  76. package/example/src/pages/Wallet/index.tsx +90 -88
  77. package/example/yarn.lock +2251 -27
  78. package/package.json +8 -4
  79. package/dist/chunk-3CR66BEX.mjs +0 -19
  80. package/dist/chunk-3CR66BEX.mjs.map +0 -1
  81. package/dist/chunk-43Y3F6GB.mjs +0 -7623
  82. package/dist/chunk-43Y3F6GB.mjs.map +0 -1
  83. package/dist/chunk-FKXS2XRG.mjs.map +0 -1
  84. package/dist/chunk-JX73EY6V.mjs.map +0 -1
  85. package/dist/chunk-XR24AYII.mjs.map +0 -1
  86. package/dist/index-B7ZEyP1j.d.ts +0 -3341
  87. package/dist/index-CPTgrfjn.d.mts +0 -3341
  88. package/example/package-lock.json +0 -2965
  89. /package/dist/{chunk-VRU6XRSC.mjs.map → chunk-44JQQ34F.mjs.map} +0 -0
package/dist/index.d.ts CHANGED
@@ -4,24 +4,23 @@ import * as abitype from 'abitype';
4
4
  import * as wagmi_chains from 'wagmi/chains';
5
5
  import * as viem from 'viem';
6
6
  import React__default, { ReactNode } from 'react';
7
- import { I as IMatchEvents, L as LocaleType, a as IEnvConfigType, W as WalletConfigType } from './types-DEsY_CPH.js';
8
- export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-B7ZEyP1j.js';
9
- export { i as Components } from './index-CsUEaGtM.js';
10
- export { i as UI } from './index-DK7l3lsH.js';
11
- export { i as Api } from './index-CwHXzvvB.js';
12
- export { i as Chains } from './index-B50DU_xT.js';
13
- export { i as Types } from './index-4dZbgWG2.js';
14
- export { i as Icon } from './index-C82WIWvx.js';
15
- export { i as Lottie } from './index-CDTTHSh0.js';
7
+ import { I as IMatchEvents, L as LocaleType, a as IEnvConfigType, W as WalletConfigType } from './types-BrVeC0c8.js';
8
+ export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-DwmrgZa2.js';
9
+ export { i as Components } from './index-qmC4zt6V.js';
10
+ export { i as UI } from './index-Cqdz_5bE.js';
11
+ export { i as Api } from './index-CcVHENNv.js';
12
+ export { i as Chains } from './index-CboftuIp.js';
13
+ export { i as Types } from './index-BNqdFiOo.js';
14
+ export { i as Icon } from './index-BctnHnJp.js';
15
+ export { i as Lottie } from './index-CHgaOUiW.js';
16
16
  import '@tanstack/react-query/src/types';
17
17
  import './request-B0CyrGFT.js';
18
18
  import 'viem/types/misc';
19
19
  import 'react/jsx-runtime';
20
20
  import 'viem/_types/actions/siwe/verifySiweMessage';
21
21
  import 'viem/_types/utils/ccip';
22
- import 'viem/chains';
23
22
  import '@tanstack/react-query';
24
- import './index-BtjgRcNJ.js';
23
+ import './index-CvzpMw3N.js';
25
24
 
26
25
  declare const wagmiConfig: wagmi.Config<[{
27
26
  blockExplorers: {
@@ -44,6 +43,7 @@ declare const wagmiConfig: wagmi.Config<[{
44
43
  readonly blockCreated: 14353601;
45
44
  };
46
45
  };
46
+ ensTlds?: readonly string[] | undefined;
47
47
  id: 1;
48
48
  name: "Ethereum";
49
49
  nativeCurrency: {
@@ -53,11 +53,11 @@ declare const wagmiConfig: wagmi.Config<[{
53
53
  };
54
54
  rpcUrls: {
55
55
  readonly default: {
56
- readonly http: readonly ["https://cloudflare-eth.com"];
56
+ readonly http: readonly ["https://eth.merkle.io"];
57
57
  };
58
58
  };
59
- sourceId?: number | undefined;
60
- testnet?: boolean | undefined;
59
+ sourceId?: number | undefined | undefined;
60
+ testnet?: boolean | undefined | undefined;
61
61
  custom?: Record<string, unknown> | undefined;
62
62
  fees?: viem.ChainFees<undefined> | undefined;
63
63
  formatters?: undefined;
@@ -76,11 +76,12 @@ declare const wagmiConfig: wagmi.Config<[{
76
76
  readonly blockCreated: 25770160;
77
77
  };
78
78
  };
79
+ ensTlds?: readonly string[] | undefined;
79
80
  id: 137;
80
81
  name: "Polygon";
81
82
  nativeCurrency: {
82
- readonly name: "MATIC";
83
- readonly symbol: "MATIC";
83
+ readonly name: "POL";
84
+ readonly symbol: "POL";
84
85
  readonly decimals: 18;
85
86
  };
86
87
  rpcUrls: {
@@ -88,8 +89,8 @@ declare const wagmiConfig: wagmi.Config<[{
88
89
  readonly http: readonly ["https://polygon-rpc.com"];
89
90
  };
90
91
  };
91
- sourceId?: number | undefined;
92
- testnet?: boolean | undefined;
92
+ sourceId?: number | undefined | undefined;
93
+ testnet?: boolean | undefined | undefined;
93
94
  custom?: Record<string, unknown> | undefined;
94
95
  fees?: viem.ChainFees<undefined> | undefined;
95
96
  formatters?: undefined;
@@ -146,6 +147,7 @@ declare const wagmiConfig: wagmi.Config<[{
146
147
  readonly address: "0x4200000000000000000000000000000000000016";
147
148
  };
148
149
  };
150
+ ensTlds?: readonly string[] | undefined;
149
151
  id: 10;
150
152
  name: "OP Mainnet";
151
153
  nativeCurrency: {
@@ -159,7 +161,7 @@ declare const wagmiConfig: wagmi.Config<[{
159
161
  };
160
162
  };
161
163
  sourceId: 1;
162
- testnet?: boolean | undefined;
164
+ testnet?: boolean | undefined | undefined;
163
165
  custom?: Record<string, unknown> | undefined;
164
166
  fees?: viem.ChainFees<undefined> | undefined;
165
167
  formatters: {
@@ -179,6 +181,7 @@ declare const wagmiConfig: wagmi.Config<[{
179
181
  mixHash: viem.Hash;
180
182
  nonce: `0x${string}` | null;
181
183
  number: bigint | null;
184
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
182
185
  parentHash: viem.Hash;
183
186
  receiptsRoot: viem.Hex;
184
187
  sealFields: viem.Hex[];
@@ -190,8 +193,8 @@ declare const wagmiConfig: wagmi.Config<[{
190
193
  transactions: `0x${string}`[] | wagmi_chains.OpStackTransaction<boolean>[];
191
194
  transactionsRoot: viem.Hash;
192
195
  uncles: viem.Hash[];
193
- withdrawals?: viem.Withdrawal[] | undefined;
194
- withdrawalsRoot?: viem.Hex | undefined;
196
+ withdrawals?: viem.Withdrawal[] | undefined | undefined;
197
+ withdrawalsRoot?: `0x${string}` | undefined;
195
198
  } & {};
196
199
  type: "block";
197
200
  };
@@ -213,12 +216,12 @@ declare const wagmiConfig: wagmi.Config<[{
213
216
  v: bigint;
214
217
  value: bigint;
215
218
  yParity: number;
216
- gasPrice?: undefined;
217
- maxFeePerBlobGas?: undefined;
219
+ gasPrice?: undefined | undefined;
220
+ maxFeePerBlobGas?: undefined | undefined;
218
221
  maxFeePerGas: bigint;
219
222
  maxPriorityFeePerGas: bigint;
220
223
  isSystemTx?: boolean;
221
- mint?: bigint | undefined;
224
+ mint?: bigint | undefined | undefined;
222
225
  sourceHash: viem.Hex;
223
226
  type: "deposit";
224
227
  } | {
@@ -236,18 +239,19 @@ declare const wagmiConfig: wagmi.Config<[{
236
239
  input: viem.Hex;
237
240
  transactionIndex: number | null;
238
241
  typeHex: viem.Hex | null;
239
- accessList?: undefined;
240
- blobVersionedHashes?: undefined;
242
+ accessList?: undefined | undefined;
243
+ authorizationList?: undefined | undefined;
244
+ blobVersionedHashes?: undefined | undefined;
241
245
  chainId?: number | undefined;
242
- yParity?: undefined;
246
+ yParity?: undefined | undefined;
243
247
  type: "legacy";
244
248
  gasPrice: bigint;
245
- maxFeePerBlobGas?: undefined;
246
- maxFeePerGas?: undefined;
247
- maxPriorityFeePerGas?: undefined;
248
- isSystemTx?: undefined;
249
- mint?: undefined;
250
- sourceHash?: undefined;
249
+ maxFeePerBlobGas?: undefined | undefined;
250
+ maxFeePerGas?: undefined | undefined;
251
+ maxPriorityFeePerGas?: undefined | undefined;
252
+ isSystemTx?: undefined | undefined;
253
+ mint?: undefined | undefined;
254
+ sourceHash?: undefined | undefined;
251
255
  } | {
252
256
  blockHash: `0x${string}` | null;
253
257
  blockNumber: bigint | null;
@@ -265,16 +269,17 @@ declare const wagmiConfig: wagmi.Config<[{
265
269
  value: bigint;
266
270
  yParity: number;
267
271
  accessList: viem.AccessList;
268
- blobVersionedHashes?: undefined;
272
+ authorizationList?: undefined | undefined;
273
+ blobVersionedHashes?: undefined | undefined;
269
274
  chainId: number;
270
275
  type: "eip2930";
271
276
  gasPrice: bigint;
272
- maxFeePerBlobGas?: undefined;
273
- maxFeePerGas?: undefined;
274
- maxPriorityFeePerGas?: undefined;
275
- isSystemTx?: undefined;
276
- mint?: undefined;
277
- sourceHash?: undefined;
277
+ maxFeePerBlobGas?: undefined | undefined;
278
+ maxFeePerGas?: undefined | undefined;
279
+ maxPriorityFeePerGas?: undefined | undefined;
280
+ isSystemTx?: undefined | undefined;
281
+ mint?: undefined | undefined;
282
+ sourceHash?: undefined | undefined;
278
283
  } | {
279
284
  blockHash: `0x${string}` | null;
280
285
  blockNumber: bigint | null;
@@ -292,16 +297,17 @@ declare const wagmiConfig: wagmi.Config<[{
292
297
  value: bigint;
293
298
  yParity: number;
294
299
  accessList: viem.AccessList;
295
- blobVersionedHashes?: undefined;
300
+ authorizationList?: undefined | undefined;
301
+ blobVersionedHashes?: undefined | undefined;
296
302
  chainId: number;
297
303
  type: "eip1559";
298
- gasPrice?: undefined;
299
- maxFeePerBlobGas?: undefined;
304
+ gasPrice?: undefined | undefined;
305
+ maxFeePerBlobGas?: undefined | undefined;
300
306
  maxFeePerGas: bigint;
301
307
  maxPriorityFeePerGas: bigint;
302
- isSystemTx?: undefined;
303
- mint?: undefined;
304
- sourceHash?: undefined;
308
+ isSystemTx?: undefined | undefined;
309
+ mint?: undefined | undefined;
310
+ sourceHash?: undefined | undefined;
305
311
  } | {
306
312
  blockHash: `0x${string}` | null;
307
313
  blockNumber: bigint | null;
@@ -319,16 +325,45 @@ declare const wagmiConfig: wagmi.Config<[{
319
325
  value: bigint;
320
326
  yParity: number;
321
327
  accessList: viem.AccessList;
328
+ authorizationList?: undefined | undefined;
322
329
  blobVersionedHashes: readonly viem.Hex[];
323
330
  chainId: number;
324
331
  type: "eip4844";
325
- gasPrice?: undefined;
332
+ gasPrice?: undefined | undefined;
326
333
  maxFeePerBlobGas: bigint;
327
334
  maxFeePerGas: bigint;
328
335
  maxPriorityFeePerGas: bigint;
329
- isSystemTx?: undefined;
330
- mint?: undefined;
331
- sourceHash?: undefined;
336
+ isSystemTx?: undefined | undefined;
337
+ mint?: undefined | undefined;
338
+ sourceHash?: undefined | undefined;
339
+ } | {
340
+ blockHash: `0x${string}` | null;
341
+ blockNumber: bigint | null;
342
+ from: abitype.Address;
343
+ gas: bigint;
344
+ hash: viem.Hash;
345
+ input: viem.Hex;
346
+ nonce: number;
347
+ r: viem.Hex;
348
+ s: viem.Hex;
349
+ to: abitype.Address | null;
350
+ transactionIndex: number | null;
351
+ typeHex: viem.Hex | null;
352
+ v: bigint;
353
+ value: bigint;
354
+ yParity: number;
355
+ accessList: viem.AccessList;
356
+ authorizationList: viem.SignedAuthorizationList;
357
+ blobVersionedHashes?: undefined | undefined;
358
+ chainId: number;
359
+ type: "eip7702";
360
+ gasPrice?: undefined | undefined;
361
+ maxFeePerBlobGas?: undefined | undefined;
362
+ maxFeePerGas: bigint;
363
+ maxPriorityFeePerGas: bigint;
364
+ isSystemTx?: undefined | undefined;
365
+ mint?: undefined | undefined;
366
+ sourceHash?: undefined | undefined;
332
367
  }) & {};
333
368
  type: "transaction";
334
369
  };
@@ -346,7 +381,7 @@ declare const wagmiConfig: wagmi.Config<[{
346
381
  gasUsed: bigint;
347
382
  logs: viem.Log<bigint, number, false>[];
348
383
  logsBloom: viem.Hex;
349
- root?: viem.Hash | undefined;
384
+ root?: `0x${string}` | undefined;
350
385
  status: "success" | "reverted";
351
386
  to: abitype.Address | null;
352
387
  transactionHash: viem.Hash;
@@ -377,6 +412,7 @@ declare const wagmiConfig: wagmi.Config<[{
377
412
  readonly blockCreated: 7654707;
378
413
  };
379
414
  };
415
+ ensTlds?: readonly string[] | undefined;
380
416
  id: 42161;
381
417
  name: "Arbitrum One";
382
418
  nativeCurrency: {
@@ -389,8 +425,8 @@ declare const wagmiConfig: wagmi.Config<[{
389
425
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
390
426
  };
391
427
  };
392
- sourceId?: number | undefined;
393
- testnet?: boolean | undefined;
428
+ sourceId?: number | undefined | undefined;
429
+ testnet?: boolean | undefined | undefined;
394
430
  custom?: Record<string, unknown> | undefined;
395
431
  fees?: viem.ChainFees<undefined> | undefined;
396
432
  formatters?: undefined;
@@ -404,6 +440,11 @@ declare const wagmiConfig: wagmi.Config<[{
404
440
  };
405
441
  };
406
442
  contracts: {
443
+ readonly disputeGameFactory: {
444
+ readonly 1: {
445
+ readonly address: "0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e";
446
+ };
447
+ };
407
448
  readonly l2OutputOracle: {
408
449
  readonly 1: {
409
450
  readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
@@ -444,6 +485,7 @@ declare const wagmiConfig: wagmi.Config<[{
444
485
  readonly address: "0x4200000000000000000000000000000000000016";
445
486
  };
446
487
  };
488
+ ensTlds?: readonly string[] | undefined;
447
489
  id: 8453;
448
490
  name: "Base";
449
491
  nativeCurrency: {
@@ -457,7 +499,7 @@ declare const wagmiConfig: wagmi.Config<[{
457
499
  };
458
500
  };
459
501
  sourceId: 1;
460
- testnet?: boolean | undefined;
502
+ testnet?: boolean | undefined | undefined;
461
503
  custom?: Record<string, unknown> | undefined;
462
504
  fees?: viem.ChainFees<undefined> | undefined;
463
505
  formatters: {
@@ -477,6 +519,7 @@ declare const wagmiConfig: wagmi.Config<[{
477
519
  mixHash: viem.Hash;
478
520
  nonce: `0x${string}` | null;
479
521
  number: bigint | null;
522
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
480
523
  parentHash: viem.Hash;
481
524
  receiptsRoot: viem.Hex;
482
525
  sealFields: viem.Hex[];
@@ -488,8 +531,8 @@ declare const wagmiConfig: wagmi.Config<[{
488
531
  transactions: `0x${string}`[] | wagmi_chains.OpStackTransaction<boolean>[];
489
532
  transactionsRoot: viem.Hash;
490
533
  uncles: viem.Hash[];
491
- withdrawals?: viem.Withdrawal[] | undefined;
492
- withdrawalsRoot?: viem.Hex | undefined;
534
+ withdrawals?: viem.Withdrawal[] | undefined | undefined;
535
+ withdrawalsRoot?: `0x${string}` | undefined;
493
536
  } & {};
494
537
  type: "block";
495
538
  };
@@ -511,12 +554,12 @@ declare const wagmiConfig: wagmi.Config<[{
511
554
  v: bigint;
512
555
  value: bigint;
513
556
  yParity: number;
514
- gasPrice?: undefined;
515
- maxFeePerBlobGas?: undefined;
557
+ gasPrice?: undefined | undefined;
558
+ maxFeePerBlobGas?: undefined | undefined;
516
559
  maxFeePerGas: bigint;
517
560
  maxPriorityFeePerGas: bigint;
518
561
  isSystemTx?: boolean;
519
- mint?: bigint | undefined;
562
+ mint?: bigint | undefined | undefined;
520
563
  sourceHash: viem.Hex;
521
564
  type: "deposit";
522
565
  } | {
@@ -534,18 +577,19 @@ declare const wagmiConfig: wagmi.Config<[{
534
577
  input: viem.Hex;
535
578
  transactionIndex: number | null;
536
579
  typeHex: viem.Hex | null;
537
- accessList?: undefined;
538
- blobVersionedHashes?: undefined;
580
+ accessList?: undefined | undefined;
581
+ authorizationList?: undefined | undefined;
582
+ blobVersionedHashes?: undefined | undefined;
539
583
  chainId?: number | undefined;
540
- yParity?: undefined;
584
+ yParity?: undefined | undefined;
541
585
  type: "legacy";
542
586
  gasPrice: bigint;
543
- maxFeePerBlobGas?: undefined;
544
- maxFeePerGas?: undefined;
545
- maxPriorityFeePerGas?: undefined;
546
- isSystemTx?: undefined;
547
- mint?: undefined;
548
- sourceHash?: undefined;
587
+ maxFeePerBlobGas?: undefined | undefined;
588
+ maxFeePerGas?: undefined | undefined;
589
+ maxPriorityFeePerGas?: undefined | undefined;
590
+ isSystemTx?: undefined | undefined;
591
+ mint?: undefined | undefined;
592
+ sourceHash?: undefined | undefined;
549
593
  } | {
550
594
  blockHash: `0x${string}` | null;
551
595
  blockNumber: bigint | null;
@@ -563,16 +607,17 @@ declare const wagmiConfig: wagmi.Config<[{
563
607
  value: bigint;
564
608
  yParity: number;
565
609
  accessList: viem.AccessList;
566
- blobVersionedHashes?: undefined;
610
+ authorizationList?: undefined | undefined;
611
+ blobVersionedHashes?: undefined | undefined;
567
612
  chainId: number;
568
613
  type: "eip2930";
569
614
  gasPrice: bigint;
570
- maxFeePerBlobGas?: undefined;
571
- maxFeePerGas?: undefined;
572
- maxPriorityFeePerGas?: undefined;
573
- isSystemTx?: undefined;
574
- mint?: undefined;
575
- sourceHash?: undefined;
615
+ maxFeePerBlobGas?: undefined | undefined;
616
+ maxFeePerGas?: undefined | undefined;
617
+ maxPriorityFeePerGas?: undefined | undefined;
618
+ isSystemTx?: undefined | undefined;
619
+ mint?: undefined | undefined;
620
+ sourceHash?: undefined | undefined;
576
621
  } | {
577
622
  blockHash: `0x${string}` | null;
578
623
  blockNumber: bigint | null;
@@ -590,16 +635,17 @@ declare const wagmiConfig: wagmi.Config<[{
590
635
  value: bigint;
591
636
  yParity: number;
592
637
  accessList: viem.AccessList;
593
- blobVersionedHashes?: undefined;
638
+ authorizationList?: undefined | undefined;
639
+ blobVersionedHashes?: undefined | undefined;
594
640
  chainId: number;
595
641
  type: "eip1559";
596
- gasPrice?: undefined;
597
- maxFeePerBlobGas?: undefined;
642
+ gasPrice?: undefined | undefined;
643
+ maxFeePerBlobGas?: undefined | undefined;
598
644
  maxFeePerGas: bigint;
599
645
  maxPriorityFeePerGas: bigint;
600
- isSystemTx?: undefined;
601
- mint?: undefined;
602
- sourceHash?: undefined;
646
+ isSystemTx?: undefined | undefined;
647
+ mint?: undefined | undefined;
648
+ sourceHash?: undefined | undefined;
603
649
  } | {
604
650
  blockHash: `0x${string}` | null;
605
651
  blockNumber: bigint | null;
@@ -617,16 +663,45 @@ declare const wagmiConfig: wagmi.Config<[{
617
663
  value: bigint;
618
664
  yParity: number;
619
665
  accessList: viem.AccessList;
666
+ authorizationList?: undefined | undefined;
620
667
  blobVersionedHashes: readonly viem.Hex[];
621
668
  chainId: number;
622
669
  type: "eip4844";
623
- gasPrice?: undefined;
670
+ gasPrice?: undefined | undefined;
624
671
  maxFeePerBlobGas: bigint;
625
672
  maxFeePerGas: bigint;
626
673
  maxPriorityFeePerGas: bigint;
627
- isSystemTx?: undefined;
628
- mint?: undefined;
629
- sourceHash?: undefined;
674
+ isSystemTx?: undefined | undefined;
675
+ mint?: undefined | undefined;
676
+ sourceHash?: undefined | undefined;
677
+ } | {
678
+ blockHash: `0x${string}` | null;
679
+ blockNumber: bigint | null;
680
+ from: abitype.Address;
681
+ gas: bigint;
682
+ hash: viem.Hash;
683
+ input: viem.Hex;
684
+ nonce: number;
685
+ r: viem.Hex;
686
+ s: viem.Hex;
687
+ to: abitype.Address | null;
688
+ transactionIndex: number | null;
689
+ typeHex: viem.Hex | null;
690
+ v: bigint;
691
+ value: bigint;
692
+ yParity: number;
693
+ accessList: viem.AccessList;
694
+ authorizationList: viem.SignedAuthorizationList;
695
+ blobVersionedHashes?: undefined | undefined;
696
+ chainId: number;
697
+ type: "eip7702";
698
+ gasPrice?: undefined | undefined;
699
+ maxFeePerBlobGas?: undefined | undefined;
700
+ maxFeePerGas: bigint;
701
+ maxPriorityFeePerGas: bigint;
702
+ isSystemTx?: undefined | undefined;
703
+ mint?: undefined | undefined;
704
+ sourceHash?: undefined | undefined;
630
705
  }) & {};
631
706
  type: "transaction";
632
707
  };
@@ -644,7 +719,7 @@ declare const wagmiConfig: wagmi.Config<[{
644
719
  gasUsed: bigint;
645
720
  logs: viem.Log<bigint, number, false>[];
646
721
  logsBloom: viem.Hex;
647
- root?: viem.Hash | undefined;
722
+ root?: `0x${string}` | undefined;
648
723
  status: "success" | "reverted";
649
724
  to: abitype.Address | null;
650
725
  transactionHash: viem.Hash;
@@ -664,20 +739,24 @@ declare const wagmiConfig: wagmi.Config<[{
664
739
  }, {
665
740
  blockExplorers: {
666
741
  readonly default: {
667
- readonly name: "Matchscan";
668
- readonly url: "https://matchscan.io/";
669
- readonly apiUrl: "https://matchscan.io/api";
670
- };
671
- };
672
- contracts: {
673
- readonly multicall3: {
674
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
675
- };
676
- };
742
+ readonly name: "Matchain Scan";
743
+ readonly url: "https://matchscan.io";
744
+ };
745
+ };
746
+ contracts?: {
747
+ [x: string]: viem.ChainContract | {
748
+ [sourceId: number]: viem.ChainContract | undefined;
749
+ } | undefined;
750
+ ensRegistry?: viem.ChainContract | undefined;
751
+ ensUniversalResolver?: viem.ChainContract | undefined;
752
+ multicall3?: viem.ChainContract | undefined;
753
+ universalSignatureVerifier?: viem.ChainContract | undefined;
754
+ } | undefined;
755
+ ensTlds?: readonly string[] | undefined;
677
756
  id: 698;
678
757
  name: "Matchain";
679
758
  nativeCurrency: {
680
- readonly name: "Match Coin";
759
+ readonly name: "BNB";
681
760
  readonly symbol: "BNB";
682
761
  readonly decimals: 18;
683
762
  };
@@ -692,32 +771,27 @@ declare const wagmiConfig: wagmi.Config<[{
692
771
  fees?: viem.ChainFees<undefined> | undefined;
693
772
  formatters?: undefined;
694
773
  serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
695
- readonly iconUrl: "https://matchscan.io/static/identicon_logos/blockies.png";
696
774
  }, {
697
775
  blockExplorers: {
698
776
  readonly default: {
699
- readonly name: "Matchscan";
700
- readonly url: "https://testnet.matchscan.io/";
701
- readonly apiUrl: "https://testnet.matchscan.io/api";
702
- };
703
- };
704
- contracts: {
705
- readonly multicall3: {
706
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
707
- readonly blockCreated: 751532;
708
- };
709
- readonly ensRegistry: {
710
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
711
- };
712
- readonly ensUniversalResolver: {
713
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
714
- readonly blockCreated: 5317080;
715
- };
716
- };
777
+ readonly name: "Matchain Scan";
778
+ readonly url: "https://testnet.matchscan.io";
779
+ };
780
+ };
781
+ contracts?: {
782
+ [x: string]: viem.ChainContract | {
783
+ [sourceId: number]: viem.ChainContract | undefined;
784
+ } | undefined;
785
+ ensRegistry?: viem.ChainContract | undefined;
786
+ ensUniversalResolver?: viem.ChainContract | undefined;
787
+ multicall3?: viem.ChainContract | undefined;
788
+ universalSignatureVerifier?: viem.ChainContract | undefined;
789
+ } | undefined;
790
+ ensTlds?: readonly string[] | undefined;
717
791
  id: 699;
718
- name: "MatchTest";
792
+ name: "Matchain Testnet";
719
793
  nativeCurrency: {
720
- readonly name: "Match Coin";
794
+ readonly name: "BNB";
721
795
  readonly symbol: "BNB";
722
796
  readonly decimals: 18;
723
797
  };
@@ -727,12 +801,11 @@ declare const wagmiConfig: wagmi.Config<[{
727
801
  };
728
802
  };
729
803
  sourceId?: number | undefined | undefined;
730
- testnet?: boolean | undefined | undefined;
804
+ testnet: true;
731
805
  custom?: Record<string, unknown> | undefined;
732
806
  fees?: viem.ChainFees<undefined> | undefined;
733
807
  formatters?: undefined;
734
808
  serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
735
- readonly iconUrl: "https://testnet.matchscan.io/static/identicon_logos/blockies.png";
736
809
  }, {
737
810
  blockExplorers: {
738
811
  readonly default: {
@@ -747,6 +820,7 @@ declare const wagmiConfig: wagmi.Config<[{
747
820
  readonly blockCreated: 15921452;
748
821
  };
749
822
  };
823
+ ensTlds?: readonly string[] | undefined;
750
824
  id: 56;
751
825
  name: "BNB Smart Chain";
752
826
  nativeCurrency: {
@@ -756,11 +830,11 @@ declare const wagmiConfig: wagmi.Config<[{
756
830
  };
757
831
  rpcUrls: {
758
832
  readonly default: {
759
- readonly http: readonly ["https://rpc.ankr.com/bsc"];
833
+ readonly http: readonly ["https://56.rpc.thirdweb.com"];
760
834
  };
761
835
  };
762
- sourceId?: number | undefined;
763
- testnet?: boolean | undefined;
836
+ sourceId?: number | undefined | undefined;
837
+ testnet?: boolean | undefined | undefined;
764
838
  custom?: Record<string, unknown> | undefined;
765
839
  fees?: viem.ChainFees<undefined> | undefined;
766
840
  formatters?: undefined;