Skip to content

Commit

Permalink
feat(scroll): remove comments and a empty file
Browse files Browse the repository at this point in the history
  • Loading branch information
TwilightLogic authored and WGB5445 committed Nov 10, 2023
1 parent 7cffd93 commit 31b4dae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pages/scroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,6 @@ export default function Scroll() {
const { chains, switchNetwork } = useSwitchNetwork()
const { openConnectModal } = useConnectModal()

// React.useEffect(() => {
// if (!isConnected && activeStep >= 1) {
// openConnectModal()
// }
// console.log(chains[2])
// console.log(chain.optimismGoerli)
// if (currectChain?.id != 534352) {
// switchNetwork?.(chains[2].id)
// }
// }, [isConnected, activeStep])

const handleNext = async () => {
if (activeStep === 0) {
switchNetwork?.(chains[2].id)
Expand Down
Empty file removed sections/SectionScroll.js
Empty file.

1 comment on commit 31b4dae

@vercel
Copy link

@vercel vercel bot commented on 31b4dae Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.