Skip to content

Commit

Permalink
Merge pull request #39 from BitgetWalletTeam/bitgetWallet
Browse files Browse the repository at this point in the history
add bitget ton wallet to list
  • Loading branch information
tolya-yanot authored Jun 9, 2024
2 parents d9a2c9a + bea4493 commit 3cb1d83
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion wallets-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,15 @@
"url": "https://tonconnectbridge.mytonwallet.org/bridge/"
}
],
"platforms": ["chrome", "windows", "macos", "linux", "ios", "android", "firefox"]
"platforms": [
"chrome",
"windows",
"macos",
"linux",
"ios",
"android",
"firefox"
]
},
{
"app_name": "openmask",
Expand Down Expand Up @@ -123,5 +131,24 @@
}
],
"platforms": ["chrome"]
},
{
"app_name": "bitgetTonWallet",
"name": "Bitget Wallet",
"image": "https://raw.githubusercontent.com/bitkeepwallet/download/main/logo/png/bitget%20wallet_logo_iOS.png",
"about_url": "https://web3.bitget.com",
"deepLink": "bitkeep://",
"bridge": [
{
"type": "js",
"key": "bitgetTonWallet"
},
{
"type": "sse",
"url": "https://bridge.tonapi.io/bridge"
}
],
"platforms": ["ios", "android", "chrome"],
"universal_url": "https://bkcode.vip/ton-connect"
}
]

0 comments on commit 3cb1d83

Please sign in to comment.