@funkit/core 1.0.13 → 1.0.15
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/apis/index.d.ts +0 -6
- package/dist/src/apis/index.js +0 -6
- package/dist/src/apis/index.js.map +1 -1
- package/dist/src/apis/types.d.ts +0 -5
- package/dist/src/apis/types.js.map +1 -1
- package/dist/src/common/constants.d.ts +615 -183
- package/dist/src/utils/ChainUtils.js +27 -5
- package/dist/src/utils/ChainUtils.js.map +1 -1
- package/dist/src/utils/index.d.ts +0 -1
- package/dist/src/utils/index.js +0 -1
- package/dist/src/utils/index.js.map +1 -1
- package/dist/src/viem/Converter.d.ts +68 -68
- package/dist/src/wallet/FunWallet.d.ts +7 -6
- package/dist/src/wallet/FunWallet.js +60 -20
- package/dist/src/wallet/FunWallet.js.map +1 -1
- package/package.json +3 -2
- package/dist/src/apis/AssetApis.d.ts +0 -89
- package/dist/src/apis/AssetApis.js +0 -110
- package/dist/src/apis/AssetApis.js.map +0 -1
- package/dist/src/apis/CheckoutApis.d.ts +0 -55
- package/dist/src/apis/CheckoutApis.js +0 -174
- package/dist/src/apis/CheckoutApis.js.map +0 -1
- package/dist/src/apis/FaucetApis.d.ts +0 -1
- package/dist/src/apis/FaucetApis.js +0 -10
- package/dist/src/apis/FaucetApis.js.map +0 -1
- package/dist/src/apis/MeshApis.d.ts +0 -44
- package/dist/src/apis/MeshApis.js +0 -109
- package/dist/src/apis/MeshApis.js.map +0 -1
- package/dist/src/apis/OnOffRampApis.d.ts +0 -37
- package/dist/src/apis/OnOffRampApis.js +0 -63
- package/dist/src/apis/OnOffRampApis.js.map +0 -1
- package/dist/src/apis/OnOffRampUtils.d.ts +0 -2
- package/dist/src/apis/OnOffRampUtils.js +0 -23
- package/dist/src/apis/OnOffRampUtils.js.map +0 -1
- package/dist/src/apis/SupportApis.d.ts +0 -6
- package/dist/src/apis/SupportApis.js +0 -16
- package/dist/src/apis/SupportApis.js.map +0 -1
- package/dist/src/apis/TurnkeyApis.d.ts +0 -3
- package/dist/src/apis/TurnkeyApis.js +0 -19
- package/dist/src/apis/TurnkeyApis.js.map +0 -1
- package/dist/src/utils/AssetUtils.d.ts +0 -9
- package/dist/src/utils/AssetUtils.js +0 -48
- package/dist/src/utils/AssetUtils.js.map +0 -1
|
@@ -1345,18 +1345,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1345
1345
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1346
1346
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1347
1347
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1348
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1348
1349
|
to?: `0x${string}` | null | undefined;
|
|
1349
1350
|
from?: `0x${string}` | undefined;
|
|
1350
1351
|
gas?: `0x${string}` | undefined;
|
|
1351
1352
|
nonce?: `0x${string}` | undefined;
|
|
1352
1353
|
value?: `0x${string}` | undefined;
|
|
1353
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1354
|
-
accessList?: undefined;
|
|
1355
1354
|
blockHash?: `0x${string}` | null | undefined;
|
|
1356
1355
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1357
1356
|
hash?: `0x${string}` | undefined;
|
|
1358
1357
|
input?: `0x${string}` | undefined;
|
|
1359
1358
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1359
|
+
accessList?: undefined;
|
|
1360
1360
|
blobVersionedHashes?: undefined;
|
|
1361
1361
|
chainId?: `0x${string}` | undefined;
|
|
1362
1362
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1396,18 +1396,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1396
1396
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1397
1397
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1398
1398
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1399
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1399
1400
|
to?: `0x${string}` | null | undefined;
|
|
1400
1401
|
from?: `0x${string}` | undefined;
|
|
1401
1402
|
gas?: `0x${string}` | undefined;
|
|
1402
1403
|
nonce?: `0x${string}` | undefined;
|
|
1403
1404
|
value?: `0x${string}` | undefined;
|
|
1404
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1405
|
-
accessList?: undefined;
|
|
1406
1405
|
blockHash?: `0x${string}` | null | undefined;
|
|
1407
1406
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1408
1407
|
hash?: `0x${string}` | undefined;
|
|
1409
1408
|
input?: `0x${string}` | undefined;
|
|
1410
1409
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1410
|
+
accessList?: undefined;
|
|
1411
1411
|
blobVersionedHashes?: undefined;
|
|
1412
1412
|
chainId?: `0x${string}` | undefined;
|
|
1413
1413
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -1424,18 +1424,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1424
1424
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1425
1425
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1426
1426
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1427
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1427
1428
|
to?: `0x${string}` | null | undefined;
|
|
1428
1429
|
from?: `0x${string}` | undefined;
|
|
1429
1430
|
gas?: `0x${string}` | undefined;
|
|
1430
1431
|
nonce?: `0x${string}` | undefined;
|
|
1431
1432
|
value?: `0x${string}` | undefined;
|
|
1432
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1433
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1434
1433
|
blockHash?: `0x${string}` | null | undefined;
|
|
1435
1434
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1436
1435
|
hash?: `0x${string}` | undefined;
|
|
1437
1436
|
input?: `0x${string}` | undefined;
|
|
1438
1437
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1438
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1439
1439
|
blobVersionedHashes?: undefined;
|
|
1440
1440
|
chainId?: `0x${string}` | undefined;
|
|
1441
1441
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1475,18 +1475,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1475
1475
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1476
1476
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1477
1477
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1478
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1478
1479
|
to?: `0x${string}` | null | undefined;
|
|
1479
1480
|
from?: `0x${string}` | undefined;
|
|
1480
1481
|
gas?: `0x${string}` | undefined;
|
|
1481
1482
|
nonce?: `0x${string}` | undefined;
|
|
1482
1483
|
value?: `0x${string}` | undefined;
|
|
1483
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1484
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1485
1484
|
blockHash?: `0x${string}` | null | undefined;
|
|
1486
1485
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1487
1486
|
hash?: `0x${string}` | undefined;
|
|
1488
1487
|
input?: `0x${string}` | undefined;
|
|
1489
1488
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1489
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1490
1490
|
blobVersionedHashes?: undefined;
|
|
1491
1491
|
chainId?: `0x${string}` | undefined;
|
|
1492
1492
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1526,18 +1526,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1526
1526
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1527
1527
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1528
1528
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1529
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1529
1530
|
to?: `0x${string}` | null | undefined;
|
|
1530
|
-
from?: `0x${string}` | undefined;
|
|
1531
|
+
from?: `0x${string}` | undefined;
|
|
1531
1532
|
gas?: `0x${string}` | undefined;
|
|
1532
1533
|
nonce?: `0x${string}` | undefined;
|
|
1533
1534
|
value?: `0x${string}` | undefined;
|
|
1534
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1535
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1536
1535
|
blockHash?: `0x${string}` | null | undefined;
|
|
1537
1536
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1538
1537
|
hash?: `0x${string}` | undefined;
|
|
1539
1538
|
input?: `0x${string}` | undefined;
|
|
1540
1539
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1540
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1541
1541
|
blobVersionedHashes?: undefined;
|
|
1542
1542
|
chainId?: `0x${string}` | undefined;
|
|
1543
1543
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1577,18 +1577,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1577
1577
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1578
1578
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1579
1579
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1580
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1580
1581
|
to?: `0x${string}` | null | undefined;
|
|
1581
1582
|
from?: `0x${string}` | undefined;
|
|
1582
1583
|
gas?: `0x${string}` | undefined;
|
|
1583
1584
|
nonce?: `0x${string}` | undefined;
|
|
1584
1585
|
value?: `0x${string}` | undefined;
|
|
1585
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1586
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1587
1586
|
blockHash?: `0x${string}` | null | undefined;
|
|
1588
1587
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1589
1588
|
hash?: `0x${string}` | undefined;
|
|
1590
1589
|
input?: `0x${string}` | undefined;
|
|
1591
1590
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1591
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1592
1592
|
blobVersionedHashes?: undefined;
|
|
1593
1593
|
chainId?: `0x${string}` | undefined;
|
|
1594
1594
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -1605,18 +1605,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1605
1605
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1606
1606
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1607
1607
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1608
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1608
1609
|
to?: `0x${string}` | null | undefined;
|
|
1609
1610
|
from?: `0x${string}` | undefined;
|
|
1610
1611
|
gas?: `0x${string}` | undefined;
|
|
1611
1612
|
nonce?: `0x${string}` | undefined;
|
|
1612
1613
|
value?: `0x${string}` | undefined;
|
|
1613
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1614
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1615
1614
|
blockHash?: `0x${string}` | null | undefined;
|
|
1616
1615
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1617
1616
|
hash?: `0x${string}` | undefined;
|
|
1618
1617
|
input?: `0x${string}` | undefined;
|
|
1619
1618
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1619
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1620
1620
|
blobVersionedHashes?: undefined;
|
|
1621
1621
|
chainId?: `0x${string}` | undefined;
|
|
1622
1622
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1656,18 +1656,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1656
1656
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1657
1657
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1658
1658
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1659
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1659
1660
|
to?: `0x${string}` | null | undefined;
|
|
1660
1661
|
from?: `0x${string}` | undefined;
|
|
1661
1662
|
gas?: `0x${string}` | undefined;
|
|
1662
1663
|
nonce?: `0x${string}` | undefined;
|
|
1663
1664
|
value?: `0x${string}` | undefined;
|
|
1664
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1665
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1666
1665
|
blockHash?: `0x${string}` | null | undefined;
|
|
1667
1666
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1668
1667
|
hash?: `0x${string}` | undefined;
|
|
1669
1668
|
input?: `0x${string}` | undefined;
|
|
1670
1669
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1670
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1671
1671
|
blobVersionedHashes?: undefined;
|
|
1672
1672
|
chainId?: `0x${string}` | undefined;
|
|
1673
1673
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1707,18 +1707,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1707
1707
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1708
1708
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1709
1709
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1710
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1710
1711
|
to?: `0x${string}` | null | undefined;
|
|
1711
1712
|
from?: `0x${string}` | undefined;
|
|
1712
1713
|
gas?: `0x${string}` | undefined;
|
|
1713
1714
|
nonce?: `0x${string}` | undefined;
|
|
1714
1715
|
value?: `0x${string}` | undefined;
|
|
1715
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1716
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1717
1716
|
blockHash?: `0x${string}` | null | undefined;
|
|
1718
1717
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1719
1718
|
hash?: `0x${string}` | undefined;
|
|
1720
1719
|
input?: `0x${string}` | undefined;
|
|
1721
1720
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1721
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1722
1722
|
blobVersionedHashes?: undefined;
|
|
1723
1723
|
chainId?: `0x${string}` | undefined;
|
|
1724
1724
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1758,18 +1758,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1758
1758
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1759
1759
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1760
1760
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1761
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1761
1762
|
to?: `0x${string}` | null | undefined;
|
|
1762
1763
|
from?: `0x${string}` | undefined;
|
|
1763
1764
|
gas?: `0x${string}` | undefined;
|
|
1764
1765
|
nonce?: `0x${string}` | undefined;
|
|
1765
1766
|
value?: `0x${string}` | undefined;
|
|
1766
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1767
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1768
1767
|
blockHash?: `0x${string}` | null | undefined;
|
|
1769
1768
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1770
1769
|
hash?: `0x${string}` | undefined;
|
|
1771
1770
|
input?: `0x${string}` | undefined;
|
|
1772
1771
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1772
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1773
1773
|
blobVersionedHashes?: undefined;
|
|
1774
1774
|
chainId?: `0x${string}` | undefined;
|
|
1775
1775
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -1786,18 +1786,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1786
1786
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1787
1787
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1788
1788
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1789
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1789
1790
|
to?: `0x${string}` | null | undefined;
|
|
1790
1791
|
from?: `0x${string}` | undefined;
|
|
1791
1792
|
gas?: `0x${string}` | undefined;
|
|
1792
1793
|
nonce?: `0x${string}` | undefined;
|
|
1793
1794
|
value?: `0x${string}` | undefined;
|
|
1794
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1795
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1796
1795
|
blockHash?: `0x${string}` | null | undefined;
|
|
1797
1796
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1798
1797
|
hash?: `0x${string}` | undefined;
|
|
1799
1798
|
input?: `0x${string}` | undefined;
|
|
1800
1799
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1800
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1801
1801
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
1802
1802
|
chainId?: `0x${string}` | undefined;
|
|
1803
1803
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1837,18 +1837,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1837
1837
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1838
1838
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1839
1839
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1840
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1840
1841
|
to?: `0x${string}` | null | undefined;
|
|
1841
1842
|
from?: `0x${string}` | undefined;
|
|
1842
1843
|
gas?: `0x${string}` | undefined;
|
|
1843
1844
|
nonce?: `0x${string}` | undefined;
|
|
1844
1845
|
value?: `0x${string}` | undefined;
|
|
1845
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1846
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1847
1846
|
blockHash?: `0x${string}` | null | undefined;
|
|
1848
1847
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1849
1848
|
hash?: `0x${string}` | undefined;
|
|
1850
1849
|
input?: `0x${string}` | undefined;
|
|
1851
1850
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1851
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1852
1852
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
1853
1853
|
chainId?: `0x${string}` | undefined;
|
|
1854
1854
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1888,18 +1888,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1888
1888
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1889
1889
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1890
1890
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1891
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1891
1892
|
to?: `0x${string}` | null | undefined;
|
|
1892
1893
|
from?: `0x${string}` | undefined;
|
|
1893
1894
|
gas?: `0x${string}` | undefined;
|
|
1894
1895
|
nonce?: `0x${string}` | undefined;
|
|
1895
1896
|
value?: `0x${string}` | undefined;
|
|
1896
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1897
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1898
1897
|
blockHash?: `0x${string}` | null | undefined;
|
|
1899
1898
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1900
1899
|
hash?: `0x${string}` | undefined;
|
|
1901
1900
|
input?: `0x${string}` | undefined;
|
|
1902
1901
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1902
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1903
1903
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
1904
1904
|
chainId?: `0x${string}` | undefined;
|
|
1905
1905
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1939,18 +1939,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1939
1939
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1940
1940
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1941
1941
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1942
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1942
1943
|
to?: `0x${string}` | null | undefined;
|
|
1943
1944
|
from?: `0x${string}` | undefined;
|
|
1944
1945
|
gas?: `0x${string}` | undefined;
|
|
1945
1946
|
nonce?: `0x${string}` | undefined;
|
|
1946
1947
|
value?: `0x${string}` | undefined;
|
|
1947
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1948
|
-
accessList?: import("viem").AccessList | undefined;
|
|
1949
1948
|
blockHash?: `0x${string}` | null | undefined;
|
|
1950
1949
|
blockNumber?: `0x${string}` | null | undefined;
|
|
1951
1950
|
hash?: `0x${string}` | undefined;
|
|
1952
1951
|
input?: `0x${string}` | undefined;
|
|
1953
1952
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
1953
|
+
accessList?: import("viem").AccessList | undefined;
|
|
1954
1954
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
1955
1955
|
chainId?: `0x${string}` | undefined;
|
|
1956
1956
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -1990,18 +1990,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
1990
1990
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
1991
1991
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1992
1992
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1993
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1993
1994
|
to?: `0x${string}` | null | undefined;
|
|
1994
1995
|
from?: `0x${string}` | undefined;
|
|
1995
1996
|
gas?: `0x${string}` | undefined;
|
|
1996
1997
|
nonce?: `0x${string}` | undefined;
|
|
1997
1998
|
value?: `0x${string}` | undefined;
|
|
1998
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
1999
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2000
1999
|
blockHash?: `0x${string}` | null | undefined;
|
|
2001
2000
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2002
2001
|
hash?: `0x${string}` | undefined;
|
|
2003
2002
|
input?: `0x${string}` | undefined;
|
|
2004
2003
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2004
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2005
2005
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
2006
2006
|
chainId?: `0x${string}` | undefined;
|
|
2007
2007
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -2540,18 +2540,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2540
2540
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2541
2541
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2542
2542
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2543
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2543
2544
|
to?: `0x${string}` | null | undefined;
|
|
2544
2545
|
from?: `0x${string}` | undefined;
|
|
2545
2546
|
gas?: `0x${string}` | undefined;
|
|
2546
2547
|
nonce?: `0x${string}` | undefined;
|
|
2547
2548
|
value?: `0x${string}` | undefined;
|
|
2548
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2549
|
-
accessList?: undefined;
|
|
2550
2549
|
blockHash?: `0x${string}` | null | undefined;
|
|
2551
2550
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2552
2551
|
hash?: `0x${string}` | undefined;
|
|
2553
2552
|
input?: `0x${string}` | undefined;
|
|
2554
2553
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2554
|
+
accessList?: undefined;
|
|
2555
2555
|
blobVersionedHashes?: undefined;
|
|
2556
2556
|
chainId?: `0x${string}` | undefined;
|
|
2557
2557
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -2591,18 +2591,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2591
2591
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2592
2592
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2593
2593
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2594
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2594
2595
|
to?: `0x${string}` | null | undefined;
|
|
2595
2596
|
from?: `0x${string}` | undefined;
|
|
2596
2597
|
gas?: `0x${string}` | undefined;
|
|
2597
2598
|
nonce?: `0x${string}` | undefined;
|
|
2598
2599
|
value?: `0x${string}` | undefined;
|
|
2599
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2600
|
-
accessList?: undefined;
|
|
2601
2600
|
blockHash?: `0x${string}` | null | undefined;
|
|
2602
2601
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2603
2602
|
hash?: `0x${string}` | undefined;
|
|
2604
2603
|
input?: `0x${string}` | undefined;
|
|
2605
2604
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2605
|
+
accessList?: undefined;
|
|
2606
2606
|
blobVersionedHashes?: undefined;
|
|
2607
2607
|
chainId?: `0x${string}` | undefined;
|
|
2608
2608
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -2619,18 +2619,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2619
2619
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2620
2620
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2621
2621
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2622
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2622
2623
|
to?: `0x${string}` | null | undefined;
|
|
2623
2624
|
from?: `0x${string}` | undefined;
|
|
2624
2625
|
gas?: `0x${string}` | undefined;
|
|
2625
2626
|
nonce?: `0x${string}` | undefined;
|
|
2626
2627
|
value?: `0x${string}` | undefined;
|
|
2627
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2628
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2629
2628
|
blockHash?: `0x${string}` | null | undefined;
|
|
2630
2629
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2631
2630
|
hash?: `0x${string}` | undefined;
|
|
2632
2631
|
input?: `0x${string}` | undefined;
|
|
2633
2632
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2633
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2634
2634
|
blobVersionedHashes?: undefined;
|
|
2635
2635
|
chainId?: `0x${string}` | undefined;
|
|
2636
2636
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -2670,18 +2670,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2670
2670
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2671
2671
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2672
2672
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2673
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2673
2674
|
to?: `0x${string}` | null | undefined;
|
|
2674
2675
|
from?: `0x${string}` | undefined;
|
|
2675
2676
|
gas?: `0x${string}` | undefined;
|
|
2676
2677
|
nonce?: `0x${string}` | undefined;
|
|
2677
2678
|
value?: `0x${string}` | undefined;
|
|
2678
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2679
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2680
2679
|
blockHash?: `0x${string}` | null | undefined;
|
|
2681
2680
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2682
2681
|
hash?: `0x${string}` | undefined;
|
|
2683
2682
|
input?: `0x${string}` | undefined;
|
|
2684
2683
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2684
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2685
2685
|
blobVersionedHashes?: undefined;
|
|
2686
2686
|
chainId?: `0x${string}` | undefined;
|
|
2687
2687
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -2721,18 +2721,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2721
2721
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2722
2722
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2723
2723
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2724
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2724
2725
|
to?: `0x${string}` | null | undefined;
|
|
2725
2726
|
from?: `0x${string}` | undefined;
|
|
2726
2727
|
gas?: `0x${string}` | undefined;
|
|
2727
2728
|
nonce?: `0x${string}` | undefined;
|
|
2728
2729
|
value?: `0x${string}` | undefined;
|
|
2729
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2730
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2731
2730
|
blockHash?: `0x${string}` | null | undefined;
|
|
2732
2731
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2733
2732
|
hash?: `0x${string}` | undefined;
|
|
2734
2733
|
input?: `0x${string}` | undefined;
|
|
2735
2734
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2735
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2736
2736
|
blobVersionedHashes?: undefined;
|
|
2737
2737
|
chainId?: `0x${string}` | undefined;
|
|
2738
2738
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -2772,18 +2772,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2772
2772
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2773
2773
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2774
2774
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2775
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2775
2776
|
to?: `0x${string}` | null | undefined;
|
|
2776
2777
|
from?: `0x${string}` | undefined;
|
|
2777
2778
|
gas?: `0x${string}` | undefined;
|
|
2778
2779
|
nonce?: `0x${string}` | undefined;
|
|
2779
2780
|
value?: `0x${string}` | undefined;
|
|
2780
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2781
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2782
2781
|
blockHash?: `0x${string}` | null | undefined;
|
|
2783
2782
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2784
2783
|
hash?: `0x${string}` | undefined;
|
|
2785
2784
|
input?: `0x${string}` | undefined;
|
|
2786
2785
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2786
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2787
2787
|
blobVersionedHashes?: undefined;
|
|
2788
2788
|
chainId?: `0x${string}` | undefined;
|
|
2789
2789
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -2800,18 +2800,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2800
2800
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2801
2801
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2802
2802
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2803
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2803
2804
|
to?: `0x${string}` | null | undefined;
|
|
2804
2805
|
from?: `0x${string}` | undefined;
|
|
2805
2806
|
gas?: `0x${string}` | undefined;
|
|
2806
2807
|
nonce?: `0x${string}` | undefined;
|
|
2807
2808
|
value?: `0x${string}` | undefined;
|
|
2808
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2809
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2810
2809
|
blockHash?: `0x${string}` | null | undefined;
|
|
2811
2810
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2812
2811
|
hash?: `0x${string}` | undefined;
|
|
2813
2812
|
input?: `0x${string}` | undefined;
|
|
2814
2813
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2814
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2815
2815
|
blobVersionedHashes?: undefined;
|
|
2816
2816
|
chainId?: `0x${string}` | undefined;
|
|
2817
2817
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -2851,18 +2851,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2851
2851
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2852
2852
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2853
2853
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2854
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2854
2855
|
to?: `0x${string}` | null | undefined;
|
|
2855
2856
|
from?: `0x${string}` | undefined;
|
|
2856
2857
|
gas?: `0x${string}` | undefined;
|
|
2857
2858
|
nonce?: `0x${string}` | undefined;
|
|
2858
2859
|
value?: `0x${string}` | undefined;
|
|
2859
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2860
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2861
2860
|
blockHash?: `0x${string}` | null | undefined;
|
|
2862
2861
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2863
2862
|
hash?: `0x${string}` | undefined;
|
|
2864
2863
|
input?: `0x${string}` | undefined;
|
|
2865
2864
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2865
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2866
2866
|
blobVersionedHashes?: undefined;
|
|
2867
2867
|
chainId?: `0x${string}` | undefined;
|
|
2868
2868
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -2902,18 +2902,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2902
2902
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2903
2903
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2904
2904
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2905
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2905
2906
|
to?: `0x${string}` | null | undefined;
|
|
2906
2907
|
from?: `0x${string}` | undefined;
|
|
2907
2908
|
gas?: `0x${string}` | undefined;
|
|
2908
2909
|
nonce?: `0x${string}` | undefined;
|
|
2909
2910
|
value?: `0x${string}` | undefined;
|
|
2910
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2911
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2912
2911
|
blockHash?: `0x${string}` | null | undefined;
|
|
2913
2912
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2914
2913
|
hash?: `0x${string}` | undefined;
|
|
2915
2914
|
input?: `0x${string}` | undefined;
|
|
2916
2915
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2916
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2917
2917
|
blobVersionedHashes?: undefined;
|
|
2918
2918
|
chainId?: `0x${string}` | undefined;
|
|
2919
2919
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -2953,18 +2953,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2953
2953
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2954
2954
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2955
2955
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2956
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2956
2957
|
to?: `0x${string}` | null | undefined;
|
|
2957
2958
|
from?: `0x${string}` | undefined;
|
|
2958
2959
|
gas?: `0x${string}` | undefined;
|
|
2959
2960
|
nonce?: `0x${string}` | undefined;
|
|
2960
2961
|
value?: `0x${string}` | undefined;
|
|
2961
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2962
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2963
2962
|
blockHash?: `0x${string}` | null | undefined;
|
|
2964
2963
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2965
2964
|
hash?: `0x${string}` | undefined;
|
|
2966
2965
|
input?: `0x${string}` | undefined;
|
|
2967
2966
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2967
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2968
2968
|
blobVersionedHashes?: undefined;
|
|
2969
2969
|
chainId?: `0x${string}` | undefined;
|
|
2970
2970
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -2981,18 +2981,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
2981
2981
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
2982
2982
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2983
2983
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2984
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2984
2985
|
to?: `0x${string}` | null | undefined;
|
|
2985
2986
|
from?: `0x${string}` | undefined;
|
|
2986
2987
|
gas?: `0x${string}` | undefined;
|
|
2987
2988
|
nonce?: `0x${string}` | undefined;
|
|
2988
2989
|
value?: `0x${string}` | undefined;
|
|
2989
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
2990
|
-
accessList?: import("viem").AccessList | undefined;
|
|
2991
2990
|
blockHash?: `0x${string}` | null | undefined;
|
|
2992
2991
|
blockNumber?: `0x${string}` | null | undefined;
|
|
2993
2992
|
hash?: `0x${string}` | undefined;
|
|
2994
2993
|
input?: `0x${string}` | undefined;
|
|
2995
2994
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
2995
|
+
accessList?: import("viem").AccessList | undefined;
|
|
2996
2996
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
2997
2997
|
chainId?: `0x${string}` | undefined;
|
|
2998
2998
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -3032,18 +3032,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
3032
3032
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
3033
3033
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
3034
3034
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
3035
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3035
3036
|
to?: `0x${string}` | null | undefined;
|
|
3036
3037
|
from?: `0x${string}` | undefined;
|
|
3037
3038
|
gas?: `0x${string}` | undefined;
|
|
3038
3039
|
nonce?: `0x${string}` | undefined;
|
|
3039
3040
|
value?: `0x${string}` | undefined;
|
|
3040
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3041
|
-
accessList?: import("viem").AccessList | undefined;
|
|
3042
3041
|
blockHash?: `0x${string}` | null | undefined;
|
|
3043
3042
|
blockNumber?: `0x${string}` | null | undefined;
|
|
3044
3043
|
hash?: `0x${string}` | undefined;
|
|
3045
3044
|
input?: `0x${string}` | undefined;
|
|
3046
3045
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
3046
|
+
accessList?: import("viem").AccessList | undefined;
|
|
3047
3047
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
3048
3048
|
chainId?: `0x${string}` | undefined;
|
|
3049
3049
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -3083,18 +3083,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
3083
3083
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
3084
3084
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
3085
3085
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
3086
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3086
3087
|
to?: `0x${string}` | null | undefined;
|
|
3087
3088
|
from?: `0x${string}` | undefined;
|
|
3088
3089
|
gas?: `0x${string}` | undefined;
|
|
3089
3090
|
nonce?: `0x${string}` | undefined;
|
|
3090
3091
|
value?: `0x${string}` | undefined;
|
|
3091
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3092
|
-
accessList?: import("viem").AccessList | undefined;
|
|
3093
3092
|
blockHash?: `0x${string}` | null | undefined;
|
|
3094
3093
|
blockNumber?: `0x${string}` | null | undefined;
|
|
3095
3094
|
hash?: `0x${string}` | undefined;
|
|
3096
3095
|
input?: `0x${string}` | undefined;
|
|
3097
3096
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
3097
|
+
accessList?: import("viem").AccessList | undefined;
|
|
3098
3098
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
3099
3099
|
chainId?: `0x${string}` | undefined;
|
|
3100
3100
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -3134,18 +3134,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
3134
3134
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
3135
3135
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
3136
3136
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
3137
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3137
3138
|
to?: `0x${string}` | null | undefined;
|
|
3138
3139
|
from?: `0x${string}` | undefined;
|
|
3139
3140
|
gas?: `0x${string}` | undefined;
|
|
3140
3141
|
nonce?: `0x${string}` | undefined;
|
|
3141
3142
|
value?: `0x${string}` | undefined;
|
|
3142
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3143
|
-
accessList?: import("viem").AccessList | undefined;
|
|
3144
3143
|
blockHash?: `0x${string}` | null | undefined;
|
|
3145
3144
|
blockNumber?: `0x${string}` | null | undefined;
|
|
3146
3145
|
hash?: `0x${string}` | undefined;
|
|
3147
3146
|
input?: `0x${string}` | undefined;
|
|
3148
3147
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
3148
|
+
accessList?: import("viem").AccessList | undefined;
|
|
3149
3149
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
3150
3150
|
chainId?: `0x${string}` | undefined;
|
|
3151
3151
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -3185,18 +3185,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
3185
3185
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
3186
3186
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
3187
3187
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
3188
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3188
3189
|
to?: `0x${string}` | null | undefined;
|
|
3189
3190
|
from?: `0x${string}` | undefined;
|
|
3190
3191
|
gas?: `0x${string}` | undefined;
|
|
3191
3192
|
nonce?: `0x${string}` | undefined;
|
|
3192
3193
|
value?: `0x${string}` | undefined;
|
|
3193
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
3194
|
-
accessList?: import("viem").AccessList | undefined;
|
|
3195
3194
|
blockHash?: `0x${string}` | null | undefined;
|
|
3196
3195
|
blockNumber?: `0x${string}` | null | undefined;
|
|
3197
3196
|
hash?: `0x${string}` | undefined;
|
|
3198
3197
|
input?: `0x${string}` | undefined;
|
|
3199
3198
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
3199
|
+
accessList?: import("viem").AccessList | undefined;
|
|
3200
3200
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
3201
3201
|
chainId?: `0x${string}` | undefined;
|
|
3202
3202
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -4006,6 +4006,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4006
4006
|
accessList?: undefined;
|
|
4007
4007
|
blobs?: undefined;
|
|
4008
4008
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4009
|
+
blobVersionedHashes?: undefined;
|
|
4010
|
+
kzg?: undefined;
|
|
4011
|
+
sidecars?: undefined;
|
|
4009
4012
|
} & {
|
|
4010
4013
|
data?: `0x${string}` | undefined;
|
|
4011
4014
|
from: `0x${string}`;
|
|
@@ -4020,6 +4023,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4020
4023
|
accessList?: undefined;
|
|
4021
4024
|
blobs?: undefined;
|
|
4022
4025
|
type?: "legacy" | undefined;
|
|
4026
|
+
blobVersionedHashes?: undefined;
|
|
4027
|
+
kzg?: undefined;
|
|
4028
|
+
sidecars?: undefined;
|
|
4023
4029
|
} & {
|
|
4024
4030
|
gasPerPubdata?: undefined;
|
|
4025
4031
|
customSignature?: undefined;
|
|
@@ -4040,6 +4046,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4040
4046
|
accessList?: undefined;
|
|
4041
4047
|
blobs?: undefined;
|
|
4042
4048
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4049
|
+
blobVersionedHashes?: undefined;
|
|
4050
|
+
kzg?: undefined;
|
|
4051
|
+
sidecars?: undefined;
|
|
4043
4052
|
} & {
|
|
4044
4053
|
data?: `0x${string}` | undefined;
|
|
4045
4054
|
from: `0x${string}`;
|
|
@@ -4054,6 +4063,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4054
4063
|
accessList?: import("viem").AccessList | undefined;
|
|
4055
4064
|
blobs?: undefined;
|
|
4056
4065
|
type?: "eip2930" | undefined;
|
|
4066
|
+
blobVersionedHashes?: undefined;
|
|
4067
|
+
kzg?: undefined;
|
|
4068
|
+
sidecars?: undefined;
|
|
4057
4069
|
} & {
|
|
4058
4070
|
gasPerPubdata?: undefined;
|
|
4059
4071
|
customSignature?: undefined;
|
|
@@ -4074,6 +4086,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4074
4086
|
accessList?: undefined;
|
|
4075
4087
|
blobs?: undefined;
|
|
4076
4088
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4089
|
+
blobVersionedHashes?: undefined;
|
|
4090
|
+
kzg?: undefined;
|
|
4091
|
+
sidecars?: undefined;
|
|
4077
4092
|
} & {
|
|
4078
4093
|
data?: `0x${string}` | undefined;
|
|
4079
4094
|
from: `0x${string}`;
|
|
@@ -4088,6 +4103,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4088
4103
|
accessList?: import("viem").AccessList | undefined;
|
|
4089
4104
|
blobs?: undefined;
|
|
4090
4105
|
type?: "eip1559" | undefined;
|
|
4106
|
+
blobVersionedHashes?: undefined;
|
|
4107
|
+
kzg?: undefined;
|
|
4108
|
+
sidecars?: undefined;
|
|
4091
4109
|
} & {
|
|
4092
4110
|
gasPerPubdata?: undefined;
|
|
4093
4111
|
customSignature?: undefined;
|
|
@@ -4108,6 +4126,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4108
4126
|
accessList?: undefined;
|
|
4109
4127
|
blobs?: undefined;
|
|
4110
4128
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4129
|
+
blobVersionedHashes?: undefined;
|
|
4130
|
+
kzg?: undefined;
|
|
4131
|
+
sidecars?: undefined;
|
|
4111
4132
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4112
4133
|
gasPerPubdata?: bigint | undefined;
|
|
4113
4134
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -4130,6 +4151,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4130
4151
|
accessList?: undefined;
|
|
4131
4152
|
blobs?: undefined;
|
|
4132
4153
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4154
|
+
blobVersionedHashes?: undefined;
|
|
4155
|
+
kzg?: undefined;
|
|
4156
|
+
sidecars?: undefined;
|
|
4133
4157
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4134
4158
|
gasPerPubdata?: bigint | undefined;
|
|
4135
4159
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -4152,6 +4176,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4152
4176
|
accessList?: import("viem").AccessList | undefined;
|
|
4153
4177
|
blobs?: undefined;
|
|
4154
4178
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4179
|
+
blobVersionedHashes?: undefined;
|
|
4180
|
+
kzg?: undefined;
|
|
4181
|
+
sidecars?: undefined;
|
|
4155
4182
|
} & {
|
|
4156
4183
|
data?: `0x${string}` | undefined;
|
|
4157
4184
|
from: `0x${string}`;
|
|
@@ -4166,6 +4193,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4166
4193
|
accessList?: undefined;
|
|
4167
4194
|
blobs?: undefined;
|
|
4168
4195
|
type?: "legacy" | undefined;
|
|
4196
|
+
blobVersionedHashes?: undefined;
|
|
4197
|
+
kzg?: undefined;
|
|
4198
|
+
sidecars?: undefined;
|
|
4169
4199
|
} & {
|
|
4170
4200
|
gasPerPubdata?: undefined;
|
|
4171
4201
|
customSignature?: undefined;
|
|
@@ -4186,6 +4216,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4186
4216
|
accessList?: import("viem").AccessList | undefined;
|
|
4187
4217
|
blobs?: undefined;
|
|
4188
4218
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4219
|
+
blobVersionedHashes?: undefined;
|
|
4220
|
+
kzg?: undefined;
|
|
4221
|
+
sidecars?: undefined;
|
|
4189
4222
|
} & {
|
|
4190
4223
|
data?: `0x${string}` | undefined;
|
|
4191
4224
|
from: `0x${string}`;
|
|
@@ -4200,6 +4233,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4200
4233
|
accessList?: import("viem").AccessList | undefined;
|
|
4201
4234
|
blobs?: undefined;
|
|
4202
4235
|
type?: "eip2930" | undefined;
|
|
4236
|
+
blobVersionedHashes?: undefined;
|
|
4237
|
+
kzg?: undefined;
|
|
4238
|
+
sidecars?: undefined;
|
|
4203
4239
|
} & {
|
|
4204
4240
|
gasPerPubdata?: undefined;
|
|
4205
4241
|
customSignature?: undefined;
|
|
@@ -4220,6 +4256,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4220
4256
|
accessList?: import("viem").AccessList | undefined;
|
|
4221
4257
|
blobs?: undefined;
|
|
4222
4258
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4259
|
+
blobVersionedHashes?: undefined;
|
|
4260
|
+
kzg?: undefined;
|
|
4261
|
+
sidecars?: undefined;
|
|
4223
4262
|
} & {
|
|
4224
4263
|
data?: `0x${string}` | undefined;
|
|
4225
4264
|
from: `0x${string}`;
|
|
@@ -4234,6 +4273,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4234
4273
|
accessList?: import("viem").AccessList | undefined;
|
|
4235
4274
|
blobs?: undefined;
|
|
4236
4275
|
type?: "eip1559" | undefined;
|
|
4276
|
+
blobVersionedHashes?: undefined;
|
|
4277
|
+
kzg?: undefined;
|
|
4278
|
+
sidecars?: undefined;
|
|
4237
4279
|
} & {
|
|
4238
4280
|
gasPerPubdata?: undefined;
|
|
4239
4281
|
customSignature?: undefined;
|
|
@@ -4254,6 +4296,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4254
4296
|
accessList?: import("viem").AccessList | undefined;
|
|
4255
4297
|
blobs?: undefined;
|
|
4256
4298
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4299
|
+
blobVersionedHashes?: undefined;
|
|
4300
|
+
kzg?: undefined;
|
|
4301
|
+
sidecars?: undefined;
|
|
4257
4302
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4258
4303
|
gasPerPubdata?: bigint | undefined;
|
|
4259
4304
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -4276,6 +4321,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4276
4321
|
accessList?: import("viem").AccessList | undefined;
|
|
4277
4322
|
blobs?: undefined;
|
|
4278
4323
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4324
|
+
blobVersionedHashes?: undefined;
|
|
4325
|
+
kzg?: undefined;
|
|
4326
|
+
sidecars?: undefined;
|
|
4279
4327
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4280
4328
|
gasPerPubdata?: bigint | undefined;
|
|
4281
4329
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -4298,6 +4346,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4298
4346
|
accessList?: import("viem").AccessList | undefined;
|
|
4299
4347
|
blobs?: undefined;
|
|
4300
4348
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4349
|
+
blobVersionedHashes?: undefined;
|
|
4350
|
+
kzg?: undefined;
|
|
4351
|
+
sidecars?: undefined;
|
|
4301
4352
|
} & {
|
|
4302
4353
|
data?: `0x${string}` | undefined;
|
|
4303
4354
|
from: `0x${string}`;
|
|
@@ -4312,6 +4363,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4312
4363
|
accessList?: undefined;
|
|
4313
4364
|
blobs?: undefined;
|
|
4314
4365
|
type?: "legacy" | undefined;
|
|
4366
|
+
blobVersionedHashes?: undefined;
|
|
4367
|
+
kzg?: undefined;
|
|
4368
|
+
sidecars?: undefined;
|
|
4315
4369
|
} & {
|
|
4316
4370
|
gasPerPubdata?: undefined;
|
|
4317
4371
|
customSignature?: undefined;
|
|
@@ -4332,6 +4386,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4332
4386
|
accessList?: import("viem").AccessList | undefined;
|
|
4333
4387
|
blobs?: undefined;
|
|
4334
4388
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4389
|
+
blobVersionedHashes?: undefined;
|
|
4390
|
+
kzg?: undefined;
|
|
4391
|
+
sidecars?: undefined;
|
|
4335
4392
|
} & {
|
|
4336
4393
|
data?: `0x${string}` | undefined;
|
|
4337
4394
|
from: `0x${string}`;
|
|
@@ -4346,6 +4403,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4346
4403
|
accessList?: import("viem").AccessList | undefined;
|
|
4347
4404
|
blobs?: undefined;
|
|
4348
4405
|
type?: "eip2930" | undefined;
|
|
4406
|
+
blobVersionedHashes?: undefined;
|
|
4407
|
+
kzg?: undefined;
|
|
4408
|
+
sidecars?: undefined;
|
|
4349
4409
|
} & {
|
|
4350
4410
|
gasPerPubdata?: undefined;
|
|
4351
4411
|
customSignature?: undefined;
|
|
@@ -4366,6 +4426,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4366
4426
|
accessList?: import("viem").AccessList | undefined;
|
|
4367
4427
|
blobs?: undefined;
|
|
4368
4428
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4429
|
+
blobVersionedHashes?: undefined;
|
|
4430
|
+
kzg?: undefined;
|
|
4431
|
+
sidecars?: undefined;
|
|
4369
4432
|
} & {
|
|
4370
4433
|
data?: `0x${string}` | undefined;
|
|
4371
4434
|
from: `0x${string}`;
|
|
@@ -4380,6 +4443,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4380
4443
|
accessList?: import("viem").AccessList | undefined;
|
|
4381
4444
|
blobs?: undefined;
|
|
4382
4445
|
type?: "eip1559" | undefined;
|
|
4446
|
+
blobVersionedHashes?: undefined;
|
|
4447
|
+
kzg?: undefined;
|
|
4448
|
+
sidecars?: undefined;
|
|
4383
4449
|
} & {
|
|
4384
4450
|
gasPerPubdata?: undefined;
|
|
4385
4451
|
customSignature?: undefined;
|
|
@@ -4400,6 +4466,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4400
4466
|
accessList?: import("viem").AccessList | undefined;
|
|
4401
4467
|
blobs?: undefined;
|
|
4402
4468
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4469
|
+
blobVersionedHashes?: undefined;
|
|
4470
|
+
kzg?: undefined;
|
|
4471
|
+
sidecars?: undefined;
|
|
4403
4472
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4404
4473
|
gasPerPubdata?: bigint | undefined;
|
|
4405
4474
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -4422,6 +4491,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4422
4491
|
accessList?: import("viem").AccessList | undefined;
|
|
4423
4492
|
blobs?: undefined;
|
|
4424
4493
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4494
|
+
blobVersionedHashes?: undefined;
|
|
4495
|
+
kzg?: undefined;
|
|
4496
|
+
sidecars?: undefined;
|
|
4425
4497
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4426
4498
|
gasPerPubdata?: bigint | undefined;
|
|
4427
4499
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -4443,6 +4515,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4443
4515
|
maxFeePerBlobGas?: bigint | undefined;
|
|
4444
4516
|
accessList?: import("viem").AccessList | undefined;
|
|
4445
4517
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4518
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4519
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4520
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4446
4521
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4447
4522
|
} & {
|
|
4448
4523
|
data?: `0x${string}` | undefined;
|
|
@@ -4458,6 +4533,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4458
4533
|
accessList?: undefined;
|
|
4459
4534
|
blobs?: undefined;
|
|
4460
4535
|
type?: "legacy" | undefined;
|
|
4536
|
+
blobVersionedHashes?: undefined;
|
|
4537
|
+
kzg?: undefined;
|
|
4538
|
+
sidecars?: undefined;
|
|
4461
4539
|
} & {
|
|
4462
4540
|
gasPerPubdata?: undefined;
|
|
4463
4541
|
customSignature?: undefined;
|
|
@@ -4477,6 +4555,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4477
4555
|
maxFeePerBlobGas?: bigint | undefined;
|
|
4478
4556
|
accessList?: import("viem").AccessList | undefined;
|
|
4479
4557
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4558
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4559
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4560
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4480
4561
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4481
4562
|
} & {
|
|
4482
4563
|
data?: `0x${string}` | undefined;
|
|
@@ -4492,6 +4573,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4492
4573
|
accessList?: import("viem").AccessList | undefined;
|
|
4493
4574
|
blobs?: undefined;
|
|
4494
4575
|
type?: "eip2930" | undefined;
|
|
4576
|
+
blobVersionedHashes?: undefined;
|
|
4577
|
+
kzg?: undefined;
|
|
4578
|
+
sidecars?: undefined;
|
|
4495
4579
|
} & {
|
|
4496
4580
|
gasPerPubdata?: undefined;
|
|
4497
4581
|
customSignature?: undefined;
|
|
@@ -4511,6 +4595,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4511
4595
|
maxFeePerBlobGas?: bigint | undefined;
|
|
4512
4596
|
accessList?: import("viem").AccessList | undefined;
|
|
4513
4597
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4598
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4599
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4600
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4514
4601
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4515
4602
|
} & {
|
|
4516
4603
|
data?: `0x${string}` | undefined;
|
|
@@ -4526,6 +4613,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4526
4613
|
accessList?: import("viem").AccessList | undefined;
|
|
4527
4614
|
blobs?: undefined;
|
|
4528
4615
|
type?: "eip1559" | undefined;
|
|
4616
|
+
blobVersionedHashes?: undefined;
|
|
4617
|
+
kzg?: undefined;
|
|
4618
|
+
sidecars?: undefined;
|
|
4529
4619
|
} & {
|
|
4530
4620
|
gasPerPubdata?: undefined;
|
|
4531
4621
|
customSignature?: undefined;
|
|
@@ -4545,6 +4635,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4545
4635
|
maxFeePerBlobGas?: bigint | undefined;
|
|
4546
4636
|
accessList?: import("viem").AccessList | undefined;
|
|
4547
4637
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4638
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4639
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4640
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4548
4641
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4549
4642
|
} & {
|
|
4550
4643
|
data?: `0x${string}` | undefined;
|
|
@@ -4559,6 +4652,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4559
4652
|
maxFeePerBlobGas: bigint;
|
|
4560
4653
|
accessList?: import("viem").AccessList | undefined;
|
|
4561
4654
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
4655
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4656
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4657
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4562
4658
|
type?: "eip4844" | undefined;
|
|
4563
4659
|
} & {
|
|
4564
4660
|
gasPerPubdata?: undefined;
|
|
@@ -4579,6 +4675,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4579
4675
|
maxFeePerBlobGas?: bigint | undefined;
|
|
4580
4676
|
accessList?: import("viem").AccessList | undefined;
|
|
4581
4677
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4678
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4679
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4680
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4582
4681
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4583
4682
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4584
4683
|
gasPerPubdata?: bigint | undefined;
|
|
@@ -4601,6 +4700,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4601
4700
|
maxFeePerBlobGas?: bigint | undefined;
|
|
4602
4701
|
accessList?: import("viem").AccessList | undefined;
|
|
4603
4702
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4703
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4704
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4705
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4604
4706
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
4605
4707
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
4606
4708
|
gasPerPubdata?: bigint | undefined;
|
|
@@ -4624,6 +4726,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4624
4726
|
accessList?: undefined;
|
|
4625
4727
|
blobs?: undefined;
|
|
4626
4728
|
type?: "0x0" | undefined;
|
|
4729
|
+
blobVersionedHashes?: undefined;
|
|
4730
|
+
kzg?: undefined;
|
|
4731
|
+
sidecars?: undefined;
|
|
4627
4732
|
eip712Meta?: undefined;
|
|
4628
4733
|
} | {
|
|
4629
4734
|
data?: `0x${string}` | undefined;
|
|
@@ -4639,6 +4744,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4639
4744
|
accessList?: undefined;
|
|
4640
4745
|
blobs?: undefined;
|
|
4641
4746
|
type?: "0x1" | undefined;
|
|
4747
|
+
blobVersionedHashes?: undefined;
|
|
4748
|
+
kzg?: undefined;
|
|
4749
|
+
sidecars?: undefined;
|
|
4642
4750
|
eip712Meta?: undefined;
|
|
4643
4751
|
} | {
|
|
4644
4752
|
data?: `0x${string}` | undefined;
|
|
@@ -4654,6 +4762,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4654
4762
|
accessList?: undefined;
|
|
4655
4763
|
blobs?: undefined;
|
|
4656
4764
|
type?: "0x2" | undefined;
|
|
4765
|
+
blobVersionedHashes?: undefined;
|
|
4766
|
+
kzg?: undefined;
|
|
4767
|
+
sidecars?: undefined;
|
|
4657
4768
|
eip712Meta?: undefined;
|
|
4658
4769
|
} | {
|
|
4659
4770
|
data?: `0x${string}` | undefined;
|
|
@@ -4669,6 +4780,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4669
4780
|
accessList?: undefined;
|
|
4670
4781
|
blobs?: undefined;
|
|
4671
4782
|
type: "0xff" | "0x71";
|
|
4783
|
+
blobVersionedHashes?: undefined;
|
|
4784
|
+
kzg?: undefined;
|
|
4785
|
+
sidecars?: undefined;
|
|
4672
4786
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
4673
4787
|
} | {
|
|
4674
4788
|
data?: `0x${string}` | undefined;
|
|
@@ -4684,6 +4798,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4684
4798
|
accessList?: undefined;
|
|
4685
4799
|
blobs?: undefined;
|
|
4686
4800
|
type?: "0x0" | undefined;
|
|
4801
|
+
blobVersionedHashes?: undefined;
|
|
4802
|
+
kzg?: undefined;
|
|
4803
|
+
sidecars?: undefined;
|
|
4687
4804
|
eip712Meta?: undefined;
|
|
4688
4805
|
} | {
|
|
4689
4806
|
data?: `0x${string}` | undefined;
|
|
@@ -4699,6 +4816,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4699
4816
|
accessList?: import("viem").AccessList | undefined;
|
|
4700
4817
|
blobs?: undefined;
|
|
4701
4818
|
type?: "0x1" | undefined;
|
|
4819
|
+
blobVersionedHashes?: undefined;
|
|
4820
|
+
kzg?: undefined;
|
|
4821
|
+
sidecars?: undefined;
|
|
4702
4822
|
eip712Meta?: undefined;
|
|
4703
4823
|
} | {
|
|
4704
4824
|
data?: `0x${string}` | undefined;
|
|
@@ -4714,6 +4834,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4714
4834
|
accessList?: import("viem").AccessList | undefined;
|
|
4715
4835
|
blobs?: undefined;
|
|
4716
4836
|
type?: "0x2" | undefined;
|
|
4837
|
+
blobVersionedHashes?: undefined;
|
|
4838
|
+
kzg?: undefined;
|
|
4839
|
+
sidecars?: undefined;
|
|
4717
4840
|
eip712Meta?: undefined;
|
|
4718
4841
|
} | {
|
|
4719
4842
|
data?: `0x${string}` | undefined;
|
|
@@ -4729,6 +4852,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4729
4852
|
accessList?: import("viem").AccessList | undefined;
|
|
4730
4853
|
blobs?: undefined;
|
|
4731
4854
|
type: "0xff" | "0x71";
|
|
4855
|
+
blobVersionedHashes?: undefined;
|
|
4856
|
+
kzg?: undefined;
|
|
4857
|
+
sidecars?: undefined;
|
|
4732
4858
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
4733
4859
|
} | {
|
|
4734
4860
|
data?: `0x${string}` | undefined;
|
|
@@ -4744,6 +4870,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4744
4870
|
accessList?: undefined;
|
|
4745
4871
|
blobs?: undefined;
|
|
4746
4872
|
type?: "0x0" | undefined;
|
|
4873
|
+
blobVersionedHashes?: undefined;
|
|
4874
|
+
kzg?: undefined;
|
|
4875
|
+
sidecars?: undefined;
|
|
4747
4876
|
eip712Meta?: undefined;
|
|
4748
4877
|
} | {
|
|
4749
4878
|
data?: `0x${string}` | undefined;
|
|
@@ -4759,6 +4888,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4759
4888
|
accessList?: import("viem").AccessList | undefined;
|
|
4760
4889
|
blobs?: undefined;
|
|
4761
4890
|
type?: "0x1" | undefined;
|
|
4891
|
+
blobVersionedHashes?: undefined;
|
|
4892
|
+
kzg?: undefined;
|
|
4893
|
+
sidecars?: undefined;
|
|
4762
4894
|
eip712Meta?: undefined;
|
|
4763
4895
|
} | {
|
|
4764
4896
|
data?: `0x${string}` | undefined;
|
|
@@ -4774,6 +4906,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4774
4906
|
accessList?: import("viem").AccessList | undefined;
|
|
4775
4907
|
blobs?: undefined;
|
|
4776
4908
|
type?: "0x2" | undefined;
|
|
4909
|
+
blobVersionedHashes?: undefined;
|
|
4910
|
+
kzg?: undefined;
|
|
4911
|
+
sidecars?: undefined;
|
|
4777
4912
|
eip712Meta?: undefined;
|
|
4778
4913
|
} | {
|
|
4779
4914
|
data?: `0x${string}` | undefined;
|
|
@@ -4789,6 +4924,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4789
4924
|
accessList?: import("viem").AccessList | undefined;
|
|
4790
4925
|
blobs?: undefined;
|
|
4791
4926
|
type: "0xff" | "0x71";
|
|
4927
|
+
blobVersionedHashes?: undefined;
|
|
4928
|
+
kzg?: undefined;
|
|
4929
|
+
sidecars?: undefined;
|
|
4792
4930
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
4793
4931
|
} | {
|
|
4794
4932
|
data?: `0x${string}` | undefined;
|
|
@@ -4803,6 +4941,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4803
4941
|
maxFeePerBlobGas: `0x${string}`;
|
|
4804
4942
|
accessList?: import("viem").AccessList | undefined;
|
|
4805
4943
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
4944
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4945
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4946
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4806
4947
|
type?: "0x3" | undefined;
|
|
4807
4948
|
eip712Meta?: undefined;
|
|
4808
4949
|
} | {
|
|
@@ -4818,6 +4959,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
|
|
|
4818
4959
|
maxFeePerBlobGas: undefined;
|
|
4819
4960
|
accessList?: import("viem").AccessList | undefined;
|
|
4820
4961
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
4962
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
4963
|
+
kzg?: import("viem").Kzg | undefined;
|
|
4964
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4821
4965
|
type: "0xff" | "0x71";
|
|
4822
4966
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
4823
4967
|
}) & {
|
|
@@ -5104,18 +5248,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5104
5248
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5105
5249
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5106
5250
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5251
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5107
5252
|
to?: `0x${string}` | null | undefined;
|
|
5108
5253
|
from?: `0x${string}` | undefined;
|
|
5109
5254
|
gas?: `0x${string}` | undefined;
|
|
5110
5255
|
nonce?: `0x${string}` | undefined;
|
|
5111
5256
|
value?: `0x${string}` | undefined;
|
|
5112
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5113
|
-
accessList?: undefined;
|
|
5114
5257
|
blockHash?: `0x${string}` | null | undefined;
|
|
5115
5258
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5116
5259
|
hash?: `0x${string}` | undefined;
|
|
5117
5260
|
input?: `0x${string}` | undefined;
|
|
5118
5261
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5262
|
+
accessList?: undefined;
|
|
5119
5263
|
blobVersionedHashes?: undefined;
|
|
5120
5264
|
chainId?: `0x${string}` | undefined;
|
|
5121
5265
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5155,18 +5299,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5155
5299
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5156
5300
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5157
5301
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5302
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5158
5303
|
to?: `0x${string}` | null | undefined;
|
|
5159
5304
|
from?: `0x${string}` | undefined;
|
|
5160
5305
|
gas?: `0x${string}` | undefined;
|
|
5161
5306
|
nonce?: `0x${string}` | undefined;
|
|
5162
5307
|
value?: `0x${string}` | undefined;
|
|
5163
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5164
|
-
accessList?: undefined;
|
|
5165
5308
|
blockHash?: `0x${string}` | null | undefined;
|
|
5166
5309
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5167
5310
|
hash?: `0x${string}` | undefined;
|
|
5168
5311
|
input?: `0x${string}` | undefined;
|
|
5169
5312
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5313
|
+
accessList?: undefined;
|
|
5170
5314
|
blobVersionedHashes?: undefined;
|
|
5171
5315
|
chainId?: `0x${string}` | undefined;
|
|
5172
5316
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -5183,18 +5327,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5183
5327
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5184
5328
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5185
5329
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5330
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5186
5331
|
to?: `0x${string}` | null | undefined;
|
|
5187
5332
|
from?: `0x${string}` | undefined;
|
|
5188
5333
|
gas?: `0x${string}` | undefined;
|
|
5189
5334
|
nonce?: `0x${string}` | undefined;
|
|
5190
5335
|
value?: `0x${string}` | undefined;
|
|
5191
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5192
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5193
5336
|
blockHash?: `0x${string}` | null | undefined;
|
|
5194
5337
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5195
5338
|
hash?: `0x${string}` | undefined;
|
|
5196
5339
|
input?: `0x${string}` | undefined;
|
|
5197
5340
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5341
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5198
5342
|
blobVersionedHashes?: undefined;
|
|
5199
5343
|
chainId?: `0x${string}` | undefined;
|
|
5200
5344
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5234,18 +5378,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5234
5378
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5235
5379
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5236
5380
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5381
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5237
5382
|
to?: `0x${string}` | null | undefined;
|
|
5238
5383
|
from?: `0x${string}` | undefined;
|
|
5239
5384
|
gas?: `0x${string}` | undefined;
|
|
5240
5385
|
nonce?: `0x${string}` | undefined;
|
|
5241
5386
|
value?: `0x${string}` | undefined;
|
|
5242
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5243
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5244
5387
|
blockHash?: `0x${string}` | null | undefined;
|
|
5245
5388
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5246
5389
|
hash?: `0x${string}` | undefined;
|
|
5247
5390
|
input?: `0x${string}` | undefined;
|
|
5248
5391
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5392
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5249
5393
|
blobVersionedHashes?: undefined;
|
|
5250
5394
|
chainId?: `0x${string}` | undefined;
|
|
5251
5395
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5285,18 +5429,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5285
5429
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5286
5430
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5287
5431
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5432
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5288
5433
|
to?: `0x${string}` | null | undefined;
|
|
5289
|
-
from?: `0x${string}` | undefined;
|
|
5434
|
+
from?: `0x${string}` | undefined;
|
|
5290
5435
|
gas?: `0x${string}` | undefined;
|
|
5291
5436
|
nonce?: `0x${string}` | undefined;
|
|
5292
5437
|
value?: `0x${string}` | undefined;
|
|
5293
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5294
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5295
5438
|
blockHash?: `0x${string}` | null | undefined;
|
|
5296
5439
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5297
5440
|
hash?: `0x${string}` | undefined;
|
|
5298
5441
|
input?: `0x${string}` | undefined;
|
|
5299
5442
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5443
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5300
5444
|
blobVersionedHashes?: undefined;
|
|
5301
5445
|
chainId?: `0x${string}` | undefined;
|
|
5302
5446
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5336,18 +5480,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5336
5480
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5337
5481
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5338
5482
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5483
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5339
5484
|
to?: `0x${string}` | null | undefined;
|
|
5340
5485
|
from?: `0x${string}` | undefined;
|
|
5341
5486
|
gas?: `0x${string}` | undefined;
|
|
5342
5487
|
nonce?: `0x${string}` | undefined;
|
|
5343
5488
|
value?: `0x${string}` | undefined;
|
|
5344
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5345
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5346
5489
|
blockHash?: `0x${string}` | null | undefined;
|
|
5347
5490
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5348
5491
|
hash?: `0x${string}` | undefined;
|
|
5349
5492
|
input?: `0x${string}` | undefined;
|
|
5350
5493
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5494
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5351
5495
|
blobVersionedHashes?: undefined;
|
|
5352
5496
|
chainId?: `0x${string}` | undefined;
|
|
5353
5497
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -5364,18 +5508,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5364
5508
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5365
5509
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5366
5510
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5511
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5367
5512
|
to?: `0x${string}` | null | undefined;
|
|
5368
5513
|
from?: `0x${string}` | undefined;
|
|
5369
5514
|
gas?: `0x${string}` | undefined;
|
|
5370
5515
|
nonce?: `0x${string}` | undefined;
|
|
5371
5516
|
value?: `0x${string}` | undefined;
|
|
5372
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5373
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5374
5517
|
blockHash?: `0x${string}` | null | undefined;
|
|
5375
5518
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5376
5519
|
hash?: `0x${string}` | undefined;
|
|
5377
5520
|
input?: `0x${string}` | undefined;
|
|
5378
5521
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5522
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5379
5523
|
blobVersionedHashes?: undefined;
|
|
5380
5524
|
chainId?: `0x${string}` | undefined;
|
|
5381
5525
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5415,18 +5559,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5415
5559
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5416
5560
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5417
5561
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5562
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5418
5563
|
to?: `0x${string}` | null | undefined;
|
|
5419
5564
|
from?: `0x${string}` | undefined;
|
|
5420
5565
|
gas?: `0x${string}` | undefined;
|
|
5421
5566
|
nonce?: `0x${string}` | undefined;
|
|
5422
5567
|
value?: `0x${string}` | undefined;
|
|
5423
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5424
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5425
5568
|
blockHash?: `0x${string}` | null | undefined;
|
|
5426
5569
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5427
5570
|
hash?: `0x${string}` | undefined;
|
|
5428
5571
|
input?: `0x${string}` | undefined;
|
|
5429
5572
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5573
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5430
5574
|
blobVersionedHashes?: undefined;
|
|
5431
5575
|
chainId?: `0x${string}` | undefined;
|
|
5432
5576
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5466,18 +5610,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5466
5610
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5467
5611
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5468
5612
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5613
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5469
5614
|
to?: `0x${string}` | null | undefined;
|
|
5470
5615
|
from?: `0x${string}` | undefined;
|
|
5471
5616
|
gas?: `0x${string}` | undefined;
|
|
5472
5617
|
nonce?: `0x${string}` | undefined;
|
|
5473
5618
|
value?: `0x${string}` | undefined;
|
|
5474
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5475
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5476
5619
|
blockHash?: `0x${string}` | null | undefined;
|
|
5477
5620
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5478
5621
|
hash?: `0x${string}` | undefined;
|
|
5479
5622
|
input?: `0x${string}` | undefined;
|
|
5480
5623
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5624
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5481
5625
|
blobVersionedHashes?: undefined;
|
|
5482
5626
|
chainId?: `0x${string}` | undefined;
|
|
5483
5627
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5517,18 +5661,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5517
5661
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5518
5662
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5519
5663
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5664
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5520
5665
|
to?: `0x${string}` | null | undefined;
|
|
5521
5666
|
from?: `0x${string}` | undefined;
|
|
5522
5667
|
gas?: `0x${string}` | undefined;
|
|
5523
5668
|
nonce?: `0x${string}` | undefined;
|
|
5524
5669
|
value?: `0x${string}` | undefined;
|
|
5525
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5526
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5527
5670
|
blockHash?: `0x${string}` | null | undefined;
|
|
5528
5671
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5529
5672
|
hash?: `0x${string}` | undefined;
|
|
5530
5673
|
input?: `0x${string}` | undefined;
|
|
5531
5674
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5675
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5532
5676
|
blobVersionedHashes?: undefined;
|
|
5533
5677
|
chainId?: `0x${string}` | undefined;
|
|
5534
5678
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -5545,18 +5689,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5545
5689
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5546
5690
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5547
5691
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5692
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5548
5693
|
to?: `0x${string}` | null | undefined;
|
|
5549
5694
|
from?: `0x${string}` | undefined;
|
|
5550
5695
|
gas?: `0x${string}` | undefined;
|
|
5551
5696
|
nonce?: `0x${string}` | undefined;
|
|
5552
5697
|
value?: `0x${string}` | undefined;
|
|
5553
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5554
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5555
5698
|
blockHash?: `0x${string}` | null | undefined;
|
|
5556
5699
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5557
5700
|
hash?: `0x${string}` | undefined;
|
|
5558
5701
|
input?: `0x${string}` | undefined;
|
|
5559
5702
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5703
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5560
5704
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
5561
5705
|
chainId?: `0x${string}` | undefined;
|
|
5562
5706
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5596,18 +5740,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5596
5740
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5597
5741
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5598
5742
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5743
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5599
5744
|
to?: `0x${string}` | null | undefined;
|
|
5600
5745
|
from?: `0x${string}` | undefined;
|
|
5601
5746
|
gas?: `0x${string}` | undefined;
|
|
5602
5747
|
nonce?: `0x${string}` | undefined;
|
|
5603
5748
|
value?: `0x${string}` | undefined;
|
|
5604
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5605
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5606
5749
|
blockHash?: `0x${string}` | null | undefined;
|
|
5607
5750
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5608
5751
|
hash?: `0x${string}` | undefined;
|
|
5609
5752
|
input?: `0x${string}` | undefined;
|
|
5610
5753
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5754
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5611
5755
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
5612
5756
|
chainId?: `0x${string}` | undefined;
|
|
5613
5757
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5647,18 +5791,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5647
5791
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5648
5792
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5649
5793
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5794
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5650
5795
|
to?: `0x${string}` | null | undefined;
|
|
5651
5796
|
from?: `0x${string}` | undefined;
|
|
5652
5797
|
gas?: `0x${string}` | undefined;
|
|
5653
5798
|
nonce?: `0x${string}` | undefined;
|
|
5654
5799
|
value?: `0x${string}` | undefined;
|
|
5655
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5656
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5657
5800
|
blockHash?: `0x${string}` | null | undefined;
|
|
5658
5801
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5659
5802
|
hash?: `0x${string}` | undefined;
|
|
5660
5803
|
input?: `0x${string}` | undefined;
|
|
5661
5804
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5805
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5662
5806
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
5663
5807
|
chainId?: `0x${string}` | undefined;
|
|
5664
5808
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5698,18 +5842,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5698
5842
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5699
5843
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5700
5844
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5845
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5701
5846
|
to?: `0x${string}` | null | undefined;
|
|
5702
5847
|
from?: `0x${string}` | undefined;
|
|
5703
5848
|
gas?: `0x${string}` | undefined;
|
|
5704
5849
|
nonce?: `0x${string}` | undefined;
|
|
5705
5850
|
value?: `0x${string}` | undefined;
|
|
5706
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5707
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5708
5851
|
blockHash?: `0x${string}` | null | undefined;
|
|
5709
5852
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5710
5853
|
hash?: `0x${string}` | undefined;
|
|
5711
5854
|
input?: `0x${string}` | undefined;
|
|
5712
5855
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5856
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5713
5857
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
5714
5858
|
chainId?: `0x${string}` | undefined;
|
|
5715
5859
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -5749,18 +5893,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
5749
5893
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
5750
5894
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
5751
5895
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
5896
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5752
5897
|
to?: `0x${string}` | null | undefined;
|
|
5753
5898
|
from?: `0x${string}` | undefined;
|
|
5754
5899
|
gas?: `0x${string}` | undefined;
|
|
5755
5900
|
nonce?: `0x${string}` | undefined;
|
|
5756
5901
|
value?: `0x${string}` | undefined;
|
|
5757
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
5758
|
-
accessList?: import("viem").AccessList | undefined;
|
|
5759
5902
|
blockHash?: `0x${string}` | null | undefined;
|
|
5760
5903
|
blockNumber?: `0x${string}` | null | undefined;
|
|
5761
5904
|
hash?: `0x${string}` | undefined;
|
|
5762
5905
|
input?: `0x${string}` | undefined;
|
|
5763
5906
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
5907
|
+
accessList?: import("viem").AccessList | undefined;
|
|
5764
5908
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
5765
5909
|
chainId?: `0x${string}` | undefined;
|
|
5766
5910
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -6245,18 +6389,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6245
6389
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6246
6390
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6247
6391
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6392
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6248
6393
|
to?: `0x${string}` | null | undefined;
|
|
6249
6394
|
from?: `0x${string}` | undefined;
|
|
6250
6395
|
gas?: `0x${string}` | undefined;
|
|
6251
6396
|
nonce?: `0x${string}` | undefined;
|
|
6252
6397
|
value?: `0x${string}` | undefined;
|
|
6253
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6254
|
-
accessList?: undefined;
|
|
6255
6398
|
blockHash?: `0x${string}` | null | undefined;
|
|
6256
6399
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6257
6400
|
hash?: `0x${string}` | undefined;
|
|
6258
6401
|
input?: `0x${string}` | undefined;
|
|
6259
6402
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6403
|
+
accessList?: undefined;
|
|
6260
6404
|
blobVersionedHashes?: undefined;
|
|
6261
6405
|
chainId?: `0x${string}` | undefined;
|
|
6262
6406
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6296,18 +6440,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6296
6440
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6297
6441
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6298
6442
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6443
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6299
6444
|
to?: `0x${string}` | null | undefined;
|
|
6300
6445
|
from?: `0x${string}` | undefined;
|
|
6301
6446
|
gas?: `0x${string}` | undefined;
|
|
6302
6447
|
nonce?: `0x${string}` | undefined;
|
|
6303
6448
|
value?: `0x${string}` | undefined;
|
|
6304
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6305
|
-
accessList?: undefined;
|
|
6306
6449
|
blockHash?: `0x${string}` | null | undefined;
|
|
6307
6450
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6308
6451
|
hash?: `0x${string}` | undefined;
|
|
6309
6452
|
input?: `0x${string}` | undefined;
|
|
6310
6453
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6454
|
+
accessList?: undefined;
|
|
6311
6455
|
blobVersionedHashes?: undefined;
|
|
6312
6456
|
chainId?: `0x${string}` | undefined;
|
|
6313
6457
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -6324,18 +6468,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6324
6468
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6325
6469
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6326
6470
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6471
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6327
6472
|
to?: `0x${string}` | null | undefined;
|
|
6328
6473
|
from?: `0x${string}` | undefined;
|
|
6329
6474
|
gas?: `0x${string}` | undefined;
|
|
6330
6475
|
nonce?: `0x${string}` | undefined;
|
|
6331
6476
|
value?: `0x${string}` | undefined;
|
|
6332
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6333
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6334
6477
|
blockHash?: `0x${string}` | null | undefined;
|
|
6335
6478
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6336
6479
|
hash?: `0x${string}` | undefined;
|
|
6337
6480
|
input?: `0x${string}` | undefined;
|
|
6338
6481
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6482
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6339
6483
|
blobVersionedHashes?: undefined;
|
|
6340
6484
|
chainId?: `0x${string}` | undefined;
|
|
6341
6485
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6375,18 +6519,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6375
6519
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6376
6520
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6377
6521
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6522
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6378
6523
|
to?: `0x${string}` | null | undefined;
|
|
6379
6524
|
from?: `0x${string}` | undefined;
|
|
6380
6525
|
gas?: `0x${string}` | undefined;
|
|
6381
6526
|
nonce?: `0x${string}` | undefined;
|
|
6382
6527
|
value?: `0x${string}` | undefined;
|
|
6383
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6384
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6385
6528
|
blockHash?: `0x${string}` | null | undefined;
|
|
6386
6529
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6387
6530
|
hash?: `0x${string}` | undefined;
|
|
6388
6531
|
input?: `0x${string}` | undefined;
|
|
6389
6532
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6533
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6390
6534
|
blobVersionedHashes?: undefined;
|
|
6391
6535
|
chainId?: `0x${string}` | undefined;
|
|
6392
6536
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6426,18 +6570,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6426
6570
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6427
6571
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6428
6572
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6573
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6429
6574
|
to?: `0x${string}` | null | undefined;
|
|
6430
6575
|
from?: `0x${string}` | undefined;
|
|
6431
6576
|
gas?: `0x${string}` | undefined;
|
|
6432
6577
|
nonce?: `0x${string}` | undefined;
|
|
6433
6578
|
value?: `0x${string}` | undefined;
|
|
6434
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6435
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6436
6579
|
blockHash?: `0x${string}` | null | undefined;
|
|
6437
6580
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6438
6581
|
hash?: `0x${string}` | undefined;
|
|
6439
6582
|
input?: `0x${string}` | undefined;
|
|
6440
6583
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6584
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6441
6585
|
blobVersionedHashes?: undefined;
|
|
6442
6586
|
chainId?: `0x${string}` | undefined;
|
|
6443
6587
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6477,18 +6621,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6477
6621
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6478
6622
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6479
6623
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6624
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6480
6625
|
to?: `0x${string}` | null | undefined;
|
|
6481
6626
|
from?: `0x${string}` | undefined;
|
|
6482
6627
|
gas?: `0x${string}` | undefined;
|
|
6483
6628
|
nonce?: `0x${string}` | undefined;
|
|
6484
6629
|
value?: `0x${string}` | undefined;
|
|
6485
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6486
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6487
6630
|
blockHash?: `0x${string}` | null | undefined;
|
|
6488
6631
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6489
6632
|
hash?: `0x${string}` | undefined;
|
|
6490
6633
|
input?: `0x${string}` | undefined;
|
|
6491
6634
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6635
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6492
6636
|
blobVersionedHashes?: undefined;
|
|
6493
6637
|
chainId?: `0x${string}` | undefined;
|
|
6494
6638
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -6505,18 +6649,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6505
6649
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6506
6650
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6507
6651
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6652
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6508
6653
|
to?: `0x${string}` | null | undefined;
|
|
6509
6654
|
from?: `0x${string}` | undefined;
|
|
6510
6655
|
gas?: `0x${string}` | undefined;
|
|
6511
6656
|
nonce?: `0x${string}` | undefined;
|
|
6512
6657
|
value?: `0x${string}` | undefined;
|
|
6513
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6514
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6515
6658
|
blockHash?: `0x${string}` | null | undefined;
|
|
6516
6659
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6517
6660
|
hash?: `0x${string}` | undefined;
|
|
6518
6661
|
input?: `0x${string}` | undefined;
|
|
6519
6662
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6663
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6520
6664
|
blobVersionedHashes?: undefined;
|
|
6521
6665
|
chainId?: `0x${string}` | undefined;
|
|
6522
6666
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6556,18 +6700,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6556
6700
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6557
6701
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6558
6702
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6703
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6559
6704
|
to?: `0x${string}` | null | undefined;
|
|
6560
6705
|
from?: `0x${string}` | undefined;
|
|
6561
6706
|
gas?: `0x${string}` | undefined;
|
|
6562
6707
|
nonce?: `0x${string}` | undefined;
|
|
6563
6708
|
value?: `0x${string}` | undefined;
|
|
6564
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6565
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6566
6709
|
blockHash?: `0x${string}` | null | undefined;
|
|
6567
6710
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6568
6711
|
hash?: `0x${string}` | undefined;
|
|
6569
6712
|
input?: `0x${string}` | undefined;
|
|
6570
6713
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6714
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6571
6715
|
blobVersionedHashes?: undefined;
|
|
6572
6716
|
chainId?: `0x${string}` | undefined;
|
|
6573
6717
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6607,18 +6751,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6607
6751
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6608
6752
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6609
6753
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6754
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6610
6755
|
to?: `0x${string}` | null | undefined;
|
|
6611
6756
|
from?: `0x${string}` | undefined;
|
|
6612
6757
|
gas?: `0x${string}` | undefined;
|
|
6613
6758
|
nonce?: `0x${string}` | undefined;
|
|
6614
6759
|
value?: `0x${string}` | undefined;
|
|
6615
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6616
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6617
6760
|
blockHash?: `0x${string}` | null | undefined;
|
|
6618
6761
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6619
6762
|
hash?: `0x${string}` | undefined;
|
|
6620
6763
|
input?: `0x${string}` | undefined;
|
|
6621
6764
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6765
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6622
6766
|
blobVersionedHashes?: undefined;
|
|
6623
6767
|
chainId?: `0x${string}` | undefined;
|
|
6624
6768
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6658,18 +6802,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6658
6802
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6659
6803
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6660
6804
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6805
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6661
6806
|
to?: `0x${string}` | null | undefined;
|
|
6662
6807
|
from?: `0x${string}` | undefined;
|
|
6663
6808
|
gas?: `0x${string}` | undefined;
|
|
6664
6809
|
nonce?: `0x${string}` | undefined;
|
|
6665
6810
|
value?: `0x${string}` | undefined;
|
|
6666
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6667
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6668
6811
|
blockHash?: `0x${string}` | null | undefined;
|
|
6669
6812
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6670
6813
|
hash?: `0x${string}` | undefined;
|
|
6671
6814
|
input?: `0x${string}` | undefined;
|
|
6672
6815
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6816
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6673
6817
|
blobVersionedHashes?: undefined;
|
|
6674
6818
|
chainId?: `0x${string}` | undefined;
|
|
6675
6819
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -6686,18 +6830,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6686
6830
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6687
6831
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6688
6832
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6833
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6689
6834
|
to?: `0x${string}` | null | undefined;
|
|
6690
6835
|
from?: `0x${string}` | undefined;
|
|
6691
6836
|
gas?: `0x${string}` | undefined;
|
|
6692
6837
|
nonce?: `0x${string}` | undefined;
|
|
6693
6838
|
value?: `0x${string}` | undefined;
|
|
6694
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6695
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6696
6839
|
blockHash?: `0x${string}` | null | undefined;
|
|
6697
6840
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6698
6841
|
hash?: `0x${string}` | undefined;
|
|
6699
6842
|
input?: `0x${string}` | undefined;
|
|
6700
6843
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6844
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6701
6845
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
6702
6846
|
chainId?: `0x${string}` | undefined;
|
|
6703
6847
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6737,18 +6881,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6737
6881
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6738
6882
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6739
6883
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6884
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6740
6885
|
to?: `0x${string}` | null | undefined;
|
|
6741
6886
|
from?: `0x${string}` | undefined;
|
|
6742
6887
|
gas?: `0x${string}` | undefined;
|
|
6743
6888
|
nonce?: `0x${string}` | undefined;
|
|
6744
6889
|
value?: `0x${string}` | undefined;
|
|
6745
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6746
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6747
6890
|
blockHash?: `0x${string}` | null | undefined;
|
|
6748
6891
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6749
6892
|
hash?: `0x${string}` | undefined;
|
|
6750
6893
|
input?: `0x${string}` | undefined;
|
|
6751
6894
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6895
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6752
6896
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
6753
6897
|
chainId?: `0x${string}` | undefined;
|
|
6754
6898
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6788,18 +6932,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6788
6932
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6789
6933
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6790
6934
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6935
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6791
6936
|
to?: `0x${string}` | null | undefined;
|
|
6792
6937
|
from?: `0x${string}` | undefined;
|
|
6793
6938
|
gas?: `0x${string}` | undefined;
|
|
6794
6939
|
nonce?: `0x${string}` | undefined;
|
|
6795
6940
|
value?: `0x${string}` | undefined;
|
|
6796
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6797
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6798
6941
|
blockHash?: `0x${string}` | null | undefined;
|
|
6799
6942
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6800
6943
|
hash?: `0x${string}` | undefined;
|
|
6801
6944
|
input?: `0x${string}` | undefined;
|
|
6802
6945
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6946
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6803
6947
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
6804
6948
|
chainId?: `0x${string}` | undefined;
|
|
6805
6949
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6839,18 +6983,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6839
6983
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6840
6984
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6841
6985
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6986
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6842
6987
|
to?: `0x${string}` | null | undefined;
|
|
6843
6988
|
from?: `0x${string}` | undefined;
|
|
6844
6989
|
gas?: `0x${string}` | undefined;
|
|
6845
6990
|
nonce?: `0x${string}` | undefined;
|
|
6846
6991
|
value?: `0x${string}` | undefined;
|
|
6847
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6848
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6849
6992
|
blockHash?: `0x${string}` | null | undefined;
|
|
6850
6993
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6851
6994
|
hash?: `0x${string}` | undefined;
|
|
6852
6995
|
input?: `0x${string}` | undefined;
|
|
6853
6996
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
6997
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6854
6998
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
6855
6999
|
chainId?: `0x${string}` | undefined;
|
|
6856
7000
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -6890,18 +7034,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
6890
7034
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
6891
7035
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6892
7036
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
7037
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6893
7038
|
to?: `0x${string}` | null | undefined;
|
|
6894
7039
|
from?: `0x${string}` | undefined;
|
|
6895
7040
|
gas?: `0x${string}` | undefined;
|
|
6896
7041
|
nonce?: `0x${string}` | undefined;
|
|
6897
7042
|
value?: `0x${string}` | undefined;
|
|
6898
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
6899
|
-
accessList?: import("viem").AccessList | undefined;
|
|
6900
7043
|
blockHash?: `0x${string}` | null | undefined;
|
|
6901
7044
|
blockNumber?: `0x${string}` | null | undefined;
|
|
6902
7045
|
hash?: `0x${string}` | undefined;
|
|
6903
7046
|
input?: `0x${string}` | undefined;
|
|
6904
7047
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
7048
|
+
accessList?: import("viem").AccessList | undefined;
|
|
6905
7049
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
6906
7050
|
chainId?: `0x${string}` | undefined;
|
|
6907
7051
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -7693,6 +7837,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7693
7837
|
accessList?: undefined;
|
|
7694
7838
|
blobs?: undefined;
|
|
7695
7839
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
7840
|
+
blobVersionedHashes?: undefined;
|
|
7841
|
+
kzg?: undefined;
|
|
7842
|
+
sidecars?: undefined;
|
|
7696
7843
|
} & {
|
|
7697
7844
|
data?: `0x${string}` | undefined;
|
|
7698
7845
|
from: `0x${string}`;
|
|
@@ -7707,6 +7854,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7707
7854
|
accessList?: undefined;
|
|
7708
7855
|
blobs?: undefined;
|
|
7709
7856
|
type?: "legacy" | undefined;
|
|
7857
|
+
blobVersionedHashes?: undefined;
|
|
7858
|
+
kzg?: undefined;
|
|
7859
|
+
sidecars?: undefined;
|
|
7710
7860
|
} & {
|
|
7711
7861
|
gasPerPubdata?: undefined;
|
|
7712
7862
|
customSignature?: undefined;
|
|
@@ -7727,6 +7877,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7727
7877
|
accessList?: undefined;
|
|
7728
7878
|
blobs?: undefined;
|
|
7729
7879
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
7880
|
+
blobVersionedHashes?: undefined;
|
|
7881
|
+
kzg?: undefined;
|
|
7882
|
+
sidecars?: undefined;
|
|
7730
7883
|
} & {
|
|
7731
7884
|
data?: `0x${string}` | undefined;
|
|
7732
7885
|
from: `0x${string}`;
|
|
@@ -7741,6 +7894,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7741
7894
|
accessList?: import("viem").AccessList | undefined;
|
|
7742
7895
|
blobs?: undefined;
|
|
7743
7896
|
type?: "eip2930" | undefined;
|
|
7897
|
+
blobVersionedHashes?: undefined;
|
|
7898
|
+
kzg?: undefined;
|
|
7899
|
+
sidecars?: undefined;
|
|
7744
7900
|
} & {
|
|
7745
7901
|
gasPerPubdata?: undefined;
|
|
7746
7902
|
customSignature?: undefined;
|
|
@@ -7761,6 +7917,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7761
7917
|
accessList?: undefined;
|
|
7762
7918
|
blobs?: undefined;
|
|
7763
7919
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
7920
|
+
blobVersionedHashes?: undefined;
|
|
7921
|
+
kzg?: undefined;
|
|
7922
|
+
sidecars?: undefined;
|
|
7764
7923
|
} & {
|
|
7765
7924
|
data?: `0x${string}` | undefined;
|
|
7766
7925
|
from: `0x${string}`;
|
|
@@ -7775,6 +7934,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7775
7934
|
accessList?: import("viem").AccessList | undefined;
|
|
7776
7935
|
blobs?: undefined;
|
|
7777
7936
|
type?: "eip1559" | undefined;
|
|
7937
|
+
blobVersionedHashes?: undefined;
|
|
7938
|
+
kzg?: undefined;
|
|
7939
|
+
sidecars?: undefined;
|
|
7778
7940
|
} & {
|
|
7779
7941
|
gasPerPubdata?: undefined;
|
|
7780
7942
|
customSignature?: undefined;
|
|
@@ -7795,6 +7957,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7795
7957
|
accessList?: undefined;
|
|
7796
7958
|
blobs?: undefined;
|
|
7797
7959
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
7960
|
+
blobVersionedHashes?: undefined;
|
|
7961
|
+
kzg?: undefined;
|
|
7962
|
+
sidecars?: undefined;
|
|
7798
7963
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
7799
7964
|
gasPerPubdata?: bigint | undefined;
|
|
7800
7965
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -7817,6 +7982,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7817
7982
|
accessList?: undefined;
|
|
7818
7983
|
blobs?: undefined;
|
|
7819
7984
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
7985
|
+
blobVersionedHashes?: undefined;
|
|
7986
|
+
kzg?: undefined;
|
|
7987
|
+
sidecars?: undefined;
|
|
7820
7988
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
7821
7989
|
gasPerPubdata?: bigint | undefined;
|
|
7822
7990
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -7839,6 +8007,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7839
8007
|
accessList?: import("viem").AccessList | undefined;
|
|
7840
8008
|
blobs?: undefined;
|
|
7841
8009
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8010
|
+
blobVersionedHashes?: undefined;
|
|
8011
|
+
kzg?: undefined;
|
|
8012
|
+
sidecars?: undefined;
|
|
7842
8013
|
} & {
|
|
7843
8014
|
data?: `0x${string}` | undefined;
|
|
7844
8015
|
from: `0x${string}`;
|
|
@@ -7853,6 +8024,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7853
8024
|
accessList?: undefined;
|
|
7854
8025
|
blobs?: undefined;
|
|
7855
8026
|
type?: "legacy" | undefined;
|
|
8027
|
+
blobVersionedHashes?: undefined;
|
|
8028
|
+
kzg?: undefined;
|
|
8029
|
+
sidecars?: undefined;
|
|
7856
8030
|
} & {
|
|
7857
8031
|
gasPerPubdata?: undefined;
|
|
7858
8032
|
customSignature?: undefined;
|
|
@@ -7873,6 +8047,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7873
8047
|
accessList?: import("viem").AccessList | undefined;
|
|
7874
8048
|
blobs?: undefined;
|
|
7875
8049
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8050
|
+
blobVersionedHashes?: undefined;
|
|
8051
|
+
kzg?: undefined;
|
|
8052
|
+
sidecars?: undefined;
|
|
7876
8053
|
} & {
|
|
7877
8054
|
data?: `0x${string}` | undefined;
|
|
7878
8055
|
from: `0x${string}`;
|
|
@@ -7887,6 +8064,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7887
8064
|
accessList?: import("viem").AccessList | undefined;
|
|
7888
8065
|
blobs?: undefined;
|
|
7889
8066
|
type?: "eip2930" | undefined;
|
|
8067
|
+
blobVersionedHashes?: undefined;
|
|
8068
|
+
kzg?: undefined;
|
|
8069
|
+
sidecars?: undefined;
|
|
7890
8070
|
} & {
|
|
7891
8071
|
gasPerPubdata?: undefined;
|
|
7892
8072
|
customSignature?: undefined;
|
|
@@ -7907,6 +8087,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7907
8087
|
accessList?: import("viem").AccessList | undefined;
|
|
7908
8088
|
blobs?: undefined;
|
|
7909
8089
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8090
|
+
blobVersionedHashes?: undefined;
|
|
8091
|
+
kzg?: undefined;
|
|
8092
|
+
sidecars?: undefined;
|
|
7910
8093
|
} & {
|
|
7911
8094
|
data?: `0x${string}` | undefined;
|
|
7912
8095
|
from: `0x${string}`;
|
|
@@ -7921,6 +8104,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7921
8104
|
accessList?: import("viem").AccessList | undefined;
|
|
7922
8105
|
blobs?: undefined;
|
|
7923
8106
|
type?: "eip1559" | undefined;
|
|
8107
|
+
blobVersionedHashes?: undefined;
|
|
8108
|
+
kzg?: undefined;
|
|
8109
|
+
sidecars?: undefined;
|
|
7924
8110
|
} & {
|
|
7925
8111
|
gasPerPubdata?: undefined;
|
|
7926
8112
|
customSignature?: undefined;
|
|
@@ -7941,6 +8127,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7941
8127
|
accessList?: import("viem").AccessList | undefined;
|
|
7942
8128
|
blobs?: undefined;
|
|
7943
8129
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8130
|
+
blobVersionedHashes?: undefined;
|
|
8131
|
+
kzg?: undefined;
|
|
8132
|
+
sidecars?: undefined;
|
|
7944
8133
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
7945
8134
|
gasPerPubdata?: bigint | undefined;
|
|
7946
8135
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -7963,6 +8152,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7963
8152
|
accessList?: import("viem").AccessList | undefined;
|
|
7964
8153
|
blobs?: undefined;
|
|
7965
8154
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8155
|
+
blobVersionedHashes?: undefined;
|
|
8156
|
+
kzg?: undefined;
|
|
8157
|
+
sidecars?: undefined;
|
|
7966
8158
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
7967
8159
|
gasPerPubdata?: bigint | undefined;
|
|
7968
8160
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -7985,6 +8177,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7985
8177
|
accessList?: import("viem").AccessList | undefined;
|
|
7986
8178
|
blobs?: undefined;
|
|
7987
8179
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8180
|
+
blobVersionedHashes?: undefined;
|
|
8181
|
+
kzg?: undefined;
|
|
8182
|
+
sidecars?: undefined;
|
|
7988
8183
|
} & {
|
|
7989
8184
|
data?: `0x${string}` | undefined;
|
|
7990
8185
|
from: `0x${string}`;
|
|
@@ -7999,6 +8194,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
7999
8194
|
accessList?: undefined;
|
|
8000
8195
|
blobs?: undefined;
|
|
8001
8196
|
type?: "legacy" | undefined;
|
|
8197
|
+
blobVersionedHashes?: undefined;
|
|
8198
|
+
kzg?: undefined;
|
|
8199
|
+
sidecars?: undefined;
|
|
8002
8200
|
} & {
|
|
8003
8201
|
gasPerPubdata?: undefined;
|
|
8004
8202
|
customSignature?: undefined;
|
|
@@ -8019,6 +8217,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8019
8217
|
accessList?: import("viem").AccessList | undefined;
|
|
8020
8218
|
blobs?: undefined;
|
|
8021
8219
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8220
|
+
blobVersionedHashes?: undefined;
|
|
8221
|
+
kzg?: undefined;
|
|
8222
|
+
sidecars?: undefined;
|
|
8022
8223
|
} & {
|
|
8023
8224
|
data?: `0x${string}` | undefined;
|
|
8024
8225
|
from: `0x${string}`;
|
|
@@ -8033,6 +8234,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8033
8234
|
accessList?: import("viem").AccessList | undefined;
|
|
8034
8235
|
blobs?: undefined;
|
|
8035
8236
|
type?: "eip2930" | undefined;
|
|
8237
|
+
blobVersionedHashes?: undefined;
|
|
8238
|
+
kzg?: undefined;
|
|
8239
|
+
sidecars?: undefined;
|
|
8036
8240
|
} & {
|
|
8037
8241
|
gasPerPubdata?: undefined;
|
|
8038
8242
|
customSignature?: undefined;
|
|
@@ -8053,6 +8257,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8053
8257
|
accessList?: import("viem").AccessList | undefined;
|
|
8054
8258
|
blobs?: undefined;
|
|
8055
8259
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8260
|
+
blobVersionedHashes?: undefined;
|
|
8261
|
+
kzg?: undefined;
|
|
8262
|
+
sidecars?: undefined;
|
|
8056
8263
|
} & {
|
|
8057
8264
|
data?: `0x${string}` | undefined;
|
|
8058
8265
|
from: `0x${string}`;
|
|
@@ -8067,6 +8274,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8067
8274
|
accessList?: import("viem").AccessList | undefined;
|
|
8068
8275
|
blobs?: undefined;
|
|
8069
8276
|
type?: "eip1559" | undefined;
|
|
8277
|
+
blobVersionedHashes?: undefined;
|
|
8278
|
+
kzg?: undefined;
|
|
8279
|
+
sidecars?: undefined;
|
|
8070
8280
|
} & {
|
|
8071
8281
|
gasPerPubdata?: undefined;
|
|
8072
8282
|
customSignature?: undefined;
|
|
@@ -8087,6 +8297,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8087
8297
|
accessList?: import("viem").AccessList | undefined;
|
|
8088
8298
|
blobs?: undefined;
|
|
8089
8299
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8300
|
+
blobVersionedHashes?: undefined;
|
|
8301
|
+
kzg?: undefined;
|
|
8302
|
+
sidecars?: undefined;
|
|
8090
8303
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
8091
8304
|
gasPerPubdata?: bigint | undefined;
|
|
8092
8305
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -8109,6 +8322,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8109
8322
|
accessList?: import("viem").AccessList | undefined;
|
|
8110
8323
|
blobs?: undefined;
|
|
8111
8324
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8325
|
+
blobVersionedHashes?: undefined;
|
|
8326
|
+
kzg?: undefined;
|
|
8327
|
+
sidecars?: undefined;
|
|
8112
8328
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
8113
8329
|
gasPerPubdata?: bigint | undefined;
|
|
8114
8330
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -8130,6 +8346,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8130
8346
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8131
8347
|
accessList?: import("viem").AccessList | undefined;
|
|
8132
8348
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8349
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8350
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8351
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8133
8352
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8134
8353
|
} & {
|
|
8135
8354
|
data?: `0x${string}` | undefined;
|
|
@@ -8145,6 +8364,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8145
8364
|
accessList?: undefined;
|
|
8146
8365
|
blobs?: undefined;
|
|
8147
8366
|
type?: "legacy" | undefined;
|
|
8367
|
+
blobVersionedHashes?: undefined;
|
|
8368
|
+
kzg?: undefined;
|
|
8369
|
+
sidecars?: undefined;
|
|
8148
8370
|
} & {
|
|
8149
8371
|
gasPerPubdata?: undefined;
|
|
8150
8372
|
customSignature?: undefined;
|
|
@@ -8164,6 +8386,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8164
8386
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8165
8387
|
accessList?: import("viem").AccessList | undefined;
|
|
8166
8388
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8389
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8390
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8391
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8167
8392
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8168
8393
|
} & {
|
|
8169
8394
|
data?: `0x${string}` | undefined;
|
|
@@ -8179,6 +8404,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8179
8404
|
accessList?: import("viem").AccessList | undefined;
|
|
8180
8405
|
blobs?: undefined;
|
|
8181
8406
|
type?: "eip2930" | undefined;
|
|
8407
|
+
blobVersionedHashes?: undefined;
|
|
8408
|
+
kzg?: undefined;
|
|
8409
|
+
sidecars?: undefined;
|
|
8182
8410
|
} & {
|
|
8183
8411
|
gasPerPubdata?: undefined;
|
|
8184
8412
|
customSignature?: undefined;
|
|
@@ -8198,6 +8426,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8198
8426
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8199
8427
|
accessList?: import("viem").AccessList | undefined;
|
|
8200
8428
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8429
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8430
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8431
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8201
8432
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8202
8433
|
} & {
|
|
8203
8434
|
data?: `0x${string}` | undefined;
|
|
@@ -8213,6 +8444,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8213
8444
|
accessList?: import("viem").AccessList | undefined;
|
|
8214
8445
|
blobs?: undefined;
|
|
8215
8446
|
type?: "eip1559" | undefined;
|
|
8447
|
+
blobVersionedHashes?: undefined;
|
|
8448
|
+
kzg?: undefined;
|
|
8449
|
+
sidecars?: undefined;
|
|
8216
8450
|
} & {
|
|
8217
8451
|
gasPerPubdata?: undefined;
|
|
8218
8452
|
customSignature?: undefined;
|
|
@@ -8232,6 +8466,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8232
8466
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8233
8467
|
accessList?: import("viem").AccessList | undefined;
|
|
8234
8468
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8469
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8470
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8471
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8235
8472
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8236
8473
|
} & {
|
|
8237
8474
|
data?: `0x${string}` | undefined;
|
|
@@ -8246,6 +8483,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8246
8483
|
maxFeePerBlobGas: bigint;
|
|
8247
8484
|
accessList?: import("viem").AccessList | undefined;
|
|
8248
8485
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
8486
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8487
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8488
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8249
8489
|
type?: "eip4844" | undefined;
|
|
8250
8490
|
} & {
|
|
8251
8491
|
gasPerPubdata?: undefined;
|
|
@@ -8266,6 +8506,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8266
8506
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8267
8507
|
accessList?: import("viem").AccessList | undefined;
|
|
8268
8508
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8509
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8510
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8511
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8269
8512
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8270
8513
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
8271
8514
|
gasPerPubdata?: bigint | undefined;
|
|
@@ -8288,6 +8531,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8288
8531
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8289
8532
|
accessList?: import("viem").AccessList | undefined;
|
|
8290
8533
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8534
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8535
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8536
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8291
8537
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
8292
8538
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
8293
8539
|
gasPerPubdata?: bigint | undefined;
|
|
@@ -8311,6 +8557,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8311
8557
|
accessList?: undefined;
|
|
8312
8558
|
blobs?: undefined;
|
|
8313
8559
|
type?: "0x0" | undefined;
|
|
8560
|
+
blobVersionedHashes?: undefined;
|
|
8561
|
+
kzg?: undefined;
|
|
8562
|
+
sidecars?: undefined;
|
|
8314
8563
|
eip712Meta?: undefined;
|
|
8315
8564
|
} | {
|
|
8316
8565
|
data?: `0x${string}` | undefined;
|
|
@@ -8326,6 +8575,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8326
8575
|
accessList?: undefined;
|
|
8327
8576
|
blobs?: undefined;
|
|
8328
8577
|
type?: "0x1" | undefined;
|
|
8578
|
+
blobVersionedHashes?: undefined;
|
|
8579
|
+
kzg?: undefined;
|
|
8580
|
+
sidecars?: undefined;
|
|
8329
8581
|
eip712Meta?: undefined;
|
|
8330
8582
|
} | {
|
|
8331
8583
|
data?: `0x${string}` | undefined;
|
|
@@ -8341,6 +8593,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8341
8593
|
accessList?: undefined;
|
|
8342
8594
|
blobs?: undefined;
|
|
8343
8595
|
type?: "0x2" | undefined;
|
|
8596
|
+
blobVersionedHashes?: undefined;
|
|
8597
|
+
kzg?: undefined;
|
|
8598
|
+
sidecars?: undefined;
|
|
8344
8599
|
eip712Meta?: undefined;
|
|
8345
8600
|
} | {
|
|
8346
8601
|
data?: `0x${string}` | undefined;
|
|
@@ -8356,6 +8611,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8356
8611
|
accessList?: undefined;
|
|
8357
8612
|
blobs?: undefined;
|
|
8358
8613
|
type: "0xff" | "0x71";
|
|
8614
|
+
blobVersionedHashes?: undefined;
|
|
8615
|
+
kzg?: undefined;
|
|
8616
|
+
sidecars?: undefined;
|
|
8359
8617
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
8360
8618
|
} | {
|
|
8361
8619
|
data?: `0x${string}` | undefined;
|
|
@@ -8371,6 +8629,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8371
8629
|
accessList?: undefined;
|
|
8372
8630
|
blobs?: undefined;
|
|
8373
8631
|
type?: "0x0" | undefined;
|
|
8632
|
+
blobVersionedHashes?: undefined;
|
|
8633
|
+
kzg?: undefined;
|
|
8634
|
+
sidecars?: undefined;
|
|
8374
8635
|
eip712Meta?: undefined;
|
|
8375
8636
|
} | {
|
|
8376
8637
|
data?: `0x${string}` | undefined;
|
|
@@ -8386,6 +8647,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8386
8647
|
accessList?: import("viem").AccessList | undefined;
|
|
8387
8648
|
blobs?: undefined;
|
|
8388
8649
|
type?: "0x1" | undefined;
|
|
8650
|
+
blobVersionedHashes?: undefined;
|
|
8651
|
+
kzg?: undefined;
|
|
8652
|
+
sidecars?: undefined;
|
|
8389
8653
|
eip712Meta?: undefined;
|
|
8390
8654
|
} | {
|
|
8391
8655
|
data?: `0x${string}` | undefined;
|
|
@@ -8401,6 +8665,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8401
8665
|
accessList?: import("viem").AccessList | undefined;
|
|
8402
8666
|
blobs?: undefined;
|
|
8403
8667
|
type?: "0x2" | undefined;
|
|
8668
|
+
blobVersionedHashes?: undefined;
|
|
8669
|
+
kzg?: undefined;
|
|
8670
|
+
sidecars?: undefined;
|
|
8404
8671
|
eip712Meta?: undefined;
|
|
8405
8672
|
} | {
|
|
8406
8673
|
data?: `0x${string}` | undefined;
|
|
@@ -8416,6 +8683,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8416
8683
|
accessList?: import("viem").AccessList | undefined;
|
|
8417
8684
|
blobs?: undefined;
|
|
8418
8685
|
type: "0xff" | "0x71";
|
|
8686
|
+
blobVersionedHashes?: undefined;
|
|
8687
|
+
kzg?: undefined;
|
|
8688
|
+
sidecars?: undefined;
|
|
8419
8689
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
8420
8690
|
} | {
|
|
8421
8691
|
data?: `0x${string}` | undefined;
|
|
@@ -8431,6 +8701,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8431
8701
|
accessList?: undefined;
|
|
8432
8702
|
blobs?: undefined;
|
|
8433
8703
|
type?: "0x0" | undefined;
|
|
8704
|
+
blobVersionedHashes?: undefined;
|
|
8705
|
+
kzg?: undefined;
|
|
8706
|
+
sidecars?: undefined;
|
|
8434
8707
|
eip712Meta?: undefined;
|
|
8435
8708
|
} | {
|
|
8436
8709
|
data?: `0x${string}` | undefined;
|
|
@@ -8446,6 +8719,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8446
8719
|
accessList?: import("viem").AccessList | undefined;
|
|
8447
8720
|
blobs?: undefined;
|
|
8448
8721
|
type?: "0x1" | undefined;
|
|
8722
|
+
blobVersionedHashes?: undefined;
|
|
8723
|
+
kzg?: undefined;
|
|
8724
|
+
sidecars?: undefined;
|
|
8449
8725
|
eip712Meta?: undefined;
|
|
8450
8726
|
} | {
|
|
8451
8727
|
data?: `0x${string}` | undefined;
|
|
@@ -8461,6 +8737,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8461
8737
|
accessList?: import("viem").AccessList | undefined;
|
|
8462
8738
|
blobs?: undefined;
|
|
8463
8739
|
type?: "0x2" | undefined;
|
|
8740
|
+
blobVersionedHashes?: undefined;
|
|
8741
|
+
kzg?: undefined;
|
|
8742
|
+
sidecars?: undefined;
|
|
8464
8743
|
eip712Meta?: undefined;
|
|
8465
8744
|
} | {
|
|
8466
8745
|
data?: `0x${string}` | undefined;
|
|
@@ -8476,6 +8755,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8476
8755
|
accessList?: import("viem").AccessList | undefined;
|
|
8477
8756
|
blobs?: undefined;
|
|
8478
8757
|
type: "0xff" | "0x71";
|
|
8758
|
+
blobVersionedHashes?: undefined;
|
|
8759
|
+
kzg?: undefined;
|
|
8760
|
+
sidecars?: undefined;
|
|
8479
8761
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
8480
8762
|
} | {
|
|
8481
8763
|
data?: `0x${string}` | undefined;
|
|
@@ -8490,6 +8772,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8490
8772
|
maxFeePerBlobGas: `0x${string}`;
|
|
8491
8773
|
accessList?: import("viem").AccessList | undefined;
|
|
8492
8774
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
8775
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8776
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8777
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8493
8778
|
type?: "0x3" | undefined;
|
|
8494
8779
|
eip712Meta?: undefined;
|
|
8495
8780
|
} | {
|
|
@@ -8505,6 +8790,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
|
|
|
8505
8790
|
maxFeePerBlobGas: undefined;
|
|
8506
8791
|
accessList?: import("viem").AccessList | undefined;
|
|
8507
8792
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
8793
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8794
|
+
kzg?: import("viem").Kzg | undefined;
|
|
8795
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8508
8796
|
type: "0xff" | "0x71";
|
|
8509
8797
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
8510
8798
|
}) & {
|
|
@@ -8743,18 +9031,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
8743
9031
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
8744
9032
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
8745
9033
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9034
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8746
9035
|
to?: `0x${string}` | null | undefined;
|
|
8747
9036
|
from?: `0x${string}` | undefined;
|
|
8748
9037
|
gas?: `0x${string}` | undefined;
|
|
8749
9038
|
nonce?: `0x${string}` | undefined;
|
|
8750
9039
|
value?: `0x${string}` | undefined;
|
|
8751
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8752
|
-
accessList?: undefined;
|
|
8753
9040
|
blockHash?: `0x${string}` | null | undefined;
|
|
8754
9041
|
blockNumber?: `0x${string}` | null | undefined;
|
|
8755
9042
|
hash?: `0x${string}` | undefined;
|
|
8756
9043
|
input?: `0x${string}` | undefined;
|
|
8757
9044
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9045
|
+
accessList?: undefined;
|
|
8758
9046
|
blobVersionedHashes?: undefined;
|
|
8759
9047
|
chainId?: `0x${string}` | undefined;
|
|
8760
9048
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -8794,18 +9082,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
8794
9082
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
8795
9083
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
8796
9084
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9085
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8797
9086
|
to?: `0x${string}` | null | undefined;
|
|
8798
9087
|
from?: `0x${string}` | undefined;
|
|
8799
9088
|
gas?: `0x${string}` | undefined;
|
|
8800
9089
|
nonce?: `0x${string}` | undefined;
|
|
8801
9090
|
value?: `0x${string}` | undefined;
|
|
8802
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8803
|
-
accessList?: undefined;
|
|
8804
9091
|
blockHash?: `0x${string}` | null | undefined;
|
|
8805
9092
|
blockNumber?: `0x${string}` | null | undefined;
|
|
8806
9093
|
hash?: `0x${string}` | undefined;
|
|
8807
9094
|
input?: `0x${string}` | undefined;
|
|
8808
9095
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9096
|
+
accessList?: undefined;
|
|
8809
9097
|
blobVersionedHashes?: undefined;
|
|
8810
9098
|
chainId?: `0x${string}` | undefined;
|
|
8811
9099
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -8822,18 +9110,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
8822
9110
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
8823
9111
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
8824
9112
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9113
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8825
9114
|
to?: `0x${string}` | null | undefined;
|
|
8826
9115
|
from?: `0x${string}` | undefined;
|
|
8827
9116
|
gas?: `0x${string}` | undefined;
|
|
8828
9117
|
nonce?: `0x${string}` | undefined;
|
|
8829
9118
|
value?: `0x${string}` | undefined;
|
|
8830
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8831
|
-
accessList?: import("viem").AccessList | undefined;
|
|
8832
9119
|
blockHash?: `0x${string}` | null | undefined;
|
|
8833
9120
|
blockNumber?: `0x${string}` | null | undefined;
|
|
8834
9121
|
hash?: `0x${string}` | undefined;
|
|
8835
9122
|
input?: `0x${string}` | undefined;
|
|
8836
9123
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9124
|
+
accessList?: import("viem").AccessList | undefined;
|
|
8837
9125
|
blobVersionedHashes?: undefined;
|
|
8838
9126
|
chainId?: `0x${string}` | undefined;
|
|
8839
9127
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -8873,18 +9161,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
8873
9161
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
8874
9162
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
8875
9163
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9164
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8876
9165
|
to?: `0x${string}` | null | undefined;
|
|
8877
9166
|
from?: `0x${string}` | undefined;
|
|
8878
9167
|
gas?: `0x${string}` | undefined;
|
|
8879
9168
|
nonce?: `0x${string}` | undefined;
|
|
8880
9169
|
value?: `0x${string}` | undefined;
|
|
8881
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8882
|
-
accessList?: import("viem").AccessList | undefined;
|
|
8883
9170
|
blockHash?: `0x${string}` | null | undefined;
|
|
8884
9171
|
blockNumber?: `0x${string}` | null | undefined;
|
|
8885
9172
|
hash?: `0x${string}` | undefined;
|
|
8886
9173
|
input?: `0x${string}` | undefined;
|
|
8887
9174
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9175
|
+
accessList?: import("viem").AccessList | undefined;
|
|
8888
9176
|
blobVersionedHashes?: undefined;
|
|
8889
9177
|
chainId?: `0x${string}` | undefined;
|
|
8890
9178
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -8924,18 +9212,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
8924
9212
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
8925
9213
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
8926
9214
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9215
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8927
9216
|
to?: `0x${string}` | null | undefined;
|
|
8928
|
-
from?: `0x${string}` | undefined;
|
|
9217
|
+
from?: `0x${string}` | undefined;
|
|
8929
9218
|
gas?: `0x${string}` | undefined;
|
|
8930
9219
|
nonce?: `0x${string}` | undefined;
|
|
8931
9220
|
value?: `0x${string}` | undefined;
|
|
8932
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8933
|
-
accessList?: import("viem").AccessList | undefined;
|
|
8934
9221
|
blockHash?: `0x${string}` | null | undefined;
|
|
8935
9222
|
blockNumber?: `0x${string}` | null | undefined;
|
|
8936
9223
|
hash?: `0x${string}` | undefined;
|
|
8937
9224
|
input?: `0x${string}` | undefined;
|
|
8938
9225
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9226
|
+
accessList?: import("viem").AccessList | undefined;
|
|
8939
9227
|
blobVersionedHashes?: undefined;
|
|
8940
9228
|
chainId?: `0x${string}` | undefined;
|
|
8941
9229
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -8975,18 +9263,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
8975
9263
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
8976
9264
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
8977
9265
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9266
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8978
9267
|
to?: `0x${string}` | null | undefined;
|
|
8979
9268
|
from?: `0x${string}` | undefined;
|
|
8980
9269
|
gas?: `0x${string}` | undefined;
|
|
8981
9270
|
nonce?: `0x${string}` | undefined;
|
|
8982
9271
|
value?: `0x${string}` | undefined;
|
|
8983
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
8984
|
-
accessList?: import("viem").AccessList | undefined;
|
|
8985
9272
|
blockHash?: `0x${string}` | null | undefined;
|
|
8986
9273
|
blockNumber?: `0x${string}` | null | undefined;
|
|
8987
9274
|
hash?: `0x${string}` | undefined;
|
|
8988
9275
|
input?: `0x${string}` | undefined;
|
|
8989
9276
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9277
|
+
accessList?: import("viem").AccessList | undefined;
|
|
8990
9278
|
blobVersionedHashes?: undefined;
|
|
8991
9279
|
chainId?: `0x${string}` | undefined;
|
|
8992
9280
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -9003,18 +9291,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9003
9291
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9004
9292
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9005
9293
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9294
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9006
9295
|
to?: `0x${string}` | null | undefined;
|
|
9007
9296
|
from?: `0x${string}` | undefined;
|
|
9008
9297
|
gas?: `0x${string}` | undefined;
|
|
9009
9298
|
nonce?: `0x${string}` | undefined;
|
|
9010
9299
|
value?: `0x${string}` | undefined;
|
|
9011
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9012
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9013
9300
|
blockHash?: `0x${string}` | null | undefined;
|
|
9014
9301
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9015
9302
|
hash?: `0x${string}` | undefined;
|
|
9016
9303
|
input?: `0x${string}` | undefined;
|
|
9017
9304
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9305
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9018
9306
|
blobVersionedHashes?: undefined;
|
|
9019
9307
|
chainId?: `0x${string}` | undefined;
|
|
9020
9308
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9054,18 +9342,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9054
9342
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9055
9343
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9056
9344
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9345
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9057
9346
|
to?: `0x${string}` | null | undefined;
|
|
9058
9347
|
from?: `0x${string}` | undefined;
|
|
9059
9348
|
gas?: `0x${string}` | undefined;
|
|
9060
9349
|
nonce?: `0x${string}` | undefined;
|
|
9061
9350
|
value?: `0x${string}` | undefined;
|
|
9062
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9063
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9064
9351
|
blockHash?: `0x${string}` | null | undefined;
|
|
9065
9352
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9066
9353
|
hash?: `0x${string}` | undefined;
|
|
9067
9354
|
input?: `0x${string}` | undefined;
|
|
9068
9355
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9356
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9069
9357
|
blobVersionedHashes?: undefined;
|
|
9070
9358
|
chainId?: `0x${string}` | undefined;
|
|
9071
9359
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9105,18 +9393,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9105
9393
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9106
9394
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9107
9395
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9396
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9108
9397
|
to?: `0x${string}` | null | undefined;
|
|
9109
9398
|
from?: `0x${string}` | undefined;
|
|
9110
9399
|
gas?: `0x${string}` | undefined;
|
|
9111
9400
|
nonce?: `0x${string}` | undefined;
|
|
9112
9401
|
value?: `0x${string}` | undefined;
|
|
9113
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9114
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9115
9402
|
blockHash?: `0x${string}` | null | undefined;
|
|
9116
9403
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9117
9404
|
hash?: `0x${string}` | undefined;
|
|
9118
9405
|
input?: `0x${string}` | undefined;
|
|
9119
9406
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9407
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9120
9408
|
blobVersionedHashes?: undefined;
|
|
9121
9409
|
chainId?: `0x${string}` | undefined;
|
|
9122
9410
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9156,18 +9444,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9156
9444
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9157
9445
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9158
9446
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9447
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9159
9448
|
to?: `0x${string}` | null | undefined;
|
|
9160
9449
|
from?: `0x${string}` | undefined;
|
|
9161
9450
|
gas?: `0x${string}` | undefined;
|
|
9162
9451
|
nonce?: `0x${string}` | undefined;
|
|
9163
9452
|
value?: `0x${string}` | undefined;
|
|
9164
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9165
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9166
9453
|
blockHash?: `0x${string}` | null | undefined;
|
|
9167
9454
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9168
9455
|
hash?: `0x${string}` | undefined;
|
|
9169
9456
|
input?: `0x${string}` | undefined;
|
|
9170
9457
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9458
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9171
9459
|
blobVersionedHashes?: undefined;
|
|
9172
9460
|
chainId?: `0x${string}` | undefined;
|
|
9173
9461
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -9184,18 +9472,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9184
9472
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9185
9473
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9186
9474
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9475
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9187
9476
|
to?: `0x${string}` | null | undefined;
|
|
9188
9477
|
from?: `0x${string}` | undefined;
|
|
9189
9478
|
gas?: `0x${string}` | undefined;
|
|
9190
9479
|
nonce?: `0x${string}` | undefined;
|
|
9191
9480
|
value?: `0x${string}` | undefined;
|
|
9192
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9193
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9194
9481
|
blockHash?: `0x${string}` | null | undefined;
|
|
9195
9482
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9196
9483
|
hash?: `0x${string}` | undefined;
|
|
9197
9484
|
input?: `0x${string}` | undefined;
|
|
9198
9485
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9486
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9199
9487
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
9200
9488
|
chainId?: `0x${string}` | undefined;
|
|
9201
9489
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9235,18 +9523,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9235
9523
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9236
9524
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9237
9525
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9526
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9238
9527
|
to?: `0x${string}` | null | undefined;
|
|
9239
9528
|
from?: `0x${string}` | undefined;
|
|
9240
9529
|
gas?: `0x${string}` | undefined;
|
|
9241
9530
|
nonce?: `0x${string}` | undefined;
|
|
9242
9531
|
value?: `0x${string}` | undefined;
|
|
9243
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9244
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9245
9532
|
blockHash?: `0x${string}` | null | undefined;
|
|
9246
9533
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9247
9534
|
hash?: `0x${string}` | undefined;
|
|
9248
9535
|
input?: `0x${string}` | undefined;
|
|
9249
9536
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9537
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9250
9538
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
9251
9539
|
chainId?: `0x${string}` | undefined;
|
|
9252
9540
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9286,18 +9574,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9286
9574
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9287
9575
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9288
9576
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9577
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9289
9578
|
to?: `0x${string}` | null | undefined;
|
|
9290
9579
|
from?: `0x${string}` | undefined;
|
|
9291
9580
|
gas?: `0x${string}` | undefined;
|
|
9292
9581
|
nonce?: `0x${string}` | undefined;
|
|
9293
9582
|
value?: `0x${string}` | undefined;
|
|
9294
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9295
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9296
9583
|
blockHash?: `0x${string}` | null | undefined;
|
|
9297
9584
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9298
9585
|
hash?: `0x${string}` | undefined;
|
|
9299
9586
|
input?: `0x${string}` | undefined;
|
|
9300
9587
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9588
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9301
9589
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
9302
9590
|
chainId?: `0x${string}` | undefined;
|
|
9303
9591
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9337,18 +9625,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9337
9625
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9338
9626
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9339
9627
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9628
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9340
9629
|
to?: `0x${string}` | null | undefined;
|
|
9341
9630
|
from?: `0x${string}` | undefined;
|
|
9342
9631
|
gas?: `0x${string}` | undefined;
|
|
9343
9632
|
nonce?: `0x${string}` | undefined;
|
|
9344
9633
|
value?: `0x${string}` | undefined;
|
|
9345
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9346
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9347
9634
|
blockHash?: `0x${string}` | null | undefined;
|
|
9348
9635
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9349
9636
|
hash?: `0x${string}` | undefined;
|
|
9350
9637
|
input?: `0x${string}` | undefined;
|
|
9351
9638
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9639
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9352
9640
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
9353
9641
|
chainId?: `0x${string}` | undefined;
|
|
9354
9642
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9388,18 +9676,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9388
9676
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9389
9677
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9390
9678
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
9679
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9391
9680
|
to?: `0x${string}` | null | undefined;
|
|
9392
9681
|
from?: `0x${string}` | undefined;
|
|
9393
9682
|
gas?: `0x${string}` | undefined;
|
|
9394
9683
|
nonce?: `0x${string}` | undefined;
|
|
9395
9684
|
value?: `0x${string}` | undefined;
|
|
9396
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9397
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9398
9685
|
blockHash?: `0x${string}` | null | undefined;
|
|
9399
9686
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9400
9687
|
hash?: `0x${string}` | undefined;
|
|
9401
9688
|
input?: `0x${string}` | undefined;
|
|
9402
9689
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
9690
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9403
9691
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
9404
9692
|
chainId?: `0x${string}` | undefined;
|
|
9405
9693
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -9884,18 +10172,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9884
10172
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9885
10173
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9886
10174
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10175
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9887
10176
|
to?: `0x${string}` | null | undefined;
|
|
9888
10177
|
from?: `0x${string}` | undefined;
|
|
9889
10178
|
gas?: `0x${string}` | undefined;
|
|
9890
10179
|
nonce?: `0x${string}` | undefined;
|
|
9891
10180
|
value?: `0x${string}` | undefined;
|
|
9892
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9893
|
-
accessList?: undefined;
|
|
9894
10181
|
blockHash?: `0x${string}` | null | undefined;
|
|
9895
10182
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9896
10183
|
hash?: `0x${string}` | undefined;
|
|
9897
10184
|
input?: `0x${string}` | undefined;
|
|
9898
10185
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10186
|
+
accessList?: undefined;
|
|
9899
10187
|
blobVersionedHashes?: undefined;
|
|
9900
10188
|
chainId?: `0x${string}` | undefined;
|
|
9901
10189
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -9935,18 +10223,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9935
10223
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9936
10224
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9937
10225
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10226
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9938
10227
|
to?: `0x${string}` | null | undefined;
|
|
9939
10228
|
from?: `0x${string}` | undefined;
|
|
9940
10229
|
gas?: `0x${string}` | undefined;
|
|
9941
10230
|
nonce?: `0x${string}` | undefined;
|
|
9942
10231
|
value?: `0x${string}` | undefined;
|
|
9943
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9944
|
-
accessList?: undefined;
|
|
9945
10232
|
blockHash?: `0x${string}` | null | undefined;
|
|
9946
10233
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9947
10234
|
hash?: `0x${string}` | undefined;
|
|
9948
10235
|
input?: `0x${string}` | undefined;
|
|
9949
10236
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10237
|
+
accessList?: undefined;
|
|
9950
10238
|
blobVersionedHashes?: undefined;
|
|
9951
10239
|
chainId?: `0x${string}` | undefined;
|
|
9952
10240
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -9963,18 +10251,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
9963
10251
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
9964
10252
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
9965
10253
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10254
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9966
10255
|
to?: `0x${string}` | null | undefined;
|
|
9967
10256
|
from?: `0x${string}` | undefined;
|
|
9968
10257
|
gas?: `0x${string}` | undefined;
|
|
9969
10258
|
nonce?: `0x${string}` | undefined;
|
|
9970
10259
|
value?: `0x${string}` | undefined;
|
|
9971
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
9972
|
-
accessList?: import("viem").AccessList | undefined;
|
|
9973
10260
|
blockHash?: `0x${string}` | null | undefined;
|
|
9974
10261
|
blockNumber?: `0x${string}` | null | undefined;
|
|
9975
10262
|
hash?: `0x${string}` | undefined;
|
|
9976
10263
|
input?: `0x${string}` | undefined;
|
|
9977
10264
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10265
|
+
accessList?: import("viem").AccessList | undefined;
|
|
9978
10266
|
blobVersionedHashes?: undefined;
|
|
9979
10267
|
chainId?: `0x${string}` | undefined;
|
|
9980
10268
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10014,18 +10302,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10014
10302
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10015
10303
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10016
10304
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10305
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10017
10306
|
to?: `0x${string}` | null | undefined;
|
|
10018
10307
|
from?: `0x${string}` | undefined;
|
|
10019
10308
|
gas?: `0x${string}` | undefined;
|
|
10020
10309
|
nonce?: `0x${string}` | undefined;
|
|
10021
10310
|
value?: `0x${string}` | undefined;
|
|
10022
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10023
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10024
10311
|
blockHash?: `0x${string}` | null | undefined;
|
|
10025
10312
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10026
10313
|
hash?: `0x${string}` | undefined;
|
|
10027
10314
|
input?: `0x${string}` | undefined;
|
|
10028
10315
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10316
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10029
10317
|
blobVersionedHashes?: undefined;
|
|
10030
10318
|
chainId?: `0x${string}` | undefined;
|
|
10031
10319
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10065,18 +10353,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10065
10353
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10066
10354
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10067
10355
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10356
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10068
10357
|
to?: `0x${string}` | null | undefined;
|
|
10069
10358
|
from?: `0x${string}` | undefined;
|
|
10070
10359
|
gas?: `0x${string}` | undefined;
|
|
10071
10360
|
nonce?: `0x${string}` | undefined;
|
|
10072
10361
|
value?: `0x${string}` | undefined;
|
|
10073
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10074
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10075
10362
|
blockHash?: `0x${string}` | null | undefined;
|
|
10076
10363
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10077
10364
|
hash?: `0x${string}` | undefined;
|
|
10078
10365
|
input?: `0x${string}` | undefined;
|
|
10079
10366
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10367
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10080
10368
|
blobVersionedHashes?: undefined;
|
|
10081
10369
|
chainId?: `0x${string}` | undefined;
|
|
10082
10370
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10116,18 +10404,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10116
10404
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10117
10405
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10118
10406
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10407
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10119
10408
|
to?: `0x${string}` | null | undefined;
|
|
10120
10409
|
from?: `0x${string}` | undefined;
|
|
10121
10410
|
gas?: `0x${string}` | undefined;
|
|
10122
10411
|
nonce?: `0x${string}` | undefined;
|
|
10123
10412
|
value?: `0x${string}` | undefined;
|
|
10124
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10125
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10126
10413
|
blockHash?: `0x${string}` | null | undefined;
|
|
10127
10414
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10128
10415
|
hash?: `0x${string}` | undefined;
|
|
10129
10416
|
input?: `0x${string}` | undefined;
|
|
10130
10417
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10418
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10131
10419
|
blobVersionedHashes?: undefined;
|
|
10132
10420
|
chainId?: `0x${string}` | undefined;
|
|
10133
10421
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -10144,18 +10432,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10144
10432
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10145
10433
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10146
10434
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10435
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10147
10436
|
to?: `0x${string}` | null | undefined;
|
|
10148
10437
|
from?: `0x${string}` | undefined;
|
|
10149
10438
|
gas?: `0x${string}` | undefined;
|
|
10150
10439
|
nonce?: `0x${string}` | undefined;
|
|
10151
10440
|
value?: `0x${string}` | undefined;
|
|
10152
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10153
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10154
10441
|
blockHash?: `0x${string}` | null | undefined;
|
|
10155
10442
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10156
10443
|
hash?: `0x${string}` | undefined;
|
|
10157
10444
|
input?: `0x${string}` | undefined;
|
|
10158
10445
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10446
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10159
10447
|
blobVersionedHashes?: undefined;
|
|
10160
10448
|
chainId?: `0x${string}` | undefined;
|
|
10161
10449
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10195,18 +10483,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10195
10483
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10196
10484
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10197
10485
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10486
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10198
10487
|
to?: `0x${string}` | null | undefined;
|
|
10199
10488
|
from?: `0x${string}` | undefined;
|
|
10200
10489
|
gas?: `0x${string}` | undefined;
|
|
10201
10490
|
nonce?: `0x${string}` | undefined;
|
|
10202
10491
|
value?: `0x${string}` | undefined;
|
|
10203
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10204
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10205
10492
|
blockHash?: `0x${string}` | null | undefined;
|
|
10206
10493
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10207
10494
|
hash?: `0x${string}` | undefined;
|
|
10208
10495
|
input?: `0x${string}` | undefined;
|
|
10209
10496
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10497
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10210
10498
|
blobVersionedHashes?: undefined;
|
|
10211
10499
|
chainId?: `0x${string}` | undefined;
|
|
10212
10500
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10246,18 +10534,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10246
10534
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10247
10535
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10248
10536
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10537
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10249
10538
|
to?: `0x${string}` | null | undefined;
|
|
10250
10539
|
from?: `0x${string}` | undefined;
|
|
10251
10540
|
gas?: `0x${string}` | undefined;
|
|
10252
10541
|
nonce?: `0x${string}` | undefined;
|
|
10253
10542
|
value?: `0x${string}` | undefined;
|
|
10254
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10255
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10256
10543
|
blockHash?: `0x${string}` | null | undefined;
|
|
10257
10544
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10258
10545
|
hash?: `0x${string}` | undefined;
|
|
10259
10546
|
input?: `0x${string}` | undefined;
|
|
10260
10547
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10548
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10261
10549
|
blobVersionedHashes?: undefined;
|
|
10262
10550
|
chainId?: `0x${string}` | undefined;
|
|
10263
10551
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10297,18 +10585,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10297
10585
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10298
10586
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10299
10587
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10588
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10300
10589
|
to?: `0x${string}` | null | undefined;
|
|
10301
10590
|
from?: `0x${string}` | undefined;
|
|
10302
10591
|
gas?: `0x${string}` | undefined;
|
|
10303
10592
|
nonce?: `0x${string}` | undefined;
|
|
10304
10593
|
value?: `0x${string}` | undefined;
|
|
10305
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10306
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10307
10594
|
blockHash?: `0x${string}` | null | undefined;
|
|
10308
10595
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10309
10596
|
hash?: `0x${string}` | undefined;
|
|
10310
10597
|
input?: `0x${string}` | undefined;
|
|
10311
10598
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10599
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10312
10600
|
blobVersionedHashes?: undefined;
|
|
10313
10601
|
chainId?: `0x${string}` | undefined;
|
|
10314
10602
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -10325,18 +10613,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10325
10613
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10326
10614
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10327
10615
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10616
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10328
10617
|
to?: `0x${string}` | null | undefined;
|
|
10329
10618
|
from?: `0x${string}` | undefined;
|
|
10330
10619
|
gas?: `0x${string}` | undefined;
|
|
10331
10620
|
nonce?: `0x${string}` | undefined;
|
|
10332
10621
|
value?: `0x${string}` | undefined;
|
|
10333
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10334
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10335
10622
|
blockHash?: `0x${string}` | null | undefined;
|
|
10336
10623
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10337
10624
|
hash?: `0x${string}` | undefined;
|
|
10338
10625
|
input?: `0x${string}` | undefined;
|
|
10339
10626
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10627
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10340
10628
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
10341
10629
|
chainId?: `0x${string}` | undefined;
|
|
10342
10630
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10376,18 +10664,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10376
10664
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10377
10665
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10378
10666
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10667
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10379
10668
|
to?: `0x${string}` | null | undefined;
|
|
10380
10669
|
from?: `0x${string}` | undefined;
|
|
10381
10670
|
gas?: `0x${string}` | undefined;
|
|
10382
10671
|
nonce?: `0x${string}` | undefined;
|
|
10383
10672
|
value?: `0x${string}` | undefined;
|
|
10384
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10385
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10386
10673
|
blockHash?: `0x${string}` | null | undefined;
|
|
10387
10674
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10388
10675
|
hash?: `0x${string}` | undefined;
|
|
10389
10676
|
input?: `0x${string}` | undefined;
|
|
10390
10677
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10678
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10391
10679
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
10392
10680
|
chainId?: `0x${string}` | undefined;
|
|
10393
10681
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10427,18 +10715,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10427
10715
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10428
10716
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10429
10717
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10718
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10430
10719
|
to?: `0x${string}` | null | undefined;
|
|
10431
10720
|
from?: `0x${string}` | undefined;
|
|
10432
10721
|
gas?: `0x${string}` | undefined;
|
|
10433
10722
|
nonce?: `0x${string}` | undefined;
|
|
10434
10723
|
value?: `0x${string}` | undefined;
|
|
10435
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10436
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10437
10724
|
blockHash?: `0x${string}` | null | undefined;
|
|
10438
10725
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10439
10726
|
hash?: `0x${string}` | undefined;
|
|
10440
10727
|
input?: `0x${string}` | undefined;
|
|
10441
10728
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10729
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10442
10730
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
10443
10731
|
chainId?: `0x${string}` | undefined;
|
|
10444
10732
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10478,18 +10766,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10478
10766
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10479
10767
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10480
10768
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10769
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10481
10770
|
to?: `0x${string}` | null | undefined;
|
|
10482
10771
|
from?: `0x${string}` | undefined;
|
|
10483
10772
|
gas?: `0x${string}` | undefined;
|
|
10484
10773
|
nonce?: `0x${string}` | undefined;
|
|
10485
10774
|
value?: `0x${string}` | undefined;
|
|
10486
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10487
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10488
10775
|
blockHash?: `0x${string}` | null | undefined;
|
|
10489
10776
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10490
10777
|
hash?: `0x${string}` | undefined;
|
|
10491
10778
|
input?: `0x${string}` | undefined;
|
|
10492
10779
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10780
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10493
10781
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
10494
10782
|
chainId?: `0x${string}` | undefined;
|
|
10495
10783
|
} & import("viem/chains").Omit<import("viem/chains").PartialBy<{
|
|
@@ -10529,18 +10817,18 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
10529
10817
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
10530
10818
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
10531
10819
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
10820
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10532
10821
|
to?: `0x${string}` | null | undefined;
|
|
10533
10822
|
from?: `0x${string}` | undefined;
|
|
10534
10823
|
gas?: `0x${string}` | undefined;
|
|
10535
10824
|
nonce?: `0x${string}` | undefined;
|
|
10536
10825
|
value?: `0x${string}` | undefined;
|
|
10537
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
|
|
10538
|
-
accessList?: import("viem").AccessList | undefined;
|
|
10539
10826
|
blockHash?: `0x${string}` | null | undefined;
|
|
10540
10827
|
blockNumber?: `0x${string}` | null | undefined;
|
|
10541
10828
|
hash?: `0x${string}` | undefined;
|
|
10542
10829
|
input?: `0x${string}` | undefined;
|
|
10543
10830
|
transactionIndex?: `0x${string}` | null | undefined;
|
|
10831
|
+
accessList?: import("viem").AccessList | undefined;
|
|
10544
10832
|
blobVersionedHashes?: `0x${string}`[] | undefined;
|
|
10545
10833
|
chainId?: `0x${string}` | undefined;
|
|
10546
10834
|
} & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
|
|
@@ -11332,6 +11620,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11332
11620
|
accessList?: undefined;
|
|
11333
11621
|
blobs?: undefined;
|
|
11334
11622
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11623
|
+
blobVersionedHashes?: undefined;
|
|
11624
|
+
kzg?: undefined;
|
|
11625
|
+
sidecars?: undefined;
|
|
11335
11626
|
} & {
|
|
11336
11627
|
data?: `0x${string}` | undefined;
|
|
11337
11628
|
from: `0x${string}`;
|
|
@@ -11346,6 +11637,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11346
11637
|
accessList?: undefined;
|
|
11347
11638
|
blobs?: undefined;
|
|
11348
11639
|
type?: "legacy" | undefined;
|
|
11640
|
+
blobVersionedHashes?: undefined;
|
|
11641
|
+
kzg?: undefined;
|
|
11642
|
+
sidecars?: undefined;
|
|
11349
11643
|
} & {
|
|
11350
11644
|
gasPerPubdata?: undefined;
|
|
11351
11645
|
customSignature?: undefined;
|
|
@@ -11366,6 +11660,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11366
11660
|
accessList?: undefined;
|
|
11367
11661
|
blobs?: undefined;
|
|
11368
11662
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11663
|
+
blobVersionedHashes?: undefined;
|
|
11664
|
+
kzg?: undefined;
|
|
11665
|
+
sidecars?: undefined;
|
|
11369
11666
|
} & {
|
|
11370
11667
|
data?: `0x${string}` | undefined;
|
|
11371
11668
|
from: `0x${string}`;
|
|
@@ -11380,6 +11677,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11380
11677
|
accessList?: import("viem").AccessList | undefined;
|
|
11381
11678
|
blobs?: undefined;
|
|
11382
11679
|
type?: "eip2930" | undefined;
|
|
11680
|
+
blobVersionedHashes?: undefined;
|
|
11681
|
+
kzg?: undefined;
|
|
11682
|
+
sidecars?: undefined;
|
|
11383
11683
|
} & {
|
|
11384
11684
|
gasPerPubdata?: undefined;
|
|
11385
11685
|
customSignature?: undefined;
|
|
@@ -11400,6 +11700,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11400
11700
|
accessList?: undefined;
|
|
11401
11701
|
blobs?: undefined;
|
|
11402
11702
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11703
|
+
blobVersionedHashes?: undefined;
|
|
11704
|
+
kzg?: undefined;
|
|
11705
|
+
sidecars?: undefined;
|
|
11403
11706
|
} & {
|
|
11404
11707
|
data?: `0x${string}` | undefined;
|
|
11405
11708
|
from: `0x${string}`;
|
|
@@ -11414,6 +11717,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11414
11717
|
accessList?: import("viem").AccessList | undefined;
|
|
11415
11718
|
blobs?: undefined;
|
|
11416
11719
|
type?: "eip1559" | undefined;
|
|
11720
|
+
blobVersionedHashes?: undefined;
|
|
11721
|
+
kzg?: undefined;
|
|
11722
|
+
sidecars?: undefined;
|
|
11417
11723
|
} & {
|
|
11418
11724
|
gasPerPubdata?: undefined;
|
|
11419
11725
|
customSignature?: undefined;
|
|
@@ -11434,6 +11740,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11434
11740
|
accessList?: undefined;
|
|
11435
11741
|
blobs?: undefined;
|
|
11436
11742
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11743
|
+
blobVersionedHashes?: undefined;
|
|
11744
|
+
kzg?: undefined;
|
|
11745
|
+
sidecars?: undefined;
|
|
11437
11746
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11438
11747
|
gasPerPubdata?: bigint | undefined;
|
|
11439
11748
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -11456,6 +11765,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11456
11765
|
accessList?: undefined;
|
|
11457
11766
|
blobs?: undefined;
|
|
11458
11767
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11768
|
+
blobVersionedHashes?: undefined;
|
|
11769
|
+
kzg?: undefined;
|
|
11770
|
+
sidecars?: undefined;
|
|
11459
11771
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11460
11772
|
gasPerPubdata?: bigint | undefined;
|
|
11461
11773
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -11478,6 +11790,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11478
11790
|
accessList?: import("viem").AccessList | undefined;
|
|
11479
11791
|
blobs?: undefined;
|
|
11480
11792
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11793
|
+
blobVersionedHashes?: undefined;
|
|
11794
|
+
kzg?: undefined;
|
|
11795
|
+
sidecars?: undefined;
|
|
11481
11796
|
} & {
|
|
11482
11797
|
data?: `0x${string}` | undefined;
|
|
11483
11798
|
from: `0x${string}`;
|
|
@@ -11492,6 +11807,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11492
11807
|
accessList?: undefined;
|
|
11493
11808
|
blobs?: undefined;
|
|
11494
11809
|
type?: "legacy" | undefined;
|
|
11810
|
+
blobVersionedHashes?: undefined;
|
|
11811
|
+
kzg?: undefined;
|
|
11812
|
+
sidecars?: undefined;
|
|
11495
11813
|
} & {
|
|
11496
11814
|
gasPerPubdata?: undefined;
|
|
11497
11815
|
customSignature?: undefined;
|
|
@@ -11512,6 +11830,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11512
11830
|
accessList?: import("viem").AccessList | undefined;
|
|
11513
11831
|
blobs?: undefined;
|
|
11514
11832
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11833
|
+
blobVersionedHashes?: undefined;
|
|
11834
|
+
kzg?: undefined;
|
|
11835
|
+
sidecars?: undefined;
|
|
11515
11836
|
} & {
|
|
11516
11837
|
data?: `0x${string}` | undefined;
|
|
11517
11838
|
from: `0x${string}`;
|
|
@@ -11526,6 +11847,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11526
11847
|
accessList?: import("viem").AccessList | undefined;
|
|
11527
11848
|
blobs?: undefined;
|
|
11528
11849
|
type?: "eip2930" | undefined;
|
|
11850
|
+
blobVersionedHashes?: undefined;
|
|
11851
|
+
kzg?: undefined;
|
|
11852
|
+
sidecars?: undefined;
|
|
11529
11853
|
} & {
|
|
11530
11854
|
gasPerPubdata?: undefined;
|
|
11531
11855
|
customSignature?: undefined;
|
|
@@ -11546,6 +11870,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11546
11870
|
accessList?: import("viem").AccessList | undefined;
|
|
11547
11871
|
blobs?: undefined;
|
|
11548
11872
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11873
|
+
blobVersionedHashes?: undefined;
|
|
11874
|
+
kzg?: undefined;
|
|
11875
|
+
sidecars?: undefined;
|
|
11549
11876
|
} & {
|
|
11550
11877
|
data?: `0x${string}` | undefined;
|
|
11551
11878
|
from: `0x${string}`;
|
|
@@ -11560,6 +11887,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11560
11887
|
accessList?: import("viem").AccessList | undefined;
|
|
11561
11888
|
blobs?: undefined;
|
|
11562
11889
|
type?: "eip1559" | undefined;
|
|
11890
|
+
blobVersionedHashes?: undefined;
|
|
11891
|
+
kzg?: undefined;
|
|
11892
|
+
sidecars?: undefined;
|
|
11563
11893
|
} & {
|
|
11564
11894
|
gasPerPubdata?: undefined;
|
|
11565
11895
|
customSignature?: undefined;
|
|
@@ -11580,6 +11910,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11580
11910
|
accessList?: import("viem").AccessList | undefined;
|
|
11581
11911
|
blobs?: undefined;
|
|
11582
11912
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11913
|
+
blobVersionedHashes?: undefined;
|
|
11914
|
+
kzg?: undefined;
|
|
11915
|
+
sidecars?: undefined;
|
|
11583
11916
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11584
11917
|
gasPerPubdata?: bigint | undefined;
|
|
11585
11918
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -11602,6 +11935,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11602
11935
|
accessList?: import("viem").AccessList | undefined;
|
|
11603
11936
|
blobs?: undefined;
|
|
11604
11937
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11938
|
+
blobVersionedHashes?: undefined;
|
|
11939
|
+
kzg?: undefined;
|
|
11940
|
+
sidecars?: undefined;
|
|
11605
11941
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11606
11942
|
gasPerPubdata?: bigint | undefined;
|
|
11607
11943
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -11624,6 +11960,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11624
11960
|
accessList?: import("viem").AccessList | undefined;
|
|
11625
11961
|
blobs?: undefined;
|
|
11626
11962
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11963
|
+
blobVersionedHashes?: undefined;
|
|
11964
|
+
kzg?: undefined;
|
|
11965
|
+
sidecars?: undefined;
|
|
11627
11966
|
} & {
|
|
11628
11967
|
data?: `0x${string}` | undefined;
|
|
11629
11968
|
from: `0x${string}`;
|
|
@@ -11638,6 +11977,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11638
11977
|
accessList?: undefined;
|
|
11639
11978
|
blobs?: undefined;
|
|
11640
11979
|
type?: "legacy" | undefined;
|
|
11980
|
+
blobVersionedHashes?: undefined;
|
|
11981
|
+
kzg?: undefined;
|
|
11982
|
+
sidecars?: undefined;
|
|
11641
11983
|
} & {
|
|
11642
11984
|
gasPerPubdata?: undefined;
|
|
11643
11985
|
customSignature?: undefined;
|
|
@@ -11658,6 +12000,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11658
12000
|
accessList?: import("viem").AccessList | undefined;
|
|
11659
12001
|
blobs?: undefined;
|
|
11660
12002
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
12003
|
+
blobVersionedHashes?: undefined;
|
|
12004
|
+
kzg?: undefined;
|
|
12005
|
+
sidecars?: undefined;
|
|
11661
12006
|
} & {
|
|
11662
12007
|
data?: `0x${string}` | undefined;
|
|
11663
12008
|
from: `0x${string}`;
|
|
@@ -11672,6 +12017,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11672
12017
|
accessList?: import("viem").AccessList | undefined;
|
|
11673
12018
|
blobs?: undefined;
|
|
11674
12019
|
type?: "eip2930" | undefined;
|
|
12020
|
+
blobVersionedHashes?: undefined;
|
|
12021
|
+
kzg?: undefined;
|
|
12022
|
+
sidecars?: undefined;
|
|
11675
12023
|
} & {
|
|
11676
12024
|
gasPerPubdata?: undefined;
|
|
11677
12025
|
customSignature?: undefined;
|
|
@@ -11692,6 +12040,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11692
12040
|
accessList?: import("viem").AccessList | undefined;
|
|
11693
12041
|
blobs?: undefined;
|
|
11694
12042
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
12043
|
+
blobVersionedHashes?: undefined;
|
|
12044
|
+
kzg?: undefined;
|
|
12045
|
+
sidecars?: undefined;
|
|
11695
12046
|
} & {
|
|
11696
12047
|
data?: `0x${string}` | undefined;
|
|
11697
12048
|
from: `0x${string}`;
|
|
@@ -11706,6 +12057,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11706
12057
|
accessList?: import("viem").AccessList | undefined;
|
|
11707
12058
|
blobs?: undefined;
|
|
11708
12059
|
type?: "eip1559" | undefined;
|
|
12060
|
+
blobVersionedHashes?: undefined;
|
|
12061
|
+
kzg?: undefined;
|
|
12062
|
+
sidecars?: undefined;
|
|
11709
12063
|
} & {
|
|
11710
12064
|
gasPerPubdata?: undefined;
|
|
11711
12065
|
customSignature?: undefined;
|
|
@@ -11726,6 +12080,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11726
12080
|
accessList?: import("viem").AccessList | undefined;
|
|
11727
12081
|
blobs?: undefined;
|
|
11728
12082
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
12083
|
+
blobVersionedHashes?: undefined;
|
|
12084
|
+
kzg?: undefined;
|
|
12085
|
+
sidecars?: undefined;
|
|
11729
12086
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11730
12087
|
gasPerPubdata?: bigint | undefined;
|
|
11731
12088
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -11748,6 +12105,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11748
12105
|
accessList?: import("viem").AccessList | undefined;
|
|
11749
12106
|
blobs?: undefined;
|
|
11750
12107
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
12108
|
+
blobVersionedHashes?: undefined;
|
|
12109
|
+
kzg?: undefined;
|
|
12110
|
+
sidecars?: undefined;
|
|
11751
12111
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11752
12112
|
gasPerPubdata?: bigint | undefined;
|
|
11753
12113
|
customSignature?: `0x${string}` | undefined;
|
|
@@ -11769,6 +12129,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11769
12129
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11770
12130
|
accessList?: import("viem").AccessList | undefined;
|
|
11771
12131
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
12132
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12133
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12134
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
11772
12135
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11773
12136
|
} & {
|
|
11774
12137
|
data?: `0x${string}` | undefined;
|
|
@@ -11784,6 +12147,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11784
12147
|
accessList?: undefined;
|
|
11785
12148
|
blobs?: undefined;
|
|
11786
12149
|
type?: "legacy" | undefined;
|
|
12150
|
+
blobVersionedHashes?: undefined;
|
|
12151
|
+
kzg?: undefined;
|
|
12152
|
+
sidecars?: undefined;
|
|
11787
12153
|
} & {
|
|
11788
12154
|
gasPerPubdata?: undefined;
|
|
11789
12155
|
customSignature?: undefined;
|
|
@@ -11803,6 +12169,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11803
12169
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11804
12170
|
accessList?: import("viem").AccessList | undefined;
|
|
11805
12171
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
12172
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12173
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12174
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
11806
12175
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11807
12176
|
} & {
|
|
11808
12177
|
data?: `0x${string}` | undefined;
|
|
@@ -11818,6 +12187,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11818
12187
|
accessList?: import("viem").AccessList | undefined;
|
|
11819
12188
|
blobs?: undefined;
|
|
11820
12189
|
type?: "eip2930" | undefined;
|
|
12190
|
+
blobVersionedHashes?: undefined;
|
|
12191
|
+
kzg?: undefined;
|
|
12192
|
+
sidecars?: undefined;
|
|
11821
12193
|
} & {
|
|
11822
12194
|
gasPerPubdata?: undefined;
|
|
11823
12195
|
customSignature?: undefined;
|
|
@@ -11837,6 +12209,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11837
12209
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11838
12210
|
accessList?: import("viem").AccessList | undefined;
|
|
11839
12211
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
12212
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12213
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12214
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
11840
12215
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11841
12216
|
} & {
|
|
11842
12217
|
data?: `0x${string}` | undefined;
|
|
@@ -11852,6 +12227,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11852
12227
|
accessList?: import("viem").AccessList | undefined;
|
|
11853
12228
|
blobs?: undefined;
|
|
11854
12229
|
type?: "eip1559" | undefined;
|
|
12230
|
+
blobVersionedHashes?: undefined;
|
|
12231
|
+
kzg?: undefined;
|
|
12232
|
+
sidecars?: undefined;
|
|
11855
12233
|
} & {
|
|
11856
12234
|
gasPerPubdata?: undefined;
|
|
11857
12235
|
customSignature?: undefined;
|
|
@@ -11871,6 +12249,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11871
12249
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11872
12250
|
accessList?: import("viem").AccessList | undefined;
|
|
11873
12251
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
12252
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12253
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12254
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
11874
12255
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11875
12256
|
} & {
|
|
11876
12257
|
data?: `0x${string}` | undefined;
|
|
@@ -11885,6 +12266,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11885
12266
|
maxFeePerBlobGas: bigint;
|
|
11886
12267
|
accessList?: import("viem").AccessList | undefined;
|
|
11887
12268
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
12269
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12270
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12271
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
11888
12272
|
type?: "eip4844" | undefined;
|
|
11889
12273
|
} & {
|
|
11890
12274
|
gasPerPubdata?: undefined;
|
|
@@ -11905,6 +12289,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11905
12289
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11906
12290
|
accessList?: import("viem").AccessList | undefined;
|
|
11907
12291
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
12292
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12293
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12294
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
11908
12295
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11909
12296
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11910
12297
|
gasPerPubdata?: bigint | undefined;
|
|
@@ -11927,6 +12314,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11927
12314
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11928
12315
|
accessList?: import("viem").AccessList | undefined;
|
|
11929
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;
|
|
11930
12320
|
type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
|
|
11931
12321
|
} & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
|
|
11932
12322
|
gasPerPubdata?: bigint | undefined;
|
|
@@ -11950,6 +12340,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11950
12340
|
accessList?: undefined;
|
|
11951
12341
|
blobs?: undefined;
|
|
11952
12342
|
type?: "0x0" | undefined;
|
|
12343
|
+
blobVersionedHashes?: undefined;
|
|
12344
|
+
kzg?: undefined;
|
|
12345
|
+
sidecars?: undefined;
|
|
11953
12346
|
eip712Meta?: undefined;
|
|
11954
12347
|
} | {
|
|
11955
12348
|
data?: `0x${string}` | undefined;
|
|
@@ -11965,6 +12358,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11965
12358
|
accessList?: undefined;
|
|
11966
12359
|
blobs?: undefined;
|
|
11967
12360
|
type?: "0x1" | undefined;
|
|
12361
|
+
blobVersionedHashes?: undefined;
|
|
12362
|
+
kzg?: undefined;
|
|
12363
|
+
sidecars?: undefined;
|
|
11968
12364
|
eip712Meta?: undefined;
|
|
11969
12365
|
} | {
|
|
11970
12366
|
data?: `0x${string}` | undefined;
|
|
@@ -11980,6 +12376,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11980
12376
|
accessList?: undefined;
|
|
11981
12377
|
blobs?: undefined;
|
|
11982
12378
|
type?: "0x2" | undefined;
|
|
12379
|
+
blobVersionedHashes?: undefined;
|
|
12380
|
+
kzg?: undefined;
|
|
12381
|
+
sidecars?: undefined;
|
|
11983
12382
|
eip712Meta?: undefined;
|
|
11984
12383
|
} | {
|
|
11985
12384
|
data?: `0x${string}` | undefined;
|
|
@@ -11995,6 +12394,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
11995
12394
|
accessList?: undefined;
|
|
11996
12395
|
blobs?: undefined;
|
|
11997
12396
|
type: "0xff" | "0x71";
|
|
12397
|
+
blobVersionedHashes?: undefined;
|
|
12398
|
+
kzg?: undefined;
|
|
12399
|
+
sidecars?: undefined;
|
|
11998
12400
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
11999
12401
|
} | {
|
|
12000
12402
|
data?: `0x${string}` | undefined;
|
|
@@ -12010,6 +12412,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12010
12412
|
accessList?: undefined;
|
|
12011
12413
|
blobs?: undefined;
|
|
12012
12414
|
type?: "0x0" | undefined;
|
|
12415
|
+
blobVersionedHashes?: undefined;
|
|
12416
|
+
kzg?: undefined;
|
|
12417
|
+
sidecars?: undefined;
|
|
12013
12418
|
eip712Meta?: undefined;
|
|
12014
12419
|
} | {
|
|
12015
12420
|
data?: `0x${string}` | undefined;
|
|
@@ -12025,6 +12430,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12025
12430
|
accessList?: import("viem").AccessList | undefined;
|
|
12026
12431
|
blobs?: undefined;
|
|
12027
12432
|
type?: "0x1" | undefined;
|
|
12433
|
+
blobVersionedHashes?: undefined;
|
|
12434
|
+
kzg?: undefined;
|
|
12435
|
+
sidecars?: undefined;
|
|
12028
12436
|
eip712Meta?: undefined;
|
|
12029
12437
|
} | {
|
|
12030
12438
|
data?: `0x${string}` | undefined;
|
|
@@ -12040,6 +12448,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12040
12448
|
accessList?: import("viem").AccessList | undefined;
|
|
12041
12449
|
blobs?: undefined;
|
|
12042
12450
|
type?: "0x2" | undefined;
|
|
12451
|
+
blobVersionedHashes?: undefined;
|
|
12452
|
+
kzg?: undefined;
|
|
12453
|
+
sidecars?: undefined;
|
|
12043
12454
|
eip712Meta?: undefined;
|
|
12044
12455
|
} | {
|
|
12045
12456
|
data?: `0x${string}` | undefined;
|
|
@@ -12055,6 +12466,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12055
12466
|
accessList?: import("viem").AccessList | undefined;
|
|
12056
12467
|
blobs?: undefined;
|
|
12057
12468
|
type: "0xff" | "0x71";
|
|
12469
|
+
blobVersionedHashes?: undefined;
|
|
12470
|
+
kzg?: undefined;
|
|
12471
|
+
sidecars?: undefined;
|
|
12058
12472
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
12059
12473
|
} | {
|
|
12060
12474
|
data?: `0x${string}` | undefined;
|
|
@@ -12070,6 +12484,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12070
12484
|
accessList?: undefined;
|
|
12071
12485
|
blobs?: undefined;
|
|
12072
12486
|
type?: "0x0" | undefined;
|
|
12487
|
+
blobVersionedHashes?: undefined;
|
|
12488
|
+
kzg?: undefined;
|
|
12489
|
+
sidecars?: undefined;
|
|
12073
12490
|
eip712Meta?: undefined;
|
|
12074
12491
|
} | {
|
|
12075
12492
|
data?: `0x${string}` | undefined;
|
|
@@ -12085,6 +12502,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12085
12502
|
accessList?: import("viem").AccessList | undefined;
|
|
12086
12503
|
blobs?: undefined;
|
|
12087
12504
|
type?: "0x1" | undefined;
|
|
12505
|
+
blobVersionedHashes?: undefined;
|
|
12506
|
+
kzg?: undefined;
|
|
12507
|
+
sidecars?: undefined;
|
|
12088
12508
|
eip712Meta?: undefined;
|
|
12089
12509
|
} | {
|
|
12090
12510
|
data?: `0x${string}` | undefined;
|
|
@@ -12100,6 +12520,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12100
12520
|
accessList?: import("viem").AccessList | undefined;
|
|
12101
12521
|
blobs?: undefined;
|
|
12102
12522
|
type?: "0x2" | undefined;
|
|
12523
|
+
blobVersionedHashes?: undefined;
|
|
12524
|
+
kzg?: undefined;
|
|
12525
|
+
sidecars?: undefined;
|
|
12103
12526
|
eip712Meta?: undefined;
|
|
12104
12527
|
} | {
|
|
12105
12528
|
data?: `0x${string}` | undefined;
|
|
@@ -12115,6 +12538,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12115
12538
|
accessList?: import("viem").AccessList | undefined;
|
|
12116
12539
|
blobs?: undefined;
|
|
12117
12540
|
type: "0xff" | "0x71";
|
|
12541
|
+
blobVersionedHashes?: undefined;
|
|
12542
|
+
kzg?: undefined;
|
|
12543
|
+
sidecars?: undefined;
|
|
12118
12544
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
12119
12545
|
} | {
|
|
12120
12546
|
data?: `0x${string}` | undefined;
|
|
@@ -12129,6 +12555,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12129
12555
|
maxFeePerBlobGas: `0x${string}`;
|
|
12130
12556
|
accessList?: import("viem").AccessList | undefined;
|
|
12131
12557
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
12558
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12559
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12560
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
12132
12561
|
type?: "0x3" | undefined;
|
|
12133
12562
|
eip712Meta?: undefined;
|
|
12134
12563
|
} | {
|
|
@@ -12144,6 +12573,9 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHECKOUT_CHAINS_INFO_LIST: ({
|
|
|
12144
12573
|
maxFeePerBlobGas: undefined;
|
|
12145
12574
|
accessList?: import("viem").AccessList | undefined;
|
|
12146
12575
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
|
12576
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12577
|
+
kzg?: import("viem").Kzg | undefined;
|
|
12578
|
+
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
12147
12579
|
type: "0xff" | "0x71";
|
|
12148
12580
|
eip712Meta: import("viem/chains").ZkSyncEip712Meta;
|
|
12149
12581
|
}) & {
|