Skip to content

Commit

Permalink
remove env change
Browse files Browse the repository at this point in the history
  • Loading branch information
mulfdev committed May 7, 2024
1 parent 68bd185 commit 76ed7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions apps/web/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@

NEXT_PUBLIC_UPLOAD_API=https://upload-api.zora.co
NEXT_PUBLIC_IPFS_GATEWAY=https://ipfs.decentralized-content.com
NEXT_PUBLIC_NETWORK_TYPE=mainnet

NEXT_PUBLIC_NETWORK_TYPE=testnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Box, Button, Flex } from '@zoralabs/zord'
import React, { Fragment, memo, useEffect, useState } from 'react'
import React, { memo, useEffect, useState } from 'react'
import useSWR, { useSWRConfig } from 'swr'
import { formatEther, parseEther } from 'viem'
import { Address, useAccount, useBalance, useContractReads, useNetwork } from 'wagmi'
Expand Down

0 comments on commit 76ed7ef

Please sign in to comment.