Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add Crypto.com DeFi Wallet #74

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
19 changes: 19 additions & 0 deletions wallets-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,5 +302,24 @@
}
],
"platforms": ["ios", "android", "windows", "macos", "linux"]
},
{
"app_name": "cdcTonWallet",
"name": "Crypto.com Onchain",
"image": "https://apro-ncw-api-file.crypto.com/wallet/logo.png",
"about_url": "https://crypto.com/onchain",
"universal_url": "https://wallet.crypto.com/deeplink/ton-connect",
"deepLink": "dfw://",
"bridge": [
{
"type": "js",
"key": "cdcTonWallet"
},
{
"type": "sse",
"url": "https://wallet.crypto.com/sse/tonbridge"
}
],
"platforms": ["ios", "android", "chrome"]
}
]
Loading