Skip to content

Commit

Permalink
Merge pull request #1298 from hypercerts-org/fix/transfer_simulation
Browse files Browse the repository at this point in the history
Fix/transfer simulation
  • Loading branch information
bitbeckers authored Apr 3, 2024
2 parents 9cf3fee + 72f8f95 commit b1a0979
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 35 deletions.
2 changes: 0 additions & 2 deletions frontend/hooks/hypercerts-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,5 @@ export const useHypercertClient = ({
setIsLoading(false);
}, [chain?.id, overrideChainId, walletClient, walletClientLoading]);

console.log({ client });

return { client, isLoading };
};
1 change: 1 addition & 0 deletions frontend/hooks/transferFraction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const useTransferFraction = ({
address: contractAddress,
functionName: "safeTransferFrom",
args: [address, to, fractionId, 1, ""],
account: address,
});

showModal({ stepDescriptions });
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react-toastify": "^9.1.1",
"react-use": "^17.4.0",
"serve": "^14.0.1",
"viem": "2.9.4",
"viem": "2.9.8",
"wagmi": "2.5.13",
"yup": "^0.32.11"
},
Expand Down
64 changes: 32 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1a0979

Please sign in to comment.