Skip to content

Commit

Permalink
Fix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Aug 26, 2024
1 parent b54b9b0 commit 1814730
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private val FLSampleWallet = Wallet(
name = "FL Sample",
homePage = "https://walletconnect.com",
imageUrl = "https://raw.githubusercontent.com/WalletConnect/WalletConnectKotlinV2/develop/sample/wallet/src/main/res/drawable-xxxhdpi/wc_icon.png",
order = "4",
order = "5",
mobileLink = "wcflutterwallet://",
playStore = null,
webAppLink = null,
Expand All @@ -100,7 +100,7 @@ private val FLSampleWalletInternal = Wallet(
name = "FL Sample Internal",
homePage = "https://walletconnect.com",
imageUrl = "https://raw.githubusercontent.com/WalletConnect/WalletConnectKotlinV2/develop/sample/wallet/src/main/res/drawable-xxxhdpi/wc_icon.png",
order = "4",
order = "6",
mobileLink = "wcflutterwallet-internal://",
playStore = null,
webAppLink = null,
Expand Down

0 comments on commit 1814730

Please sign in to comment.