@matchain/matchid-sdk-react 0.1.56 → 0.1.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.d.mts +2 -2
- package/dist/api.d.ts +2 -2
- package/dist/api.js +96 -48
- package/dist/api.js.map +1 -1
- package/dist/api.mjs +3 -3
- package/dist/chains.d.mts +1 -1
- package/dist/chains.d.ts +1 -1
- package/dist/{chunk-GD7URBBZ.mjs → chunk-7SUDHG7S.mjs} +41 -1
- package/dist/chunk-7SUDHG7S.mjs.map +1 -0
- package/dist/{chunk-NYE6DBEZ.mjs → chunk-EUG3QRAG.mjs} +2 -2
- package/dist/{chunk-KFB23MLQ.mjs → chunk-QMV4FDUH.mjs} +348 -215
- package/dist/chunk-QMV4FDUH.mjs.map +1 -0
- package/dist/components.d.mts +3 -3
- package/dist/components.d.ts +3 -3
- package/dist/components.js +495 -368
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +2 -2
- package/dist/hooks.d.mts +2 -3
- package/dist/hooks.d.ts +2 -3
- package/dist/hooks.js +228 -182
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +2 -2
- package/dist/icon.d.mts +2 -2
- package/dist/icon.d.ts +2 -2
- package/dist/icon.js +40 -0
- package/dist/icon.js.map +1 -1
- package/dist/icon.mjs +5 -1
- package/dist/{index-CBcBTQyU.d.mts → index-84CqVi2I.d.mts} +1 -1
- package/dist/index-B70k4Jpk.d.ts +7138 -0
- package/dist/index-BJJ0Gb6v.d.mts +7138 -0
- package/dist/{index-DlaCsN95.d.ts → index-BNqdFiOo.d.ts} +1 -1
- package/dist/{index-xThRnNN3.d.mts → index-BctnHnJp.d.ts} +11 -3
- package/dist/{index-CjekOYJl.d.mts → index-BqI0PEIi.d.mts} +1 -1
- package/dist/{index-BcuSCgol.d.ts → index-C2hr7zlN.d.ts} +5 -3
- package/dist/{index-CD0dACxf.d.mts → index-CTHpnEoB.d.mts} +5 -3
- package/dist/{index-CER00guz.d.mts → index-Car1jFyN.d.mts} +1 -1
- package/dist/{index-B50DU_xT.d.mts → index-CboftuIp.d.mts} +2 -0
- package/dist/{index-B50DU_xT.d.ts → index-CboftuIp.d.ts} +2 -0
- package/dist/{index-o0WW1c5O.d.ts → index-CcVHENNv.d.ts} +1 -1
- package/dist/{index-DkIIQLbh.d.ts → index-Cqdz_5bE.d.ts} +2 -2
- package/dist/{index-DdN22cwf.d.ts → index-CvzpMw3N.d.ts} +1 -1
- package/dist/{index-DN-jrh8-.d.ts → index-DkijpM5Q.d.mts} +11 -3
- package/dist/{index-lh6qBAf_.d.mts → index-DxHhOW24.d.mts} +2 -2
- package/dist/index.css +209 -46
- package/dist/index.d.mts +166 -88
- package/dist/index.d.ts +166 -88
- package/dist/index.js +596 -427
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/{types-CheN9vHJ.d.mts → types-BrVeC0c8.d.mts} +1 -1
- package/dist/{types-CheN9vHJ.d.ts → types-BrVeC0c8.d.ts} +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/ui.d.mts +3 -3
- package/dist/ui.d.ts +3 -3
- package/dist/ui.js +127 -110
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +2 -2
- package/example/src/App.tsx +65 -60
- package/example/src/config/index.ts +8 -6
- package/example/src/pages/Wallet/index.tsx +88 -88
- package/package.json +2 -2
- package/dist/chunk-GD7URBBZ.mjs.map +0 -1
- package/dist/chunk-KFB23MLQ.mjs.map +0 -1
- package/dist/index-BlMLqmS2.d.mts +0 -3341
- package/dist/index-C1Nyy5zx.d.ts +0 -3341
- /package/dist/{chunk-NYE6DBEZ.mjs.map → chunk-EUG3QRAG.mjs.map} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -4,14 +4,14 @@ 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-
|
|
8
|
-
export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-
|
|
9
|
-
export { i as Components } from './index-
|
|
10
|
-
export { i as UI } from './index-
|
|
11
|
-
export { i as Api } from './index-
|
|
12
|
-
export { i as Chains } from './index-
|
|
13
|
-
export { i as Types } from './index-
|
|
14
|
-
export { i as Icon } from './index-
|
|
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-B70k4Jpk.js';
|
|
9
|
+
export { i as Components } from './index-C2hr7zlN.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
15
|
export { i as Lottie } from './index-CHgaOUiW.js';
|
|
16
16
|
import '@tanstack/react-query/src/types';
|
|
17
17
|
import './request-B0CyrGFT.js';
|
|
@@ -19,9 +19,8 @@ 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-
|
|
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://
|
|
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: "
|
|
83
|
-
readonly symbol: "
|
|
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?:
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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?:
|
|
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?:
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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?:
|
|
722
|
+
root?: `0x${string}` | undefined;
|
|
648
723
|
status: "success" | "reverted";
|
|
649
724
|
to: abitype.Address | null;
|
|
650
725
|
transactionHash: viem.Hash;
|
|
@@ -674,6 +749,7 @@ declare const wagmiConfig: wagmi.Config<[{
|
|
|
674
749
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
675
750
|
};
|
|
676
751
|
};
|
|
752
|
+
ensTlds?: readonly string[] | undefined;
|
|
677
753
|
id: 698;
|
|
678
754
|
name: "Matchain";
|
|
679
755
|
nativeCurrency: {
|
|
@@ -714,6 +790,7 @@ declare const wagmiConfig: wagmi.Config<[{
|
|
|
714
790
|
readonly blockCreated: 5317080;
|
|
715
791
|
};
|
|
716
792
|
};
|
|
793
|
+
ensTlds?: readonly string[] | undefined;
|
|
717
794
|
id: 699;
|
|
718
795
|
name: "MatchTest";
|
|
719
796
|
nativeCurrency: {
|
|
@@ -747,6 +824,7 @@ declare const wagmiConfig: wagmi.Config<[{
|
|
|
747
824
|
readonly blockCreated: 15921452;
|
|
748
825
|
};
|
|
749
826
|
};
|
|
827
|
+
ensTlds?: readonly string[] | undefined;
|
|
750
828
|
id: 56;
|
|
751
829
|
name: "BNB Smart Chain";
|
|
752
830
|
nativeCurrency: {
|
|
@@ -756,11 +834,11 @@ declare const wagmiConfig: wagmi.Config<[{
|
|
|
756
834
|
};
|
|
757
835
|
rpcUrls: {
|
|
758
836
|
readonly default: {
|
|
759
|
-
readonly http: readonly ["https://rpc.
|
|
837
|
+
readonly http: readonly ["https://56.rpc.thirdweb.com"];
|
|
760
838
|
};
|
|
761
839
|
};
|
|
762
|
-
sourceId?: number | undefined;
|
|
763
|
-
testnet?: boolean | undefined;
|
|
840
|
+
sourceId?: number | undefined | undefined;
|
|
841
|
+
testnet?: boolean | undefined | undefined;
|
|
764
842
|
custom?: Record<string, unknown> | undefined;
|
|
765
843
|
fees?: viem.ChainFees<undefined> | undefined;
|
|
766
844
|
formatters?: undefined;
|