Skip to content

Commit fd175ae

Browse files
Update Layout.tsx
1 parent 42fb4ee commit fd175ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/common/Layout/Layout.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { FC, useState } from "react"
22
import Navbar from "@components/common/Navbar"
33
import Footer from "@components/common/Footer"
44
import SideNavbar from "@components/common/SideNavbar"
5-
import * as fcl from "@onflow/fcl"
5+
import * as fcl from "@blocto/fcl"
66
import Head from "next/head"
77
import { useRouter } from "next/dist/client/router"
88
import { ToastContainer, toast } from "react-toastify"
@@ -88,6 +88,10 @@ fcl
8888
)
8989
// .put("0xBeastMarket", process.env.NEXT_PUBLIC_BEAST_MARKET_ADDRESS)
9090
// .put("0xBeastOffers", process.env.NEXT_PUBLIC_BEAST_OFFERS_ADDRESS)
91+
// .put("0xLovePotion", process.env.NEXT_PUBLIC_BEAST_MARKET_ADDRESS)
92+
// .put("0xLovePotionMinter", process.env.NEXT_PUBLIC_BEAST_OFFERS_ADDRESS)
93+
// .put("0xEgg", process.env.NEXT_PUBLIC_BEAST_MARKET_ADDRESS)
94+
// .put("0xBreeding", process.env.NEXT_PUBLIC_BEAST_OFFERS_ADDRESS)
9195

9296
const Layout: FC = ({ children }) => {
9397
const [isSideNavbarOpen, setIsSideNavbarOpen] = useState(false)

0 commit comments

Comments
 (0)