Skip to content

Commit

Permalink
🚸 Update connection method tier for keplr (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 authored Aug 13, 2024
1 parent 0a79bc5 commit 2fe2c0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/connection-method-selection-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const connectionMethodMap = [
{
type: LikeCoinWalletConnectorMethodType.Keplr,
name: 'Keplr',
tier: 1,
tier: 2,
isInstalled: false,
isMobileOk: false,
url:
Expand All @@ -38,7 +38,7 @@ const connectionMethodMap = [
{
type: LikeCoinWalletConnectorMethodType.KeplrMobile,
name: 'Keplr Mobile',
tier: 1,
tier: 2,
isInstalled: false,
isMobileOk: true,
url: 'https://keplr.app/app',
Expand All @@ -47,7 +47,7 @@ const connectionMethodMap = [
{
type: LikeCoinWalletConnectorMethodType.LikerLandApp,
name: 'Liker Land App',
tier: 1,
tier: 2,
isInstalled: false,
isMobileOk: true,
url: 'https://liker.land/getapp',
Expand Down

0 comments on commit 2fe2c0b

Please sign in to comment.