Skip to content

Commit

Permalink
fix: mobile wallets links (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaisailovic authored Apr 26, 2024
1 parent 2f8215b commit 5666963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/laboratory/src/utils/ConstantsUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ export const ConstantsUtil = {
id: 'kotlin-web3wallet',
name: 'kotlin-web3wallet',
homepage: 'https://walletconnect.com',
mobile_link: 'kotlin-web3wallet://wc'
mobile_link: 'kotlin-web3wallet://'
},
{
id: 'swift-web3wallet',
name: 'swift-web3wallet',
homepage: 'https://walletconnect.com',
mobile_link: 'walletapp://wc'
mobile_link: 'walletapp://'
},
{
id: 'flutter-web3wallet',
name: 'flutter-web3wallet',
homepage: 'https://walletconnect.com',
mobile_link: 'wcflutterwallet://wc'
mobile_link: 'wcflutterwallet://'
}
],
ProjectId: projectId
Expand Down

0 comments on commit 5666963

Please sign in to comment.