@funkit/core 1.0.14 → 1.0.16
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/src/abis/ApproveAndExec.json +70 -1
- package/dist/src/abis/EntryPoint.json +546 -2
- package/dist/src/abis/EstimationPaymaster.json +156 -1
- package/dist/src/abis/FeePercentOracle.json +142 -1
- package/dist/src/abis/FunWallet.json +534 -2
- package/dist/src/abis/FunWalletFactory.json +141 -1
- package/dist/src/abis/GaslessPaymaster.json +329 -1
- package/dist/src/abis/RoleBasedAccessControl.json +2 -1
- package/dist/src/abis/TestNFT.json +170 -1
- package/dist/src/abis/TokenPaymaster.json +696 -1
- package/dist/src/abis/TokenPriceOracle.json +44 -1
- package/dist/src/abis/UserAuthentication.json +223 -1
- package/dist/src/common/constants.d.ts +752 -183
- package/dist/src/common/constants.js +32 -2
- package/dist/src/common/constants.js.map +1 -1
- package/dist/src/data/Token.js +1 -1
- package/dist/src/data/Token.js.map +1 -1
- package/dist/src/viem/Converter.d.ts +84 -84
- package/dist/src/wallet/FunWallet.d.ts +1 -1
- package/package.json +3 -2
|
@@ -16,6 +16,9 @@ export declare const BASE_WRAP_TOKEN_ADDR: {
|
|
|
16
16
|
'137': {
|
|
17
17
|
wmatic: string;
|
|
18
18
|
};
|
|
19
|
+
'5000': {
|
|
20
|
+
weth: string;
|
|
21
|
+
};
|
|
19
22
|
'8453': {
|
|
20
23
|
weth: string;
|
|
21
24
|
};
|
|
@@ -972,6 +975,7 @@ export declare const CONTRACT_ADDRESSES: {
|
|
|
972
975
|
"36865": string;
|
|
973
976
|
"42161": string;
|
|
974
977
|
"421614": string;
|
|
978
|
+
"5000": string;
|
|
975
979
|
};
|
|
976
980
|
tokenSwapAddress: {
|
|
977
981
|
"1": string;
|
|
@@ -988,6 +992,7 @@ export declare const CONTRACT_ADDRESSES: {
|
|
|
988
992
|
"5": string;
|
|
989
993
|
"10": string;
|
|
990
994
|
"137": string;
|
|
995
|
+
"5000": string;
|
|
991
996
|
"8453": string;
|
|
992
997
|
"36865": string;
|
|
993
998
|
"42161": string;
|
|
@@ -1002,6 +1007,7 @@ export declare const CONTRACT_ADDRESSES: {
|
|
|
1002
1007
|
"36865": string;
|
|
1003
1008
|
"42161": string;
|
|
1004
1009
|
"421614": string;
|
|
1010
|
+
"5000": string;
|
|
1005
1011
|
};
|
|
1006
1012
|
gaslessPaymasterAddress: {
|
|
1007
1013
|
"1": string;
|
|
@@ -1012,11 +1018,13 @@ export declare const CONTRACT_ADDRESSES: {
|
|
|
1012
1018
|
"36865": string;
|
|
1013
1019
|
"42161": string;
|
|
1014
1020
|
"421614": string;
|
|
1021
|
+
"5000": string;
|
|
1015
1022
|
};
|
|
1016
1023
|
checkoutPaymasterAddress: {
|
|
1017
1024
|
'1': string;
|
|
1018
1025
|
'5': string;
|
|
1019
1026
|
'137': string;
|
|
1027
|
+
'5000': string;
|
|
1020
1028
|
'8453': string;
|
|
1021
1029
|
'42161': string;
|
|
1022
1030
|
'421614': string;
|
|
@@ -1030,6 +1038,7 @@ export declare const CONTRACT_ADDRESSES: {
|
|
|
1030
1038
|
"36865": string;
|
|
1031
1039
|
"42161": string;
|
|
1032
1040
|
"421614": string;
|
|
1041
|
+
"5000": string;
|
|
1033
1042
|
};
|
|
1034
1043
|
tokenPaymasterAddress: {
|
|
1035
1044
|
"1": string;
|
|
@@ -1050,6 +1059,7 @@ export declare const CONTRACT_ADDRESSES: {
|
|
|
1050
1059
|
"36865": string;
|
|
1051
1060
|
"42161": string;
|
|
1052
1061
|
"421614": string;
|
|
1062
|
+
"5000": string;
|
|
1053
1063
|
};
|
|
1054
1064
|
userAuthAddress: {
|
|
1055
1065
|
"1": string;
|
|
@@ -1060,6 +1070,7 @@ export declare const CONTRACT_ADDRESSES: {
|
|
|
1060
1070
|
"36865": string;
|
|
1061
1071
|
"42161": string;
|
|
1062
1072
|
"421614": string;
|
|
1073
|
+
"5000": string;
|
|
1063
1074
|
};
|
|
1064
1075
|
rbacAddress: {
|
|
1065
1076
|
"1": string;
|
|
@@ -1070,6 +1081,7 @@ export declare const CONTRACT_ADDRESSES: {
|
|
|
1070
1081
|
"36865": string;
|
|
1071
1082
|
"42161": string;
|
|
1072
1083
|
"421614": string;
|
|
1084
|
+
"5000": string;
|
|
1073
1085
|
};
|
|
1074
1086
|
feeOracle: {
|
|
1075
1087
|
"1": string;
|
|
@@ -1080,6 +1092,7 @@ export declare const CONTRACT_ADDRESSES: {
|
|
|
1080
1092
|
"36865": string;
|
|
1081
1093
|
"42161": string;
|
|
1082
1094
|
"421614": string;
|
|
1095
|
+
"5000": string;
|
|
1083
1096
|
};
|
|
1084
1097
|
uniswapv3LimitOrder: {
|
|
1085
1098
|
"1": string;
|
|
@@ -1138,6 +1151,7 @@ export declare const CONTRACT_ADDRESSES: {
|
|
|
1138
1151
|
"36865": string;
|
|
1139
1152
|
"42161": string;
|
|
1140
1153
|
"421614": string;
|
|
1154
|
+
"5000": string;
|
|
1141
1155
|
};
|
|
1142
1156
|
funGaslessSponsorAddress: {
|
|
1143
1157
|
'5': string;
|
|
@@ -1228,6 +1242,7 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1228
1242
|
isMainnet: boolean;
|
|
1229
1243
|
moonpayChainName: string;
|
|
1230
1244
|
pickPriority: number;
|
|
1245
|
+
isStandardEvmAddress: boolean;
|
|
1231
1246
|
} | {
|
|
1232
1247
|
name: "Base";
|
|
1233
1248
|
nativeCurrency: {
|
|
@@ -1345,18 +1360,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1345
1360
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1346
1361
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1347
1362
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1363
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1348
1364
|
to?: `0x${string}` | null | undefined;
|
|
1349
1365
|
from?: `0x${string}` | undefined;
|
|
1350
1366
|
gas?: `0x${string}` | undefined;
|
|
1351
1367
|
nonce?: `0x${string}` | undefined;
|
|
1352
1368
|
value?: `0x${string}` | undefined;
|
|
1353
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1354
|
-
accessList?: undefined;
|
|
1355
1369
|
blockHash?: `0x${string}` | null | undefined;
|
|
1356
1370
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1357
1371
|
hash?: `0x${string}` | undefined;
|
|
1358
1372
|
input?: `0x${string}` | undefined;
|
|
1359
1373
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1374
|
+
accessList?: undefined;
|
|
1360
1375
|
blobVersionedHashes?: undefined;
|
|
1361
1376
|
chainId?: `0x${string}` | undefined;
|
|
1362
1377
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1396,18 +1411,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1396
1411
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1397
1412
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1398
1413
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1414
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1399
1415
|
to?: `0x${string}` | null | undefined;
|
|
1400
1416
|
from?: `0x${string}` | undefined;
|
|
1401
1417
|
gas?: `0x${string}` | undefined;
|
|
1402
1418
|
nonce?: `0x${string}` | undefined;
|
|
1403
1419
|
value?: `0x${string}` | undefined;
|
|
1404
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1405
|
-
accessList?: undefined;
|
|
1406
1420
|
blockHash?: `0x${string}` | null | undefined;
|
|
1407
1421
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1408
1422
|
hash?: `0x${string}` | undefined;
|
|
1409
1423
|
input?: `0x${string}` | undefined;
|
|
1410
1424
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1425
|
+
accessList?: undefined;
|
|
1411
1426
|
blobVersionedHashes?: undefined;
|
|
1412
1427
|
chainId?: `0x${string}` | undefined;
|
|
1413
1428
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -1424,18 +1439,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1424
1439
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1425
1440
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1426
1441
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1442
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1427
1443
|
to?: `0x${string}` | null | undefined;
|
|
1428
1444
|
from?: `0x${string}` | undefined;
|
|
1429
1445
|
gas?: `0x${string}` | undefined;
|
|
1430
1446
|
nonce?: `0x${string}` | undefined;
|
|
1431
1447
|
value?: `0x${string}` | undefined;
|
|
1432
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1433
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1434
1448
|
blockHash?: `0x${string}` | null | undefined;
|
|
1435
1449
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1436
1450
|
hash?: `0x${string}` | undefined;
|
|
1437
1451
|
input?: `0x${string}` | undefined;
|
|
1438
1452
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1453
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1439
1454
|
blobVersionedHashes?: undefined;
|
|
1440
1455
|
chainId?: `0x${string}` | undefined;
|
|
1441
1456
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1475,18 +1490,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1475
1490
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1476
1491
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1477
1492
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1493
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1478
1494
|
to?: `0x${string}` | null | undefined;
|
|
1479
1495
|
from?: `0x${string}` | undefined;
|
|
1480
1496
|
gas?: `0x${string}` | undefined;
|
|
1481
1497
|
nonce?: `0x${string}` | undefined;
|
|
1482
1498
|
value?: `0x${string}` | undefined;
|
|
1483
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1484
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1485
1499
|
blockHash?: `0x${string}` | null | undefined;
|
|
1486
1500
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1487
1501
|
hash?: `0x${string}` | undefined;
|
|
1488
1502
|
input?: `0x${string}` | undefined;
|
|
1489
1503
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1504
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1490
1505
|
blobVersionedHashes?: undefined;
|
|
1491
1506
|
chainId?: `0x${string}` | undefined;
|
|
1492
1507
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1526,18 +1541,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1526
1541
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1527
1542
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1528
1543
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1544
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1529
1545
|
to?: `0x${string}` | null | undefined;
|
|
1530
|
-
from?: `0x${string}` | undefined;
|
|
1546
|
+
from?: `0x${string}` | undefined;
|
|
1531
1547
|
gas?: `0x${string}` | undefined;
|
|
1532
1548
|
nonce?: `0x${string}` | undefined;
|
|
1533
1549
|
value?: `0x${string}` | undefined;
|
|
1534
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1535
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1536
1550
|
blockHash?: `0x${string}` | null | undefined;
|
|
1537
1551
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1538
1552
|
hash?: `0x${string}` | undefined;
|
|
1539
1553
|
input?: `0x${string}` | undefined;
|
|
1540
1554
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1555
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1541
1556
|
blobVersionedHashes?: undefined;
|
|
1542
1557
|
chainId?: `0x${string}` | undefined;
|
|
1543
1558
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1577,18 +1592,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1577
1592
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1578
1593
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1579
1594
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1595
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1580
1596
|
to?: `0x${string}` | null | undefined;
|
|
1581
1597
|
from?: `0x${string}` | undefined;
|
|
1582
1598
|
gas?: `0x${string}` | undefined;
|
|
1583
1599
|
nonce?: `0x${string}` | undefined;
|
|
1584
1600
|
value?: `0x${string}` | undefined;
|
|
1585
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1586
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1587
1601
|
blockHash?: `0x${string}` | null | undefined;
|
|
1588
1602
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1589
1603
|
hash?: `0x${string}` | undefined;
|
|
1590
1604
|
input?: `0x${string}` | undefined;
|
|
1591
1605
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1606
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1592
1607
|
blobVersionedHashes?: undefined;
|
|
1593
1608
|
chainId?: `0x${string}` | undefined;
|
|
1594
1609
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -1605,18 +1620,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1605
1620
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1606
1621
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1607
1622
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1623
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1608
1624
|
to?: `0x${string}` | null | undefined;
|
|
1609
1625
|
from?: `0x${string}` | undefined;
|
|
1610
1626
|
gas?: `0x${string}` | undefined;
|
|
1611
1627
|
nonce?: `0x${string}` | undefined;
|
|
1612
1628
|
value?: `0x${string}` | undefined;
|
|
1613
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1614
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1615
1629
|
blockHash?: `0x${string}` | null | undefined;
|
|
1616
1630
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1617
1631
|
hash?: `0x${string}` | undefined;
|
|
1618
1632
|
input?: `0x${string}` | undefined;
|
|
1619
1633
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1634
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1620
1635
|
blobVersionedHashes?: undefined;
|
|
1621
1636
|
chainId?: `0x${string}` | undefined;
|
|
1622
1637
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1656,18 +1671,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1656
1671
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1657
1672
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1658
1673
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1674
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1659
1675
|
to?: `0x${string}` | null | undefined;
|
|
1660
1676
|
from?: `0x${string}` | undefined;
|
|
1661
1677
|
gas?: `0x${string}` | undefined;
|
|
1662
1678
|
nonce?: `0x${string}` | undefined;
|
|
1663
1679
|
value?: `0x${string}` | undefined;
|
|
1664
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1665
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1666
1680
|
blockHash?: `0x${string}` | null | undefined;
|
|
1667
1681
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1668
1682
|
hash?: `0x${string}` | undefined;
|
|
1669
1683
|
input?: `0x${string}` | undefined;
|
|
1670
1684
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1685
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1671
1686
|
blobVersionedHashes?: undefined;
|
|
1672
1687
|
chainId?: `0x${string}` | undefined;
|
|
1673
1688
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1707,18 +1722,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1707
1722
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1708
1723
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1709
1724
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1725
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1710
1726
|
to?: `0x${string}` | null | undefined;
|
|
1711
1727
|
from?: `0x${string}` | undefined;
|
|
1712
1728
|
gas?: `0x${string}` | undefined;
|
|
1713
1729
|
nonce?: `0x${string}` | undefined;
|
|
1714
1730
|
value?: `0x${string}` | undefined;
|
|
1715
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1716
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1717
1731
|
blockHash?: `0x${string}` | null | undefined;
|
|
1718
1732
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1719
1733
|
hash?: `0x${string}` | undefined;
|
|
1720
1734
|
input?: `0x${string}` | undefined;
|
|
1721
1735
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1736
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1722
1737
|
blobVersionedHashes?: undefined;
|
|
1723
1738
|
chainId?: `0x${string}` | undefined;
|
|
1724
1739
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1758,18 +1773,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1758
1773
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1759
1774
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1760
1775
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1776
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1761
1777
|
to?: `0x${string}` | null | undefined;
|
|
1762
1778
|
from?: `0x${string}` | undefined;
|
|
1763
1779
|
gas?: `0x${string}` | undefined;
|
|
1764
1780
|
nonce?: `0x${string}` | undefined;
|
|
1765
1781
|
value?: `0x${string}` | undefined;
|
|
1766
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1767
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1768
1782
|
blockHash?: `0x${string}` | null | undefined;
|
|
1769
1783
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1770
1784
|
hash?: `0x${string}` | undefined;
|
|
1771
1785
|
input?: `0x${string}` | undefined;
|
|
1772
1786
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1787
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1773
1788
|
blobVersionedHashes?: undefined;
|
|
1774
1789
|
chainId?: `0x${string}` | undefined;
|
|
1775
1790
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -1786,18 +1801,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1786
1801
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1787
1802
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1788
1803
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1804
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1789
1805
|
to?: `0x${string}` | null | undefined;
|
|
1790
1806
|
from?: `0x${string}` | undefined;
|
|
1791
1807
|
gas?: `0x${string}` | undefined;
|
|
1792
1808
|
nonce?: `0x${string}` | undefined;
|
|
1793
1809
|
value?: `0x${string}` | undefined;
|
|
1794
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1795
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1796
1810
|
blockHash?: `0x${string}` | null | undefined;
|
|
1797
1811
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1798
1812
|
hash?: `0x${string}` | undefined;
|
|
1799
1813
|
input?: `0x${string}` | undefined;
|
|
1800
1814
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1815
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1801
1816
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
1802
1817
|
chainId?: `0x${string}` | undefined;
|
|
1803
1818
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1837,18 +1852,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1837
1852
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1838
1853
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1839
1854
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1855
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1840
1856
|
to?: `0x${string}` | null | undefined;
|
|
1841
1857
|
from?: `0x${string}` | undefined;
|
|
1842
1858
|
gas?: `0x${string}` | undefined;
|
|
1843
1859
|
nonce?: `0x${string}` | undefined;
|
|
1844
1860
|
value?: `0x${string}` | undefined;
|
|
1845
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1846
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1847
1861
|
blockHash?: `0x${string}` | null | undefined;
|
|
1848
1862
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1849
1863
|
hash?: `0x${string}` | undefined;
|
|
1850
1864
|
input?: `0x${string}` | undefined;
|
|
1851
1865
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1866
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1852
1867
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
1853
1868
|
chainId?: `0x${string}` | undefined;
|
|
1854
1869
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1888,18 +1903,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1888
1903
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1889
1904
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1890
1905
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1906
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1891
1907
|
to?: `0x${string}` | null | undefined;
|
|
1892
1908
|
from?: `0x${string}` | undefined;
|
|
1893
1909
|
gas?: `0x${string}` | undefined;
|
|
1894
1910
|
nonce?: `0x${string}` | undefined;
|
|
1895
1911
|
value?: `0x${string}` | undefined;
|
|
1896
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1897
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1898
1912
|
blockHash?: `0x${string}` | null | undefined;
|
|
1899
1913
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1900
1914
|
hash?: `0x${string}` | undefined;
|
|
1901
1915
|
input?: `0x${string}` | undefined;
|
|
1902
1916
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1917
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1903
1918
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
1904
1919
|
chainId?: `0x${string}` | undefined;
|
|
1905
1920
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1939,18 +1954,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1939
1954
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1940
1955
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1941
1956
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1957
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1942
1958
|
to?: `0x${string}` | null | undefined;
|
|
1943
1959
|
from?: `0x${string}` | undefined;
|
|
1944
1960
|
gas?: `0x${string}` | undefined;
|
|
1945
1961
|
nonce?: `0x${string}` | undefined;
|
|
1946
1962
|
value?: `0x${string}` | undefined;
|
|
1947
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1948
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1949
1963
|
blockHash?: `0x${string}` | null | undefined;
|
|
1950
1964
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1951
1965
|
hash?: `0x${string}` | undefined;
|
|
1952
1966
|
input?: `0x${string}` | undefined;
|
|
1953
1967
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1968
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1954
1969
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
1955
1970
|
chainId?: `0x${string}` | undefined;
|
|
1956
1971
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1990,18 +2005,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1990
2005
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1991
2006
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1992
2007
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2008
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1993
2009
|
to?: `0x${string}` | null | undefined;
|
|
1994
2010
|
from?: `0x${string}` | undefined;
|
|
1995
2011
|
gas?: `0x${string}` | undefined;
|
|
1996
2012
|
nonce?: `0x${string}` | undefined;
|
|
1997
2013
|
value?: `0x${string}` | undefined;
|
|
1998
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1999
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2000
2014
|
blockHash?: `0x${string}` | null | undefined;
|
|
2001
2015
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2002
2016
|
hash?: `0x${string}` | undefined;
|
|
2003
2017
|
input?: `0x${string}` | undefined;
|
|
2004
2018
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2019
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2005
2020
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
2006
2021
|
chainId?: `0x${string}` | undefined;
|
|
2007
2022
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -2325,6 +2340,7 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2325
2340
|
isMainnet: boolean;
|
|
2326
2341
|
moonpayChainName: string;
|
|
2327
2342
|
pickPriority: number;
|
|
2343
|
+
isStandardEvmAddress: boolean;
|
|
2328
2344
|
} | {
|
|
2329
2345
|
name: "Polygon";
|
|
2330
2346
|
nativeCurrency: {
|
|
@@ -2375,6 +2391,7 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2375
2391
|
isMainnet: boolean;
|
|
2376
2392
|
moonpayChainName: string;
|
|
2377
2393
|
pickPriority: number;
|
|
2394
|
+
isStandardEvmAddress: boolean;
|
|
2378
2395
|
} | {
|
|
2379
2396
|
name: string;
|
|
2380
2397
|
nativeCurrency: {
|
|
@@ -2425,6 +2442,7 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2425
2442
|
isMainnet: boolean;
|
|
2426
2443
|
moonpayChainName: string;
|
|
2427
2444
|
pickPriority: number;
|
|
2445
|
+
isStandardEvmAddress: boolean;
|
|
2428
2446
|
} | {
|
|
2429
2447
|
name: "OP Mainnet";
|
|
2430
2448
|
nativeCurrency: {
|
|
@@ -2540,18 +2558,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2540
2558
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2541
2559
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2542
2560
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2561
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2543
2562
|
to?: `0x${string}` | null | undefined;
|
|
2544
2563
|
from?: `0x${string}` | undefined;
|
|
2545
2564
|
gas?: `0x${string}` | undefined;
|
|
2546
2565
|
nonce?: `0x${string}` | undefined;
|
|
2547
2566
|
value?: `0x${string}` | undefined;
|
|
2548
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2549
|
-
accessList?: undefined;
|
|
2550
2567
|
blockHash?: `0x${string}` | null | undefined;
|
|
2551
2568
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2552
2569
|
hash?: `0x${string}` | undefined;
|
|
2553
2570
|
input?: `0x${string}` | undefined;
|
|
2554
2571
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2572
|
+
accessList?: undefined;
|
|
2555
2573
|
blobVersionedHashes?: undefined;
|
|
2556
2574
|
chainId?: `0x${string}` | undefined;
|
|
2557
2575
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -2591,18 +2609,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2591
2609
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2592
2610
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2593
2611
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2612
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2594
2613
|
to?: `0x${string}` | null | undefined;
|
|
2595
2614
|
from?: `0x${string}` | undefined;
|
|
2596
2615
|
gas?: `0x${string}` | undefined;
|
|
2597
2616
|
nonce?: `0x${string}` | undefined;
|
|
2598
2617
|
value?: `0x${string}` | undefined;
|
|
2599
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2600
|
-
accessList?: undefined;
|
|
2601
2618
|
blockHash?: `0x${string}` | null | undefined;
|
|
2602
2619
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2603
2620
|
hash?: `0x${string}` | undefined;
|
|
2604
2621
|
input?: `0x${string}` | undefined;
|
|
2605
2622
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2623
|
+
accessList?: undefined;
|
|
2606
2624
|
blobVersionedHashes?: undefined;
|
|
2607
2625
|
chainId?: `0x${string}` | undefined;
|
|
2608
2626
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -2619,18 +2637,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2619
2637
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2620
2638
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2621
2639
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2640
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2622
2641
|
to?: `0x${string}` | null | undefined;
|
|
2623
2642
|
from?: `0x${string}` | undefined;
|
|
2624
2643
|
gas?: `0x${string}` | undefined;
|
|
2625
2644
|
nonce?: `0x${string}` | undefined;
|
|
2626
2645
|
value?: `0x${string}` | undefined;
|
|
2627
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2628
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2629
2646
|
blockHash?: `0x${string}` | null | undefined;
|
|
2630
2647
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2631
2648
|
hash?: `0x${string}` | undefined;
|
|
2632
2649
|
input?: `0x${string}` | undefined;
|
|
2633
2650
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2651
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2634
2652
|
blobVersionedHashes?: undefined;
|
|
2635
2653
|
chainId?: `0x${string}` | undefined;
|
|
2636
2654
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -2670,18 +2688,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2670
2688
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2671
2689
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2672
2690
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2691
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2673
2692
|
to?: `0x${string}` | null | undefined;
|
|
2674
2693
|
from?: `0x${string}` | undefined;
|
|
2675
2694
|
gas?: `0x${string}` | undefined;
|
|
2676
2695
|
nonce?: `0x${string}` | undefined;
|
|
2677
2696
|
value?: `0x${string}` | undefined;
|
|
2678
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2679
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2680
2697
|
blockHash?: `0x${string}` | null | undefined;
|
|
2681
2698
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2682
2699
|
hash?: `0x${string}` | undefined;
|
|
2683
2700
|
input?: `0x${string}` | undefined;
|
|
2684
2701
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2702
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2685
2703
|
blobVersionedHashes?: undefined;
|
|
2686
2704
|
chainId?: `0x${string}` | undefined;
|
|
2687
2705
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -2721,18 +2739,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2721
2739
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2722
2740
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2723
2741
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2742
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2724
2743
|
to?: `0x${string}` | null | undefined;
|
|
2725
2744
|
from?: `0x${string}` | undefined;
|
|
2726
2745
|
gas?: `0x${string}` | undefined;
|
|
2727
2746
|
nonce?: `0x${string}` | undefined;
|
|
2728
2747
|
value?: `0x${string}` | undefined;
|
|
2729
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2730
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2731
2748
|
blockHash?: `0x${string}` | null | undefined;
|
|
2732
2749
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2733
2750
|
hash?: `0x${string}` | undefined;
|
|
2734
2751
|
input?: `0x${string}` | undefined;
|
|
2735
2752
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2753
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2736
2754
|
blobVersionedHashes?: undefined;
|
|
2737
2755
|
chainId?: `0x${string}` | undefined;
|
|
2738
2756
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -2772,18 +2790,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2772
2790
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2773
2791
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2774
2792
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2793
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2775
2794
|
to?: `0x${string}` | null | undefined;
|
|
2776
2795
|
from?: `0x${string}` | undefined;
|
|
2777
2796
|
gas?: `0x${string}` | undefined;
|
|
2778
2797
|
nonce?: `0x${string}` | undefined;
|
|
2779
2798
|
value?: `0x${string}` | undefined;
|
|
2780
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2781
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2782
2799
|
blockHash?: `0x${string}` | null | undefined;
|
|
2783
2800
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2784
2801
|
hash?: `0x${string}` | undefined;
|
|
2785
2802
|
input?: `0x${string}` | undefined;
|
|
2786
2803
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2804
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2787
2805
|
blobVersionedHashes?: undefined;
|
|
2788
2806
|
chainId?: `0x${string}` | undefined;
|
|
2789
2807
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -2800,18 +2818,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2800
2818
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2801
2819
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2802
2820
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2821
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2803
2822
|
to?: `0x${string}` | null | undefined;
|
|
2804
2823
|
from?: `0x${string}` | undefined;
|
|
2805
2824
|
gas?: `0x${string}` | undefined;
|
|
2806
2825
|
nonce?: `0x${string}` | undefined;
|
|
2807
2826
|
value?: `0x${string}` | undefined;
|
|
2808
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2809
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2810
2827
|
blockHash?: `0x${string}` | null | undefined;
|
|
2811
2828
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2812
2829
|
hash?: `0x${string}` | undefined;
|
|
2813
2830
|
input?: `0x${string}` | undefined;
|
|
2814
2831
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2832
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2815
2833
|
blobVersionedHashes?: undefined;
|
|
2816
2834
|
chainId?: `0x${string}` | undefined;
|
|
2817
2835
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -2851,18 +2869,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2851
2869
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2852
2870
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2853
2871
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2872
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2854
2873
|
to?: `0x${string}` | null | undefined;
|
|
2855
2874
|
from?: `0x${string}` | undefined;
|
|
2856
2875
|
gas?: `0x${string}` | undefined;
|
|
2857
2876
|
nonce?: `0x${string}` | undefined;
|
|
2858
2877
|
value?: `0x${string}` | undefined;
|
|
2859
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2860
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2861
2878
|
blockHash?: `0x${string}` | null | undefined;
|
|
2862
2879
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2863
2880
|
hash?: `0x${string}` | undefined;
|
|
2864
2881
|
input?: `0x${string}` | undefined;
|
|
2865
2882
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2883
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2866
2884
|
blobVersionedHashes?: undefined;
|
|
2867
2885
|
chainId?: `0x${string}` | undefined;
|
|
2868
2886
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -2902,18 +2920,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2902
2920
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2903
2921
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2904
2922
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2923
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2905
2924
|
to?: `0x${string}` | null | undefined;
|
|
2906
2925
|
from?: `0x${string}` | undefined;
|
|
2907
2926
|
gas?: `0x${string}` | undefined;
|
|
2908
2927
|
nonce?: `0x${string}` | undefined;
|
|
2909
2928
|
value?: `0x${string}` | undefined;
|
|
2910
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2911
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2912
2929
|
blockHash?: `0x${string}` | null | undefined;
|
|
2913
2930
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2914
2931
|
hash?: `0x${string}` | undefined;
|
|
2915
2932
|
input?: `0x${string}` | undefined;
|
|
2916
2933
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2934
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2917
2935
|
blobVersionedHashes?: undefined;
|
|
2918
2936
|
chainId?: `0x${string}` | undefined;
|
|
2919
2937
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -2953,18 +2971,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2953
2971
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2954
2972
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2955
2973
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2974
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2956
2975
|
to?: `0x${string}` | null | undefined;
|
|
2957
2976
|
from?: `0x${string}` | undefined;
|
|
2958
2977
|
gas?: `0x${string}` | undefined;
|
|
2959
2978
|
nonce?: `0x${string}` | undefined;
|
|
2960
2979
|
value?: `0x${string}` | undefined;
|
|
2961
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2962
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2963
2980
|
blockHash?: `0x${string}` | null | undefined;
|
|
2964
2981
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2965
2982
|
hash?: `0x${string}` | undefined;
|
|
2966
2983
|
input?: `0x${string}` | undefined;
|
|
2967
2984
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2985
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2968
2986
|
blobVersionedHashes?: undefined;
|
|
2969
2987
|
chainId?: `0x${string}` | undefined;
|
|
2970
2988
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -2981,18 +2999,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2981
2999
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2982
3000
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2983
3001
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
3002
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2984
3003
|
to?: `0x${string}` | null | undefined;
|
|
2985
3004
|
from?: `0x${string}` | undefined;
|
|
2986
3005
|
gas?: `0x${string}` | undefined;
|
|
2987
3006
|
nonce?: `0x${string}` | undefined;
|
|
2988
3007
|
value?: `0x${string}` | undefined;
|
|
2989
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2990
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2991
3008
|
blockHash?: `0x${string}` | null | undefined;
|
|
2992
3009
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2993
3010
|
hash?: `0x${string}` | undefined;
|
|
2994
3011
|
input?: `0x${string}` | undefined;
|
|
2995
3012
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
3013
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2996
3014
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
2997
3015
|
chainId?: `0x${string}` | undefined;
|
|
2998
3016
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -3032,18 +3050,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
3032
3050
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
3033
3051
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
3034
3052
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
3053
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3035
3054
|
to?: `0x${string}` | null | undefined;
|
|
3036
3055
|
from?: `0x${string}` | undefined;
|
|
3037
3056
|
gas?: `0x${string}` | undefined;
|
|
3038
3057
|
nonce?: `0x${string}` | undefined;
|
|
3039
3058
|
value?: `0x${string}` | undefined;
|
|
3040
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3041
|
-
accessList?: import("viem").AccessList | undefined;
|
|
3042
3059
|
blockHash?: `0x${string}` | null | undefined;
|
|
3043
3060
|
blockNumber?: `0x${string}` | null | undefined;
|
|
3044
3061
|
hash?: `0x${string}` | undefined;
|
|
3045
3062
|
input?: `0x${string}` | undefined;
|
|
3046
3063
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
3064
|
+
accessList?: import("viem").AccessList | undefined;
|
|
3047
3065
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
3048
3066
|
chainId?: `0x${string}` | undefined;
|
|
3049
3067
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -3083,18 +3101,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
3083
3101
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
3084
3102
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
3085
3103
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
3104
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3086
3105
|
to?: `0x${string}` | null | undefined;
|
|
3087
3106
|
from?: `0x${string}` | undefined;
|
|
3088
3107
|
gas?: `0x${string}` | undefined;
|
|
3089
3108
|
nonce?: `0x${string}` | undefined;
|
|
3090
3109
|
value?: `0x${string}` | undefined;
|
|
3091
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3092
|
-
accessList?: import("viem").AccessList | undefined;
|
|
3093
3110
|
blockHash?: `0x${string}` | null | undefined;
|
|
3094
3111
|
blockNumber?: `0x${string}` | null | undefined;
|
|
3095
3112
|
hash?: `0x${string}` | undefined;
|
|
3096
3113
|
input?: `0x${string}` | undefined;
|
|
3097
3114
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
3115
|
+
accessList?: import("viem").AccessList | undefined;
|
|
3098
3116
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
3099
3117
|
chainId?: `0x${string}` | undefined;
|
|
3100
3118
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -3134,18 +3152,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
3134
3152
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
3135
3153
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
3136
3154
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
3155
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3137
3156
|
to?: `0x${string}` | null | undefined;
|
|
3138
3157
|
from?: `0x${string}` | undefined;
|
|
3139
3158
|
gas?: `0x${string}` | undefined;
|
|
3140
3159
|
nonce?: `0x${string}` | undefined;
|
|
3141
3160
|
value?: `0x${string}` | undefined;
|
|
3142
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3143
|
-
accessList?: import("viem").AccessList | undefined;
|
|
3144
3161
|
blockHash?: `0x${string}` | null | undefined;
|
|
3145
3162
|
blockNumber?: `0x${string}` | null | undefined;
|
|
3146
3163
|
hash?: `0x${string}` | undefined;
|
|
3147
3164
|
input?: `0x${string}` | undefined;
|
|
3148
3165
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
3166
|
+
accessList?: import("viem").AccessList | undefined;
|
|
3149
3167
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
3150
3168
|
chainId?: `0x${string}` | undefined;
|
|
3151
3169
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -3185,18 +3203,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
3185
3203
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
3186
3204
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
3187
3205
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
3206
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3188
3207
|
to?: `0x${string}` | null | undefined;
|
|
3189
3208
|
from?: `0x${string}` | undefined;
|
|
3190
3209
|
gas?: `0x${string}` | undefined;
|
|
3191
3210
|
nonce?: `0x${string}` | undefined;
|
|
3192
3211
|
value?: `0x${string}` | undefined;
|
|
3193
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3194
|
-
accessList?: import("viem").AccessList | undefined;
|
|
3195
3212
|
blockHash?: `0x${string}` | null | undefined;
|
|
3196
3213
|
blockNumber?: `0x${string}` | null | undefined;
|
|
3197
3214
|
hash?: `0x${string}` | undefined;
|
|
3198
3215
|
input?: `0x${string}` | undefined;
|
|
3199
3216
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
3217
|
+
accessList?: import("viem").AccessList | undefined;
|
|
3200
3218
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
3201
3219
|
chainId?: `0x${string}` | undefined;
|
|
3202
3220
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -3520,6 +3538,7 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
3520
3538
|
isMainnet: boolean;
|
|
3521
3539
|
moonpayChainName: string;
|
|
3522
3540
|
pickPriority: number;
|
|
3541
|
+
isStandardEvmAddress: boolean;
|
|
3523
3542
|
} | {
|
|
3524
3543
|
name: string;
|
|
3525
3544
|
nativeCurrency: {
|
|
@@ -4006,6 +4025,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4006
4025
|
accessList?: undefined;
|
|
4007
4026
|
blobs?: undefined;
|
|
4008
4027
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4028
|
+
blobVersionedHashes?: undefined;
|
|
4029
|
+
kzg?: undefined;
|
|
4030
|
+
sidecars?: undefined;
|
|
4009
4031
|
} & {
|
|
4010
4032
|
data?: `0x${string}` | undefined;
|
|
4011
4033
|
from: `0x${string}`;
|
|
@@ -4020,6 +4042,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4020
4042
|
accessList?: undefined;
|
|
4021
4043
|
blobs?: undefined;
|
|
4022
4044
|
type?: "legacy" | undefined;
|
|
4045
|
+
blobVersionedHashes?: undefined;
|
|
4046
|
+
kzg?: undefined;
|
|
4047
|
+
sidecars?: undefined;
|
|
4023
4048
|
} & {
|
|
4024
4049
|
gasPerPubdata?: undefined;
|
|
4025
4050
|
customSignature?: undefined;
|
|
@@ -4040,6 +4065,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4040
4065
|
accessList?: undefined;
|
|
4041
4066
|
blobs?: undefined;
|
|
4042
4067
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4068
|
+
blobVersionedHashes?: undefined;
|
|
4069
|
+
kzg?: undefined;
|
|
4070
|
+
sidecars?: undefined;
|
|
4043
4071
|
} & {
|
|
4044
4072
|
data?: `0x${string}` | undefined;
|
|
4045
4073
|
from: `0x${string}`;
|
|
@@ -4054,6 +4082,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4054
4082
|
accessList?: import("viem").AccessList | undefined;
|
|
4055
4083
|
blobs?: undefined;
|
|
4056
4084
|
type?: "eip2930" | undefined;
|
|
4085
|
+
blobVersionedHashes?: undefined;
|
|
4086
|
+
kzg?: undefined;
|
|
4087
|
+
sidecars?: undefined;
|
|
4057
4088
|
} & {
|
|
4058
4089
|
gasPerPubdata?: undefined;
|
|
4059
4090
|
customSignature?: undefined;
|
|
@@ -4074,6 +4105,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4074
4105
|
accessList?: undefined;
|
|
4075
4106
|
blobs?: undefined;
|
|
4076
4107
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4108
|
+
blobVersionedHashes?: undefined;
|
|
4109
|
+
kzg?: undefined;
|
|
4110
|
+
sidecars?: undefined;
|
|
4077
4111
|
} & {
|
|
4078
4112
|
data?: `0x${string}` | undefined;
|
|
4079
4113
|
from: `0x${string}`;
|
|
@@ -4088,6 +4122,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4088
4122
|
accessList?: import("viem").AccessList | undefined;
|
|
4089
4123
|
blobs?: undefined;
|
|
4090
4124
|
type?: "eip1559" | undefined;
|
|
4125
|
+
blobVersionedHashes?: undefined;
|
|
4126
|
+
kzg?: undefined;
|
|
4127
|
+
sidecars?: undefined;
|
|
4091
4128
|
} & {
|
|
4092
4129
|
gasPerPubdata?: undefined;
|
|
4093
4130
|
customSignature?: undefined;
|
|
@@ -4108,6 +4145,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4108
4145
|
accessList?: undefined;
|
|
4109
4146
|
blobs?: undefined;
|
|
4110
4147
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4148
|
+
blobVersionedHashes?: undefined;
|
|
4149
|
+
kzg?: undefined;
|
|
4150
|
+
sidecars?: undefined;
|
|
4111
4151
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4112
4152
|
gasPerPubdata?: bigint | undefined;
|
|
4113
4153
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -4130,6 +4170,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4130
4170
|
accessList?: undefined;
|
|
4131
4171
|
blobs?: undefined;
|
|
4132
4172
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4173
|
+
blobVersionedHashes?: undefined;
|
|
4174
|
+
kzg?: undefined;
|
|
4175
|
+
sidecars?: undefined;
|
|
4133
4176
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4134
4177
|
gasPerPubdata?: bigint | undefined;
|
|
4135
4178
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -4152,6 +4195,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4152
4195
|
accessList?: import("viem").AccessList | undefined;
|
|
4153
4196
|
blobs?: undefined;
|
|
4154
4197
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4198
|
+
blobVersionedHashes?: undefined;
|
|
4199
|
+
kzg?: undefined;
|
|
4200
|
+
sidecars?: undefined;
|
|
4155
4201
|
} & {
|
|
4156
4202
|
data?: `0x${string}` | undefined;
|
|
4157
4203
|
from: `0x${string}`;
|
|
@@ -4166,6 +4212,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4166
4212
|
accessList?: undefined;
|
|
4167
4213
|
blobs?: undefined;
|
|
4168
4214
|
type?: "legacy" | undefined;
|
|
4215
|
+
blobVersionedHashes?: undefined;
|
|
4216
|
+
kzg?: undefined;
|
|
4217
|
+
sidecars?: undefined;
|
|
4169
4218
|
} & {
|
|
4170
4219
|
gasPerPubdata?: undefined;
|
|
4171
4220
|
customSignature?: undefined;
|
|
@@ -4186,6 +4235,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4186
4235
|
accessList?: import("viem").AccessList | undefined;
|
|
4187
4236
|
blobs?: undefined;
|
|
4188
4237
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4238
|
+
blobVersionedHashes?: undefined;
|
|
4239
|
+
kzg?: undefined;
|
|
4240
|
+
sidecars?: undefined;
|
|
4189
4241
|
} & {
|
|
4190
4242
|
data?: `0x${string}` | undefined;
|
|
4191
4243
|
from: `0x${string}`;
|
|
@@ -4200,6 +4252,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4200
4252
|
accessList?: import("viem").AccessList | undefined;
|
|
4201
4253
|
blobs?: undefined;
|
|
4202
4254
|
type?: "eip2930" | undefined;
|
|
4255
|
+
blobVersionedHashes?: undefined;
|
|
4256
|
+
kzg?: undefined;
|
|
4257
|
+
sidecars?: undefined;
|
|
4203
4258
|
} & {
|
|
4204
4259
|
gasPerPubdata?: undefined;
|
|
4205
4260
|
customSignature?: undefined;
|
|
@@ -4220,6 +4275,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4220
4275
|
accessList?: import("viem").AccessList | undefined;
|
|
4221
4276
|
blobs?: undefined;
|
|
4222
4277
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4278
|
+
blobVersionedHashes?: undefined;
|
|
4279
|
+
kzg?: undefined;
|
|
4280
|
+
sidecars?: undefined;
|
|
4223
4281
|
} & {
|
|
4224
4282
|
data?: `0x${string}` | undefined;
|
|
4225
4283
|
from: `0x${string}`;
|
|
@@ -4234,6 +4292,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4234
4292
|
accessList?: import("viem").AccessList | undefined;
|
|
4235
4293
|
blobs?: undefined;
|
|
4236
4294
|
type?: "eip1559" | undefined;
|
|
4295
|
+
blobVersionedHashes?: undefined;
|
|
4296
|
+
kzg?: undefined;
|
|
4297
|
+
sidecars?: undefined;
|
|
4237
4298
|
} & {
|
|
4238
4299
|
gasPerPubdata?: undefined;
|
|
4239
4300
|
customSignature?: undefined;
|
|
@@ -4254,6 +4315,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4254
4315
|
accessList?: import("viem").AccessList | undefined;
|
|
4255
4316
|
blobs?: undefined;
|
|
4256
4317
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4318
|
+
blobVersionedHashes?: undefined;
|
|
4319
|
+
kzg?: undefined;
|
|
4320
|
+
sidecars?: undefined;
|
|
4257
4321
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4258
4322
|
gasPerPubdata?: bigint | undefined;
|
|
4259
4323
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -4276,6 +4340,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4276
4340
|
accessList?: import("viem").AccessList | undefined;
|
|
4277
4341
|
blobs?: undefined;
|
|
4278
4342
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4343
|
+
blobVersionedHashes?: undefined;
|
|
4344
|
+
kzg?: undefined;
|
|
4345
|
+
sidecars?: undefined;
|
|
4279
4346
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4280
4347
|
gasPerPubdata?: bigint | undefined;
|
|
4281
4348
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -4298,6 +4365,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4298
4365
|
accessList?: import("viem").AccessList | undefined;
|
|
4299
4366
|
blobs?: undefined;
|
|
4300
4367
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4368
|
+
blobVersionedHashes?: undefined;
|
|
4369
|
+
kzg?: undefined;
|
|
4370
|
+
sidecars?: undefined;
|
|
4301
4371
|
} & {
|
|
4302
4372
|
data?: `0x${string}` | undefined;
|
|
4303
4373
|
from: `0x${string}`;
|
|
@@ -4312,6 +4382,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4312
4382
|
accessList?: undefined;
|
|
4313
4383
|
blobs?: undefined;
|
|
4314
4384
|
type?: "legacy" | undefined;
|
|
4385
|
+
blobVersionedHashes?: undefined;
|
|
4386
|
+
kzg?: undefined;
|
|
4387
|
+
sidecars?: undefined;
|
|
4315
4388
|
} & {
|
|
4316
4389
|
gasPerPubdata?: undefined;
|
|
4317
4390
|
customSignature?: undefined;
|
|
@@ -4332,6 +4405,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4332
4405
|
accessList?: import("viem").AccessList | undefined;
|
|
4333
4406
|
blobs?: undefined;
|
|
4334
4407
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4408
|
+
blobVersionedHashes?: undefined;
|
|
4409
|
+
kzg?: undefined;
|
|
4410
|
+
sidecars?: undefined;
|
|
4335
4411
|
} & {
|
|
4336
4412
|
data?: `0x${string}` | undefined;
|
|
4337
4413
|
from: `0x${string}`;
|
|
@@ -4346,6 +4422,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4346
4422
|
accessList?: import("viem").AccessList | undefined;
|
|
4347
4423
|
blobs?: undefined;
|
|
4348
4424
|
type?: "eip2930" | undefined;
|
|
4425
|
+
blobVersionedHashes?: undefined;
|
|
4426
|
+
kzg?: undefined;
|
|
4427
|
+
sidecars?: undefined;
|
|
4349
4428
|
} & {
|
|
4350
4429
|
gasPerPubdata?: undefined;
|
|
4351
4430
|
customSignature?: undefined;
|
|
@@ -4366,6 +4445,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4366
4445
|
accessList?: import("viem").AccessList | undefined;
|
|
4367
4446
|
blobs?: undefined;
|
|
4368
4447
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4448
|
+
blobVersionedHashes?: undefined;
|
|
4449
|
+
kzg?: undefined;
|
|
4450
|
+
sidecars?: undefined;
|
|
4369
4451
|
} & {
|
|
4370
4452
|
data?: `0x${string}` | undefined;
|
|
4371
4453
|
from: `0x${string}`;
|
|
@@ -4380,6 +4462,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4380
4462
|
accessList?: import("viem").AccessList | undefined;
|
|
4381
4463
|
blobs?: undefined;
|
|
4382
4464
|
type?: "eip1559" | undefined;
|
|
4465
|
+
blobVersionedHashes?: undefined;
|
|
4466
|
+
kzg?: undefined;
|
|
4467
|
+
sidecars?: undefined;
|
|
4383
4468
|
} & {
|
|
4384
4469
|
gasPerPubdata?: undefined;
|
|
4385
4470
|
customSignature?: undefined;
|
|
@@ -4400,6 +4485,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4400
4485
|
accessList?: import("viem").AccessList | undefined;
|
|
4401
4486
|
blobs?: undefined;
|
|
4402
4487
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4488
|
+
blobVersionedHashes?: undefined;
|
|
4489
|
+
kzg?: undefined;
|
|
4490
|
+
sidecars?: undefined;
|
|
4403
4491
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4404
4492
|
gasPerPubdata?: bigint | undefined;
|
|
4405
4493
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -4422,6 +4510,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4422
4510
|
accessList?: import("viem").AccessList | undefined;
|
|
4423
4511
|
blobs?: undefined;
|
|
4424
4512
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4513
|
+
blobVersionedHashes?: undefined;
|
|
4514
|
+
kzg?: undefined;
|
|
4515
|
+
sidecars?: undefined;
|
|
4425
4516
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4426
4517
|
gasPerPubdata?: bigint | undefined;
|
|
4427
4518
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -4443,6 +4534,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4443
4534
|
maxFeePerBlobGas?: bigint | undefined;
|
|
4444
4535
|
accessList?: import("viem").AccessList | undefined;
|
|
4445
4536
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4537
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4538
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4539
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4446
4540
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4447
4541
|
} & {
|
|
4448
4542
|
data?: `0x${string}` | undefined;
|
|
@@ -4458,6 +4552,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4458
4552
|
accessList?: undefined;
|
|
4459
4553
|
blobs?: undefined;
|
|
4460
4554
|
type?: "legacy" | undefined;
|
|
4555
|
+
blobVersionedHashes?: undefined;
|
|
4556
|
+
kzg?: undefined;
|
|
4557
|
+
sidecars?: undefined;
|
|
4461
4558
|
} & {
|
|
4462
4559
|
gasPerPubdata?: undefined;
|
|
4463
4560
|
customSignature?: undefined;
|
|
@@ -4477,6 +4574,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4477
4574
|
maxFeePerBlobGas?: bigint | undefined;
|
|
4478
4575
|
accessList?: import("viem").AccessList | undefined;
|
|
4479
4576
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4577
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4578
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4579
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4480
4580
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4481
4581
|
} & {
|
|
4482
4582
|
data?: `0x${string}` | undefined;
|
|
@@ -4492,6 +4592,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4492
4592
|
accessList?: import("viem").AccessList | undefined;
|
|
4493
4593
|
blobs?: undefined;
|
|
4494
4594
|
type?: "eip2930" | undefined;
|
|
4595
|
+
blobVersionedHashes?: undefined;
|
|
4596
|
+
kzg?: undefined;
|
|
4597
|
+
sidecars?: undefined;
|
|
4495
4598
|
} & {
|
|
4496
4599
|
gasPerPubdata?: undefined;
|
|
4497
4600
|
customSignature?: undefined;
|
|
@@ -4511,6 +4614,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4511
4614
|
maxFeePerBlobGas?: bigint | undefined;
|
|
4512
4615
|
accessList?: import("viem").AccessList | undefined;
|
|
4513
4616
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4617
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4618
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4619
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4514
4620
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4515
4621
|
} & {
|
|
4516
4622
|
data?: `0x${string}` | undefined;
|
|
@@ -4526,6 +4632,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4526
4632
|
accessList?: import("viem").AccessList | undefined;
|
|
4527
4633
|
blobs?: undefined;
|
|
4528
4634
|
type?: "eip1559" | undefined;
|
|
4635
|
+
blobVersionedHashes?: undefined;
|
|
4636
|
+
kzg?: undefined;
|
|
4637
|
+
sidecars?: undefined;
|
|
4529
4638
|
} & {
|
|
4530
4639
|
gasPerPubdata?: undefined;
|
|
4531
4640
|
customSignature?: undefined;
|
|
@@ -4545,6 +4654,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4545
4654
|
maxFeePerBlobGas?: bigint | undefined;
|
|
4546
4655
|
accessList?: import("viem").AccessList | undefined;
|
|
4547
4656
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4657
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4658
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4659
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4548
4660
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4549
4661
|
} & {
|
|
4550
4662
|
data?: `0x${string}` | undefined;
|
|
@@ -4559,6 +4671,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4559
4671
|
maxFeePerBlobGas: bigint;
|
|
4560
4672
|
accessList?: import("viem").AccessList | undefined;
|
|
4561
4673
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
4674
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4675
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4676
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4562
4677
|
type?: "eip4844" | undefined;
|
|
4563
4678
|
} & {
|
|
4564
4679
|
gasPerPubdata?: undefined;
|
|
@@ -4579,6 +4694,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4579
4694
|
maxFeePerBlobGas?: bigint | undefined;
|
|
4580
4695
|
accessList?: import("viem").AccessList | undefined;
|
|
4581
4696
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4697
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4698
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4699
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4582
4700
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4583
4701
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4584
4702
|
gasPerPubdata?: bigint | undefined;
|
|
@@ -4601,6 +4719,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4601
4719
|
maxFeePerBlobGas?: bigint | undefined;
|
|
4602
4720
|
accessList?: import("viem").AccessList | undefined;
|
|
4603
4721
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4722
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4723
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4724
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4604
4725
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4605
4726
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4606
4727
|
gasPerPubdata?: bigint | undefined;
|
|
@@ -4624,6 +4745,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4624
4745
|
accessList?: undefined;
|
|
4625
4746
|
blobs?: undefined;
|
|
4626
4747
|
type?: "0x0" | undefined;
|
|
4748
|
+
blobVersionedHashes?: undefined;
|
|
4749
|
+
kzg?: undefined;
|
|
4750
|
+
sidecars?: undefined;
|
|
4627
4751
|
eip712Meta?: undefined;
|
|
4628
4752
|
} | {
|
|
4629
4753
|
data?: `0x${string}` | undefined;
|
|
@@ -4639,6 +4763,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4639
4763
|
accessList?: undefined;
|
|
4640
4764
|
blobs?: undefined;
|
|
4641
4765
|
type?: "0x1" | undefined;
|
|
4766
|
+
blobVersionedHashes?: undefined;
|
|
4767
|
+
kzg?: undefined;
|
|
4768
|
+
sidecars?: undefined;
|
|
4642
4769
|
eip712Meta?: undefined;
|
|
4643
4770
|
} | {
|
|
4644
4771
|
data?: `0x${string}` | undefined;
|
|
@@ -4654,6 +4781,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4654
4781
|
accessList?: undefined;
|
|
4655
4782
|
blobs?: undefined;
|
|
4656
4783
|
type?: "0x2" | undefined;
|
|
4784
|
+
blobVersionedHashes?: undefined;
|
|
4785
|
+
kzg?: undefined;
|
|
4786
|
+
sidecars?: undefined;
|
|
4657
4787
|
eip712Meta?: undefined;
|
|
4658
4788
|
} | {
|
|
4659
4789
|
data?: `0x${string}` | undefined;
|
|
@@ -4669,6 +4799,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4669
4799
|
accessList?: undefined;
|
|
4670
4800
|
blobs?: undefined;
|
|
4671
4801
|
type: "0xff" | "0x71";
|
|
4802
|
+
blobVersionedHashes?: undefined;
|
|
4803
|
+
kzg?: undefined;
|
|
4804
|
+
sidecars?: undefined;
|
|
4672
4805
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
4673
4806
|
} | {
|
|
4674
4807
|
data?: `0x${string}` | undefined;
|
|
@@ -4684,6 +4817,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4684
4817
|
accessList?: undefined;
|
|
4685
4818
|
blobs?: undefined;
|
|
4686
4819
|
type?: "0x0" | undefined;
|
|
4820
|
+
blobVersionedHashes?: undefined;
|
|
4821
|
+
kzg?: undefined;
|
|
4822
|
+
sidecars?: undefined;
|
|
4687
4823
|
eip712Meta?: undefined;
|
|
4688
4824
|
} | {
|
|
4689
4825
|
data?: `0x${string}` | undefined;
|
|
@@ -4699,6 +4835,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4699
4835
|
accessList?: import("viem").AccessList | undefined;
|
|
4700
4836
|
blobs?: undefined;
|
|
4701
4837
|
type?: "0x1" | undefined;
|
|
4838
|
+
blobVersionedHashes?: undefined;
|
|
4839
|
+
kzg?: undefined;
|
|
4840
|
+
sidecars?: undefined;
|
|
4702
4841
|
eip712Meta?: undefined;
|
|
4703
4842
|
} | {
|
|
4704
4843
|
data?: `0x${string}` | undefined;
|
|
@@ -4714,6 +4853,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4714
4853
|
accessList?: import("viem").AccessList | undefined;
|
|
4715
4854
|
blobs?: undefined;
|
|
4716
4855
|
type?: "0x2" | undefined;
|
|
4856
|
+
blobVersionedHashes?: undefined;
|
|
4857
|
+
kzg?: undefined;
|
|
4858
|
+
sidecars?: undefined;
|
|
4717
4859
|
eip712Meta?: undefined;
|
|
4718
4860
|
} | {
|
|
4719
4861
|
data?: `0x${string}` | undefined;
|
|
@@ -4729,6 +4871,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4729
4871
|
accessList?: import("viem").AccessList | undefined;
|
|
4730
4872
|
blobs?: undefined;
|
|
4731
4873
|
type: "0xff" | "0x71";
|
|
4874
|
+
blobVersionedHashes?: undefined;
|
|
4875
|
+
kzg?: undefined;
|
|
4876
|
+
sidecars?: undefined;
|
|
4732
4877
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
4733
4878
|
} | {
|
|
4734
4879
|
data?: `0x${string}` | undefined;
|
|
@@ -4744,6 +4889,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4744
4889
|
accessList?: undefined;
|
|
4745
4890
|
blobs?: undefined;
|
|
4746
4891
|
type?: "0x0" | undefined;
|
|
4892
|
+
blobVersionedHashes?: undefined;
|
|
4893
|
+
kzg?: undefined;
|
|
4894
|
+
sidecars?: undefined;
|
|
4747
4895
|
eip712Meta?: undefined;
|
|
4748
4896
|
} | {
|
|
4749
4897
|
data?: `0x${string}` | undefined;
|
|
@@ -4759,6 +4907,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4759
4907
|
accessList?: import("viem").AccessList | undefined;
|
|
4760
4908
|
blobs?: undefined;
|
|
4761
4909
|
type?: "0x1" | undefined;
|
|
4910
|
+
blobVersionedHashes?: undefined;
|
|
4911
|
+
kzg?: undefined;
|
|
4912
|
+
sidecars?: undefined;
|
|
4762
4913
|
eip712Meta?: undefined;
|
|
4763
4914
|
} | {
|
|
4764
4915
|
data?: `0x${string}` | undefined;
|
|
@@ -4774,6 +4925,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4774
4925
|
accessList?: import("viem").AccessList | undefined;
|
|
4775
4926
|
blobs?: undefined;
|
|
4776
4927
|
type?: "0x2" | undefined;
|
|
4928
|
+
blobVersionedHashes?: undefined;
|
|
4929
|
+
kzg?: undefined;
|
|
4930
|
+
sidecars?: undefined;
|
|
4777
4931
|
eip712Meta?: undefined;
|
|
4778
4932
|
} | {
|
|
4779
4933
|
data?: `0x${string}` | undefined;
|
|
@@ -4789,6 +4943,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4789
4943
|
accessList?: import("viem").AccessList | undefined;
|
|
4790
4944
|
blobs?: undefined;
|
|
4791
4945
|
type: "0xff" | "0x71";
|
|
4946
|
+
blobVersionedHashes?: undefined;
|
|
4947
|
+
kzg?: undefined;
|
|
4948
|
+
sidecars?: undefined;
|
|
4792
4949
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
4793
4950
|
} | {
|
|
4794
4951
|
data?: `0x${string}` | undefined;
|
|
@@ -4803,6 +4960,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4803
4960
|
maxFeePerBlobGas: `0x${string}`;
|
|
4804
4961
|
accessList?: import("viem").AccessList | undefined;
|
|
4805
4962
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
4963
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4964
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4965
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4806
4966
|
type?: "0x3" | undefined;
|
|
4807
4967
|
eip712Meta?: undefined;
|
|
4808
4968
|
} | {
|
|
@@ -4818,6 +4978,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4818
4978
|
maxFeePerBlobGas: undefined;
|
|
4819
4979
|
accessList?: import("viem").AccessList | undefined;
|
|
4820
4980
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
4981
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4982
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4983
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4821
4984
|
type: "0xff" | "0x71";
|
|
4822
4985
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
4823
4986
|
}) & {
|
|
@@ -4846,6 +5009,58 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4846
5009
|
isMainnet: boolean;
|
|
4847
5010
|
moonpayChainName: string;
|
|
4848
5011
|
pickPriority: number;
|
|
5012
|
+
isStandardEvmAddress: boolean;
|
|
5013
|
+
} | {
|
|
5014
|
+
name: "Mantle";
|
|
5015
|
+
nativeCurrency: {
|
|
5016
|
+
symbol: "MNT";
|
|
5017
|
+
decimals: 18;
|
|
5018
|
+
name: "MNT";
|
|
5019
|
+
};
|
|
5020
|
+
chainInfo: {
|
|
5021
|
+
blockExplorers: {
|
|
5022
|
+
readonly default: {
|
|
5023
|
+
readonly name: "Mantle Explorer";
|
|
5024
|
+
readonly url: "https://explorer.mantle.xyz";
|
|
5025
|
+
readonly apiUrl: "https://explorer.mantle.xyz/api";
|
|
5026
|
+
};
|
|
5027
|
+
};
|
|
5028
|
+
contracts: {
|
|
5029
|
+
readonly multicall3: {
|
|
5030
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
5031
|
+
readonly blockCreated: 304717;
|
|
5032
|
+
};
|
|
5033
|
+
};
|
|
5034
|
+
id: 5000;
|
|
5035
|
+
name: "Mantle";
|
|
5036
|
+
nativeCurrency: {
|
|
5037
|
+
readonly decimals: 18;
|
|
5038
|
+
readonly name: "MNT";
|
|
5039
|
+
readonly symbol: "MNT";
|
|
5040
|
+
};
|
|
5041
|
+
rpcUrls: {
|
|
5042
|
+
readonly default: {
|
|
5043
|
+
readonly http: readonly ["https://rpc.mantle.xyz"];
|
|
5044
|
+
};
|
|
5045
|
+
};
|
|
5046
|
+
sourceId?: number | undefined;
|
|
5047
|
+
testnet?: boolean | undefined;
|
|
5048
|
+
custom?: Record<string, unknown> | undefined;
|
|
5049
|
+
formatters?: undefined;
|
|
5050
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
5051
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
5052
|
+
};
|
|
5053
|
+
explorerInfo: {
|
|
5054
|
+
readonly name: "Mantle Explorer";
|
|
5055
|
+
readonly url: "https://explorer.mantle.xyz";
|
|
5056
|
+
readonly apiUrl: "https://explorer.mantle.xyz/api";
|
|
5057
|
+
};
|
|
5058
|
+
isCheckoutSupported: boolean;
|
|
5059
|
+
isFunWalletSupported: boolean;
|
|
5060
|
+
isMainnet: boolean;
|
|
5061
|
+
moonpayChainName: string;
|
|
5062
|
+
pickPriority: number;
|
|
5063
|
+
isStandardEvmAddress: boolean;
|
|
4849
5064
|
} | {
|
|
4850
5065
|
name: "Goerli";
|
|
4851
5066
|
nativeCurrency: {
|
|
@@ -4903,6 +5118,7 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4903
5118
|
isMainnet: boolean;
|
|
4904
5119
|
moonpayChainName: null;
|
|
4905
5120
|
pickPriority: number;
|
|
5121
|
+
isStandardEvmAddress: boolean;
|
|
4906
5122
|
} | {
|
|
4907
5123
|
name: "Arbitrum Sepolia";
|
|
4908
5124
|
nativeCurrency: {
|
|
@@ -4952,6 +5168,7 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4952
5168
|
isMainnet: boolean;
|
|
4953
5169
|
moonpayChainName: null;
|
|
4954
5170
|
pickPriority: number;
|
|
5171
|
+
isStandardEvmAddress: boolean;
|
|
4955
5172
|
};
|
|
4956
5173
|
};
|
|
4957
5174
|
export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_ID_LIST: string[];
|
|
@@ -5104,18 +5321,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5104
5321
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5105
5322
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5106
5323
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5324
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5107
5325
|
to?: `0x${string}` | null | undefined;
|
|
5108
5326
|
from?: `0x${string}` | undefined;
|
|
5109
5327
|
gas?: `0x${string}` | undefined;
|
|
5110
5328
|
nonce?: `0x${string}` | undefined;
|
|
5111
5329
|
value?: `0x${string}` | undefined;
|
|
5112
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5113
|
-
accessList?: undefined;
|
|
5114
5330
|
blockHash?: `0x${string}` | null | undefined;
|
|
5115
5331
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5116
5332
|
hash?: `0x${string}` | undefined;
|
|
5117
5333
|
input?: `0x${string}` | undefined;
|
|
5118
5334
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5335
|
+
accessList?: undefined;
|
|
5119
5336
|
blobVersionedHashes?: undefined;
|
|
5120
5337
|
chainId?: `0x${string}` | undefined;
|
|
5121
5338
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5155,18 +5372,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5155
5372
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5156
5373
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5157
5374
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5375
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5158
5376
|
to?: `0x${string}` | null | undefined;
|
|
5159
5377
|
from?: `0x${string}` | undefined;
|
|
5160
5378
|
gas?: `0x${string}` | undefined;
|
|
5161
5379
|
nonce?: `0x${string}` | undefined;
|
|
5162
5380
|
value?: `0x${string}` | undefined;
|
|
5163
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5164
|
-
accessList?: undefined;
|
|
5165
5381
|
blockHash?: `0x${string}` | null | undefined;
|
|
5166
5382
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5167
5383
|
hash?: `0x${string}` | undefined;
|
|
5168
5384
|
input?: `0x${string}` | undefined;
|
|
5169
5385
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5386
|
+
accessList?: undefined;
|
|
5170
5387
|
blobVersionedHashes?: undefined;
|
|
5171
5388
|
chainId?: `0x${string}` | undefined;
|
|
5172
5389
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -5183,18 +5400,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5183
5400
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5184
5401
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5185
5402
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5403
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5186
5404
|
to?: `0x${string}` | null | undefined;
|
|
5187
5405
|
from?: `0x${string}` | undefined;
|
|
5188
5406
|
gas?: `0x${string}` | undefined;
|
|
5189
5407
|
nonce?: `0x${string}` | undefined;
|
|
5190
5408
|
value?: `0x${string}` | undefined;
|
|
5191
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5192
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5193
5409
|
blockHash?: `0x${string}` | null | undefined;
|
|
5194
5410
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5195
5411
|
hash?: `0x${string}` | undefined;
|
|
5196
5412
|
input?: `0x${string}` | undefined;
|
|
5197
5413
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5414
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5198
5415
|
blobVersionedHashes?: undefined;
|
|
5199
5416
|
chainId?: `0x${string}` | undefined;
|
|
5200
5417
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5234,18 +5451,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5234
5451
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5235
5452
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5236
5453
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5454
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5237
5455
|
to?: `0x${string}` | null | undefined;
|
|
5238
5456
|
from?: `0x${string}` | undefined;
|
|
5239
5457
|
gas?: `0x${string}` | undefined;
|
|
5240
5458
|
nonce?: `0x${string}` | undefined;
|
|
5241
5459
|
value?: `0x${string}` | undefined;
|
|
5242
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5243
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5244
5460
|
blockHash?: `0x${string}` | null | undefined;
|
|
5245
5461
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5246
5462
|
hash?: `0x${string}` | undefined;
|
|
5247
5463
|
input?: `0x${string}` | undefined;
|
|
5248
5464
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5465
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5249
5466
|
blobVersionedHashes?: undefined;
|
|
5250
5467
|
chainId?: `0x${string}` | undefined;
|
|
5251
5468
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5285,18 +5502,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5285
5502
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5286
5503
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5287
5504
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5505
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5288
5506
|
to?: `0x${string}` | null | undefined;
|
|
5289
|
-
from?: `0x${string}` | undefined;
|
|
5507
|
+
from?: `0x${string}` | undefined;
|
|
5290
5508
|
gas?: `0x${string}` | undefined;
|
|
5291
5509
|
nonce?: `0x${string}` | undefined;
|
|
5292
5510
|
value?: `0x${string}` | undefined;
|
|
5293
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5294
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5295
5511
|
blockHash?: `0x${string}` | null | undefined;
|
|
5296
5512
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5297
5513
|
hash?: `0x${string}` | undefined;
|
|
5298
5514
|
input?: `0x${string}` | undefined;
|
|
5299
5515
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5516
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5300
5517
|
blobVersionedHashes?: undefined;
|
|
5301
5518
|
chainId?: `0x${string}` | undefined;
|
|
5302
5519
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5336,18 +5553,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5336
5553
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5337
5554
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5338
5555
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5556
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5339
5557
|
to?: `0x${string}` | null | undefined;
|
|
5340
5558
|
from?: `0x${string}` | undefined;
|
|
5341
5559
|
gas?: `0x${string}` | undefined;
|
|
5342
5560
|
nonce?: `0x${string}` | undefined;
|
|
5343
5561
|
value?: `0x${string}` | undefined;
|
|
5344
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5345
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5346
5562
|
blockHash?: `0x${string}` | null | undefined;
|
|
5347
5563
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5348
5564
|
hash?: `0x${string}` | undefined;
|
|
5349
5565
|
input?: `0x${string}` | undefined;
|
|
5350
5566
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5567
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5351
5568
|
blobVersionedHashes?: undefined;
|
|
5352
5569
|
chainId?: `0x${string}` | undefined;
|
|
5353
5570
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -5364,18 +5581,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5364
5581
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5365
5582
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5366
5583
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5584
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5367
5585
|
to?: `0x${string}` | null | undefined;
|
|
5368
5586
|
from?: `0x${string}` | undefined;
|
|
5369
5587
|
gas?: `0x${string}` | undefined;
|
|
5370
5588
|
nonce?: `0x${string}` | undefined;
|
|
5371
5589
|
value?: `0x${string}` | undefined;
|
|
5372
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5373
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5374
5590
|
blockHash?: `0x${string}` | null | undefined;
|
|
5375
5591
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5376
5592
|
hash?: `0x${string}` | undefined;
|
|
5377
5593
|
input?: `0x${string}` | undefined;
|
|
5378
5594
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5595
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5379
5596
|
blobVersionedHashes?: undefined;
|
|
5380
5597
|
chainId?: `0x${string}` | undefined;
|
|
5381
5598
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5415,18 +5632,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5415
5632
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5416
5633
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5417
5634
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5635
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5418
5636
|
to?: `0x${string}` | null | undefined;
|
|
5419
5637
|
from?: `0x${string}` | undefined;
|
|
5420
5638
|
gas?: `0x${string}` | undefined;
|
|
5421
5639
|
nonce?: `0x${string}` | undefined;
|
|
5422
5640
|
value?: `0x${string}` | undefined;
|
|
5423
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5424
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5425
5641
|
blockHash?: `0x${string}` | null | undefined;
|
|
5426
5642
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5427
5643
|
hash?: `0x${string}` | undefined;
|
|
5428
5644
|
input?: `0x${string}` | undefined;
|
|
5429
5645
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5646
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5430
5647
|
blobVersionedHashes?: undefined;
|
|
5431
5648
|
chainId?: `0x${string}` | undefined;
|
|
5432
5649
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5466,18 +5683,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5466
5683
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5467
5684
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5468
5685
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5686
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5469
5687
|
to?: `0x${string}` | null | undefined;
|
|
5470
5688
|
from?: `0x${string}` | undefined;
|
|
5471
5689
|
gas?: `0x${string}` | undefined;
|
|
5472
5690
|
nonce?: `0x${string}` | undefined;
|
|
5473
5691
|
value?: `0x${string}` | undefined;
|
|
5474
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5475
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5476
5692
|
blockHash?: `0x${string}` | null | undefined;
|
|
5477
5693
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5478
5694
|
hash?: `0x${string}` | undefined;
|
|
5479
5695
|
input?: `0x${string}` | undefined;
|
|
5480
5696
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5697
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5481
5698
|
blobVersionedHashes?: undefined;
|
|
5482
5699
|
chainId?: `0x${string}` | undefined;
|
|
5483
5700
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5517,18 +5734,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5517
5734
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5518
5735
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5519
5736
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5737
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5520
5738
|
to?: `0x${string}` | null | undefined;
|
|
5521
5739
|
from?: `0x${string}` | undefined;
|
|
5522
5740
|
gas?: `0x${string}` | undefined;
|
|
5523
5741
|
nonce?: `0x${string}` | undefined;
|
|
5524
5742
|
value?: `0x${string}` | undefined;
|
|
5525
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5526
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5527
5743
|
blockHash?: `0x${string}` | null | undefined;
|
|
5528
5744
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5529
5745
|
hash?: `0x${string}` | undefined;
|
|
5530
5746
|
input?: `0x${string}` | undefined;
|
|
5531
5747
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5748
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5532
5749
|
blobVersionedHashes?: undefined;
|
|
5533
5750
|
chainId?: `0x${string}` | undefined;
|
|
5534
5751
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -5545,18 +5762,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5545
5762
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5546
5763
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5547
5764
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5765
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5548
5766
|
to?: `0x${string}` | null | undefined;
|
|
5549
5767
|
from?: `0x${string}` | undefined;
|
|
5550
5768
|
gas?: `0x${string}` | undefined;
|
|
5551
5769
|
nonce?: `0x${string}` | undefined;
|
|
5552
5770
|
value?: `0x${string}` | undefined;
|
|
5553
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5554
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5555
5771
|
blockHash?: `0x${string}` | null | undefined;
|
|
5556
5772
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5557
5773
|
hash?: `0x${string}` | undefined;
|
|
5558
5774
|
input?: `0x${string}` | undefined;
|
|
5559
5775
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5776
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5560
5777
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
5561
5778
|
chainId?: `0x${string}` | undefined;
|
|
5562
5779
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5596,18 +5813,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5596
5813
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5597
5814
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5598
5815
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5816
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5599
5817
|
to?: `0x${string}` | null | undefined;
|
|
5600
5818
|
from?: `0x${string}` | undefined;
|
|
5601
5819
|
gas?: `0x${string}` | undefined;
|
|
5602
5820
|
nonce?: `0x${string}` | undefined;
|
|
5603
5821
|
value?: `0x${string}` | undefined;
|
|
5604
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5605
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5606
5822
|
blockHash?: `0x${string}` | null | undefined;
|
|
5607
5823
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5608
5824
|
hash?: `0x${string}` | undefined;
|
|
5609
5825
|
input?: `0x${string}` | undefined;
|
|
5610
5826
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5827
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5611
5828
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
5612
5829
|
chainId?: `0x${string}` | undefined;
|
|
5613
5830
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5647,18 +5864,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5647
5864
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5648
5865
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5649
5866
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5867
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5650
5868
|
to?: `0x${string}` | null | undefined;
|
|
5651
5869
|
from?: `0x${string}` | undefined;
|
|
5652
5870
|
gas?: `0x${string}` | undefined;
|
|
5653
5871
|
nonce?: `0x${string}` | undefined;
|
|
5654
5872
|
value?: `0x${string}` | undefined;
|
|
5655
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5656
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5657
5873
|
blockHash?: `0x${string}` | null | undefined;
|
|
5658
5874
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5659
5875
|
hash?: `0x${string}` | undefined;
|
|
5660
5876
|
input?: `0x${string}` | undefined;
|
|
5661
5877
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5878
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5662
5879
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
5663
5880
|
chainId?: `0x${string}` | undefined;
|
|
5664
5881
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5698,18 +5915,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5698
5915
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5699
5916
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5700
5917
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5918
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5701
5919
|
to?: `0x${string}` | null | undefined;
|
|
5702
5920
|
from?: `0x${string}` | undefined;
|
|
5703
5921
|
gas?: `0x${string}` | undefined;
|
|
5704
5922
|
nonce?: `0x${string}` | undefined;
|
|
5705
5923
|
value?: `0x${string}` | undefined;
|
|
5706
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5707
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5708
5924
|
blockHash?: `0x${string}` | null | undefined;
|
|
5709
5925
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5710
5926
|
hash?: `0x${string}` | undefined;
|
|
5711
5927
|
input?: `0x${string}` | undefined;
|
|
5712
5928
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5929
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5713
5930
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
5714
5931
|
chainId?: `0x${string}` | undefined;
|
|
5715
5932
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5749,18 +5966,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5749
5966
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5750
5967
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5751
5968
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5969
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5752
5970
|
to?: `0x${string}` | null | undefined;
|
|
5753
5971
|
from?: `0x${string}` | undefined;
|
|
5754
5972
|
gas?: `0x${string}` | undefined;
|
|
5755
5973
|
nonce?: `0x${string}` | undefined;
|
|
5756
5974
|
value?: `0x${string}` | undefined;
|
|
5757
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5758
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5759
5975
|
blockHash?: `0x${string}` | null | undefined;
|
|
5760
5976
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5761
5977
|
hash?: `0x${string}` | undefined;
|
|
5762
5978
|
input?: `0x${string}` | undefined;
|
|
5763
5979
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5980
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5764
5981
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
5765
5982
|
chainId?: `0x${string}` | undefined;
|
|
5766
5983
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -6245,18 +6462,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6245
6462
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6246
6463
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6247
6464
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6465
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6248
6466
|
to?: `0x${string}` | null | undefined;
|
|
6249
6467
|
from?: `0x${string}` | undefined;
|
|
6250
6468
|
gas?: `0x${string}` | undefined;
|
|
6251
6469
|
nonce?: `0x${string}` | undefined;
|
|
6252
6470
|
value?: `0x${string}` | undefined;
|
|
6253
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6254
|
-
accessList?: undefined;
|
|
6255
6471
|
blockHash?: `0x${string}` | null | undefined;
|
|
6256
6472
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6257
6473
|
hash?: `0x${string}` | undefined;
|
|
6258
6474
|
input?: `0x${string}` | undefined;
|
|
6259
6475
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6476
|
+
accessList?: undefined;
|
|
6260
6477
|
blobVersionedHashes?: undefined;
|
|
6261
6478
|
chainId?: `0x${string}` | undefined;
|
|
6262
6479
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6296,18 +6513,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6296
6513
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6297
6514
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6298
6515
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6516
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6299
6517
|
to?: `0x${string}` | null | undefined;
|
|
6300
6518
|
from?: `0x${string}` | undefined;
|
|
6301
6519
|
gas?: `0x${string}` | undefined;
|
|
6302
6520
|
nonce?: `0x${string}` | undefined;
|
|
6303
6521
|
value?: `0x${string}` | undefined;
|
|
6304
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6305
|
-
accessList?: undefined;
|
|
6306
6522
|
blockHash?: `0x${string}` | null | undefined;
|
|
6307
6523
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6308
6524
|
hash?: `0x${string}` | undefined;
|
|
6309
6525
|
input?: `0x${string}` | undefined;
|
|
6310
6526
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6527
|
+
accessList?: undefined;
|
|
6311
6528
|
blobVersionedHashes?: undefined;
|
|
6312
6529
|
chainId?: `0x${string}` | undefined;
|
|
6313
6530
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -6324,18 +6541,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6324
6541
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6325
6542
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6326
6543
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6544
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6327
6545
|
to?: `0x${string}` | null | undefined;
|
|
6328
6546
|
from?: `0x${string}` | undefined;
|
|
6329
6547
|
gas?: `0x${string}` | undefined;
|
|
6330
6548
|
nonce?: `0x${string}` | undefined;
|
|
6331
6549
|
value?: `0x${string}` | undefined;
|
|
6332
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6333
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6334
6550
|
blockHash?: `0x${string}` | null | undefined;
|
|
6335
6551
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6336
6552
|
hash?: `0x${string}` | undefined;
|
|
6337
6553
|
input?: `0x${string}` | undefined;
|
|
6338
6554
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6555
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6339
6556
|
blobVersionedHashes?: undefined;
|
|
6340
6557
|
chainId?: `0x${string}` | undefined;
|
|
6341
6558
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6375,18 +6592,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6375
6592
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6376
6593
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6377
6594
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6595
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6378
6596
|
to?: `0x${string}` | null | undefined;
|
|
6379
6597
|
from?: `0x${string}` | undefined;
|
|
6380
6598
|
gas?: `0x${string}` | undefined;
|
|
6381
6599
|
nonce?: `0x${string}` | undefined;
|
|
6382
6600
|
value?: `0x${string}` | undefined;
|
|
6383
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6384
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6385
6601
|
blockHash?: `0x${string}` | null | undefined;
|
|
6386
6602
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6387
6603
|
hash?: `0x${string}` | undefined;
|
|
6388
6604
|
input?: `0x${string}` | undefined;
|
|
6389
6605
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6606
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6390
6607
|
blobVersionedHashes?: undefined;
|
|
6391
6608
|
chainId?: `0x${string}` | undefined;
|
|
6392
6609
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6426,18 +6643,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6426
6643
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6427
6644
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6428
6645
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6646
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6429
6647
|
to?: `0x${string}` | null | undefined;
|
|
6430
6648
|
from?: `0x${string}` | undefined;
|
|
6431
6649
|
gas?: `0x${string}` | undefined;
|
|
6432
6650
|
nonce?: `0x${string}` | undefined;
|
|
6433
6651
|
value?: `0x${string}` | undefined;
|
|
6434
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6435
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6436
6652
|
blockHash?: `0x${string}` | null | undefined;
|
|
6437
6653
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6438
6654
|
hash?: `0x${string}` | undefined;
|
|
6439
6655
|
input?: `0x${string}` | undefined;
|
|
6440
6656
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6657
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6441
6658
|
blobVersionedHashes?: undefined;
|
|
6442
6659
|
chainId?: `0x${string}` | undefined;
|
|
6443
6660
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6477,18 +6694,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6477
6694
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6478
6695
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6479
6696
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6697
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6480
6698
|
to?: `0x${string}` | null | undefined;
|
|
6481
6699
|
from?: `0x${string}` | undefined;
|
|
6482
6700
|
gas?: `0x${string}` | undefined;
|
|
6483
6701
|
nonce?: `0x${string}` | undefined;
|
|
6484
6702
|
value?: `0x${string}` | undefined;
|
|
6485
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6486
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6487
6703
|
blockHash?: `0x${string}` | null | undefined;
|
|
6488
6704
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6489
6705
|
hash?: `0x${string}` | undefined;
|
|
6490
6706
|
input?: `0x${string}` | undefined;
|
|
6491
6707
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6708
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6492
6709
|
blobVersionedHashes?: undefined;
|
|
6493
6710
|
chainId?: `0x${string}` | undefined;
|
|
6494
6711
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -6505,18 +6722,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6505
6722
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6506
6723
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6507
6724
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6725
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6508
6726
|
to?: `0x${string}` | null | undefined;
|
|
6509
6727
|
from?: `0x${string}` | undefined;
|
|
6510
6728
|
gas?: `0x${string}` | undefined;
|
|
6511
6729
|
nonce?: `0x${string}` | undefined;
|
|
6512
6730
|
value?: `0x${string}` | undefined;
|
|
6513
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6514
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6515
6731
|
blockHash?: `0x${string}` | null | undefined;
|
|
6516
6732
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6517
6733
|
hash?: `0x${string}` | undefined;
|
|
6518
6734
|
input?: `0x${string}` | undefined;
|
|
6519
6735
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6736
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6520
6737
|
blobVersionedHashes?: undefined;
|
|
6521
6738
|
chainId?: `0x${string}` | undefined;
|
|
6522
6739
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6556,18 +6773,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6556
6773
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6557
6774
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6558
6775
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6776
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6559
6777
|
to?: `0x${string}` | null | undefined;
|
|
6560
6778
|
from?: `0x${string}` | undefined;
|
|
6561
6779
|
gas?: `0x${string}` | undefined;
|
|
6562
6780
|
nonce?: `0x${string}` | undefined;
|
|
6563
6781
|
value?: `0x${string}` | undefined;
|
|
6564
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6565
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6566
6782
|
blockHash?: `0x${string}` | null | undefined;
|
|
6567
6783
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6568
6784
|
hash?: `0x${string}` | undefined;
|
|
6569
6785
|
input?: `0x${string}` | undefined;
|
|
6570
6786
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6787
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6571
6788
|
blobVersionedHashes?: undefined;
|
|
6572
6789
|
chainId?: `0x${string}` | undefined;
|
|
6573
6790
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6607,18 +6824,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6607
6824
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6608
6825
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6609
6826
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6827
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6610
6828
|
to?: `0x${string}` | null | undefined;
|
|
6611
6829
|
from?: `0x${string}` | undefined;
|
|
6612
6830
|
gas?: `0x${string}` | undefined;
|
|
6613
6831
|
nonce?: `0x${string}` | undefined;
|
|
6614
6832
|
value?: `0x${string}` | undefined;
|
|
6615
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6616
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6617
6833
|
blockHash?: `0x${string}` | null | undefined;
|
|
6618
6834
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6619
6835
|
hash?: `0x${string}` | undefined;
|
|
6620
6836
|
input?: `0x${string}` | undefined;
|
|
6621
6837
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6838
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6622
6839
|
blobVersionedHashes?: undefined;
|
|
6623
6840
|
chainId?: `0x${string}` | undefined;
|
|
6624
6841
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6658,18 +6875,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6658
6875
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6659
6876
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6660
6877
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6878
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6661
6879
|
to?: `0x${string}` | null | undefined;
|
|
6662
6880
|
from?: `0x${string}` | undefined;
|
|
6663
6881
|
gas?: `0x${string}` | undefined;
|
|
6664
6882
|
nonce?: `0x${string}` | undefined;
|
|
6665
6883
|
value?: `0x${string}` | undefined;
|
|
6666
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6667
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6668
6884
|
blockHash?: `0x${string}` | null | undefined;
|
|
6669
6885
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6670
6886
|
hash?: `0x${string}` | undefined;
|
|
6671
6887
|
input?: `0x${string}` | undefined;
|
|
6672
6888
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6889
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6673
6890
|
blobVersionedHashes?: undefined;
|
|
6674
6891
|
chainId?: `0x${string}` | undefined;
|
|
6675
6892
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -6686,18 +6903,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6686
6903
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6687
6904
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6688
6905
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6906
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6689
6907
|
to?: `0x${string}` | null | undefined;
|
|
6690
6908
|
from?: `0x${string}` | undefined;
|
|
6691
6909
|
gas?: `0x${string}` | undefined;
|
|
6692
6910
|
nonce?: `0x${string}` | undefined;
|
|
6693
6911
|
value?: `0x${string}` | undefined;
|
|
6694
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6695
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6696
6912
|
blockHash?: `0x${string}` | null | undefined;
|
|
6697
6913
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6698
6914
|
hash?: `0x${string}` | undefined;
|
|
6699
6915
|
input?: `0x${string}` | undefined;
|
|
6700
6916
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6917
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6701
6918
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
6702
6919
|
chainId?: `0x${string}` | undefined;
|
|
6703
6920
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6737,18 +6954,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6737
6954
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6738
6955
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6739
6956
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6957
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6740
6958
|
to?: `0x${string}` | null | undefined;
|
|
6741
6959
|
from?: `0x${string}` | undefined;
|
|
6742
6960
|
gas?: `0x${string}` | undefined;
|
|
6743
6961
|
nonce?: `0x${string}` | undefined;
|
|
6744
6962
|
value?: `0x${string}` | undefined;
|
|
6745
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6746
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6747
6963
|
blockHash?: `0x${string}` | null | undefined;
|
|
6748
6964
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6749
6965
|
hash?: `0x${string}` | undefined;
|
|
6750
6966
|
input?: `0x${string}` | undefined;
|
|
6751
6967
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6968
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6752
6969
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
6753
6970
|
chainId?: `0x${string}` | undefined;
|
|
6754
6971
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6788,18 +7005,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6788
7005
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6789
7006
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6790
7007
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
7008
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6791
7009
|
to?: `0x${string}` | null | undefined;
|
|
6792
7010
|
from?: `0x${string}` | undefined;
|
|
6793
7011
|
gas?: `0x${string}` | undefined;
|
|
6794
7012
|
nonce?: `0x${string}` | undefined;
|
|
6795
7013
|
value?: `0x${string}` | undefined;
|
|
6796
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6797
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6798
7014
|
blockHash?: `0x${string}` | null | undefined;
|
|
6799
7015
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6800
7016
|
hash?: `0x${string}` | undefined;
|
|
6801
7017
|
input?: `0x${string}` | undefined;
|
|
6802
7018
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
7019
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6803
7020
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
6804
7021
|
chainId?: `0x${string}` | undefined;
|
|
6805
7022
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6839,18 +7056,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6839
7056
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6840
7057
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6841
7058
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
7059
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6842
7060
|
to?: `0x${string}` | null | undefined;
|
|
6843
7061
|
from?: `0x${string}` | undefined;
|
|
6844
7062
|
gas?: `0x${string}` | undefined;
|
|
6845
7063
|
nonce?: `0x${string}` | undefined;
|
|
6846
7064
|
value?: `0x${string}` | undefined;
|
|
6847
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6848
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6849
7065
|
blockHash?: `0x${string}` | null | undefined;
|
|
6850
7066
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6851
7067
|
hash?: `0x${string}` | undefined;
|
|
6852
7068
|
input?: `0x${string}` | undefined;
|
|
6853
7069
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
7070
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6854
7071
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
6855
7072
|
chainId?: `0x${string}` | undefined;
|
|
6856
7073
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6890,18 +7107,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6890
7107
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6891
7108
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6892
7109
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
7110
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6893
7111
|
to?: `0x${string}` | null | undefined;
|
|
6894
7112
|
from?: `0x${string}` | undefined;
|
|
6895
7113
|
gas?: `0x${string}` | undefined;
|
|
6896
7114
|
nonce?: `0x${string}` | undefined;
|
|
6897
7115
|
value?: `0x${string}` | undefined;
|
|
6898
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6899
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6900
7116
|
blockHash?: `0x${string}` | null | undefined;
|
|
6901
7117
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6902
7118
|
hash?: `0x${string}` | undefined;
|
|
6903
7119
|
input?: `0x${string}` | undefined;
|
|
6904
7120
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
7121
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6905
7122
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
6906
7123
|
chainId?: `0x${string}` | undefined;
|
|
6907
7124
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -7693,6 +7910,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7693
7910
|
accessList?: undefined;
|
|
7694
7911
|
blobs?: undefined;
|
|
7695
7912
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
7913
|
+
blobVersionedHashes?: undefined;
|
|
7914
|
+
kzg?: undefined;
|
|
7915
|
+
sidecars?: undefined;
|
|
7696
7916
|
} & {
|
|
7697
7917
|
data?: `0x${string}` | undefined;
|
|
7698
7918
|
from: `0x${string}`;
|
|
@@ -7707,6 +7927,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7707
7927
|
accessList?: undefined;
|
|
7708
7928
|
blobs?: undefined;
|
|
7709
7929
|
type?: "legacy" | undefined;
|
|
7930
|
+
blobVersionedHashes?: undefined;
|
|
7931
|
+
kzg?: undefined;
|
|
7932
|
+
sidecars?: undefined;
|
|
7710
7933
|
} & {
|
|
7711
7934
|
gasPerPubdata?: undefined;
|
|
7712
7935
|
customSignature?: undefined;
|
|
@@ -7727,6 +7950,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7727
7950
|
accessList?: undefined;
|
|
7728
7951
|
blobs?: undefined;
|
|
7729
7952
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
7953
|
+
blobVersionedHashes?: undefined;
|
|
7954
|
+
kzg?: undefined;
|
|
7955
|
+
sidecars?: undefined;
|
|
7730
7956
|
} & {
|
|
7731
7957
|
data?: `0x${string}` | undefined;
|
|
7732
7958
|
from: `0x${string}`;
|
|
@@ -7741,6 +7967,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7741
7967
|
accessList?: import("viem").AccessList | undefined;
|
|
7742
7968
|
blobs?: undefined;
|
|
7743
7969
|
type?: "eip2930" | undefined;
|
|
7970
|
+
blobVersionedHashes?: undefined;
|
|
7971
|
+
kzg?: undefined;
|
|
7972
|
+
sidecars?: undefined;
|
|
7744
7973
|
} & {
|
|
7745
7974
|
gasPerPubdata?: undefined;
|
|
7746
7975
|
customSignature?: undefined;
|
|
@@ -7761,6 +7990,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7761
7990
|
accessList?: undefined;
|
|
7762
7991
|
blobs?: undefined;
|
|
7763
7992
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
7993
|
+
blobVersionedHashes?: undefined;
|
|
7994
|
+
kzg?: undefined;
|
|
7995
|
+
sidecars?: undefined;
|
|
7764
7996
|
} & {
|
|
7765
7997
|
data?: `0x${string}` | undefined;
|
|
7766
7998
|
from: `0x${string}`;
|
|
@@ -7775,6 +8007,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7775
8007
|
accessList?: import("viem").AccessList | undefined;
|
|
7776
8008
|
blobs?: undefined;
|
|
7777
8009
|
type?: "eip1559" | undefined;
|
|
8010
|
+
blobVersionedHashes?: undefined;
|
|
8011
|
+
kzg?: undefined;
|
|
8012
|
+
sidecars?: undefined;
|
|
7778
8013
|
} & {
|
|
7779
8014
|
gasPerPubdata?: undefined;
|
|
7780
8015
|
customSignature?: undefined;
|
|
@@ -7795,6 +8030,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7795
8030
|
accessList?: undefined;
|
|
7796
8031
|
blobs?: undefined;
|
|
7797
8032
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8033
|
+
blobVersionedHashes?: undefined;
|
|
8034
|
+
kzg?: undefined;
|
|
8035
|
+
sidecars?: undefined;
|
|
7798
8036
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
7799
8037
|
gasPerPubdata?: bigint | undefined;
|
|
7800
8038
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -7817,6 +8055,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7817
8055
|
accessList?: undefined;
|
|
7818
8056
|
blobs?: undefined;
|
|
7819
8057
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8058
|
+
blobVersionedHashes?: undefined;
|
|
8059
|
+
kzg?: undefined;
|
|
8060
|
+
sidecars?: undefined;
|
|
7820
8061
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
7821
8062
|
gasPerPubdata?: bigint | undefined;
|
|
7822
8063
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -7839,6 +8080,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7839
8080
|
accessList?: import("viem").AccessList | undefined;
|
|
7840
8081
|
blobs?: undefined;
|
|
7841
8082
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8083
|
+
blobVersionedHashes?: undefined;
|
|
8084
|
+
kzg?: undefined;
|
|
8085
|
+
sidecars?: undefined;
|
|
7842
8086
|
} & {
|
|
7843
8087
|
data?: `0x${string}` | undefined;
|
|
7844
8088
|
from: `0x${string}`;
|
|
@@ -7853,6 +8097,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7853
8097
|
accessList?: undefined;
|
|
7854
8098
|
blobs?: undefined;
|
|
7855
8099
|
type?: "legacy" | undefined;
|
|
8100
|
+
blobVersionedHashes?: undefined;
|
|
8101
|
+
kzg?: undefined;
|
|
8102
|
+
sidecars?: undefined;
|
|
7856
8103
|
} & {
|
|
7857
8104
|
gasPerPubdata?: undefined;
|
|
7858
8105
|
customSignature?: undefined;
|
|
@@ -7873,6 +8120,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7873
8120
|
accessList?: import("viem").AccessList | undefined;
|
|
7874
8121
|
blobs?: undefined;
|
|
7875
8122
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8123
|
+
blobVersionedHashes?: undefined;
|
|
8124
|
+
kzg?: undefined;
|
|
8125
|
+
sidecars?: undefined;
|
|
7876
8126
|
} & {
|
|
7877
8127
|
data?: `0x${string}` | undefined;
|
|
7878
8128
|
from: `0x${string}`;
|
|
@@ -7887,6 +8137,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7887
8137
|
accessList?: import("viem").AccessList | undefined;
|
|
7888
8138
|
blobs?: undefined;
|
|
7889
8139
|
type?: "eip2930" | undefined;
|
|
8140
|
+
blobVersionedHashes?: undefined;
|
|
8141
|
+
kzg?: undefined;
|
|
8142
|
+
sidecars?: undefined;
|
|
7890
8143
|
} & {
|
|
7891
8144
|
gasPerPubdata?: undefined;
|
|
7892
8145
|
customSignature?: undefined;
|
|
@@ -7907,6 +8160,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7907
8160
|
accessList?: import("viem").AccessList | undefined;
|
|
7908
8161
|
blobs?: undefined;
|
|
7909
8162
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8163
|
+
blobVersionedHashes?: undefined;
|
|
8164
|
+
kzg?: undefined;
|
|
8165
|
+
sidecars?: undefined;
|
|
7910
8166
|
} & {
|
|
7911
8167
|
data?: `0x${string}` | undefined;
|
|
7912
8168
|
from: `0x${string}`;
|
|
@@ -7921,6 +8177,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7921
8177
|
accessList?: import("viem").AccessList | undefined;
|
|
7922
8178
|
blobs?: undefined;
|
|
7923
8179
|
type?: "eip1559" | undefined;
|
|
8180
|
+
blobVersionedHashes?: undefined;
|
|
8181
|
+
kzg?: undefined;
|
|
8182
|
+
sidecars?: undefined;
|
|
7924
8183
|
} & {
|
|
7925
8184
|
gasPerPubdata?: undefined;
|
|
7926
8185
|
customSignature?: undefined;
|
|
@@ -7941,6 +8200,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7941
8200
|
accessList?: import("viem").AccessList | undefined;
|
|
7942
8201
|
blobs?: undefined;
|
|
7943
8202
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8203
|
+
blobVersionedHashes?: undefined;
|
|
8204
|
+
kzg?: undefined;
|
|
8205
|
+
sidecars?: undefined;
|
|
7944
8206
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
7945
8207
|
gasPerPubdata?: bigint | undefined;
|
|
7946
8208
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -7963,6 +8225,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7963
8225
|
accessList?: import("viem").AccessList | undefined;
|
|
7964
8226
|
blobs?: undefined;
|
|
7965
8227
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8228
|
+
blobVersionedHashes?: undefined;
|
|
8229
|
+
kzg?: undefined;
|
|
8230
|
+
sidecars?: undefined;
|
|
7966
8231
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
7967
8232
|
gasPerPubdata?: bigint | undefined;
|
|
7968
8233
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -7985,6 +8250,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7985
8250
|
accessList?: import("viem").AccessList | undefined;
|
|
7986
8251
|
blobs?: undefined;
|
|
7987
8252
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8253
|
+
blobVersionedHashes?: undefined;
|
|
8254
|
+
kzg?: undefined;
|
|
8255
|
+
sidecars?: undefined;
|
|
7988
8256
|
} & {
|
|
7989
8257
|
data?: `0x${string}` | undefined;
|
|
7990
8258
|
from: `0x${string}`;
|
|
@@ -7999,6 +8267,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7999
8267
|
accessList?: undefined;
|
|
8000
8268
|
blobs?: undefined;
|
|
8001
8269
|
type?: "legacy" | undefined;
|
|
8270
|
+
blobVersionedHashes?: undefined;
|
|
8271
|
+
kzg?: undefined;
|
|
8272
|
+
sidecars?: undefined;
|
|
8002
8273
|
} & {
|
|
8003
8274
|
gasPerPubdata?: undefined;
|
|
8004
8275
|
customSignature?: undefined;
|
|
@@ -8019,6 +8290,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8019
8290
|
accessList?: import("viem").AccessList | undefined;
|
|
8020
8291
|
blobs?: undefined;
|
|
8021
8292
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8293
|
+
blobVersionedHashes?: undefined;
|
|
8294
|
+
kzg?: undefined;
|
|
8295
|
+
sidecars?: undefined;
|
|
8022
8296
|
} & {
|
|
8023
8297
|
data?: `0x${string}` | undefined;
|
|
8024
8298
|
from: `0x${string}`;
|
|
@@ -8033,6 +8307,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8033
8307
|
accessList?: import("viem").AccessList | undefined;
|
|
8034
8308
|
blobs?: undefined;
|
|
8035
8309
|
type?: "eip2930" | undefined;
|
|
8310
|
+
blobVersionedHashes?: undefined;
|
|
8311
|
+
kzg?: undefined;
|
|
8312
|
+
sidecars?: undefined;
|
|
8036
8313
|
} & {
|
|
8037
8314
|
gasPerPubdata?: undefined;
|
|
8038
8315
|
customSignature?: undefined;
|
|
@@ -8053,6 +8330,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8053
8330
|
accessList?: import("viem").AccessList | undefined;
|
|
8054
8331
|
blobs?: undefined;
|
|
8055
8332
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8333
|
+
blobVersionedHashes?: undefined;
|
|
8334
|
+
kzg?: undefined;
|
|
8335
|
+
sidecars?: undefined;
|
|
8056
8336
|
} & {
|
|
8057
8337
|
data?: `0x${string}` | undefined;
|
|
8058
8338
|
from: `0x${string}`;
|
|
@@ -8067,6 +8347,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8067
8347
|
accessList?: import("viem").AccessList | undefined;
|
|
8068
8348
|
blobs?: undefined;
|
|
8069
8349
|
type?: "eip1559" | undefined;
|
|
8350
|
+
blobVersionedHashes?: undefined;
|
|
8351
|
+
kzg?: undefined;
|
|
8352
|
+
sidecars?: undefined;
|
|
8070
8353
|
} & {
|
|
8071
8354
|
gasPerPubdata?: undefined;
|
|
8072
8355
|
customSignature?: undefined;
|
|
@@ -8087,6 +8370,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8087
8370
|
accessList?: import("viem").AccessList | undefined;
|
|
8088
8371
|
blobs?: undefined;
|
|
8089
8372
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8373
|
+
blobVersionedHashes?: undefined;
|
|
8374
|
+
kzg?: undefined;
|
|
8375
|
+
sidecars?: undefined;
|
|
8090
8376
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
8091
8377
|
gasPerPubdata?: bigint | undefined;
|
|
8092
8378
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -8109,6 +8395,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8109
8395
|
accessList?: import("viem").AccessList | undefined;
|
|
8110
8396
|
blobs?: undefined;
|
|
8111
8397
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8398
|
+
blobVersionedHashes?: undefined;
|
|
8399
|
+
kzg?: undefined;
|
|
8400
|
+
sidecars?: undefined;
|
|
8112
8401
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
8113
8402
|
gasPerPubdata?: bigint | undefined;
|
|
8114
8403
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -8130,6 +8419,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8130
8419
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8131
8420
|
accessList?: import("viem").AccessList | undefined;
|
|
8132
8421
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8422
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8423
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8424
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8133
8425
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8134
8426
|
} & {
|
|
8135
8427
|
data?: `0x${string}` | undefined;
|
|
@@ -8145,6 +8437,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8145
8437
|
accessList?: undefined;
|
|
8146
8438
|
blobs?: undefined;
|
|
8147
8439
|
type?: "legacy" | undefined;
|
|
8440
|
+
blobVersionedHashes?: undefined;
|
|
8441
|
+
kzg?: undefined;
|
|
8442
|
+
sidecars?: undefined;
|
|
8148
8443
|
} & {
|
|
8149
8444
|
gasPerPubdata?: undefined;
|
|
8150
8445
|
customSignature?: undefined;
|
|
@@ -8164,6 +8459,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8164
8459
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8165
8460
|
accessList?: import("viem").AccessList | undefined;
|
|
8166
8461
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8462
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8463
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8464
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8167
8465
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8168
8466
|
} & {
|
|
8169
8467
|
data?: `0x${string}` | undefined;
|
|
@@ -8179,6 +8477,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8179
8477
|
accessList?: import("viem").AccessList | undefined;
|
|
8180
8478
|
blobs?: undefined;
|
|
8181
8479
|
type?: "eip2930" | undefined;
|
|
8480
|
+
blobVersionedHashes?: undefined;
|
|
8481
|
+
kzg?: undefined;
|
|
8482
|
+
sidecars?: undefined;
|
|
8182
8483
|
} & {
|
|
8183
8484
|
gasPerPubdata?: undefined;
|
|
8184
8485
|
customSignature?: undefined;
|
|
@@ -8198,6 +8499,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8198
8499
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8199
8500
|
accessList?: import("viem").AccessList | undefined;
|
|
8200
8501
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8502
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8503
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8504
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8201
8505
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8202
8506
|
} & {
|
|
8203
8507
|
data?: `0x${string}` | undefined;
|
|
@@ -8213,6 +8517,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8213
8517
|
accessList?: import("viem").AccessList | undefined;
|
|
8214
8518
|
blobs?: undefined;
|
|
8215
8519
|
type?: "eip1559" | undefined;
|
|
8520
|
+
blobVersionedHashes?: undefined;
|
|
8521
|
+
kzg?: undefined;
|
|
8522
|
+
sidecars?: undefined;
|
|
8216
8523
|
} & {
|
|
8217
8524
|
gasPerPubdata?: undefined;
|
|
8218
8525
|
customSignature?: undefined;
|
|
@@ -8232,6 +8539,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8232
8539
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8233
8540
|
accessList?: import("viem").AccessList | undefined;
|
|
8234
8541
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8542
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8543
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8544
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8235
8545
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8236
8546
|
} & {
|
|
8237
8547
|
data?: `0x${string}` | undefined;
|
|
@@ -8246,6 +8556,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8246
8556
|
maxFeePerBlobGas: bigint;
|
|
8247
8557
|
accessList?: import("viem").AccessList | undefined;
|
|
8248
8558
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
8559
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8560
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8561
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8249
8562
|
type?: "eip4844" | undefined;
|
|
8250
8563
|
} & {
|
|
8251
8564
|
gasPerPubdata?: undefined;
|
|
@@ -8266,6 +8579,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8266
8579
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8267
8580
|
accessList?: import("viem").AccessList | undefined;
|
|
8268
8581
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8582
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8583
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8584
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8269
8585
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8270
8586
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
8271
8587
|
gasPerPubdata?: bigint | undefined;
|
|
@@ -8288,6 +8604,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8288
8604
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8289
8605
|
accessList?: import("viem").AccessList | undefined;
|
|
8290
8606
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8607
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8608
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8609
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8291
8610
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8292
8611
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
8293
8612
|
gasPerPubdata?: bigint | undefined;
|
|
@@ -8311,6 +8630,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8311
8630
|
accessList?: undefined;
|
|
8312
8631
|
blobs?: undefined;
|
|
8313
8632
|
type?: "0x0" | undefined;
|
|
8633
|
+
blobVersionedHashes?: undefined;
|
|
8634
|
+
kzg?: undefined;
|
|
8635
|
+
sidecars?: undefined;
|
|
8314
8636
|
eip712Meta?: undefined;
|
|
8315
8637
|
} | {
|
|
8316
8638
|
data?: `0x${string}` | undefined;
|
|
@@ -8326,6 +8648,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8326
8648
|
accessList?: undefined;
|
|
8327
8649
|
blobs?: undefined;
|
|
8328
8650
|
type?: "0x1" | undefined;
|
|
8651
|
+
blobVersionedHashes?: undefined;
|
|
8652
|
+
kzg?: undefined;
|
|
8653
|
+
sidecars?: undefined;
|
|
8329
8654
|
eip712Meta?: undefined;
|
|
8330
8655
|
} | {
|
|
8331
8656
|
data?: `0x${string}` | undefined;
|
|
@@ -8341,6 +8666,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8341
8666
|
accessList?: undefined;
|
|
8342
8667
|
blobs?: undefined;
|
|
8343
8668
|
type?: "0x2" | undefined;
|
|
8669
|
+
blobVersionedHashes?: undefined;
|
|
8670
|
+
kzg?: undefined;
|
|
8671
|
+
sidecars?: undefined;
|
|
8344
8672
|
eip712Meta?: undefined;
|
|
8345
8673
|
} | {
|
|
8346
8674
|
data?: `0x${string}` | undefined;
|
|
@@ -8356,6 +8684,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8356
8684
|
accessList?: undefined;
|
|
8357
8685
|
blobs?: undefined;
|
|
8358
8686
|
type: "0xff" | "0x71";
|
|
8687
|
+
blobVersionedHashes?: undefined;
|
|
8688
|
+
kzg?: undefined;
|
|
8689
|
+
sidecars?: undefined;
|
|
8359
8690
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
8360
8691
|
} | {
|
|
8361
8692
|
data?: `0x${string}` | undefined;
|
|
@@ -8371,6 +8702,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8371
8702
|
accessList?: undefined;
|
|
8372
8703
|
blobs?: undefined;
|
|
8373
8704
|
type?: "0x0" | undefined;
|
|
8705
|
+
blobVersionedHashes?: undefined;
|
|
8706
|
+
kzg?: undefined;
|
|
8707
|
+
sidecars?: undefined;
|
|
8374
8708
|
eip712Meta?: undefined;
|
|
8375
8709
|
} | {
|
|
8376
8710
|
data?: `0x${string}` | undefined;
|
|
@@ -8386,6 +8720,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8386
8720
|
accessList?: import("viem").AccessList | undefined;
|
|
8387
8721
|
blobs?: undefined;
|
|
8388
8722
|
type?: "0x1" | undefined;
|
|
8723
|
+
blobVersionedHashes?: undefined;
|
|
8724
|
+
kzg?: undefined;
|
|
8725
|
+
sidecars?: undefined;
|
|
8389
8726
|
eip712Meta?: undefined;
|
|
8390
8727
|
} | {
|
|
8391
8728
|
data?: `0x${string}` | undefined;
|
|
@@ -8401,6 +8738,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8401
8738
|
accessList?: import("viem").AccessList | undefined;
|
|
8402
8739
|
blobs?: undefined;
|
|
8403
8740
|
type?: "0x2" | undefined;
|
|
8741
|
+
blobVersionedHashes?: undefined;
|
|
8742
|
+
kzg?: undefined;
|
|
8743
|
+
sidecars?: undefined;
|
|
8404
8744
|
eip712Meta?: undefined;
|
|
8405
8745
|
} | {
|
|
8406
8746
|
data?: `0x${string}` | undefined;
|
|
@@ -8416,6 +8756,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8416
8756
|
accessList?: import("viem").AccessList | undefined;
|
|
8417
8757
|
blobs?: undefined;
|
|
8418
8758
|
type: "0xff" | "0x71";
|
|
8759
|
+
blobVersionedHashes?: undefined;
|
|
8760
|
+
kzg?: undefined;
|
|
8761
|
+
sidecars?: undefined;
|
|
8419
8762
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
8420
8763
|
} | {
|
|
8421
8764
|
data?: `0x${string}` | undefined;
|
|
@@ -8431,6 +8774,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8431
8774
|
accessList?: undefined;
|
|
8432
8775
|
blobs?: undefined;
|
|
8433
8776
|
type?: "0x0" | undefined;
|
|
8777
|
+
blobVersionedHashes?: undefined;
|
|
8778
|
+
kzg?: undefined;
|
|
8779
|
+
sidecars?: undefined;
|
|
8434
8780
|
eip712Meta?: undefined;
|
|
8435
8781
|
} | {
|
|
8436
8782
|
data?: `0x${string}` | undefined;
|
|
@@ -8446,6 +8792,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8446
8792
|
accessList?: import("viem").AccessList | undefined;
|
|
8447
8793
|
blobs?: undefined;
|
|
8448
8794
|
type?: "0x1" | undefined;
|
|
8795
|
+
blobVersionedHashes?: undefined;
|
|
8796
|
+
kzg?: undefined;
|
|
8797
|
+
sidecars?: undefined;
|
|
8449
8798
|
eip712Meta?: undefined;
|
|
8450
8799
|
} | {
|
|
8451
8800
|
data?: `0x${string}` | undefined;
|
|
@@ -8461,6 +8810,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8461
8810
|
accessList?: import("viem").AccessList | undefined;
|
|
8462
8811
|
blobs?: undefined;
|
|
8463
8812
|
type?: "0x2" | undefined;
|
|
8813
|
+
blobVersionedHashes?: undefined;
|
|
8814
|
+
kzg?: undefined;
|
|
8815
|
+
sidecars?: undefined;
|
|
8464
8816
|
eip712Meta?: undefined;
|
|
8465
8817
|
} | {
|
|
8466
8818
|
data?: `0x${string}` | undefined;
|
|
@@ -8476,6 +8828,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8476
8828
|
accessList?: import("viem").AccessList | undefined;
|
|
8477
8829
|
blobs?: undefined;
|
|
8478
8830
|
type: "0xff" | "0x71";
|
|
8831
|
+
blobVersionedHashes?: undefined;
|
|
8832
|
+
kzg?: undefined;
|
|
8833
|
+
sidecars?: undefined;
|
|
8479
8834
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
8480
8835
|
} | {
|
|
8481
8836
|
data?: `0x${string}` | undefined;
|
|
@@ -8490,6 +8845,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8490
8845
|
maxFeePerBlobGas: `0x${string}`;
|
|
8491
8846
|
accessList?: import("viem").AccessList | undefined;
|
|
8492
8847
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
8848
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8849
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8850
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8493
8851
|
type?: "0x3" | undefined;
|
|
8494
8852
|
eip712Meta?: undefined;
|
|
8495
8853
|
} | {
|
|
@@ -8505,6 +8863,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8505
8863
|
maxFeePerBlobGas: undefined;
|
|
8506
8864
|
accessList?: import("viem").AccessList | undefined;
|
|
8507
8865
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
8866
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8867
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8868
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8508
8869
|
type: "0xff" | "0x71";
|
|
8509
8870
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
8510
8871
|
}) & {
|
|
@@ -8522,6 +8883,38 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8522
8883
|
};
|
|
8523
8884
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
8524
8885
|
readonly network: "zksync-era";
|
|
8886
|
+
} | {
|
|
8887
|
+
blockExplorers: {
|
|
8888
|
+
readonly default: {
|
|
8889
|
+
readonly name: "Mantle Explorer";
|
|
8890
|
+
readonly url: "https://explorer.mantle.xyz";
|
|
8891
|
+
readonly apiUrl: "https://explorer.mantle.xyz/api";
|
|
8892
|
+
};
|
|
8893
|
+
};
|
|
8894
|
+
contracts: {
|
|
8895
|
+
readonly multicall3: {
|
|
8896
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
8897
|
+
readonly blockCreated: 304717;
|
|
8898
|
+
};
|
|
8899
|
+
};
|
|
8900
|
+
id: 5000;
|
|
8901
|
+
name: "Mantle";
|
|
8902
|
+
nativeCurrency: {
|
|
8903
|
+
readonly decimals: 18;
|
|
8904
|
+
readonly name: "MNT";
|
|
8905
|
+
readonly symbol: "MNT";
|
|
8906
|
+
};
|
|
8907
|
+
rpcUrls: {
|
|
8908
|
+
readonly default: {
|
|
8909
|
+
readonly http: readonly ["https://rpc.mantle.xyz"];
|
|
8910
|
+
};
|
|
8911
|
+
};
|
|
8912
|
+
sourceId?: number | undefined;
|
|
8913
|
+
testnet?: boolean | undefined;
|
|
8914
|
+
custom?: Record<string, unknown> | undefined;
|
|
8915
|
+
formatters?: undefined;
|
|
8916
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
8917
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
8525
8918
|
} | {
|
|
8526
8919
|
blockExplorers: {
|
|
8527
8920
|
readonly default: {
|
|
@@ -8743,18 +9136,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
8743
9136
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
8744
9137
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
8745
9138
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9139
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8746
9140
|
to?: `0x${string}` | null | undefined;
|
|
8747
9141
|
from?: `0x${string}` | undefined;
|
|
8748
9142
|
gas?: `0x${string}` | undefined;
|
|
8749
9143
|
nonce?: `0x${string}` | undefined;
|
|
8750
9144
|
value?: `0x${string}` | undefined;
|
|
8751
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8752
|
-
accessList?: undefined;
|
|
8753
9145
|
blockHash?: `0x${string}` | null | undefined;
|
|
8754
9146
|
blockNumber?: `0x${string}` | null | undefined;
|
|
8755
9147
|
hash?: `0x${string}` | undefined;
|
|
8756
9148
|
input?: `0x${string}` | undefined;
|
|
8757
9149
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9150
|
+
accessList?: undefined;
|
|
8758
9151
|
blobVersionedHashes?: undefined;
|
|
8759
9152
|
chainId?: `0x${string}` | undefined;
|
|
8760
9153
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -8794,18 +9187,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
8794
9187
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
8795
9188
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
8796
9189
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9190
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8797
9191
|
to?: `0x${string}` | null | undefined;
|
|
8798
9192
|
from?: `0x${string}` | undefined;
|
|
8799
9193
|
gas?: `0x${string}` | undefined;
|
|
8800
9194
|
nonce?: `0x${string}` | undefined;
|
|
8801
9195
|
value?: `0x${string}` | undefined;
|
|
8802
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8803
|
-
accessList?: undefined;
|
|
8804
9196
|
blockHash?: `0x${string}` | null | undefined;
|
|
8805
9197
|
blockNumber?: `0x${string}` | null | undefined;
|
|
8806
9198
|
hash?: `0x${string}` | undefined;
|
|
8807
9199
|
input?: `0x${string}` | undefined;
|
|
8808
9200
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9201
|
+
accessList?: undefined;
|
|
8809
9202
|
blobVersionedHashes?: undefined;
|
|
8810
9203
|
chainId?: `0x${string}` | undefined;
|
|
8811
9204
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -8822,18 +9215,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
8822
9215
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
8823
9216
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
8824
9217
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9218
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8825
9219
|
to?: `0x${string}` | null | undefined;
|
|
8826
9220
|
from?: `0x${string}` | undefined;
|
|
8827
9221
|
gas?: `0x${string}` | undefined;
|
|
8828
9222
|
nonce?: `0x${string}` | undefined;
|
|
8829
9223
|
value?: `0x${string}` | undefined;
|
|
8830
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8831
|
-
accessList?: import("viem").AccessList | undefined;
|
|
8832
9224
|
blockHash?: `0x${string}` | null | undefined;
|
|
8833
9225
|
blockNumber?: `0x${string}` | null | undefined;
|
|
8834
9226
|
hash?: `0x${string}` | undefined;
|
|
8835
9227
|
input?: `0x${string}` | undefined;
|
|
8836
9228
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9229
|
+
accessList?: import("viem").AccessList | undefined;
|
|
8837
9230
|
blobVersionedHashes?: undefined;
|
|
8838
9231
|
chainId?: `0x${string}` | undefined;
|
|
8839
9232
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -8873,18 +9266,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
8873
9266
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
8874
9267
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
8875
9268
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9269
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8876
9270
|
to?: `0x${string}` | null | undefined;
|
|
8877
9271
|
from?: `0x${string}` | undefined;
|
|
8878
9272
|
gas?: `0x${string}` | undefined;
|
|
8879
9273
|
nonce?: `0x${string}` | undefined;
|
|
8880
9274
|
value?: `0x${string}` | undefined;
|
|
8881
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8882
|
-
accessList?: import("viem").AccessList | undefined;
|
|
8883
9275
|
blockHash?: `0x${string}` | null | undefined;
|
|
8884
9276
|
blockNumber?: `0x${string}` | null | undefined;
|
|
8885
9277
|
hash?: `0x${string}` | undefined;
|
|
8886
9278
|
input?: `0x${string}` | undefined;
|
|
8887
9279
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9280
|
+
accessList?: import("viem").AccessList | undefined;
|
|
8888
9281
|
blobVersionedHashes?: undefined;
|
|
8889
9282
|
chainId?: `0x${string}` | undefined;
|
|
8890
9283
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -8924,18 +9317,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
8924
9317
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
8925
9318
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
8926
9319
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9320
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8927
9321
|
to?: `0x${string}` | null | undefined;
|
|
8928
|
-
from?: `0x${string}` | undefined;
|
|
9322
|
+
from?: `0x${string}` | undefined;
|
|
8929
9323
|
gas?: `0x${string}` | undefined;
|
|
8930
9324
|
nonce?: `0x${string}` | undefined;
|
|
8931
9325
|
value?: `0x${string}` | undefined;
|
|
8932
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8933
|
-
accessList?: import("viem").AccessList | undefined;
|
|
8934
9326
|
blockHash?: `0x${string}` | null | undefined;
|
|
8935
9327
|
blockNumber?: `0x${string}` | null | undefined;
|
|
8936
9328
|
hash?: `0x${string}` | undefined;
|
|
8937
9329
|
input?: `0x${string}` | undefined;
|
|
8938
9330
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9331
|
+
accessList?: import("viem").AccessList | undefined;
|
|
8939
9332
|
blobVersionedHashes?: undefined;
|
|
8940
9333
|
chainId?: `0x${string}` | undefined;
|
|
8941
9334
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -8975,18 +9368,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
8975
9368
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
8976
9369
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
8977
9370
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9371
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8978
9372
|
to?: `0x${string}` | null | undefined;
|
|
8979
9373
|
from?: `0x${string}` | undefined;
|
|
8980
9374
|
gas?: `0x${string}` | undefined;
|
|
8981
9375
|
nonce?: `0x${string}` | undefined;
|
|
8982
9376
|
value?: `0x${string}` | undefined;
|
|
8983
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8984
|
-
accessList?: import("viem").AccessList | undefined;
|
|
8985
9377
|
blockHash?: `0x${string}` | null | undefined;
|
|
8986
9378
|
blockNumber?: `0x${string}` | null | undefined;
|
|
8987
9379
|
hash?: `0x${string}` | undefined;
|
|
8988
9380
|
input?: `0x${string}` | undefined;
|
|
8989
9381
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9382
|
+
accessList?: import("viem").AccessList | undefined;
|
|
8990
9383
|
blobVersionedHashes?: undefined;
|
|
8991
9384
|
chainId?: `0x${string}` | undefined;
|
|
8992
9385
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -9003,18 +9396,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9003
9396
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9004
9397
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9005
9398
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9399
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9006
9400
|
to?: `0x${string}` | null | undefined;
|
|
9007
9401
|
from?: `0x${string}` | undefined;
|
|
9008
9402
|
gas?: `0x${string}` | undefined;
|
|
9009
9403
|
nonce?: `0x${string}` | undefined;
|
|
9010
9404
|
value?: `0x${string}` | undefined;
|
|
9011
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9012
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9013
9405
|
blockHash?: `0x${string}` | null | undefined;
|
|
9014
9406
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9015
9407
|
hash?: `0x${string}` | undefined;
|
|
9016
9408
|
input?: `0x${string}` | undefined;
|
|
9017
9409
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9410
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9018
9411
|
blobVersionedHashes?: undefined;
|
|
9019
9412
|
chainId?: `0x${string}` | undefined;
|
|
9020
9413
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9054,18 +9447,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9054
9447
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9055
9448
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9056
9449
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9450
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9057
9451
|
to?: `0x${string}` | null | undefined;
|
|
9058
9452
|
from?: `0x${string}` | undefined;
|
|
9059
9453
|
gas?: `0x${string}` | undefined;
|
|
9060
9454
|
nonce?: `0x${string}` | undefined;
|
|
9061
9455
|
value?: `0x${string}` | undefined;
|
|
9062
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9063
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9064
9456
|
blockHash?: `0x${string}` | null | undefined;
|
|
9065
9457
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9066
9458
|
hash?: `0x${string}` | undefined;
|
|
9067
9459
|
input?: `0x${string}` | undefined;
|
|
9068
9460
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9461
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9069
9462
|
blobVersionedHashes?: undefined;
|
|
9070
9463
|
chainId?: `0x${string}` | undefined;
|
|
9071
9464
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9105,18 +9498,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9105
9498
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9106
9499
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9107
9500
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9501
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9108
9502
|
to?: `0x${string}` | null | undefined;
|
|
9109
9503
|
from?: `0x${string}` | undefined;
|
|
9110
9504
|
gas?: `0x${string}` | undefined;
|
|
9111
9505
|
nonce?: `0x${string}` | undefined;
|
|
9112
9506
|
value?: `0x${string}` | undefined;
|
|
9113
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9114
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9115
9507
|
blockHash?: `0x${string}` | null | undefined;
|
|
9116
9508
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9117
9509
|
hash?: `0x${string}` | undefined;
|
|
9118
9510
|
input?: `0x${string}` | undefined;
|
|
9119
9511
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9512
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9120
9513
|
blobVersionedHashes?: undefined;
|
|
9121
9514
|
chainId?: `0x${string}` | undefined;
|
|
9122
9515
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9156,18 +9549,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9156
9549
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9157
9550
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9158
9551
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9552
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9159
9553
|
to?: `0x${string}` | null | undefined;
|
|
9160
9554
|
from?: `0x${string}` | undefined;
|
|
9161
9555
|
gas?: `0x${string}` | undefined;
|
|
9162
9556
|
nonce?: `0x${string}` | undefined;
|
|
9163
9557
|
value?: `0x${string}` | undefined;
|
|
9164
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9165
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9166
9558
|
blockHash?: `0x${string}` | null | undefined;
|
|
9167
9559
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9168
9560
|
hash?: `0x${string}` | undefined;
|
|
9169
9561
|
input?: `0x${string}` | undefined;
|
|
9170
9562
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9563
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9171
9564
|
blobVersionedHashes?: undefined;
|
|
9172
9565
|
chainId?: `0x${string}` | undefined;
|
|
9173
9566
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -9184,18 +9577,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9184
9577
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9185
9578
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9186
9579
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9580
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9187
9581
|
to?: `0x${string}` | null | undefined;
|
|
9188
9582
|
from?: `0x${string}` | undefined;
|
|
9189
9583
|
gas?: `0x${string}` | undefined;
|
|
9190
9584
|
nonce?: `0x${string}` | undefined;
|
|
9191
9585
|
value?: `0x${string}` | undefined;
|
|
9192
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9193
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9194
9586
|
blockHash?: `0x${string}` | null | undefined;
|
|
9195
9587
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9196
9588
|
hash?: `0x${string}` | undefined;
|
|
9197
9589
|
input?: `0x${string}` | undefined;
|
|
9198
9590
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9591
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9199
9592
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
9200
9593
|
chainId?: `0x${string}` | undefined;
|
|
9201
9594
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9235,18 +9628,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9235
9628
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9236
9629
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9237
9630
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9631
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9238
9632
|
to?: `0x${string}` | null | undefined;
|
|
9239
9633
|
from?: `0x${string}` | undefined;
|
|
9240
9634
|
gas?: `0x${string}` | undefined;
|
|
9241
9635
|
nonce?: `0x${string}` | undefined;
|
|
9242
9636
|
value?: `0x${string}` | undefined;
|
|
9243
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9244
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9245
9637
|
blockHash?: `0x${string}` | null | undefined;
|
|
9246
9638
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9247
9639
|
hash?: `0x${string}` | undefined;
|
|
9248
9640
|
input?: `0x${string}` | undefined;
|
|
9249
9641
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9642
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9250
9643
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
9251
9644
|
chainId?: `0x${string}` | undefined;
|
|
9252
9645
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9286,18 +9679,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9286
9679
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9287
9680
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9288
9681
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9682
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9289
9683
|
to?: `0x${string}` | null | undefined;
|
|
9290
9684
|
from?: `0x${string}` | undefined;
|
|
9291
9685
|
gas?: `0x${string}` | undefined;
|
|
9292
9686
|
nonce?: `0x${string}` | undefined;
|
|
9293
9687
|
value?: `0x${string}` | undefined;
|
|
9294
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9295
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9296
9688
|
blockHash?: `0x${string}` | null | undefined;
|
|
9297
9689
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9298
9690
|
hash?: `0x${string}` | undefined;
|
|
9299
9691
|
input?: `0x${string}` | undefined;
|
|
9300
9692
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9693
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9301
9694
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
9302
9695
|
chainId?: `0x${string}` | undefined;
|
|
9303
9696
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9337,18 +9730,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9337
9730
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9338
9731
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9339
9732
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9733
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9340
9734
|
to?: `0x${string}` | null | undefined;
|
|
9341
9735
|
from?: `0x${string}` | undefined;
|
|
9342
9736
|
gas?: `0x${string}` | undefined;
|
|
9343
9737
|
nonce?: `0x${string}` | undefined;
|
|
9344
9738
|
value?: `0x${string}` | undefined;
|
|
9345
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9346
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9347
9739
|
blockHash?: `0x${string}` | null | undefined;
|
|
9348
9740
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9349
9741
|
hash?: `0x${string}` | undefined;
|
|
9350
9742
|
input?: `0x${string}` | undefined;
|
|
9351
9743
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9744
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9352
9745
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
9353
9746
|
chainId?: `0x${string}` | undefined;
|
|
9354
9747
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9388,18 +9781,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9388
9781
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9389
9782
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9390
9783
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9784
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9391
9785
|
to?: `0x${string}` | null | undefined;
|
|
9392
9786
|
from?: `0x${string}` | undefined;
|
|
9393
9787
|
gas?: `0x${string}` | undefined;
|
|
9394
9788
|
nonce?: `0x${string}` | undefined;
|
|
9395
9789
|
value?: `0x${string}` | undefined;
|
|
9396
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9397
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9398
9790
|
blockHash?: `0x${string}` | null | undefined;
|
|
9399
9791
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9400
9792
|
hash?: `0x${string}` | undefined;
|
|
9401
9793
|
input?: `0x${string}` | undefined;
|
|
9402
9794
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9795
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9403
9796
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
9404
9797
|
chainId?: `0x${string}` | undefined;
|
|
9405
9798
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -9884,18 +10277,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9884
10277
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9885
10278
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9886
10279
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10280
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9887
10281
|
to?: `0x${string}` | null | undefined;
|
|
9888
10282
|
from?: `0x${string}` | undefined;
|
|
9889
10283
|
gas?: `0x${string}` | undefined;
|
|
9890
10284
|
nonce?: `0x${string}` | undefined;
|
|
9891
10285
|
value?: `0x${string}` | undefined;
|
|
9892
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9893
|
-
accessList?: undefined;
|
|
9894
10286
|
blockHash?: `0x${string}` | null | undefined;
|
|
9895
10287
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9896
10288
|
hash?: `0x${string}` | undefined;
|
|
9897
10289
|
input?: `0x${string}` | undefined;
|
|
9898
10290
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10291
|
+
accessList?: undefined;
|
|
9899
10292
|
blobVersionedHashes?: undefined;
|
|
9900
10293
|
chainId?: `0x${string}` | undefined;
|
|
9901
10294
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9935,18 +10328,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9935
10328
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9936
10329
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9937
10330
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10331
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9938
10332
|
to?: `0x${string}` | null | undefined;
|
|
9939
10333
|
from?: `0x${string}` | undefined;
|
|
9940
10334
|
gas?: `0x${string}` | undefined;
|
|
9941
10335
|
nonce?: `0x${string}` | undefined;
|
|
9942
10336
|
value?: `0x${string}` | undefined;
|
|
9943
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9944
|
-
accessList?: undefined;
|
|
9945
10337
|
blockHash?: `0x${string}` | null | undefined;
|
|
9946
10338
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9947
10339
|
hash?: `0x${string}` | undefined;
|
|
9948
10340
|
input?: `0x${string}` | undefined;
|
|
9949
10341
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10342
|
+
accessList?: undefined;
|
|
9950
10343
|
blobVersionedHashes?: undefined;
|
|
9951
10344
|
chainId?: `0x${string}` | undefined;
|
|
9952
10345
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -9963,18 +10356,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9963
10356
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9964
10357
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9965
10358
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10359
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9966
10360
|
to?: `0x${string}` | null | undefined;
|
|
9967
10361
|
from?: `0x${string}` | undefined;
|
|
9968
10362
|
gas?: `0x${string}` | undefined;
|
|
9969
10363
|
nonce?: `0x${string}` | undefined;
|
|
9970
10364
|
value?: `0x${string}` | undefined;
|
|
9971
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9972
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9973
10365
|
blockHash?: `0x${string}` | null | undefined;
|
|
9974
10366
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9975
10367
|
hash?: `0x${string}` | undefined;
|
|
9976
10368
|
input?: `0x${string}` | undefined;
|
|
9977
10369
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10370
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9978
10371
|
blobVersionedHashes?: undefined;
|
|
9979
10372
|
chainId?: `0x${string}` | undefined;
|
|
9980
10373
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10014,18 +10407,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10014
10407
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10015
10408
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10016
10409
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10410
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10017
10411
|
to?: `0x${string}` | null | undefined;
|
|
10018
10412
|
from?: `0x${string}` | undefined;
|
|
10019
10413
|
gas?: `0x${string}` | undefined;
|
|
10020
10414
|
nonce?: `0x${string}` | undefined;
|
|
10021
10415
|
value?: `0x${string}` | undefined;
|
|
10022
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10023
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10024
10416
|
blockHash?: `0x${string}` | null | undefined;
|
|
10025
10417
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10026
10418
|
hash?: `0x${string}` | undefined;
|
|
10027
10419
|
input?: `0x${string}` | undefined;
|
|
10028
10420
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10421
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10029
10422
|
blobVersionedHashes?: undefined;
|
|
10030
10423
|
chainId?: `0x${string}` | undefined;
|
|
10031
10424
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10065,18 +10458,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10065
10458
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10066
10459
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10067
10460
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10461
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10068
10462
|
to?: `0x${string}` | null | undefined;
|
|
10069
10463
|
from?: `0x${string}` | undefined;
|
|
10070
10464
|
gas?: `0x${string}` | undefined;
|
|
10071
10465
|
nonce?: `0x${string}` | undefined;
|
|
10072
10466
|
value?: `0x${string}` | undefined;
|
|
10073
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10074
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10075
10467
|
blockHash?: `0x${string}` | null | undefined;
|
|
10076
10468
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10077
10469
|
hash?: `0x${string}` | undefined;
|
|
10078
10470
|
input?: `0x${string}` | undefined;
|
|
10079
10471
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10472
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10080
10473
|
blobVersionedHashes?: undefined;
|
|
10081
10474
|
chainId?: `0x${string}` | undefined;
|
|
10082
10475
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10116,18 +10509,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10116
10509
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10117
10510
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10118
10511
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10512
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10119
10513
|
to?: `0x${string}` | null | undefined;
|
|
10120
10514
|
from?: `0x${string}` | undefined;
|
|
10121
10515
|
gas?: `0x${string}` | undefined;
|
|
10122
10516
|
nonce?: `0x${string}` | undefined;
|
|
10123
10517
|
value?: `0x${string}` | undefined;
|
|
10124
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10125
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10126
10518
|
blockHash?: `0x${string}` | null | undefined;
|
|
10127
10519
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10128
10520
|
hash?: `0x${string}` | undefined;
|
|
10129
10521
|
input?: `0x${string}` | undefined;
|
|
10130
10522
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10523
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10131
10524
|
blobVersionedHashes?: undefined;
|
|
10132
10525
|
chainId?: `0x${string}` | undefined;
|
|
10133
10526
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -10144,18 +10537,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10144
10537
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10145
10538
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10146
10539
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10540
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10147
10541
|
to?: `0x${string}` | null | undefined;
|
|
10148
10542
|
from?: `0x${string}` | undefined;
|
|
10149
10543
|
gas?: `0x${string}` | undefined;
|
|
10150
10544
|
nonce?: `0x${string}` | undefined;
|
|
10151
10545
|
value?: `0x${string}` | undefined;
|
|
10152
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10153
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10154
10546
|
blockHash?: `0x${string}` | null | undefined;
|
|
10155
10547
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10156
10548
|
hash?: `0x${string}` | undefined;
|
|
10157
10549
|
input?: `0x${string}` | undefined;
|
|
10158
10550
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10551
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10159
10552
|
blobVersionedHashes?: undefined;
|
|
10160
10553
|
chainId?: `0x${string}` | undefined;
|
|
10161
10554
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10195,18 +10588,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10195
10588
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10196
10589
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10197
10590
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10591
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10198
10592
|
to?: `0x${string}` | null | undefined;
|
|
10199
10593
|
from?: `0x${string}` | undefined;
|
|
10200
10594
|
gas?: `0x${string}` | undefined;
|
|
10201
10595
|
nonce?: `0x${string}` | undefined;
|
|
10202
10596
|
value?: `0x${string}` | undefined;
|
|
10203
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10204
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10205
10597
|
blockHash?: `0x${string}` | null | undefined;
|
|
10206
10598
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10207
10599
|
hash?: `0x${string}` | undefined;
|
|
10208
10600
|
input?: `0x${string}` | undefined;
|
|
10209
10601
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10602
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10210
10603
|
blobVersionedHashes?: undefined;
|
|
10211
10604
|
chainId?: `0x${string}` | undefined;
|
|
10212
10605
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10246,18 +10639,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10246
10639
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10247
10640
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10248
10641
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10642
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10249
10643
|
to?: `0x${string}` | null | undefined;
|
|
10250
10644
|
from?: `0x${string}` | undefined;
|
|
10251
10645
|
gas?: `0x${string}` | undefined;
|
|
10252
10646
|
nonce?: `0x${string}` | undefined;
|
|
10253
10647
|
value?: `0x${string}` | undefined;
|
|
10254
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10255
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10256
10648
|
blockHash?: `0x${string}` | null | undefined;
|
|
10257
10649
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10258
10650
|
hash?: `0x${string}` | undefined;
|
|
10259
10651
|
input?: `0x${string}` | undefined;
|
|
10260
10652
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10653
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10261
10654
|
blobVersionedHashes?: undefined;
|
|
10262
10655
|
chainId?: `0x${string}` | undefined;
|
|
10263
10656
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10297,18 +10690,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10297
10690
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10298
10691
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10299
10692
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10693
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10300
10694
|
to?: `0x${string}` | null | undefined;
|
|
10301
10695
|
from?: `0x${string}` | undefined;
|
|
10302
10696
|
gas?: `0x${string}` | undefined;
|
|
10303
10697
|
nonce?: `0x${string}` | undefined;
|
|
10304
10698
|
value?: `0x${string}` | undefined;
|
|
10305
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10306
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10307
10699
|
blockHash?: `0x${string}` | null | undefined;
|
|
10308
10700
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10309
10701
|
hash?: `0x${string}` | undefined;
|
|
10310
10702
|
input?: `0x${string}` | undefined;
|
|
10311
10703
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10704
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10312
10705
|
blobVersionedHashes?: undefined;
|
|
10313
10706
|
chainId?: `0x${string}` | undefined;
|
|
10314
10707
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -10325,18 +10718,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10325
10718
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10326
10719
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10327
10720
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10721
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10328
10722
|
to?: `0x${string}` | null | undefined;
|
|
10329
10723
|
from?: `0x${string}` | undefined;
|
|
10330
10724
|
gas?: `0x${string}` | undefined;
|
|
10331
10725
|
nonce?: `0x${string}` | undefined;
|
|
10332
10726
|
value?: `0x${string}` | undefined;
|
|
10333
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10334
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10335
10727
|
blockHash?: `0x${string}` | null | undefined;
|
|
10336
10728
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10337
10729
|
hash?: `0x${string}` | undefined;
|
|
10338
10730
|
input?: `0x${string}` | undefined;
|
|
10339
10731
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10732
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10340
10733
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
10341
10734
|
chainId?: `0x${string}` | undefined;
|
|
10342
10735
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10376,18 +10769,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10376
10769
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10377
10770
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10378
10771
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10772
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10379
10773
|
to?: `0x${string}` | null | undefined;
|
|
10380
10774
|
from?: `0x${string}` | undefined;
|
|
10381
10775
|
gas?: `0x${string}` | undefined;
|
|
10382
10776
|
nonce?: `0x${string}` | undefined;
|
|
10383
10777
|
value?: `0x${string}` | undefined;
|
|
10384
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10385
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10386
10778
|
blockHash?: `0x${string}` | null | undefined;
|
|
10387
10779
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10388
10780
|
hash?: `0x${string}` | undefined;
|
|
10389
10781
|
input?: `0x${string}` | undefined;
|
|
10390
10782
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10783
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10391
10784
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
10392
10785
|
chainId?: `0x${string}` | undefined;
|
|
10393
10786
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10427,18 +10820,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10427
10820
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10428
10821
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10429
10822
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10823
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10430
10824
|
to?: `0x${string}` | null | undefined;
|
|
10431
10825
|
from?: `0x${string}` | undefined;
|
|
10432
10826
|
gas?: `0x${string}` | undefined;
|
|
10433
10827
|
nonce?: `0x${string}` | undefined;
|
|
10434
10828
|
value?: `0x${string}` | undefined;
|
|
10435
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10436
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10437
10829
|
blockHash?: `0x${string}` | null | undefined;
|
|
10438
10830
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10439
10831
|
hash?: `0x${string}` | undefined;
|
|
10440
10832
|
input?: `0x${string}` | undefined;
|
|
10441
10833
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10834
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10442
10835
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
10443
10836
|
chainId?: `0x${string}` | undefined;
|
|
10444
10837
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10478,18 +10871,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10478
10871
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10479
10872
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10480
10873
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10874
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10481
10875
|
to?: `0x${string}` | null | undefined;
|
|
10482
10876
|
from?: `0x${string}` | undefined;
|
|
10483
10877
|
gas?: `0x${string}` | undefined;
|
|
10484
10878
|
nonce?: `0x${string}` | undefined;
|
|
10485
10879
|
value?: `0x${string}` | undefined;
|
|
10486
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10487
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10488
10880
|
blockHash?: `0x${string}` | null | undefined;
|
|
10489
10881
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10490
10882
|
hash?: `0x${string}` | undefined;
|
|
10491
10883
|
input?: `0x${string}` | undefined;
|
|
10492
10884
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10885
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10493
10886
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
10494
10887
|
chainId?: `0x${string}` | undefined;
|
|
10495
10888
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10529,18 +10922,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10529
10922
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10530
10923
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10531
10924
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10925
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10532
10926
|
to?: `0x${string}` | null | undefined;
|
|
10533
10927
|
from?: `0x${string}` | undefined;
|
|
10534
10928
|
gas?: `0x${string}` | undefined;
|
|
10535
10929
|
nonce?: `0x${string}` | undefined;
|
|
10536
10930
|
value?: `0x${string}` | undefined;
|
|
10537
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10538
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10539
10931
|
blockHash?: `0x${string}` | null | undefined;
|
|
10540
10932
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10541
10933
|
hash?: `0x${string}` | undefined;
|
|
10542
10934
|
input?: `0x${string}` | undefined;
|
|
10543
10935
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10936
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10544
10937
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
10545
10938
|
chainId?: `0x${string}` | undefined;
|
|
10546
10939
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -11332,6 +11725,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11332
11725
|
accessList?: undefined;
|
|
11333
11726
|
blobs?: undefined;
|
|
11334
11727
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11728
|
+
blobVersionedHashes?: undefined;
|
|
11729
|
+
kzg?: undefined;
|
|
11730
|
+
sidecars?: undefined;
|
|
11335
11731
|
} & {
|
|
11336
11732
|
data?: `0x${string}` | undefined;
|
|
11337
11733
|
from: `0x${string}`;
|
|
@@ -11346,6 +11742,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11346
11742
|
accessList?: undefined;
|
|
11347
11743
|
blobs?: undefined;
|
|
11348
11744
|
type?: "legacy" | undefined;
|
|
11745
|
+
blobVersionedHashes?: undefined;
|
|
11746
|
+
kzg?: undefined;
|
|
11747
|
+
sidecars?: undefined;
|
|
11349
11748
|
} & {
|
|
11350
11749
|
gasPerPubdata?: undefined;
|
|
11351
11750
|
customSignature?: undefined;
|
|
@@ -11366,6 +11765,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11366
11765
|
accessList?: undefined;
|
|
11367
11766
|
blobs?: undefined;
|
|
11368
11767
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11768
|
+
blobVersionedHashes?: undefined;
|
|
11769
|
+
kzg?: undefined;
|
|
11770
|
+
sidecars?: undefined;
|
|
11369
11771
|
} & {
|
|
11370
11772
|
data?: `0x${string}` | undefined;
|
|
11371
11773
|
from: `0x${string}`;
|
|
@@ -11380,6 +11782,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11380
11782
|
accessList?: import("viem").AccessList | undefined;
|
|
11381
11783
|
blobs?: undefined;
|
|
11382
11784
|
type?: "eip2930" | undefined;
|
|
11785
|
+
blobVersionedHashes?: undefined;
|
|
11786
|
+
kzg?: undefined;
|
|
11787
|
+
sidecars?: undefined;
|
|
11383
11788
|
} & {
|
|
11384
11789
|
gasPerPubdata?: undefined;
|
|
11385
11790
|
customSignature?: undefined;
|
|
@@ -11400,6 +11805,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11400
11805
|
accessList?: undefined;
|
|
11401
11806
|
blobs?: undefined;
|
|
11402
11807
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11808
|
+
blobVersionedHashes?: undefined;
|
|
11809
|
+
kzg?: undefined;
|
|
11810
|
+
sidecars?: undefined;
|
|
11403
11811
|
} & {
|
|
11404
11812
|
data?: `0x${string}` | undefined;
|
|
11405
11813
|
from: `0x${string}`;
|
|
@@ -11414,6 +11822,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11414
11822
|
accessList?: import("viem").AccessList | undefined;
|
|
11415
11823
|
blobs?: undefined;
|
|
11416
11824
|
type?: "eip1559" | undefined;
|
|
11825
|
+
blobVersionedHashes?: undefined;
|
|
11826
|
+
kzg?: undefined;
|
|
11827
|
+
sidecars?: undefined;
|
|
11417
11828
|
} & {
|
|
11418
11829
|
gasPerPubdata?: undefined;
|
|
11419
11830
|
customSignature?: undefined;
|
|
@@ -11434,6 +11845,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11434
11845
|
accessList?: undefined;
|
|
11435
11846
|
blobs?: undefined;
|
|
11436
11847
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11848
|
+
blobVersionedHashes?: undefined;
|
|
11849
|
+
kzg?: undefined;
|
|
11850
|
+
sidecars?: undefined;
|
|
11437
11851
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11438
11852
|
gasPerPubdata?: bigint | undefined;
|
|
11439
11853
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -11456,6 +11870,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11456
11870
|
accessList?: undefined;
|
|
11457
11871
|
blobs?: undefined;
|
|
11458
11872
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11873
|
+
blobVersionedHashes?: undefined;
|
|
11874
|
+
kzg?: undefined;
|
|
11875
|
+
sidecars?: undefined;
|
|
11459
11876
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11460
11877
|
gasPerPubdata?: bigint | undefined;
|
|
11461
11878
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -11478,6 +11895,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11478
11895
|
accessList?: import("viem").AccessList | undefined;
|
|
11479
11896
|
blobs?: undefined;
|
|
11480
11897
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11898
|
+
blobVersionedHashes?: undefined;
|
|
11899
|
+
kzg?: undefined;
|
|
11900
|
+
sidecars?: undefined;
|
|
11481
11901
|
} & {
|
|
11482
11902
|
data?: `0x${string}` | undefined;
|
|
11483
11903
|
from: `0x${string}`;
|
|
@@ -11492,6 +11912,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11492
11912
|
accessList?: undefined;
|
|
11493
11913
|
blobs?: undefined;
|
|
11494
11914
|
type?: "legacy" | undefined;
|
|
11915
|
+
blobVersionedHashes?: undefined;
|
|
11916
|
+
kzg?: undefined;
|
|
11917
|
+
sidecars?: undefined;
|
|
11495
11918
|
} & {
|
|
11496
11919
|
gasPerPubdata?: undefined;
|
|
11497
11920
|
customSignature?: undefined;
|
|
@@ -11512,6 +11935,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11512
11935
|
accessList?: import("viem").AccessList | undefined;
|
|
11513
11936
|
blobs?: undefined;
|
|
11514
11937
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11938
|
+
blobVersionedHashes?: undefined;
|
|
11939
|
+
kzg?: undefined;
|
|
11940
|
+
sidecars?: undefined;
|
|
11515
11941
|
} & {
|
|
11516
11942
|
data?: `0x${string}` | undefined;
|
|
11517
11943
|
from: `0x${string}`;
|
|
@@ -11526,6 +11952,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11526
11952
|
accessList?: import("viem").AccessList | undefined;
|
|
11527
11953
|
blobs?: undefined;
|
|
11528
11954
|
type?: "eip2930" | undefined;
|
|
11955
|
+
blobVersionedHashes?: undefined;
|
|
11956
|
+
kzg?: undefined;
|
|
11957
|
+
sidecars?: undefined;
|
|
11529
11958
|
} & {
|
|
11530
11959
|
gasPerPubdata?: undefined;
|
|
11531
11960
|
customSignature?: undefined;
|
|
@@ -11546,6 +11975,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11546
11975
|
accessList?: import("viem").AccessList | undefined;
|
|
11547
11976
|
blobs?: undefined;
|
|
11548
11977
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11978
|
+
blobVersionedHashes?: undefined;
|
|
11979
|
+
kzg?: undefined;
|
|
11980
|
+
sidecars?: undefined;
|
|
11549
11981
|
} & {
|
|
11550
11982
|
data?: `0x${string}` | undefined;
|
|
11551
11983
|
from: `0x${string}`;
|
|
@@ -11560,6 +11992,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11560
11992
|
accessList?: import("viem").AccessList | undefined;
|
|
11561
11993
|
blobs?: undefined;
|
|
11562
11994
|
type?: "eip1559" | undefined;
|
|
11995
|
+
blobVersionedHashes?: undefined;
|
|
11996
|
+
kzg?: undefined;
|
|
11997
|
+
sidecars?: undefined;
|
|
11563
11998
|
} & {
|
|
11564
11999
|
gasPerPubdata?: undefined;
|
|
11565
12000
|
customSignature?: undefined;
|
|
@@ -11580,6 +12015,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11580
12015
|
accessList?: import("viem").AccessList | undefined;
|
|
11581
12016
|
blobs?: undefined;
|
|
11582
12017
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
12018
|
+
blobVersionedHashes?: undefined;
|
|
12019
|
+
kzg?: undefined;
|
|
12020
|
+
sidecars?: undefined;
|
|
11583
12021
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11584
12022
|
gasPerPubdata?: bigint | undefined;
|
|
11585
12023
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -11602,6 +12040,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11602
12040
|
accessList?: import("viem").AccessList | undefined;
|
|
11603
12041
|
blobs?: undefined;
|
|
11604
12042
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
12043
|
+
blobVersionedHashes?: undefined;
|
|
12044
|
+
kzg?: undefined;
|
|
12045
|
+
sidecars?: undefined;
|
|
11605
12046
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11606
12047
|
gasPerPubdata?: bigint | undefined;
|
|
11607
12048
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -11624,6 +12065,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11624
12065
|
accessList?: import("viem").AccessList | undefined;
|
|
11625
12066
|
blobs?: undefined;
|
|
11626
12067
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
12068
|
+
blobVersionedHashes?: undefined;
|
|
12069
|
+
kzg?: undefined;
|
|
12070
|
+
sidecars?: undefined;
|
|
11627
12071
|
} & {
|
|
11628
12072
|
data?: `0x${string}` | undefined;
|
|
11629
12073
|
from: `0x${string}`;
|
|
@@ -11638,6 +12082,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11638
12082
|
accessList?: undefined;
|
|
11639
12083
|
blobs?: undefined;
|
|
11640
12084
|
type?: "legacy" | undefined;
|
|
12085
|
+
blobVersionedHashes?: undefined;
|
|
12086
|
+
kzg?: undefined;
|
|
12087
|
+
sidecars?: undefined;
|
|
11641
12088
|
} & {
|
|
11642
12089
|
gasPerPubdata?: undefined;
|
|
11643
12090
|
customSignature?: undefined;
|
|
@@ -11658,6 +12105,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11658
12105
|
accessList?: import("viem").AccessList | undefined;
|
|
11659
12106
|
blobs?: undefined;
|
|
11660
12107
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
12108
|
+
blobVersionedHashes?: undefined;
|
|
12109
|
+
kzg?: undefined;
|
|
12110
|
+
sidecars?: undefined;
|
|
11661
12111
|
} & {
|
|
11662
12112
|
data?: `0x${string}` | undefined;
|
|
11663
12113
|
from: `0x${string}`;
|
|
@@ -11672,6 +12122,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11672
12122
|
accessList?: import("viem").AccessList | undefined;
|
|
11673
12123
|
blobs?: undefined;
|
|
11674
12124
|
type?: "eip2930" | undefined;
|
|
12125
|
+
blobVersionedHashes?: undefined;
|
|
12126
|
+
kzg?: undefined;
|
|
12127
|
+
sidecars?: undefined;
|
|
11675
12128
|
} & {
|
|
11676
12129
|
gasPerPubdata?: undefined;
|
|
11677
12130
|
customSignature?: undefined;
|
|
@@ -11692,6 +12145,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11692
12145
|
accessList?: import("viem").AccessList | undefined;
|
|
11693
12146
|
blobs?: undefined;
|
|
11694
12147
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
12148
|
+
blobVersionedHashes?: undefined;
|
|
12149
|
+
kzg?: undefined;
|
|
12150
|
+
sidecars?: undefined;
|
|
11695
12151
|
} & {
|
|
11696
12152
|
data?: `0x${string}` | undefined;
|
|
11697
12153
|
from: `0x${string}`;
|
|
@@ -11706,6 +12162,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11706
12162
|
accessList?: import("viem").AccessList | undefined;
|
|
11707
12163
|
blobs?: undefined;
|
|
11708
12164
|
type?: "eip1559" | undefined;
|
|
12165
|
+
blobVersionedHashes?: undefined;
|
|
12166
|
+
kzg?: undefined;
|
|
12167
|
+
sidecars?: undefined;
|
|
11709
12168
|
} & {
|
|
11710
12169
|
gasPerPubdata?: undefined;
|
|
11711
12170
|
customSignature?: undefined;
|
|
@@ -11726,6 +12185,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11726
12185
|
accessList?: import("viem").AccessList | undefined;
|
|
11727
12186
|
blobs?: undefined;
|
|
11728
12187
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
12188
|
+
blobVersionedHashes?: undefined;
|
|
12189
|
+
kzg?: undefined;
|
|
12190
|
+
sidecars?: undefined;
|
|
11729
12191
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11730
12192
|
gasPerPubdata?: bigint | undefined;
|
|
11731
12193
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -11748,6 +12210,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11748
12210
|
accessList?: import("viem").AccessList | undefined;
|
|
11749
12211
|
blobs?: undefined;
|
|
11750
12212
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
12213
|
+
blobVersionedHashes?: undefined;
|
|
12214
|
+
kzg?: undefined;
|
|
12215
|
+
sidecars?: undefined;
|
|
11751
12216
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11752
12217
|
gasPerPubdata?: bigint | undefined;
|
|
11753
12218
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -11769,6 +12234,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11769
12234
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11770
12235
|
accessList?: import("viem").AccessList | undefined;
|
|
11771
12236
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
12237
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12238
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12239
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
11772
12240
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11773
12241
|
} & {
|
|
11774
12242
|
data?: `0x${string}` | undefined;
|
|
@@ -11784,6 +12252,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11784
12252
|
accessList?: undefined;
|
|
11785
12253
|
blobs?: undefined;
|
|
11786
12254
|
type?: "legacy" | undefined;
|
|
12255
|
+
blobVersionedHashes?: undefined;
|
|
12256
|
+
kzg?: undefined;
|
|
12257
|
+
sidecars?: undefined;
|
|
11787
12258
|
} & {
|
|
11788
12259
|
gasPerPubdata?: undefined;
|
|
11789
12260
|
customSignature?: undefined;
|
|
@@ -11803,6 +12274,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11803
12274
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11804
12275
|
accessList?: import("viem").AccessList | undefined;
|
|
11805
12276
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
12277
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12278
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12279
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
11806
12280
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11807
12281
|
} & {
|
|
11808
12282
|
data?: `0x${string}` | undefined;
|
|
@@ -11818,6 +12292,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11818
12292
|
accessList?: import("viem").AccessList | undefined;
|
|
11819
12293
|
blobs?: undefined;
|
|
11820
12294
|
type?: "eip2930" | undefined;
|
|
12295
|
+
blobVersionedHashes?: undefined;
|
|
12296
|
+
kzg?: undefined;
|
|
12297
|
+
sidecars?: undefined;
|
|
11821
12298
|
} & {
|
|
11822
12299
|
gasPerPubdata?: undefined;
|
|
11823
12300
|
customSignature?: undefined;
|
|
@@ -11837,6 +12314,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11837
12314
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11838
12315
|
accessList?: import("viem").AccessList | undefined;
|
|
11839
12316
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
12317
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12318
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12319
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
11840
12320
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11841
12321
|
} & {
|
|
11842
12322
|
data?: `0x${string}` | undefined;
|
|
@@ -11852,6 +12332,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11852
12332
|
accessList?: import("viem").AccessList | undefined;
|
|
11853
12333
|
blobs?: undefined;
|
|
11854
12334
|
type?: "eip1559" | undefined;
|
|
12335
|
+
blobVersionedHashes?: undefined;
|
|
12336
|
+
kzg?: undefined;
|
|
12337
|
+
sidecars?: undefined;
|
|
11855
12338
|
} & {
|
|
11856
12339
|
gasPerPubdata?: undefined;
|
|
11857
12340
|
customSignature?: undefined;
|
|
@@ -11871,6 +12354,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11871
12354
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11872
12355
|
accessList?: import("viem").AccessList | undefined;
|
|
11873
12356
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
12357
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12358
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12359
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
11874
12360
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11875
12361
|
} & {
|
|
11876
12362
|
data?: `0x${string}` | undefined;
|
|
@@ -11885,6 +12371,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11885
12371
|
maxFeePerBlobGas: bigint;
|
|
11886
12372
|
accessList?: import("viem").AccessList | undefined;
|
|
11887
12373
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
12374
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12375
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12376
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
11888
12377
|
type?: "eip4844" | undefined;
|
|
11889
12378
|
} & {
|
|
11890
12379
|
gasPerPubdata?: undefined;
|
|
@@ -11905,6 +12394,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11905
12394
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11906
12395
|
accessList?: import("viem").AccessList | undefined;
|
|
11907
12396
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
12397
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12398
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12399
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
11908
12400
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11909
12401
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11910
12402
|
gasPerPubdata?: bigint | undefined;
|
|
@@ -11927,6 +12419,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11927
12419
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11928
12420
|
accessList?: import("viem").AccessList | undefined;
|
|
11929
12421
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
12422
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12423
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12424
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
11930
12425
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11931
12426
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11932
12427
|
gasPerPubdata?: bigint | undefined;
|
|
@@ -11950,6 +12445,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11950
12445
|
accessList?: undefined;
|
|
11951
12446
|
blobs?: undefined;
|
|
11952
12447
|
type?: "0x0" | undefined;
|
|
12448
|
+
blobVersionedHashes?: undefined;
|
|
12449
|
+
kzg?: undefined;
|
|
12450
|
+
sidecars?: undefined;
|
|
11953
12451
|
eip712Meta?: undefined;
|
|
11954
12452
|
} | {
|
|
11955
12453
|
data?: `0x${string}` | undefined;
|
|
@@ -11965,6 +12463,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11965
12463
|
accessList?: undefined;
|
|
11966
12464
|
blobs?: undefined;
|
|
11967
12465
|
type?: "0x1" | undefined;
|
|
12466
|
+
blobVersionedHashes?: undefined;
|
|
12467
|
+
kzg?: undefined;
|
|
12468
|
+
sidecars?: undefined;
|
|
11968
12469
|
eip712Meta?: undefined;
|
|
11969
12470
|
} | {
|
|
11970
12471
|
data?: `0x${string}` | undefined;
|
|
@@ -11980,6 +12481,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11980
12481
|
accessList?: undefined;
|
|
11981
12482
|
blobs?: undefined;
|
|
11982
12483
|
type?: "0x2" | undefined;
|
|
12484
|
+
blobVersionedHashes?: undefined;
|
|
12485
|
+
kzg?: undefined;
|
|
12486
|
+
sidecars?: undefined;
|
|
11983
12487
|
eip712Meta?: undefined;
|
|
11984
12488
|
} | {
|
|
11985
12489
|
data?: `0x${string}` | undefined;
|
|
@@ -11995,6 +12499,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11995
12499
|
accessList?: undefined;
|
|
11996
12500
|
blobs?: undefined;
|
|
11997
12501
|
type: "0xff" | "0x71";
|
|
12502
|
+
blobVersionedHashes?: undefined;
|
|
12503
|
+
kzg?: undefined;
|
|
12504
|
+
sidecars?: undefined;
|
|
11998
12505
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
11999
12506
|
} | {
|
|
12000
12507
|
data?: `0x${string}` | undefined;
|
|
@@ -12010,6 +12517,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12010
12517
|
accessList?: undefined;
|
|
12011
12518
|
blobs?: undefined;
|
|
12012
12519
|
type?: "0x0" | undefined;
|
|
12520
|
+
blobVersionedHashes?: undefined;
|
|
12521
|
+
kzg?: undefined;
|
|
12522
|
+
sidecars?: undefined;
|
|
12013
12523
|
eip712Meta?: undefined;
|
|
12014
12524
|
} | {
|
|
12015
12525
|
data?: `0x${string}` | undefined;
|
|
@@ -12025,6 +12535,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12025
12535
|
accessList?: import("viem").AccessList | undefined;
|
|
12026
12536
|
blobs?: undefined;
|
|
12027
12537
|
type?: "0x1" | undefined;
|
|
12538
|
+
blobVersionedHashes?: undefined;
|
|
12539
|
+
kzg?: undefined;
|
|
12540
|
+
sidecars?: undefined;
|
|
12028
12541
|
eip712Meta?: undefined;
|
|
12029
12542
|
} | {
|
|
12030
12543
|
data?: `0x${string}` | undefined;
|
|
@@ -12040,6 +12553,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12040
12553
|
accessList?: import("viem").AccessList | undefined;
|
|
12041
12554
|
blobs?: undefined;
|
|
12042
12555
|
type?: "0x2" | undefined;
|
|
12556
|
+
blobVersionedHashes?: undefined;
|
|
12557
|
+
kzg?: undefined;
|
|
12558
|
+
sidecars?: undefined;
|
|
12043
12559
|
eip712Meta?: undefined;
|
|
12044
12560
|
} | {
|
|
12045
12561
|
data?: `0x${string}` | undefined;
|
|
@@ -12055,6 +12571,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12055
12571
|
accessList?: import("viem").AccessList | undefined;
|
|
12056
12572
|
blobs?: undefined;
|
|
12057
12573
|
type: "0xff" | "0x71";
|
|
12574
|
+
blobVersionedHashes?: undefined;
|
|
12575
|
+
kzg?: undefined;
|
|
12576
|
+
sidecars?: undefined;
|
|
12058
12577
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
12059
12578
|
} | {
|
|
12060
12579
|
data?: `0x${string}` | undefined;
|
|
@@ -12070,6 +12589,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12070
12589
|
accessList?: undefined;
|
|
12071
12590
|
blobs?: undefined;
|
|
12072
12591
|
type?: "0x0" | undefined;
|
|
12592
|
+
blobVersionedHashes?: undefined;
|
|
12593
|
+
kzg?: undefined;
|
|
12594
|
+
sidecars?: undefined;
|
|
12073
12595
|
eip712Meta?: undefined;
|
|
12074
12596
|
} | {
|
|
12075
12597
|
data?: `0x${string}` | undefined;
|
|
@@ -12085,6 +12607,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12085
12607
|
accessList?: import("viem").AccessList | undefined;
|
|
12086
12608
|
blobs?: undefined;
|
|
12087
12609
|
type?: "0x1" | undefined;
|
|
12610
|
+
blobVersionedHashes?: undefined;
|
|
12611
|
+
kzg?: undefined;
|
|
12612
|
+
sidecars?: undefined;
|
|
12088
12613
|
eip712Meta?: undefined;
|
|
12089
12614
|
} | {
|
|
12090
12615
|
data?: `0x${string}` | undefined;
|
|
@@ -12100,6 +12625,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12100
12625
|
accessList?: import("viem").AccessList | undefined;
|
|
12101
12626
|
blobs?: undefined;
|
|
12102
12627
|
type?: "0x2" | undefined;
|
|
12628
|
+
blobVersionedHashes?: undefined;
|
|
12629
|
+
kzg?: undefined;
|
|
12630
|
+
sidecars?: undefined;
|
|
12103
12631
|
eip712Meta?: undefined;
|
|
12104
12632
|
} | {
|
|
12105
12633
|
data?: `0x${string}` | undefined;
|
|
@@ -12115,6 +12643,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12115
12643
|
accessList?: import("viem").AccessList | undefined;
|
|
12116
12644
|
blobs?: undefined;
|
|
12117
12645
|
type: "0xff" | "0x71";
|
|
12646
|
+
blobVersionedHashes?: undefined;
|
|
12647
|
+
kzg?: undefined;
|
|
12648
|
+
sidecars?: undefined;
|
|
12118
12649
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
12119
12650
|
} | {
|
|
12120
12651
|
data?: `0x${string}` | undefined;
|
|
@@ -12129,6 +12660,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12129
12660
|
maxFeePerBlobGas: `0x${string}`;
|
|
12130
12661
|
accessList?: import("viem").AccessList | undefined;
|
|
12131
12662
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
12663
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12664
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12665
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
12132
12666
|
type?: "0x3" | undefined;
|
|
12133
12667
|
eip712Meta?: undefined;
|
|
12134
12668
|
} | {
|
|
@@ -12144,6 +12678,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12144
12678
|
maxFeePerBlobGas: undefined;
|
|
12145
12679
|
accessList?: import("viem").AccessList | undefined;
|
|
12146
12680
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
12681
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12682
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12683
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
12147
12684
|
type: "0xff" | "0x71";
|
|
12148
12685
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
12149
12686
|
}) & {
|
|
@@ -12161,6 +12698,38 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12161
12698
|
};
|
|
12162
12699
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
12163
12700
|
readonly network: "zksync-era";
|
|
12701
|
+
} | {
|
|
12702
|
+
blockExplorers: {
|
|
12703
|
+
readonly default: {
|
|
12704
|
+
readonly name: "Mantle Explorer";
|
|
12705
|
+
readonly url: "https://explorer.mantle.xyz";
|
|
12706
|
+
readonly apiUrl: "https://explorer.mantle.xyz/api";
|
|
12707
|
+
};
|
|
12708
|
+
};
|
|
12709
|
+
contracts: {
|
|
12710
|
+
readonly multicall3: {
|
|
12711
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
12712
|
+
readonly blockCreated: 304717;
|
|
12713
|
+
};
|
|
12714
|
+
};
|
|
12715
|
+
id: 5000;
|
|
12716
|
+
name: "Mantle";
|
|
12717
|
+
nativeCurrency: {
|
|
12718
|
+
readonly decimals: 18;
|
|
12719
|
+
readonly name: "MNT";
|
|
12720
|
+
readonly symbol: "MNT";
|
|
12721
|
+
};
|
|
12722
|
+
rpcUrls: {
|
|
12723
|
+
readonly default: {
|
|
12724
|
+
readonly http: readonly ["https://rpc.mantle.xyz"];
|
|
12725
|
+
};
|
|
12726
|
+
};
|
|
12727
|
+
sourceId?: number | undefined;
|
|
12728
|
+
testnet?: boolean | undefined;
|
|
12729
|
+
custom?: Record<string, unknown> | undefined;
|
|
12730
|
+
formatters?: undefined;
|
|
12731
|
+
serializers?: import("viem").ChainSerializers<undefined> | undefined;
|
|
12732
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
12164
12733
|
} | {
|
|
12165
12734
|
blockExplorers: {
|
|
12166
12735
|
readonly default: {
|