We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847ea9c commit 3fdfce3Copy full SHA for 3fdfce3
marketplace/SafeBuyFractionalStrategy.tsx
@@ -1,13 +1,13 @@
1
import { Currency, Taker } from "@hypercerts-org/marketplace-sdk";
2
import { zeroAddress } from "viem";
3
4
-import { SUPPORTED_CHAINS } from "@/configs/constants";
5
import { decodeContractError } from "@/lib/decodeContractError";
6
-
7
import { ExtraContent } from "@/components/global/extra-content";
+import { SUPPORTED_CHAINS } from "@/configs/constants";
+
8
import { BuyFractionalStrategy } from "./BuyFractionalStrategy";
9
-import { MarketplaceOrder } from "./types";
10
import { getCurrencyByAddress } from "./utils";
+import { MarketplaceOrder } from "./types";
11
12
export class SafeBuyFractionalStrategy extends BuyFractionalStrategy {
13
async execute({
0 commit comments