Skip to content

Commit

Permalink
add argent mobile connection
Browse files Browse the repository at this point in the history
  • Loading branch information
MSghais committed Oct 13, 2024
1 parent 55a4b84 commit 17794f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/mobile/src/app/StarknetProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from '@starknet-wc/react';
import {Platform} from 'react-native';

import {NETWORK_NAME} from '../constants/env';
import {NETWORK_NAME, WALLET_CONNECT_ID} from '../constants/env';
import {RpcProviderProvider} from '../context/RpcProvider';
import {WalletQRModal} from '../modules/WalletQRModal';
import {providers} from '../services/provider';
Expand All @@ -38,14 +38,14 @@ export const StarknetReactProvider: React.FC<React.PropsWithChildren> = ({childr
chains={[chain]}
provider={providers}
connectors={[
/* argentMobileConnector({
argentMobileConnector({
chain: NETWORK_NAME,
wcProjectId: WALLET_CONNECT_ID,
dappName: 'AFK',
description: 'AFK Starknet dApp',
url: 'https://afk-community',
provider,
}), */
}),

...(Platform.OS === 'web' ? injected : []),
]}
Expand Down

0 comments on commit 17794f7

Please sign in to comment.