Skip to content

Commit

Permalink
feat(sdk): update fallback wallets list
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Apr 12, 2024
1 parent 21f1c8a commit de9520d
Showing 1 changed file with 14 additions and 27 deletions.
41 changes: 14 additions & 27 deletions packages/sdk/src/resources/fallback-wallets-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,6 @@ export const FALLBACK_WALLETS_LIST: WalletInfoDTO[] = [
],
platforms: ['ios', 'android', 'chrome', 'firefox', 'macos']
},
{
app_name: 'openmask',
name: 'OpenMask',
image: 'https://raw.githubusercontent.com/OpenProduct/openmask-extension/main/public/openmask-logo-288.png',
about_url: 'https://www.openmask.app/',
bridge: [
{
type: 'js',
key: 'openmask'
}
],
platforms: ['chrome']
},
{
app_name: 'mytonwallet',
name: 'MyTonWallet',
Expand All @@ -64,7 +51,20 @@ export const FALLBACK_WALLETS_LIST: WalletInfoDTO[] = [
url: 'https://tonconnectbridge.mytonwallet.org/bridge/'
}
],
platforms: ['chrome', 'windows', 'macos', 'linux']
platforms: ['chrome', 'windows', 'macos', 'linux', 'ios', 'android', 'firefox']
},
{
app_name: 'openmask',
name: 'OpenMask',
image: 'https://raw.githubusercontent.com/OpenProduct/openmask-extension/main/public/openmask-logo-288.png',
about_url: 'https://www.openmask.app/',
bridge: [
{
type: 'js',
key: 'openmask'
}
],
platforms: ['chrome']
},
{
app_name: 'tonhub',
Expand All @@ -84,19 +84,6 @@ export const FALLBACK_WALLETS_LIST: WalletInfoDTO[] = [
],
platforms: ['ios', 'android']
},
{
app_name: 'tonflow',
name: 'TonFlow',
image: 'https://tonflow.net/assets/images/tonflow_ico_192.png',
about_url: 'https://tonflow.net',
bridge: [
{
type: 'js',
key: 'tonflow'
}
],
platforms: ['chrome']
},
{
app_name: 'dewallet',
name: 'DeWallet',
Expand Down

0 comments on commit de9520d

Please sign in to comment.