Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYhun committed Jul 20, 2023
1 parent f015f6c commit 8da7407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function useActiveWeb3React(): {
)
return {
chainId: chainIdState,
account: '0xa2DFeb674d997b68ec5adB0A6fb9136BD45C2D2d',
account,
walletKey: isEVM ? walletKeyEVM : walletKeySolana,
walletEVM: useMemo(() => {
return {
Expand Down

0 comments on commit 8da7407

Please sign in to comment.