@wtflabs/x402 0.0.1-beta.14 → 0.0.1-beta.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/cjs/client/index.d.ts +1 -1
  2. package/dist/cjs/client/index.js +1 -1
  3. package/dist/cjs/client/index.js.map +1 -1
  4. package/dist/cjs/facilitator/index.d.ts +1 -1
  5. package/dist/cjs/facilitator/index.js +1169 -1077
  6. package/dist/cjs/facilitator/index.js.map +1 -1
  7. package/dist/cjs/index.d.ts +1 -1
  8. package/dist/cjs/index.js +1636 -1544
  9. package/dist/cjs/index.js.map +1 -1
  10. package/dist/cjs/middleware-qavKyUnr.d.ts +93 -0
  11. package/dist/cjs/paywall/index.d.ts +1 -1
  12. package/dist/cjs/schemes/index.d.ts +1 -1
  13. package/dist/cjs/schemes/index.js +697 -605
  14. package/dist/cjs/schemes/index.js.map +1 -1
  15. package/dist/cjs/shared/index.d.ts +2 -2
  16. package/dist/cjs/types/index.d.ts +335 -4
  17. package/dist/cjs/types/index.js +426 -0
  18. package/dist/cjs/types/index.js.map +1 -1
  19. package/dist/cjs/verify/index.d.ts +2 -2
  20. package/dist/esm/{chunk-VTLJOZXM.mjs → chunk-27VV4F7H.mjs} +3 -3
  21. package/dist/esm/chunk-27VV4F7H.mjs.map +1 -0
  22. package/dist/esm/{chunk-NPWDNT2P.mjs → chunk-5UE5XTGG.mjs} +428 -1
  23. package/dist/esm/chunk-5UE5XTGG.mjs.map +1 -0
  24. package/dist/esm/{chunk-KABV25HJ.mjs → chunk-VHQZ4KRR.mjs} +3 -3
  25. package/dist/esm/{chunk-WCQCFJWV.mjs → chunk-YWZNW3IG.mjs} +74 -409
  26. package/dist/esm/chunk-YWZNW3IG.mjs.map +1 -0
  27. package/dist/esm/{chunk-A6TSFIQP.mjs → chunk-YZUMYCYA.mjs} +3 -3
  28. package/dist/esm/client/index.d.mts +1 -1
  29. package/dist/esm/client/index.mjs +3 -3
  30. package/dist/esm/facilitator/index.d.mts +1 -1
  31. package/dist/esm/facilitator/index.mjs +4 -4
  32. package/dist/esm/index.d.mts +1 -1
  33. package/dist/esm/index.mjs +5 -5
  34. package/dist/esm/{middleware-DSDucaQ5.d.mts → middleware-CFWW-MAF.d.mts} +1 -1
  35. package/dist/esm/paywall/index.d.mts +1 -1
  36. package/dist/esm/schemes/index.d.mts +1 -1
  37. package/dist/esm/schemes/index.mjs +3 -3
  38. package/dist/esm/shared/index.d.mts +2 -2
  39. package/dist/esm/shared/index.mjs +1 -1
  40. package/dist/esm/types/index.d.mts +335 -4
  41. package/dist/esm/types/index.mjs +1 -1
  42. package/dist/esm/verify/index.d.mts +2 -2
  43. package/dist/esm/verify/index.mjs +1 -1
  44. package/dist/esm/x402Specs-B9zS3LnZ.d.mts +1778 -0
  45. package/package.json +1 -1
  46. package/dist/esm/chunk-NPWDNT2P.mjs.map +0 -1
  47. package/dist/esm/chunk-VTLJOZXM.mjs.map +0 -1
  48. package/dist/esm/chunk-WCQCFJWV.mjs.map +0 -1
  49. package/dist/{esm/x402Specs-BtRXj67U.d.mts → cjs/x402Specs-B9zS3LnZ.d.ts} +6 -6
  50. /package/dist/esm/{chunk-KABV25HJ.mjs.map → chunk-VHQZ4KRR.mjs.map} +0 -0
  51. /package/dist/esm/{chunk-A6TSFIQP.mjs.map → chunk-YZUMYCYA.mjs.map} +0 -0
@@ -1,11 +1,11 @@
1
1
  export { S as SvmConfig, X as X402Config } from '../config-Dfuvno71.mjs';
2
- export { E as ERC20TokenAmount, F as FacilitatorConfig, M as Money, d as PaymentMiddlewareConfig, c as PaywallConfig, P as Price, b as Resource, e as RouteConfig, a as RoutePattern, R as RoutesConfig, S as SPLTokenAmount, W as Wallet, m as moneySchema } from '../middleware-DSDucaQ5.mjs';
2
+ export { E as ERC20TokenAmount, F as FacilitatorConfig, M as Money, d as PaymentMiddlewareConfig, c as PaywallConfig, P as Price, b as Resource, e as RouteConfig, a as RoutePattern, R as RoutesConfig, S as SPLTokenAmount, W as Wallet, m as moneySchema } from '../middleware-CFWW-MAF.mjs';
3
3
  export { C as ChainIdToNetwork, E as EvmNetworkToChainId, N as Network, a as NetworkSchema, S as SupportedEVMNetworks, b as SupportedSVMNetworks, c as SvmNetworkToChainId } from '../network-FrFmmiyj.mjs';
4
4
  export { C as ConnectedClient, M as MultiNetworkSigner, S as Signer, c as createConnectedClient, a as createSigner, i as isEvmSignerWallet, d as isMultiNetworkSigner, b as isSvmSignerWallet } from '../wallet-KorGgbAj.mjs';
5
5
  import { C as ChainConfig, c as config } from '../config-CFBSAuxW.mjs';
6
6
  import { C as ConnectedClient, a as EvmChainConfig, E as EvmSigner, S as SignerWallet, c as createClientAvalancheFuji, b as createClientSepolia, d as createConnectedClient, e as createSigner, f as createSignerAvalancheFuji, g as createSignerSepolia, h as getChainFromNetwork, i as isAccount, j as isSignerWallet, w as withChain } from '../wallet-SJKJpUgQ.mjs';
7
- import { S as SettleResponse } from '../x402Specs-BtRXj67U.mjs';
8
- export { B as DiscoveredResource, D as DiscoveredResourceSchema, o as Eip3009PaymentPayload, b as ErrorReasons, n as EvmPaymentPayload, k as ExactEvmPayload, e as ExactEvmPayloadAuthorization, d as ExactEvmPayloadAuthorizationSchema, j as ExactEvmPayloadSchema, E as ExactSvmPayload, l as ExactSvmPayloadSchema, z as HTTPRequestStructure, y as HTTPRequestStructureSchema, H as HTTPVerbs, M as ListDiscoveryResourcesRequest, L as ListDiscoveryResourcesRequestSchema, O as ListDiscoveryResourcesResponse, N as ListDiscoveryResourcesResponseSchema, a as PaymentPayload, m as PaymentPayloadSchema, P as PaymentRequirements, c as PaymentRequirementsSchema, i as Permit2EvmPayloadAuthorization, h as Permit2EvmPayloadAuthorizationSchema, t as Permit2PaymentPayload, g as PermitEvmPayloadAuthorization, f as PermitEvmPayloadAuthorizationSchema, q as PermitPaymentPayload, A as RequestStructure, R as RequestStructureSchema, F as SettleRequest, C as SettleRequestSchema, K as SettleResponseSchema, T as SupportedPaymentKind, Q as SupportedPaymentKindSchema, X as SupportedPaymentKindsResponse, W as SupportedPaymentKindsResponseSchema, p as UnsignedEip3009PaymentPayload, U as UnsignedEvmPaymentPayload, u as UnsignedPermit2PaymentPayload, r as UnsignedPermitPaymentPayload, G as VerifyRequest, V as VerifyRequestSchema, J as VerifyResponse, I as VerifyResponseSchema, s as schemes, w as x402Response, v as x402ResponseSchema, x as x402Versions } from '../x402Specs-BtRXj67U.mjs';
7
+ import { S as SettleResponse } from '../x402Specs-B9zS3LnZ.mjs';
8
+ export { B as DiscoveredResource, D as DiscoveredResourceSchema, o as Eip3009PaymentPayload, b as ErrorReasons, n as EvmPaymentPayload, k as ExactEvmPayload, e as ExactEvmPayloadAuthorization, d as ExactEvmPayloadAuthorizationSchema, j as ExactEvmPayloadSchema, E as ExactSvmPayload, l as ExactSvmPayloadSchema, z as HTTPRequestStructure, y as HTTPRequestStructureSchema, H as HTTPVerbs, M as ListDiscoveryResourcesRequest, L as ListDiscoveryResourcesRequestSchema, O as ListDiscoveryResourcesResponse, N as ListDiscoveryResourcesResponseSchema, a as PaymentPayload, m as PaymentPayloadSchema, P as PaymentRequirements, c as PaymentRequirementsSchema, i as Permit2EvmPayloadAuthorization, h as Permit2EvmPayloadAuthorizationSchema, t as Permit2PaymentPayload, g as PermitEvmPayloadAuthorization, f as PermitEvmPayloadAuthorizationSchema, q as PermitPaymentPayload, A as RequestStructure, R as RequestStructureSchema, F as SettleRequest, C as SettleRequestSchema, K as SettleResponseSchema, T as SupportedPaymentKind, Q as SupportedPaymentKindSchema, X as SupportedPaymentKindsResponse, W as SupportedPaymentKindsResponseSchema, p as UnsignedEip3009PaymentPayload, U as UnsignedEvmPaymentPayload, u as UnsignedPermit2PaymentPayload, r as UnsignedPermitPaymentPayload, G as VerifyRequest, V as VerifyRequestSchema, J as VerifyResponse, I as VerifyResponseSchema, s as schemes, w as x402Response, v as x402ResponseSchema, x as x402Versions } from '../x402Specs-B9zS3LnZ.mjs';
9
9
  import { z } from 'zod';
10
10
  import '../wallet-BTqCm9Zp.mjs';
11
11
  import '@solana/kit';
@@ -1561,8 +1561,339 @@ declare const usdcABI: readonly [{
1561
1561
  readonly type: "function";
1562
1562
  }];
1563
1563
 
1564
+ declare const EIP7702SellerWalletMinimalAbi: readonly [{
1565
+ readonly inputs: readonly [];
1566
+ readonly name: "InvalidAmount";
1567
+ readonly type: "error";
1568
+ }, {
1569
+ readonly inputs: readonly [];
1570
+ readonly name: "NotOwner";
1571
+ readonly type: "error";
1572
+ }, {
1573
+ readonly inputs: readonly [];
1574
+ readonly name: "ReentrancyGuardReentrantCall";
1575
+ readonly type: "error";
1576
+ }, {
1577
+ readonly inputs: readonly [{
1578
+ readonly internalType: "address";
1579
+ readonly name: "token";
1580
+ readonly type: "address";
1581
+ }];
1582
+ readonly name: "SafeERC20FailedOperation";
1583
+ readonly type: "error";
1584
+ }, {
1585
+ readonly inputs: readonly [];
1586
+ readonly name: "ZeroAddress";
1587
+ readonly type: "error";
1588
+ }, {
1589
+ readonly anonymous: false;
1590
+ readonly inputs: readonly [{
1591
+ readonly indexed: true;
1592
+ readonly internalType: "address";
1593
+ readonly name: "beneficiary";
1594
+ readonly type: "address";
1595
+ }];
1596
+ readonly name: "ConfigUpdated";
1597
+ readonly type: "event";
1598
+ }, {
1599
+ readonly anonymous: false;
1600
+ readonly inputs: readonly [{
1601
+ readonly indexed: true;
1602
+ readonly internalType: "address";
1603
+ readonly name: "token";
1604
+ readonly type: "address";
1605
+ }, {
1606
+ readonly indexed: true;
1607
+ readonly internalType: "address";
1608
+ readonly name: "payer";
1609
+ readonly type: "address";
1610
+ }, {
1611
+ readonly indexed: true;
1612
+ readonly internalType: "address";
1613
+ readonly name: "facilitator";
1614
+ readonly type: "address";
1615
+ }, {
1616
+ readonly indexed: false;
1617
+ readonly internalType: "uint256";
1618
+ readonly name: "amount";
1619
+ readonly type: "uint256";
1620
+ }, {
1621
+ readonly indexed: false;
1622
+ readonly internalType: "uint256";
1623
+ readonly name: "beneficiaryAmount";
1624
+ readonly type: "uint256";
1625
+ }, {
1626
+ readonly indexed: false;
1627
+ readonly internalType: "uint256";
1628
+ readonly name: "feeAmount";
1629
+ readonly type: "uint256";
1630
+ }, {
1631
+ readonly indexed: false;
1632
+ readonly internalType: "string";
1633
+ readonly name: "method";
1634
+ readonly type: "string";
1635
+ }];
1636
+ readonly name: "SettlementExecuted";
1637
+ readonly type: "event";
1638
+ }, {
1639
+ readonly stateMutability: "payable";
1640
+ readonly type: "fallback";
1641
+ }, {
1642
+ readonly inputs: readonly [];
1643
+ readonly name: "BASIS_POINTS";
1644
+ readonly outputs: readonly [{
1645
+ readonly internalType: "uint96";
1646
+ readonly name: "";
1647
+ readonly type: "uint96";
1648
+ }];
1649
+ readonly stateMutability: "view";
1650
+ readonly type: "function";
1651
+ }, {
1652
+ readonly inputs: readonly [];
1653
+ readonly name: "FEE_BPS";
1654
+ readonly outputs: readonly [{
1655
+ readonly internalType: "uint96";
1656
+ readonly name: "";
1657
+ readonly type: "uint96";
1658
+ }];
1659
+ readonly stateMutability: "view";
1660
+ readonly type: "function";
1661
+ }, {
1662
+ readonly inputs: readonly [];
1663
+ readonly name: "FEE_RECIPIENT";
1664
+ readonly outputs: readonly [{
1665
+ readonly internalType: "address";
1666
+ readonly name: "";
1667
+ readonly type: "address";
1668
+ }];
1669
+ readonly stateMutability: "view";
1670
+ readonly type: "function";
1671
+ }, {
1672
+ readonly inputs: readonly [];
1673
+ readonly name: "getConfig";
1674
+ readonly outputs: readonly [{
1675
+ readonly internalType: "address";
1676
+ readonly name: "beneficiary";
1677
+ readonly type: "address";
1678
+ }, {
1679
+ readonly internalType: "bool";
1680
+ readonly name: "initialized";
1681
+ readonly type: "bool";
1682
+ }];
1683
+ readonly stateMutability: "view";
1684
+ readonly type: "function";
1685
+ }, {
1686
+ readonly inputs: readonly [];
1687
+ readonly name: "getEffectiveConfig";
1688
+ readonly outputs: readonly [{
1689
+ readonly internalType: "address";
1690
+ readonly name: "beneficiary";
1691
+ readonly type: "address";
1692
+ }, {
1693
+ readonly internalType: "address";
1694
+ readonly name: "feeRecipient";
1695
+ readonly type: "address";
1696
+ }, {
1697
+ readonly internalType: "uint96";
1698
+ readonly name: "feeBps";
1699
+ readonly type: "uint96";
1700
+ }];
1701
+ readonly stateMutability: "view";
1702
+ readonly type: "function";
1703
+ }, {
1704
+ readonly inputs: readonly [{
1705
+ readonly internalType: "address";
1706
+ readonly name: "";
1707
+ readonly type: "address";
1708
+ }, {
1709
+ readonly internalType: "address";
1710
+ readonly name: "";
1711
+ readonly type: "address";
1712
+ }, {
1713
+ readonly internalType: "uint256[]";
1714
+ readonly name: "";
1715
+ readonly type: "uint256[]";
1716
+ }, {
1717
+ readonly internalType: "uint256[]";
1718
+ readonly name: "";
1719
+ readonly type: "uint256[]";
1720
+ }, {
1721
+ readonly internalType: "bytes";
1722
+ readonly name: "";
1723
+ readonly type: "bytes";
1724
+ }];
1725
+ readonly name: "onERC1155BatchReceived";
1726
+ readonly outputs: readonly [{
1727
+ readonly internalType: "bytes4";
1728
+ readonly name: "";
1729
+ readonly type: "bytes4";
1730
+ }];
1731
+ readonly stateMutability: "nonpayable";
1732
+ readonly type: "function";
1733
+ }, {
1734
+ readonly inputs: readonly [{
1735
+ readonly internalType: "address";
1736
+ readonly name: "";
1737
+ readonly type: "address";
1738
+ }, {
1739
+ readonly internalType: "address";
1740
+ readonly name: "";
1741
+ readonly type: "address";
1742
+ }, {
1743
+ readonly internalType: "uint256";
1744
+ readonly name: "";
1745
+ readonly type: "uint256";
1746
+ }, {
1747
+ readonly internalType: "uint256";
1748
+ readonly name: "";
1749
+ readonly type: "uint256";
1750
+ }, {
1751
+ readonly internalType: "bytes";
1752
+ readonly name: "";
1753
+ readonly type: "bytes";
1754
+ }];
1755
+ readonly name: "onERC1155Received";
1756
+ readonly outputs: readonly [{
1757
+ readonly internalType: "bytes4";
1758
+ readonly name: "";
1759
+ readonly type: "bytes4";
1760
+ }];
1761
+ readonly stateMutability: "nonpayable";
1762
+ readonly type: "function";
1763
+ }, {
1764
+ readonly inputs: readonly [{
1765
+ readonly internalType: "address";
1766
+ readonly name: "";
1767
+ readonly type: "address";
1768
+ }, {
1769
+ readonly internalType: "address";
1770
+ readonly name: "";
1771
+ readonly type: "address";
1772
+ }, {
1773
+ readonly internalType: "uint256";
1774
+ readonly name: "";
1775
+ readonly type: "uint256";
1776
+ }, {
1777
+ readonly internalType: "bytes";
1778
+ readonly name: "";
1779
+ readonly type: "bytes";
1780
+ }];
1781
+ readonly name: "onERC721Received";
1782
+ readonly outputs: readonly [{
1783
+ readonly internalType: "bytes4";
1784
+ readonly name: "";
1785
+ readonly type: "bytes4";
1786
+ }];
1787
+ readonly stateMutability: "nonpayable";
1788
+ readonly type: "function";
1789
+ }, {
1790
+ readonly inputs: readonly [{
1791
+ readonly internalType: "address";
1792
+ readonly name: "token";
1793
+ readonly type: "address";
1794
+ }, {
1795
+ readonly internalType: "address";
1796
+ readonly name: "payer";
1797
+ readonly type: "address";
1798
+ }, {
1799
+ readonly internalType: "uint256";
1800
+ readonly name: "amount";
1801
+ readonly type: "uint256";
1802
+ }, {
1803
+ readonly internalType: "uint256";
1804
+ readonly name: "validAfter";
1805
+ readonly type: "uint256";
1806
+ }, {
1807
+ readonly internalType: "uint256";
1808
+ readonly name: "validBefore";
1809
+ readonly type: "uint256";
1810
+ }, {
1811
+ readonly internalType: "bytes32";
1812
+ readonly name: "nonce";
1813
+ readonly type: "bytes32";
1814
+ }, {
1815
+ readonly internalType: "uint8";
1816
+ readonly name: "v";
1817
+ readonly type: "uint8";
1818
+ }, {
1819
+ readonly internalType: "bytes32";
1820
+ readonly name: "r";
1821
+ readonly type: "bytes32";
1822
+ }, {
1823
+ readonly internalType: "bytes32";
1824
+ readonly name: "s";
1825
+ readonly type: "bytes32";
1826
+ }];
1827
+ readonly name: "settleWithERC3009";
1828
+ readonly outputs: readonly [];
1829
+ readonly stateMutability: "nonpayable";
1830
+ readonly type: "function";
1831
+ }, {
1832
+ readonly inputs: readonly [{
1833
+ readonly internalType: "address";
1834
+ readonly name: "token";
1835
+ readonly type: "address";
1836
+ }, {
1837
+ readonly internalType: "address";
1838
+ readonly name: "payer";
1839
+ readonly type: "address";
1840
+ }, {
1841
+ readonly internalType: "uint256";
1842
+ readonly name: "amount";
1843
+ readonly type: "uint256";
1844
+ }, {
1845
+ readonly internalType: "uint256";
1846
+ readonly name: "deadline";
1847
+ readonly type: "uint256";
1848
+ }, {
1849
+ readonly internalType: "uint8";
1850
+ readonly name: "v";
1851
+ readonly type: "uint8";
1852
+ }, {
1853
+ readonly internalType: "bytes32";
1854
+ readonly name: "r";
1855
+ readonly type: "bytes32";
1856
+ }, {
1857
+ readonly internalType: "bytes32";
1858
+ readonly name: "s";
1859
+ readonly type: "bytes32";
1860
+ }];
1861
+ readonly name: "settleWithPermit";
1862
+ readonly outputs: readonly [];
1863
+ readonly stateMutability: "nonpayable";
1864
+ readonly type: "function";
1865
+ }, {
1866
+ readonly inputs: readonly [{
1867
+ readonly internalType: "bytes4";
1868
+ readonly name: "interfaceId";
1869
+ readonly type: "bytes4";
1870
+ }];
1871
+ readonly name: "supportsInterface";
1872
+ readonly outputs: readonly [{
1873
+ readonly internalType: "bool";
1874
+ readonly name: "";
1875
+ readonly type: "bool";
1876
+ }];
1877
+ readonly stateMutability: "view";
1878
+ readonly type: "function";
1879
+ }, {
1880
+ readonly inputs: readonly [{
1881
+ readonly internalType: "address";
1882
+ readonly name: "beneficiary_";
1883
+ readonly type: "address";
1884
+ }];
1885
+ readonly name: "updateConfig";
1886
+ readonly outputs: readonly [];
1887
+ readonly stateMutability: "nonpayable";
1888
+ readonly type: "function";
1889
+ }, {
1890
+ readonly stateMutability: "payable";
1891
+ readonly type: "receive";
1892
+ }];
1893
+
1564
1894
  declare const index$1_ChainConfig: typeof ChainConfig;
1565
1895
  declare const index$1_ConnectedClient: typeof ConnectedClient;
1896
+ declare const index$1_EIP7702SellerWalletMinimalAbi: typeof EIP7702SellerWalletMinimalAbi;
1566
1897
  declare const index$1_EvmChainConfig: typeof EvmChainConfig;
1567
1898
  declare const index$1_EvmSigner: typeof EvmSigner;
1568
1899
  declare const index$1_PERMIT2_ADDRESS: typeof PERMIT2_ADDRESS;
@@ -1591,7 +1922,7 @@ declare const index$1_permitTypes: typeof permitTypes;
1591
1922
  declare const index$1_usdcABI: typeof usdcABI;
1592
1923
  declare const index$1_withChain: typeof withChain;
1593
1924
  declare namespace index$1 {
1594
- export { index$1_ChainConfig as ChainConfig, index$1_ConnectedClient as ConnectedClient, index$1_EvmChainConfig as EvmChainConfig, index$1_EvmSigner as EvmSigner, index$1_PERMIT2_ADDRESS as PERMIT2_ADDRESS, index$1_SignerWallet as SignerWallet, index$1_WITNESS_TYPE_STRING as WITNESS_TYPE_STRING, index$1_authorizationPrimaryType as authorizationPrimaryType, index$1_authorizationTypes as authorizationTypes, index$1_config as config, index$1_createClientAvalancheFuji as createClientAvalancheFuji, index$1_createClientSepolia as createClientSepolia, index$1_createConnectedClient as createConnectedClient, index$1_createSigner as createSigner, index$1_createSignerAvalancheFuji as createSignerAvalancheFuji, index$1_createSignerSepolia as createSignerSepolia, index$1_erc20PermitABI as erc20PermitABI, index$1_getChainFromNetwork as getChainFromNetwork, index$1_isAccount as isAccount, index$1_isSignerWallet as isSignerWallet, index$1_permit2ABI as permit2ABI, index$1_permit2PrimaryType as permit2PrimaryType, index$1_permit2Types as permit2Types, index$1_permit2WitnessPrimaryType as permit2WitnessPrimaryType, index$1_permit2WitnessTypes as permit2WitnessTypes, index$1_permitPrimaryType as permitPrimaryType, index$1_permitTypes as permitTypes, index$1_usdcABI as usdcABI, index$1_withChain as withChain };
1925
+ export { index$1_ChainConfig as ChainConfig, index$1_ConnectedClient as ConnectedClient, index$1_EIP7702SellerWalletMinimalAbi as EIP7702SellerWalletMinimalAbi, index$1_EvmChainConfig as EvmChainConfig, index$1_EvmSigner as EvmSigner, index$1_PERMIT2_ADDRESS as PERMIT2_ADDRESS, index$1_SignerWallet as SignerWallet, index$1_WITNESS_TYPE_STRING as WITNESS_TYPE_STRING, index$1_authorizationPrimaryType as authorizationPrimaryType, index$1_authorizationTypes as authorizationTypes, index$1_config as config, index$1_createClientAvalancheFuji as createClientAvalancheFuji, index$1_createClientSepolia as createClientSepolia, index$1_createConnectedClient as createConnectedClient, index$1_createSigner as createSigner, index$1_createSignerAvalancheFuji as createSignerAvalancheFuji, index$1_createSignerSepolia as createSignerSepolia, index$1_erc20PermitABI as erc20PermitABI, index$1_getChainFromNetwork as getChainFromNetwork, index$1_isAccount as isAccount, index$1_isSignerWallet as isSignerWallet, index$1_permit2ABI as permit2ABI, index$1_permit2PrimaryType as permit2PrimaryType, index$1_permit2Types as permit2Types, index$1_permit2WitnessPrimaryType as permit2WitnessPrimaryType, index$1_permit2WitnessTypes as permit2WitnessTypes, index$1_permitPrimaryType as permitPrimaryType, index$1_permitTypes as permitTypes, index$1_usdcABI as usdcABI, index$1_withChain as withChain };
1595
1926
  }
1596
1927
 
1597
1928
  declare const SvmAddressRegex: RegExp;
@@ -39,7 +39,7 @@ import {
39
39
  withChain,
40
40
  x402ResponseSchema,
41
41
  x402Versions
42
- } from "../chunk-NPWDNT2P.mjs";
42
+ } from "../chunk-5UE5XTGG.mjs";
43
43
  import "../chunk-5LTKIVOA.mjs";
44
44
  import "../chunk-AQQR4PXH.mjs";
45
45
  export {
@@ -1,7 +1,7 @@
1
- export { C as CreateHeaders, l as list, s as settle, f as supported, u as useFacilitator, v as verify } from '../middleware-DSDucaQ5.mjs';
1
+ export { C as CreateHeaders, l as list, s as settle, f as supported, u as useFacilitator, v as verify } from '../middleware-CFWW-MAF.mjs';
2
2
  import 'zod';
3
3
  import '../network-FrFmmiyj.mjs';
4
4
  import '../wallet-SJKJpUgQ.mjs';
5
5
  import 'viem';
6
6
  import 'viem/chains';
7
- import '../x402Specs-BtRXj67U.mjs';
7
+ import '../x402Specs-B9zS3LnZ.mjs';
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  toJsonSafe
3
- } from "../chunk-NPWDNT2P.mjs";
3
+ } from "../chunk-5UE5XTGG.mjs";
4
4
  import "../chunk-5LTKIVOA.mjs";
5
5
  import "../chunk-AQQR4PXH.mjs";
6
6