Skip to content

Commit

Permalink
Removing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed Oct 24, 2023
1 parent 50e7e7c commit e59e6bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/WrapMatic/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@ export default function WrapMatic(props: WrapMaticProps) {
const { chain } = useNetwork()
const { address } = useAccount()

if (!address) return null
console.log('address', address)

const { data: balanceWallet, isSuccess: balanceSuccess } = useBalance({
address: address
})
console.log('balance Wallet', balanceWallet)

const { config } = usePrepareContractWrite({
address:
Expand Down

0 comments on commit e59e6bc

Please sign in to comment.