Skip to content

Commit

Permalink
chore: changed kotlin deeplink
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Sep 2, 2024
1 parent 7f99186 commit 191d82a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dapps/W3MWagmi/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ android {
applicationId "com.walletconnect.web3modal.rnsample"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 47
versionCode 48
versionName "1.1"
resValue "string", "build_config_package", "com.w3mwagmi"
}
Expand Down
9 changes: 9 additions & 0 deletions dapps/W3MWagmi/src/utils/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ export const getCustomWallets = () => {
link_mode:
'https://web3modal-laboratory-git-chore-kotlin-assetlinks-walletconnect1.vercel.app/wallet',
});
wallets.push({
id: 'android-wallet',
name: 'Wallet(Android)',
image_url:
'https://docs.walletconnect.com/assets/images/web3walletLogo-54d3b546146931ceaf47a3500868a73a.png',
mobile_link: 'kotlin-web3wallet://',
link_mode:
'https://web3modal-laboratory-git-chore-kotlin-assetlinks-walletconnect1.vercel.app/wallet_internal',
});
} else if (Platform.OS === 'ios') {
wallets.push({
id: 'ios-wallet',
Expand Down

0 comments on commit 191d82a

Please sign in to comment.