Skip to content

Commit

Permalink
fix: fixes gate wallet config
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Dec 20, 2024
1 parent ad9d053 commit edca9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function App() {
aboutUrl: "https://www.gate.io",
universalLink: "https://t.me/gateio_wallet_bot?attach=wallet",
bridgeUrl: "https://dapp.gateio.services/tonbridge_api/bridge/v1",
platforms: ["ios", "android", "chrome", "windows", "macos"]
platforms: ["ios", "android", "linux", "windows", "macos"]
}
]
}}
Expand Down

0 comments on commit edca9c6

Please sign in to comment.