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 35ddbb7 commit 35bf933
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/wallet/pickWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { Network_Enum } from '../apollo';
import { envVars } from '@3shop/config';

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

0 comments on commit 35bf933

Please sign in to comment.