Skip to content

Commit 706c09c

Browse files
committed
feat: add imToken wallet
1 parent fb77361 commit 706c09c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

wallets-v2.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,5 +647,31 @@
647647
}
648648
],
649649
"platforms": ["ios", "android"]
650+
},
651+
{
652+
"app_name": "imToken",
653+
"name": "imToken",
654+
"image": "https://aws-v2-cdn.token.im/brand/imToken-logo.png",
655+
"about_url": "https://token.im/",
656+
"universal_url": "https://connect.token.im/link/ton-connect",
657+
"deepLink": "imtokenv2://link/ton-connect",
658+
"bridge": [
659+
{
660+
"type": "sse",
661+
"url": "https://connect.token.im/tonbridge"
662+
},
663+
{
664+
"type": "js",
665+
"key": "imTokenTon"
666+
}
667+
],
668+
"platforms": ["ios", "android"],
669+
"features": [
670+
{
671+
"name": "SendTransaction",
672+
"maxMessages": 4,
673+
"extraCurrencySupported": false
674+
}
675+
]
650676
}
651677
]

0 commit comments

Comments
 (0)