Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Refactor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
satyambnsal committed Jun 24, 2024
1 parent 71126ee commit 47ab31a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion plugin/src/components/ManualAccount/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const ManualAccountComp: React.FC<{
if (selectedAccount) {
const provider = new Provider('https://testnet.era.zksync.dev')
const balance = await provider.getBalance(selectedAccount.address)
console.log('selected account balance', balance)
setSelectedAccount((prevAccount) => {
if (prevAccount != null && balance.toString() !== prevAccount.balance) {
return { ...prevAccount, balance: balance.toString() }
Expand Down
1 change: 0 additions & 1 deletion plugin/src/features/Plugin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export const Plugin = () => {
setCurrentAccordian(clicked)
}
}
console.log('compilation status', compileStatus)
return (
//TODO: add a button for selecting the solidity version
isLoaded ? (
Expand Down

0 comments on commit 47ab31a

Please sign in to comment.