Skip to content

Commit

Permalink
feat: adding okx mini wallet config
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Oct 29, 2024
1 parent e0bcdbf commit 99f6c3e
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 @@ -98,6 +98,15 @@ function App() {
bridgeUrl: "https://ton-connect-bridge.bgwapi.io/bridge",
platforms: ["ios", "android", "macos", "windows", "linux"]
},
{
appName: "okxMiniWallet",
name: "OKX Mini Wallet",
imageUrl: "https://static.okx.com/cdn/assets/imgs/2410/32F531EF53080285.png",
aboutUrl: "https://www.okx.com/web3",
universalLink: "https://t.me/OKX_WALLET_BOT?attach=wallet",
bridgeUrl: "https://www.okx.com/tonbridge/discover/rpc/bridge",
platforms: ["ios", "android", "macos", "windows", "linux"]
}
]
}}
actionsConfiguration={{
Expand Down

0 comments on commit 99f6c3e

Please sign in to comment.