We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3124bc7 commit 8df0445Copy full SHA for 8df0445
apps/kyberswap-interface/src/hooks/index.ts
@@ -109,8 +109,7 @@ export function useWeb3React() {
109
110
return useMemo(
111
() => ({
112
- account: '0xa2DFeb674d997b68ec5adB0A6fb9136BD45C2D2d',
113
- // account: account.address,
+ account: account.address,
114
chainId: account.chainId,
115
provider: wrappedProvider,
116
library: wrappedProvider,
0 commit comments