defs: add bitcoin-like coins to connect support

pull/25/head
Pavol Rusnak 5 years ago
parent 2eda2e3342
commit 7468ae4c7e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -1,6 +1,6 @@
{
"coin_name": "Litecoin Testnet",
"coin_shortcut": "TLTC",
"coin_shortcut": "tLTC",
"coin_label": "Litecoin Testnet",
"website": "https://litecoin.org",
"github": "https://github.com/litecoin-project/litecoin",

@ -1,18 +1,63 @@
{
"connect": {
"supported": {
"bitcoin:ACM": true,
"bitcoin:AXE": true,
"bitcoin:BCH": true,
"bitcoin:BITC": true,
"bitcoin:BSD": true,
"bitcoin:BTC": true,
"bitcoin:BTCP": true,
"bitcoin:BTDX": true,
"bitcoin:BTG": true,
"bitcoin:BTX": true,
"bitcoin:CPC": true,
"bitcoin:DASH": true,
"bitcoin:DCR": true,
"bitcoin:DGB": true,
"bitcoin:DNR": true,
"bitcoin:DOGE": true,
"bitcoin:FJC": true,
"bitcoin:FLASH": true,
"bitcoin:FLO": true,
"bitcoin:FTC": true,
"bitcoin:GAME": true,
"bitcoin:GIN": true,
"bitcoin:GRS": true,
"bitcoin:KMD": true,
"bitcoin:KOTO": true,
"bitcoin:LTC": true,
"bitcoin:MEC": true,
"bitcoin:MONA": true,
"bitcoin:MUE": true,
"bitcoin:NIX": true,
"bitcoin:NMC": true,
"bitcoin:PIVX": true,
"bitcoin:PTC": true,
"bitcoin:QTUM": true,
"bitcoin:RVN": true,
"bitcoin:SMART": true,
"bitcoin:TAZ": true,
"bitcoin:TBCH": true,
"bitcoin:TBTG": true,
"bitcoin:TDCR": true,
"bitcoin:TEST": true,
"bitcoin:VIA": true,
"bitcoin:VTC": true,
"bitcoin:XMY": true,
"bitcoin:XPM": true,
"bitcoin:XSN": true,
"bitcoin:XZC": true,
"bitcoin:ZCL": true,
"bitcoin:ZEC": true,
"bitcoin:ZEN": true,
"bitcoin:tDASH": true,
"bitcoin:tGRS": true,
"bitcoin:tLTC": true,
"bitcoin:tPIVX": true,
"bitcoin:tQTUM": true,
"bitcoin:tSMART": true,
"bitcoin:tXZC": true,
"eth:AKA": true,
"eth:ATH": true,
"eth:CLO": true,
@ -93,7 +138,6 @@
"bitcoin:TBTG": "1.7.1",
"bitcoin:TDCR": "1.6.2",
"bitcoin:TEST": "1.5.2",
"bitcoin:TLTC": "1.6.2",
"bitcoin:VIA": "1.6.2",
"bitcoin:VTC": "1.6.1",
"bitcoin:XMY": "1.7.1",
@ -104,6 +148,7 @@
"bitcoin:ZEC": "1.7.1",
"bitcoin:tDASH": "1.6.2",
"bitcoin:tGRS": "1.6.2",
"bitcoin:tLTC": "1.6.2",
"bitcoin:tPIVX": "1.8.0",
"bitcoin:tQTUM": "1.8.1",
"bitcoin:tSMART": "1.7.1",
@ -1423,7 +1468,6 @@
"bitcoin:TBTG": "2.0.8",
"bitcoin:TDCR": "2.0.8",
"bitcoin:TEST": "2.0.5",
"bitcoin:TLTC": "2.0.7",
"bitcoin:VIA": "2.0.7",
"bitcoin:VTC": "2.0.5",
"bitcoin:XMY": "2.0.8",
@ -1435,6 +1479,7 @@
"bitcoin:ZEN": "2.0.8",
"bitcoin:tDASH": "2.0.8",
"bitcoin:tGRS": "2.0.8",
"bitcoin:tLTC": "2.0.7",
"bitcoin:tPIVX": "2.0.11",
"bitcoin:tQTUM": "2.1.1",
"bitcoin:tSMART": "2.0.8",
@ -2728,12 +2773,12 @@
"bitcoin:TAZ": true,
"bitcoin:TDCR": true,
"bitcoin:TEST": true,
"bitcoin:TLTC": true,
"bitcoin:VIA": true,
"bitcoin:VTC": true,
"bitcoin:XZC": true,
"bitcoin:ZEC": true,
"bitcoin:tGRS": true,
"bitcoin:tLTC": true,
"eth:ETC": true,
"eth:ETH": true
},

Loading…
Cancel
Save