2 Commits

Author SHA1 Message Date
hueso
a24ee193d4 rootstock testnet re-deployment
Some checks failed
Deploy FrontEnd / deploy-staging (push) Has been cancelled
Deploy FrontEnd / deploy-production (push) Has been cancelled
CI script / lint (push) Has been cancelled
CI script / build (push) Has been cancelled
CI script / SonarCloud (push) Has been cancelled
2025-08-01 14:07:41 -03:00
hueso
9b325ac917 removed redundant getSellerParticipantId causing trouble with buyer flow 2025-08-01 14:07:28 -03:00

View File

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