Skip to content

Commit

Permalink
feat: update foxwallet config
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Dec 17, 2024
1 parent 8160127 commit b44cb18
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,14 @@ function App() {
platforms: ["ios", "android", "macos", "windows", "linux"]
},
{
appName: 'foxwallet',
name: 'FoxWallet',
imageUrl: 'https://hc.foxwallet.com/img/logo.png',
aboutUrl: 'https://foxwallet.com/',
jsBridgeKey: 'foxwallet',
platforms: ['ios', 'android', 'macos', 'windows', 'linux']
appName: "foxwallet",
name: "FoxWallet",
imageUrl: "https://hc.foxwallet.com/img/logo.png",
aboutUrl: "https://foxwallet.com/",
universalLink: "https://link.foxwallet.com/tc",
jsBridgeKey: "foxwallet",
bridgeUrl: "https://connect.foxwallet.com/ton/bridge",
platforms: ["ios", "android", 'macos', 'windows', 'linux']
},
{
appName: "jambo",
Expand Down

0 comments on commit b44cb18

Please sign in to comment.