Skip to content

Commit 123e2cc

Browse files
authored
Merge pull request #91 from ByteZhang1024/support/onekey
feat: support OneKey wallet
2 parents 5a6077c + e43947a commit 123e2cc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

wallets-v2.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,5 +758,25 @@
758758
]
759759
}
760760
]
761+
},
762+
{
763+
"app_name": "onekey",
764+
"name": "OneKey",
765+
"image": "https://uni.onekey-asset.com/static/logo/onekey-x288.png",
766+
"about_url": "https://onekey.so",
767+
"bridge": [
768+
{
769+
"type": "js",
770+
"key": "onekeyTonWallet"
771+
}
772+
],
773+
"platforms": ["chrome"],
774+
"features": [
775+
{
776+
"name": "SendTransaction",
777+
"maxMessages": 4,
778+
"extraCurrencySupported": false
779+
}
780+
]
761781
}
762782
]

0 commit comments

Comments
 (0)