Skip to content

Commit cc69433

Browse files
committed
feat: add imToken wallet
1 parent a3f7b25 commit cc69433

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
@@ -733,5 +733,31 @@
733733
"extraCurrencySupported": false
734734
}
735735
]
736+
},
737+
{
738+
"app_name": "imToken",
739+
"name": "imToken",
740+
"image": "https://aws-v2-cdn.token.im/orbit/token-v2/icons/logo-ton-connect.png",
741+
"about_url": "https://token.im",
742+
"universal_url": "https://connect.token.im/link/ton-connect",
743+
"deepLink": "imtokenv2://link/ton-connect",
744+
"bridge": [
745+
{
746+
"type": "sse",
747+
"url": "https://connect.token.im/tonbridge"
748+
},
749+
{
750+
"type": "js",
751+
"key": "imToken"
752+
}
753+
],
754+
"platforms": ["ios", "android"],
755+
"features": [
756+
{
757+
"name": "SendTransaction",
758+
"maxMessages": 4,
759+
"extraCurrencySupported": false
760+
}
761+
]
736762
}
737763
]

0 commit comments

Comments
 (0)