@provex/react 1.7.0 → 1.8.0-rc.20260607072829.a004ed4
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/{chunk-IDRCXH6D.js → chunk-YLJM5TTI.js} +4 -4
- package/dist/chunk-YLJM5TTI.js.map +1 -0
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/wagmi.cjs +2 -2
- package/dist/wagmi.cjs.map +1 -1
- package/dist/wagmi.js +1 -1
- package/package.json +3 -3
- package/dist/chunk-IDRCXH6D.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useOptionalProvexPublicClient, useOrchestratorAddress, useContractRead, useOptionalProvexWallet, getTransactionGasInputs, useOptionalProvex, createProveXClient, checkTransactionIndexed, ProveXError, isUserRejectionError, getUserFriendlyErrorMessage, checkMutation, useProvex, ProveXClient } from './chunk-
|
|
2
|
-
export { BrowsePhase, CommittedPhase, CompletePhase, ProveXClient, ProveXError, ProvexBuy, ProvexBuyProvider, ProvexProvider, ProvingPhase, createApiClient, createProveXClient, getRate, getTierDisplayInfo, intentStatuses, useDeposits, useOptionalProvexPublicClient, useOptionalProvexWallet, useOrchestratorAddress, usePayeeDetails, useProtocolFeePercentage, useProtocolFees, useProvex, useProvexBuy, useProvexBuyContext, useProvexPublicClient, useProvexWallet, useReputation, useReputationLimits, useSignalIntent } from './chunk-
|
|
1
|
+
import { useOptionalProvexPublicClient, useOrchestratorAddress, useContractRead, useOptionalProvexWallet, getTransactionGasInputs, useOptionalProvex, createProveXClient, checkTransactionIndexed, ProveXError, isUserRejectionError, getUserFriendlyErrorMessage, checkMutation, useProvex, ProveXClient } from './chunk-YLJM5TTI.js';
|
|
2
|
+
export { BrowsePhase, CommittedPhase, CompletePhase, ProveXClient, ProveXError, ProvexBuy, ProvexBuyProvider, ProvexProvider, ProvingPhase, createApiClient, createProveXClient, getRate, getTierDisplayInfo, intentStatuses, useDeposits, useOptionalProvexPublicClient, useOptionalProvexWallet, useOrchestratorAddress, usePayeeDetails, useProtocolFeePercentage, useProtocolFees, useProvex, useProvexBuy, useProvexBuyContext, useProvexPublicClient, useProvexWallet, useReputation, useReputationLimits, useSignalIntent } from './chunk-YLJM5TTI.js';
|
|
3
3
|
import { useCallback, useMemo, useState } from 'react';
|
|
4
4
|
import { OrchestratorAbi, PaymentVerifierRegistryAbi, UnifiedPaymentVerifierAbi, NullifierRegistryAbi, V2EscrowAbi, V3EscrowAbi } from '@provex/abis';
|
|
5
5
|
import { maxUint256, erc20Abi, encodeFunctionData } from 'viem';
|
package/dist/wagmi.cjs
CHANGED
|
@@ -320,8 +320,8 @@ function extractErrorString(error) {
|
|
|
320
320
|
|
|
321
321
|
// src/client/types.ts
|
|
322
322
|
var PROVEX_DEFAULTS = {
|
|
323
|
-
8453: { apiUrl: "https://app.provex.com", indexerUrl: "https://
|
|
324
|
-
369: { apiUrl: "https://app.provex.com", indexerUrl: "https://
|
|
323
|
+
8453: { apiUrl: "https://app.provex.com", indexerUrl: "https://evm-8453-activity.provex.com" },
|
|
324
|
+
369: { apiUrl: "https://app.provex.com", indexerUrl: "https://evm-369-activity.provex.com" }
|
|
325
325
|
};
|
|
326
326
|
var ProveXError = class extends Error {
|
|
327
327
|
code;
|