Skip to content

Commit b2732b6

Browse files
committed
feat: added blitz wallet config
1 parent 223e218 commit b2732b6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/App.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,22 @@ function App() {
308308
bridgeUrl: "https://fearless-ton-bridge.odachi.soramitsu.co.jp/bridge",
309309
jsBridgeKey: "Fearless",
310310
platforms: ["ios", "android", "chrome"]
311+
},
312+
{
313+
appName: "blitzwallet",
314+
name: "BLITZ wallet",
315+
imageUrl: "https://blitzwallet.cfd/wallet/public/logo.png",
316+
aboutUrl: "https://blitzwallet.cfd",
317+
universalLink: "https://t.me/blitz_wallet_bot/wallet",
318+
bridgeUrl: "https://blitzwallet.cfd/bridge/",
319+
platforms: ["ios", "android", "macos", "windows", "linux"],
320+
features: [
321+
{
322+
name: "SendTransaction",
323+
maxMessages: 4,
324+
extraCurrencySupported: false
325+
}
326+
]
311327
}
312328
]
313329
}}

0 commit comments

Comments
 (0)