Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
poocart committed Jun 14, 2023
1 parent ad5c0d6 commit b31cd82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@etherspot/transaction-kit",
"description": "React Etherspot Transaction Kit",
"version": "0.3.2",
"version": "0.3.3",
"main": "dist/cjs/index.js",
"scripts": {
"rollup:build": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useWalletAddress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const useWalletAddress = (walletType: IWalletType = 'etherspot', chainId: number
updateWalletAddress();

return () => { shouldUpdate = false; }
}, [getSdkForChainId, connect]);
}, [getSdkForChainId, getEtherspotPrimeSdkForChainId, connect]);

return walletAddress;
};
Expand Down

0 comments on commit b31cd82

Please sign in to comment.