diff --git a/assets/arculuswallet.png b/assets/arculuswallet.png new file mode 100644 index 0000000..ac98ece Binary files /dev/null and b/assets/arculuswallet.png differ diff --git a/wallets-v2.json b/wallets-v2.json index 892ad67..a41af12 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -846,5 +846,35 @@ } ], "platforms": ["ios", "android"] - } + }, + { + "app_name": "ArculusWallet", + "name": "Arculus Wallet", + "image": "https://gw.arculus.co/icon/arculuswallet.png", + "about_url": "https://www.getarculus.com", + "universal_url": "https://gw.arculus.co/tonconnect", + "deepLink": "arculus-tc://", + "bridge": [ + { + "type": "sse", + "url": "https://tonconnect.arculus.co/bridge" + } + ], + "platforms": ["ios", "android"], + "features": [ + { + "name": "SendTransaction", + "maxMessages": 4, + "extraCurrencySupported": false + }, + { + "name":"SignData", + "types":[ + "text", + "binary", + "cell" + ] + } + ] + } ]