2 Commits

Author SHA1 Message Date
hueso
245f12e190 rootstock re-deployment
Some checks failed
Deploy FrontEnd / deploy-staging (push) Has been cancelled
CI script / lint (push) Has been cancelled
CI script / build (push) Has been cancelled
Deploy FrontEnd / deploy-production (push) Has been cancelled
CI script / SonarCloud (push) Has been cancelled
2025-07-31 21:04:12 -03:00
hueso
0ff940fbb5 removed redundant getSellerParticipantId causing trouble with buyer flow 2025-07-31 21:04:02 -03:00

View File

@@ -1,4 +1,4 @@
import { formatEther, type Address } from "viem";
import { formatEther, hexToString, type Address } from "viem";
import { useUser } from "@/composables/useUser";
import { getPublicClient, getWalletClient, getContract } from "./provider";