Skip to content

Commit

Permalink
feat: removed unused address var
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhkeshan committed Aug 29, 2023
1 parent 52ad7f7 commit c07c5ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/app/wallet-web3/wallet-web3.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
} from '@wagmi/core'
const { ethereum } = window
const BankAddress = '0x413744D59d31AFDC2889aeE602636177805Bd7b0'
const attackerAddress = '0x85a48Dc8679760059a6eb5724C11cDC725A167A8'
const client = createClient({
autoConnect: true,
provider: getDefaultProvider()
Expand Down

0 comments on commit c07c5ed

Please sign in to comment.