Skip to content

Commit

Permalink
check updated address
Browse files Browse the repository at this point in the history
  • Loading branch information
ebedoise committed Aug 1, 2024
1 parent d03ff0c commit 35ddbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet/pickWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { envVars } from '@3shop/config';

const xaman = envVars['NETWORK'] === Network_Enum.Xrpledger;
export const useAccount = (...args: Parameters<typeof useRainbowAccount>) => {
console.log('xaman: ', xaman);
if (xaman)
{
console.log('xaman: ', xaman);
console.log('useXamanAccount: ', useXamanAccount());
return useXamanAccount();
}
Expand Down

0 comments on commit 35ddbb7

Please sign in to comment.