Skip to content

Commit 8df0445

Browse files
committed
Chore
1 parent 3124bc7 commit 8df0445

File tree

1 file changed

+1
-2
lines changed
  • apps/kyberswap-interface/src/hooks

1 file changed

+1
-2
lines changed

apps/kyberswap-interface/src/hooks/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ export function useWeb3React() {
109109

110110
return useMemo(
111111
() => ({
112-
account: '0xa2DFeb674d997b68ec5adB0A6fb9136BD45C2D2d',
113-
// account: account.address,
112+
account: account.address,
114113
chainId: account.chainId,
115114
provider: wrappedProvider,
116115
library: wrappedProvider,

0 commit comments

Comments
 (0)