update segwit derivation paths
Closes: https://github.com/KomodoPlatform/coins/issues/694 PR: https://github.com/KomodoPlatform/komodo-defi-framework/pull/1984
I can see several segwit coins with no derivation path set at all. We did not assign it because there is no standard value for those coins?
I can see several segwit coins with no derivation path set at all. We did not assign it because there is no standard value for those coins?
Info was sourced from https://github.com/satoshilabs/slips/blob/master/slip-0044.md a while ago.
trezor_coin value comes from https://trezor.io/coins where available.
I've added a check to the config gen script to highlight the coins with missing / incorrect derivation path, results are:
Segwit coins with no derivation path: ['BSTY-segwit', 'tQTUM-segwit', 'tBTC-segwit', 'WHIVE-segwit']
Segwit coins with bad derivation path: []
Segwit coins with no trezor coin: [
'BSTY-segwit',
'CDN-segwit',
'CY-segwit',
'LBC-segwit',
'LCC-segwit',
'WCN-segwit',
'tQTUM-segwit',
'tBTC-segwit',
'XEP-segwit',
'XMY-segwit',
'WHIVE-segwit'
]
I rechecked the sources and found no new data to update the coins file at this time.
Info was sourced from https://github.com/satoshilabs/slips/blob/master/slip-0044.md a while ago.
I see, I'll discuss with @shamardy what we should do with coins for which there is no assigned coin type
closing as stale, issue solved by https://github.com/KomodoPlatform/coins/pull/1355