Skip to content

Commit

Permalink
Removed unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Sep 20, 2023
1 parent cb4dcd7 commit 30c3a8c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions dapps/ModalUProvider/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ function App(): JSX.Element {
};
};

// const onReadContract = async () => {};

// const onWriteContract = async () => {};

return (
<SafeAreaView>
<View style={styles.container}>
Expand All @@ -149,18 +145,6 @@ function App(): JSX.Element {
onPress={onAction(onSignMessage)}>
<Text style={styles.buttonText}>Sign Message</Text>
</TouchableOpacity>
{/* <TouchableOpacity
style={[styles.button, !isConnected && styles.buttonDisabled]}
disabled={!isConnected}
onPress={onAction(onReadContract)}>
<Text style={styles.buttonText}>Read Contract</Text>
</TouchableOpacity>
<TouchableOpacity
style={[styles.button, !isConnected && styles.buttonDisabled]}
disabled={!isConnected}
onPress={onAction(onWriteContract)}>
<Text style={styles.buttonText}>Write Contract</Text>
</TouchableOpacity> */}
</View>
<WalletConnectModal
projectId={ConfigUtils.PROJECT_ID}
Expand Down

0 comments on commit 30c3a8c

Please sign in to comment.