1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00

chore(common): add kmd wallet

[no changelog]
This commit is contained in:
Pavol Rusnak 2023-06-14 11:29:07 +02:00 committed by matejcik
parent 6ec40689ff
commit 207ffcd0da
2 changed files with 9 additions and 1 deletions

View File

@ -396,7 +396,12 @@
"t1_enabled": "yes",
"t2_enabled": "yes",
"type": "coin",
"wallet": []
"wallet": [
{
"name": "AtomicDEX",
"url": "https://app.atomicdex.io/"
}
]
},
"bitcoin:KOTO": {
"links": {

View File

@ -55,6 +55,9 @@
"bitcoin:GRS": {
"Electrum-GRS": "https://www.groestlcoin.org/groestlcoin-electrum-wallet"
},
"bitcoin:KMD": {
"AtomicDEX": "https://app.atomicdex.io/"
},
"bitcoin:KOTO": {
"Electrum-KOTO": "https://electrum.kotocoin.info"
},