We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ca189 commit 1b0cf7bCopy full SHA for 1b0cf7b
.env
.gitignore
@@ -27,6 +27,7 @@ yarn-error.log*
27
28
# local env files
29
.env*.local
30
+.env
31
32
# vercel
33
.vercel
components/SwapWidgets/SwapWidget.tsx
@@ -25,7 +25,6 @@ export const SwapWidget = (props: Props) => {
25
setCurrentSellAsset,
26
setCurrentBuyAsset,
} = useSwapActions();
- console.log({ currentBuyAsset });
return (
<div className="bg-[#030D0A] p-4 col-span-2 max-w-[448px] w-full border-secondary border-[1px] rounded-xl">
0 commit comments