Skip to content

Commit

Permalink
feat: adding ton space wallet config
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Nov 19, 2024
1 parent 998b081 commit b9cdbab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ function App() {
uiPreferences={{ theme: THEME.DARK }}
walletsListConfiguration={{
includeWallets: [
{
appName: "telegram-wallet",
name: "Wallet",
imageUrl: "https://wallet.tg/images/logo-288.png",
aboutUrl: "https://wallet.tg/",
universalLink: "https://t.me/wallet?attach=wallet",
bridgeUrl: "https://bridge.ton.space/bridge",
platforms: ["ios", "android", "macos", "windows", "linux"]
},
{
appName: "tonwallet",
name: "TON Wallet",
Expand Down

0 comments on commit b9cdbab

Please sign in to comment.