Update coin configs

indexv5
Martin Boehm 2019-04-17 13:58:32 +02:00
parent c12259e266
commit d0c20afeb2
11 changed files with 30 additions and 22 deletions

View File

@ -58,11 +58,14 @@
"xpub_magic": 76067358,
"xpub_magic_segwit_p2sh": 77429938,
"xpub_magic_segwit_native": 78792518,
"additional_params": {}
"additional_params": {
"alternativeEstimateFee": "whatthefee",
"alternativeEstimateFeeParams": "{\"url\": \"https://whatthefee.io/data.json\", \"periodSeconds\": 60}"
}
}
},
"meta": {
"package_maintainer": "Jakub Matys",
"package_maintainer_email": "jakub.matys@satoshilabs.com"
"package_maintainer": "Martin Bohm",
"package_maintainer_email": "martin.bohm@satoshilabs.com"
}
}

View File

@ -59,11 +59,14 @@
"xpub_magic_segwit_p2sh": 71979618,
"xpub_magic_segwit_native": 73342198,
"slip44": 1,
"additional_params": {}
"additional_params": {
"alternativeEstimateFee": "whatthefee",
"alternativeEstimateFeeParams": "{\"url\": \"https://whatthefee.io/data.json\", \"periodSeconds\": 60}"
}
}
},
"meta": {
"package_maintainer": "Jakub Matys",
"package_maintainer_email": "jakub.matys@satoshilabs.com"
"package_maintainer": "Martin Bohm",
"package_maintainer_email": "martin.bohm@satoshilabs.com"
}
}

View File

@ -63,7 +63,7 @@
}
},
"meta": {
"package_maintainer": "Martin Boehm",
"package_maintainer": "Martin Bohm",
"package_maintainer_email": "martin.bohm@satoshilabs.com"
}
}

View File

@ -1,7 +1,7 @@
{
"coin": {
"name": "Litecoin Testnet",
"shortcut": "TLTC",
"shortcut": "tLTC",
"label": "Litecoin Testnet",
"alias": "litecoin_testnet"
},

View File

@ -56,6 +56,8 @@
"mempool_workers": 8,
"mempool_sub_workers": 2,
"block_addresses_to_keep": 300,
"xpub_magic": 65166718,
"slip44": 1997,
"additional_params": {}
}
},