Skip to content

Commit 227420b

Browse files
authored
Merge pull request #187 from huiliu1110/main
feat: add imToken wallet
2 parents 7438cce + 31cdbd1 commit 227420b

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
@@ -706,5 +706,31 @@
706706
"extraCurrencySupported": false
707707
}
708708
]
709+
},
710+
{
711+
"app_name": "imToken",
712+
"name": "imToken",
713+
"image": "https://aws-v2-cdn.token.im/orbit/token-v2/icons/logo-ton-connect.png",
714+
"about_url": "https://token.im",
715+
"universal_url": "https://connect.token.im/link/ton-connect",
716+
"deepLink": "imtokenv2://link/ton-connect",
717+
"bridge": [
718+
{
719+
"type": "sse",
720+
"url": "https://connect.token.im/tonbridge"
721+
},
722+
{
723+
"type": "js",
724+
"key": "imToken"
725+
}
726+
],
727+
"platforms": ["ios", "android"],
728+
"features": [
729+
{
730+
"name": "SendTransaction",
731+
"maxMessages": 255,
732+
"extraCurrencySupported": false
733+
}
734+
]
709735
}
710736
]

0 commit comments

Comments
 (0)