Skip to content

Commit def2448

Browse files
authored
Merge pull request #189 from mycactus/mycactus
add Cactus Link wallet
2 parents 227420b + 4eb3f97 commit def2448

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
@@ -732,5 +732,31 @@
732732
"extraCurrencySupported": false
733733
}
734734
]
735+
},
736+
{
737+
"app_name": "cactuslink",
738+
"name": "Cactus Link",
739+
"image": "https://downloads.mycactus.com/288_cactus_link.png",
740+
"about_url": "https://www.mycactus.com/defi-connector",
741+
"bridge": [
742+
{
743+
"type": "js",
744+
"key": "cactuslink_ton"
745+
}
746+
],
747+
"platforms": ["chrome"],
748+
"features": [
749+
{
750+
"name": "SendTransaction",
751+
"maxMessages": 4,
752+
"extraCurrencySupported": false
753+
},
754+
{
755+
"name": "SignData",
756+
"types": [
757+
"text", "binary"
758+
]
759+
}
760+
]
735761
}
736762
]

0 commit comments

Comments
 (0)