Skip to content

Commit c3f0531

Browse files
committed
feat: add hot wallet
1 parent c30730b commit c3f0531

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

wallets-v2.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,5 +210,23 @@
210210
"ios",
211211
"android"
212212
]
213+
},
214+
{
215+
"app_name": "hot",
216+
"name": "HOT",
217+
"image": "https://storage.herewallet.app/logo.png",
218+
"about_url": "https://hot-labs.org/",
219+
"universal_url": "https://t.me/herewalletbot?attach=wallet",
220+
"bridge": [
221+
{
222+
"type": "sse",
223+
"url": "https://sse-bridge.hot-labs.org"
224+
},
225+
{
226+
"type": "js",
227+
"key": "hotWallet"
228+
}
229+
],
230+
"platforms": ["ios", "android", "macos", "windows", "linux"]
213231
}
214-
]
232+
]

0 commit comments

Comments
 (0)