Skip to content

Commit

Permalink
chore: changed kotlin wallet universal links
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Sep 23, 2024
1 parent eabefba commit 54ba468
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dapps/W3MWagmi/scripts/misc_debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ export const getCustomWallets = () => {

if (Platform.OS === 'android') {
wallets.push({
id: 'android-wallet-internal',
name: 'Wallet(Android internal)',
id: 'android-wallet-debug',
name: 'Wallet(Android debug)',
image_url:
'https://github.com/reown-com/reown-docs/blob/main/static/assets/home/walletkitLogo.png?raw=true',
mobile_link: 'kotlin-web3wallet://',
link_mode: 'https://appkit-lab.reown.com/wallet_internal',
link_mode: 'https://appkit-lab.reown.com/wallet_debug',
});
} else if (Platform.OS === 'ios') {
wallets.push({
Expand Down
2 changes: 1 addition & 1 deletion dapps/W3MWagmi/scripts/misc_prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const getCustomWallets = () => {
image_url:
'https://github.com/reown-com/reown-docs/blob/main/static/assets/home/walletkitLogo.png?raw=true',
mobile_link: 'kotlin-web3wallet://',
link_mode: 'https://appkit-lab.reown.com/wallet',
link_mode: 'https://appkit-lab.reown.com/wallet_release',
});
} else if (Platform.OS === 'ios') {
wallets.push({
Expand Down
2 changes: 1 addition & 1 deletion dapps/W3MWagmi/src/utils/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const getCustomWallets = () => {
image_url:
'https://github.com/reown-com/reown-docs/blob/main/static/assets/home/walletkitLogo.png?raw=true',
mobile_link: 'kotlin-web3wallet://',
link_mode: 'https://appkit-lab.reown.com/wallet',
link_mode: 'https://appkit-lab.reown.com/wallet_release',
});
} else if (Platform.OS === 'ios') {
wallets.push({
Expand Down

0 comments on commit 54ba468

Please sign in to comment.