@provex/react 1.6.1 → 1.6.2-rc.20260513155841.42a197e
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/{ProvexProvider-BaBM1MFq.d.cts → ProvexProvider-BQ5vZkHO.d.cts} +7 -0
- package/dist/{ProvexProvider-BaBM1MFq.d.ts → ProvexProvider-BQ5vZkHO.d.ts} +7 -0
- package/dist/{chunk-G2MNNKUF.js → chunk-VWWANYB2.js} +3 -2
- package/dist/chunk-VWWANYB2.js.map +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/wagmi.cjs +1 -0
- package/dist/wagmi.cjs.map +1 -1
- package/dist/wagmi.d.cts +1 -1
- package/dist/wagmi.d.ts +1 -1
- package/dist/wagmi.js +1 -1
- package/package.json +4 -4
- package/dist/chunk-G2MNNKUF.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1383,6 +1383,7 @@ function usePayeeDetails({
|
|
|
1383
1383
|
isPruned: indexedIntent?.status === "pruned",
|
|
1384
1384
|
prunedAt: indexedIntent?.prunedAt ?? null,
|
|
1385
1385
|
isFulfilled: indexedIntent?.status === "fulfilled",
|
|
1386
|
+
fulfillTxHash: indexedIntent?.fulfillTxHash ?? null,
|
|
1386
1387
|
refetch,
|
|
1387
1388
|
refetchAll
|
|
1388
1389
|
}), [
|