From d199f1ad86e71c31d084846e6be835d4c1240ca3 Mon Sep 17 00:00:00 2001 From: smk762 Date: Tue, 14 Jan 2025 16:45:42 +0800 Subject: [PATCH 1/6] loosen wss filter --- utils/generate_app_configs.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/utils/generate_app_configs.py b/utils/generate_app_configs.py index 470745601..52e50e9c9 100755 --- a/utils/generate_app_configs.py +++ b/utils/generate_app_configs.py @@ -697,6 +697,17 @@ def filter_wss(coins_config): if len(electrums) > 0: coins_config_wss.update({coin: coins_config[coin]}) coins_config_wss[coin]["electrum"] = electrums + elif "nodes" in coins_config[coin]: + nodes = [] + for i in coins_config[coin]["nodes"]: + if "ws_url" in i: + nodes.append(i) + if len(nodes) > 0: + coins_config_wss.update({coin: coins_config[coin]}) + coins_config_wss[coin]["nodes"] = nodes + else: + logger.warning(f"{coin} not checked for WSS filter yet, including anyway.") + coins_config_wss.update({coin: coins_config[coin]}) with open(f"{script_path}/coins_config_wss.json", "w+") as f: json.dump(coins_config_wss, f, indent=4) From a3ce9a19690e92ed439ede2354a44f1f43767ee4 Mon Sep 17 00:00:00 2001 From: smk762 Date: Tue, 14 Jan 2025 17:18:34 +0800 Subject: [PATCH 2/6] restore mm2 param --- coins | 32591 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 16371 insertions(+), 16220 deletions(-) diff --git a/coins b/coins index eebfab73a..efe33e2c3 100644 --- a/coins +++ b/coins @@ -1,16223 +1,16374 @@ [ { - "coin": "ANAGAMI", - "fname": "Anagami Testnet", - "required_confirmations": 1, - "protocol": { - "type": "SIA" - } - }, - { - "coin": "TSIA", - "fname": "Siacoin Testnet", - "required_confirmations": 1, - "protocol": { - "type": "SIA" - } - }, - { - "coin": "1INCH-AVX20", - "name": "1inch_avx20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xd501281565bf7789224523144Fe5D98e8B28f267" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILNF-PLG20", - "name": "ilnf_plg20", - "fname": "Ilien Fuel", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILNF-BEP20", - "name": "ilnf_bep20", - "fname": "Ilien Fuel", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "1INCH-BEP20", - "name": "1inch_bep20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "1INCH-ERC20", - "name": "1inch_erc20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" - } - }, - "derivation_path": "m/44'/60'" - }, - -{ - "coin": "GNEISS-ERC20", - "name": "gneiss_erc20", - "fname": "GNEISS", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 8, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46" - } - }, - "derivation_path": "m/44'/60'" - }, - -{ - "coin": "1INCH-KRC20", - "name": "1inch_krc20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x79f3244F3FFd7500A31a90Bb83C7D56649c2C7C5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "1INCH-PLG20", - "name": "1inch_plg20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "PGX-PLG20", - "name": "pegaxy_stone", - "fname": "Pegaxy Stone", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AAVE-AVX20", - "name": "aave_avx20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x63a72806098Bd3D9520cC43356dD78afe5D386D9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-BEP20", - "name": "aave_bep20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xfb6115445Bff7b52FeB98650C87f44907E58f802" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AAVE-ERC20", - "name": "aave_erc20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Aave", - "links": { - "github": "https://github.com/aave", - "homepage": "https://aave.com/ " - } - }, - { - "coin": "AAVE-FTM20", - "name": "aave_ftm20", - "fname": "AAVE", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-HCO20", - "name": "aave_hco20", - "fname": "AAVE", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x202b4936fE1a82A4965220860aE46d7d3939Bb25" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-KRC20", - "name": "aave_krc20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xE76e97C157658004eE22e01C03a5e21A4655A2Fd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-PLG20", - "name": "aave_plg20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ABY", - "name": "artbyte", - "fname": "ArtByte", - "sign_message_prefix": "Artbyte Signed Message:\n", - "isPoS": 1, - "rpcport": 9262, - "pubtype": 28, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "mature_confirmations": 550, - "required_confirmations": 7, - "avg_blocktime": 45, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/720'", - "links": { - "github": "https://github.com/WikiMin3R/ArtBytE", - "homepage": "https://artbyte.art" - } - }, - { - "coin": "ADA-BEP20", - "name": "ada_bep20", - "fname": "Cardano", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ADX-BEP20", - "name": "adx_bep20", - "fname": "AdEx", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ADX-ERC20", - "name": "adx_erc20", - "fname": "AdEx", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "AdEx Network", - "links": { - "github": "https://github.com/AdExNetwork", - "homepage": "https://www.adex.network" - } - }, - { - "coin": "AGEUR-AVX20", - "name": "ageur_avx20", - "fname": "agEUR", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AGEUR-ERC20", - "name": "ageur_erc20", - "fname": "agEUR", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AGEUR-PLG20", - "name": "ageur_plg20", - "fname": "agEUR", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AGIX-ERC20", - "name": "agix_erc20", - "fname": "SingularityNET", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AGIX-PLG20", - "name": "agix_plg20", - "fname": "SingularityNET", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AIBC", - "name": "aiblockchain", - "fname": "Aiblockchain", - "sign_message_prefix": "Aiblockchain Signed Message:\n", - "rpcport": 7772, - "pubtype": 23, - "p2shtype": 23, - "wiftype": 176, - "txfee": 0, - "dust": 5460, - "segwit": true, - "bech32_hrp": "aibc", - "required_confirmations": 11, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2'", - "links": { - "github": "https://github.com/nickgsh/AiBlockChain", - "homepage": "https://aibc.space" - } - }, - { - "coin": "AIPG", - "name": "aipowergrid", - "fname": "AIPowerGrid", - "sign_message_prefix": "Aipg Signed Message:\n", - "rpcport": 9788, - "pubtype": 23, - "p2shtype": 23, - "wiftype": 128, - "segwit": true, - "txfee": 1000000, - "dust": 1000000, - "required_confirmations": 6, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2686'", - "links": { - "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core", - "homepage": "aipowergrid.io" - } - }, - { - "coin": "ANEY", - "name": "aney", - "fname": "Animal Economy", - "rpcport": 33500, - "pubtype": 23, - "p2shtype": 63, - "wiftype": 210, - "txfee": 100000, - "dust": 5460, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/119'", - "links": { - "github": "https://github.com/Animal-Economy/ANEY", - "homepage": "https://aney.one" - } - }, - { - "coin": "ANKR-BEP20", - "name": "ankr_bep20", - "fname": "Ankr", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xf307910A4c7bbc79691fD374889b36d8531B08e3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ANKR-ERC20", - "name": "ankr_erc20", - "fname": "Ankr", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ANKR-PLG20", - "name": "ankr_plg20", - "fname": "Ankr", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "APE-ERC20", - "name": "ape_erc20", - "fname": "ApeCoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4d224452801ACEd8B2F0aebE155379bb5D594381" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "APE-BEP20", - "name": "ape_bep20", - "fname": "ApeCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "APE-FTM20", - "name": "ape_ftm20", - "fname": "ApeCoin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x2d72A97a31Dc920dB03330780d30074626e39C8A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "APE-PLG20", - "name": "ape_plg20", - "fname": "ApeCoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xB7b31a6BC18e48888545CE79e83E06003bE70930" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ARB-ERC20", - "name": "arb_erc20", - "fname": "Arbitrum", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ARB-ARB20", - "name": "arb_arb20", - "fname": "Arbitrum", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x912CE59144191C1204E64559FE8253a0e49E6548" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "ARPA-BEP20", - "name": "arpa_bep20", - "fname": "ARPA Chain", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ARPA-ERC20", - "name": "arpa_erc20", - "fname": "ARPA Chain", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBA50933C268F567BDC86E1aC131BE072C6B0b71a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ARPA-PLG20", - "name": "arpa_plg20", - "fname": "ARPA Chain", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xEE800B277A96B0f490a1A732e1D6395FAD960A26" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ARRR", - "asset": "PIRATE", - "fname": "Pirate", - "txversion": 4, - "overwintered": 1, - "avg_blocktime": 60, - "protocol": { - "type": "ZHTLC", - "protocol_data": { - "consensus_params": { - "overwinter_activation_height": 152855, - "sapling_activation_height": 152855, - "blossom_activation_height": null, - "heartwood_activation_height": null, - "canopy_activation_height": null, - "coin_type": 133, - "hrp_sapling_extended_spending_key": "secret-extended-key-main", - "hrp_sapling_extended_full_viewing_key": "zxviews", - "hrp_sapling_payment_address": "zs", - "b58_pubkey_address_prefix": [ - 28, - 184 - ], - "b58_script_address_prefix": [ - 28, - 189 - ] - }, - "check_point_block": { - "height": 1900000, - "time": 1652512363, - "hash": "44797f3bb78323a7717007f1e289a3689e0b5b3433385dbd8e6f6a1700000000", - "sapling_tree": "01e40c26f4a28071535b95ae637d30a209531e92a33de0a649e51183771025fd0f016cdc51442fcb328d047a709dc0f41e0173953404711045b3ef3036d7fd4151271501d6c94c5ce6787826af809aaee83768c4b7d4f02c8dc2d24cf60ed5f127a5d730018a752ea9d9efb3e1ac0e6e705ac9f7f9863cfa8f612ad43802175338d8d7cc6000000001fc3542434eff03075ea5f0a64f1dfb2f042d281b1a057e9f6c765b533ce51219013ad9484b1e901e62b93e7538f913dcb27695380c3bc579e79f5cc900f28e596e0001431da5f01fe11d58300134caf5ac76e0b1b7486fd02425dd8871bca4afa94d4b01bb39de1c1d10a25ce0cc775bc74b6b0f056c28639e7c5b7651bb8460060085530000000001732ddf661e68c9e335599bb0b18b048d2f1c06b20eabd18239ad2f3cc45fa910014496bab5eedab205b5f2a206bd1db30c5bc8bc0c1914a102f87010f3431be21a0000010b5fd8e7610754075f936463780e85841f3ab8ca2978f9afdf7c2c250f16a75f01db56bc66eb1cd54ec6861e5cf24af2f4a17991556a52ca781007569e95b9842401c03877ecdd98378b321250640a1885604d675aaa50380e49da8cfa6ff7deaf15" - }, - "z_derivation_path": "m/32'/133'" - } - }, - "derivation_path": "m/44'/133'", - "required_confirmations": 2, - "requires_notarization": true - }, - { - "coin": "ARRR-BEP20", - "name": "arrr_bep20", - "fname": "Pirate", - "rpcport": 80, - "wallet_only": true, - "decimals": 8, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xCDAF240C90F989847c56aC9Dee754F76F41c5833" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ATOM-BEP20", - "name": "atom_bep20", - "fname": "Cosmos", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0Eb3a705fc54725037CC9e008bDede697f62F335" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ATOM-PLG20", - "name": "atom_plg20", - "fname": "Cosmos", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AUR", - "name": "auroracoin", - "fname": "Auroracoin", - "sign_message_prefix": "AuroraCoin Signed Message:\n", - "rpcport": 12341, - "pubtype": 23, - "p2shtype": 5, - "wiftype": 176, - "txfee": 5000, - "segwit": false, - "bech32_hrp": "aur", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/85'" - }, - { - "coin": "AVA-BEP20", - "name": "ava_bep20", - "fname": "Travala.com", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AVA-ERC20", - "name": "ava_erc20", - "fname": "AVA", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa6C0c097741D55ECd9a3A7DeF3A8253fD022ceB9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AVAXT", - "name": "avaxt", - "fname": "Avalanche Testnet", - "is_testnet": true, - "rpcport": 80, - "chain_id": 43113, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AVAX", - "name": "avax", - "fname": "Avalanche", - "rpcport": 80, - "chain_id": 43114, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Avalanche C-Chain", - "links": { - "homepage": "https://www.avax.network/" - } - }, - { - "coin": "AVAX-BEP20", - "name": "avax_bep20", - "fname": "Avalanche", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1CE0c2827e2eF14D5C4f29a091d735A204794041" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AVN", - "name": "avian", - "fname": "Avian", - "sign_message_prefix": "Raven Signed Message:\n", - "rpcport": 7896, - "pubtype": 60, - "p2shtype": 122, - "wiftype": 128, - "segwit": false, - "fork_id": "0x40", - "signature_version": "base", - "txfee": 1000000, - "required_confirmations": 3, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/921'" - }, - { - "coin": "AVN-PLG20", - "name": "avn_plg20", - "fname": "Avian", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x752DC265EAf6Da2Db0F8e4a32D5596D3f18e8701" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AWC-ERC20", - "name": "atomic-wallet-coin", - "fname": "Atomic Wallet Coin", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaD22f63404f7305e4713CcBd4F296f34770513f4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AXE", - "name": "axe", - "fname": "Axe", - "sign_message_prefix": "DarkCoin Signed Message:\n", - "rpcport": 9337, - "pubtype": 55, - "p2shtype": 16, - "wiftype": 204, - "txfee": 10000, - "confpath": "USERHOME/.axecore/axe.conf", - "mature_confirmations": 101, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/4242'", - "trezor_coin": "Axe", - "links": { - "github": "https://github.com/axerunners/axe", - "homepage": "https://axerunners.com" - } - }, - { - "coin": "AXS-BEP20", - "name": "axs_bep20", - "fname": "Axie Infinity", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AXS-ERC20", - "name": "axs_erc20", - "fname": "Axie Infinity", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Axie Infinity Shards", - "links": { - "github": "https://github.com/axieinfinity", - "homepage": "https://axieinfinity.com/" - } - }, - { - "coin": "AYA", - "name": "aryacoin", - "fname": "Aryacoin", - "sign_message_prefix": "Aryacoin Signed Message:\n", - "rpcport": 9332, - "pubtype": 23, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 5, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/357'" - }, - { - "coin": "AYA-BEP20", - "name": "aya_bep20", - "fname": "Aryacoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BABYDOGE-BEP20", - "name": "babydoge_bep20", - "fname": "Baby Doge Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc748673057861a797275CD8A068AbB95A902e8de" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAL-BEP20", - "name": "bal_bep20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd4ed60d8368a92b5F1ca33aF61eF2A94714B2d46" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAL-ERC20", - "name": "bal_erc20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xba100000625a3754423978a60c9317c58a424e3D" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Balancer", - "links": { - "github": "https://github.com/balancer-labs", - "homepage": "https://balancer.finance" - } - }, - { - "coin": "BAL-KRC20", - "name": "bal_krc20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xFC31366Be1795c1Ff444b9fBF55759733aD4d26D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAL-PLG20", - "name": "bal_plg20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BANANO-BEP20", - "name": "banano_bep20", - "fname": "Banano", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xe20B9e246db5a0d21BF9209E4858Bc9A3ff7A034" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAND-BEP20", - "name": "band_bep20", - "fname": "Band Protocol", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BAND-ERC20", - "name": "band_erc20", - "fname": "Band Protocol", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAND-FTM20", - "name": "band_ftm20", - "fname": "Band Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAND-PLG20", - "name": "band_plg20", - "fname": "Band Protocol", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAT-AVX20", - "name": "bat_avx20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x98443B96EA4b0858FDF3219Cd13e98C7A4690588" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAT-ERC20", - "name": "bat_erc20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Basic Attention Token", - "links": { - "homepage": "https://basicattentiontoken.org" - } - }, - { - "coin": "BAT-BEP20", - "name": "bat_bep20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x101d82428437127bF1608F699CD651e6Abf9766E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BAT-KRC20", - "name": "bat_krc20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x0bF46C86Ce3B904660aE85677EaA20B0C1b24064" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAT-PLG20", - "name": "bat_plg20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x3Cef98bb43d732E2F285eE605a8158cDE967D219" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCH", - "name": "bch", - "fname": "Bitcoin Cash", - "rpcport": 33333, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 1000, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "bitcoincash" - }, - "sign_message_prefix": "Bitcoin Signed Message:\n", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "BCH", - "protocol_data": { - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'", - "trezor_coin": "Bitcoin Cash", - "links": { - "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", - "homepage": "https://www.bitcoincash.org" - } - }, - { - "coin": "USDT-SLP", - "fname": "Tether", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "9fc89d6b7d5be2eac0b3787c5b8236bca5de641b5bafafc8f450727b63615c11", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "TTT-SLP", - "fname": "Trinity Trust Token", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 2, - "token_id": "5321508197ffed321c5fc9a1427e5c68b31d2c1ec92ae1c495f8acb08d8d66cd", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "ASLP-SLP", - "fname": "AtomicSLP", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 2, - "token_id": "926894cbf50269b15c97559b9acfc1bd88cd5f20703313ce0ea0683ecdb40911", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "SPICE-SLP", - "fname": "Spice", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "4de69e374a8ed21cbddd47f2338cc0f479dc58daa2bbe11cd604ca488eca0ddf", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "FLEXUSD-ERC20", - "name": "flexusd_erc20", - "fname": "flexUSD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FLEXUSD-SLP", - "fname": "FlexUSD", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 6, - "token_id": "dd21be4532d93661e8ffe16db6535af0fb8ee1344d1fef81a193e2b4cfa9fbc9", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "SOUR-SLP", - "fname": "Sour", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "6448381f9649ecacd8c30189cfbfee71a91b6b9738ea494fe33f8b8b51cbfca0", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "PSF-SLP", - "fname": "PS Foundation", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "38e97c5d7d3585a2cbf3f9580c82ca33985f9cb0845d4dcce220cb709f9538b0", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "JOY-PLG20", - "name": "joy_plg20", - "fname": "Joystick.club", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MAZE-SLP", - "fname": "Maze", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 6, - "token_id": "bb553ac2ac7af0fcd4f24f9dfacc7f925bfb1446c6e18c7966db95a8d50fb378", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "BBK", - "name": "bitblocks", - "fname": "BitBlocks", - "rpcport": 59768, - "pubtype": 25, - "p2shtype": 85, - "wiftype": 107, - "txfee": 10000, - "wallet_only": true, - "sign_message_prefix": "DarkNet Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "links": { - "github": "https://github.com/BitBlocksProject/BitBlocks", - "homepage": "https://bitblocksproject.com" - } - }, - { - "coin": "BBK-BEP20", - "name": "bbk_bep20", - "fname": "BitBlocks", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9045B0eda6B6A556cf9B3d81C2db47411714f847" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BBK-PLG20", - "name": "bbk_plg20", - "fname": "BitBlocks", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2C8a46eF99Cb64928eB3Dd50A925327e02296F63" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCH-ERC20", - "name": "bch_erc20", - "fname": "Bitcoin Cash", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCH-BEP20", - "name": "bch_bep20", - "fname": "Bitcoin Cash", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCH-HCO20", - "name": "bch_hco20", - "fname": "Bitcoin Cash", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xeF3CEBD77E0C52cb6f60875d9306397B5Caca375" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BIDR-BEP20", - "name": "bidr_bep20", - "fname": "BIDR", - "rpcport": 80, - "chain_id": 56, - "wallet_only": true, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BITN", - "name": "bitnet", - "fname": "Bitnet", - "sign_message_prefix": "Bitnet Signed Message:\n", - "rpcport": 9332, - "pubtype": 25, - "p2shtype": 22, - "wiftype": 158, - "txfee": 700000, - "segwit": true, - "bech32_hrp": "bit", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - } - }, - { - "coin": "BCZERO", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "BCZERO", - "fname": "Buggyra Coin Zero", - "rpcport": 46856, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "links": { - "homepage": "https://buggyracoinzero.com" - } - }, - { - "coin": "BLK", - "name": "blackmore", - "fname": "BlackCoin", - "sign_message_prefix": "BlackCoin Signed Message:\n", - "isPoS": 1, - "rpcport": 15715, - "pubtype": 25, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "required_confirmations": 5, - "mature_confirmations": 500, - "avg_blocktime": 66, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/10'" - }, - { - "coin": "BLK-BEP20", - "name": "blk_bep20", - "fname": "BlackCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd2cDfD5d26dfA1D11116B9ED7DBd7C6B88C6e1D3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "tBLK", - "name": "blackmore", - "fname": "BlackCoin Testnet", - "isPoS": 1, - "rpcport": 25715, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "txfee": 100000, - "segwit": true, - "is_testnet": true, - "required_confirmations": 5, - "mature_confirmations": 10, - "avg_blocktime": 66, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1'" - }, - { - "coin": "BLOCX", - "name": "blocx", - "fname": "BLOCX.", - "rpcport": 12973, - "pubtype": 25, - "p2shtype": 26, - "wiftype": 153, - "segwit": false, - "txfee": 1000, - "sign_message_prefix": "DarkCoin Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/5'", - "links": { - "github": "https://github.com/BLOCXTECH/BLOCX", - "homepage": "https://blocx.tech" - } - }, - { - "coin": "BNB", - "name": "binancesmartchain", - "fname": "Binance Coin", - "avg_blocktime": 3, - "rpcport": 80, - "chain_id": 56, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Binance Smart Chain", - "links": { - "homepage": "https://www.binance.org" - } - }, - { - "coin": "BOLI", - "name": "bolivarcoin", - "fname": "Bolivarcoin", - "confpath": "USERHOME/.bolivarcoincore/bolivarcoin.conf", - "rpcport": 3563, - "pubtype": 85, - "p2shtype": 5, - "wiftype": 213, - "segwit": false, - "txfee": 10000, - "sign_message_prefix": "DarkCoin Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 180, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/278'", - "links": { - "github": "https://github.com/BOLI-Project/BolivarCoin", - "homepage": "https://bolis.info" - } - }, - { - "coin": "BONE-ERC20", - "name": "bone_erc20", - "fname": "Bone ShibaSwap", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x9813037ee2218799597d83D4a5B6F3b6778218d9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RBTC", - "name": "rsksmartbitcoin", - "fname": "RSK Smart Bitcoin", - "sign_message_prefix": "RSK Signed Message:\n", - "wallet_only": true, - "avg_blocktime": 6, - "rpcport": 80, - "alias_ticker": "BTC", - "chain_id": 30, - "required_confirmations": 1, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "RSK", - "links": { - "homepage": "https://rsk.co" - } - }, - { - "coin": "BNBT", - "name": "binancesmartchaintest", - "fname": "Binance Coin Testnet", - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 97, - "is_testnet": true, - "required_confirmations": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BNT-BEP20", - "name": "bnt_bep20", - "fname": "Bancor", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA069008A669e2Af00a86673D9D584cfb524A42Cc" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BNT-ERC20", - "name": "bnt_erc20", - "fname": "Bancor", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Bancor Network Token", - "links": { - "github": "https://github.com/bancorprotocol", - "homepage": "https://www.bancor.network" - } - }, - { - "coin": "BNT-PLG20", - "name": "bnt_plg20", - "fname": "Bancor", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BORG-ERC20", - "name": "borg_erc20", - "fname": "SwissBorg", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x64d0f55Cd8C7133a9D7102b13987235F486F2224" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SwissBorg", - "links": { - "homepage": "https://swissborg.com" - } - }, - { - "coin": "BRZ-BEP20", - "name": "brz_bep20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 4, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BRZ-ERC20", - "name": "brz_erc20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x01d33FD36ec67c6Ada32cf36b31e88EE190B1839" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BRZ-PLG20", - "name": "brz_plg20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "BRZ-AVX20", - "name": "brz_avx20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 43114, - "decimals": 4, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x491a4eB4f1FC3BfF8E1d2FC856a6A46663aD556f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BSTY", - "name": "globalboost", - "fname": "GlobalBoost-Y", - "rpcport": 8225, - "pubtype": 77, - "p2shtype": 139, - "wiftype": 208, - "txfee": 200000, - "segwit": true, - "bech32_hrp": "gb", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/664'" - }, - { - "coin": "BTC", - "name": "bitcoin", - "fname": "Bitcoin", - "rpcport": 8332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "bc", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "wallet_only": false, - "sign_message_prefix": "Bitcoin Signed Message:\n", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/0'", - "trezor_coin": "Bitcoin", - "links": { - "github": "https://github.com/bitcoin/bitcoin", - "homepage": "https://bitcoin.org" - } - }, - { - "coin": "BKC", - "name": "briskcoin", - "fname": "Briskcoin", - "rpcport": 8552, - "pubtype": 25, - "p2shtype": 33, - "wiftype": 153, - "txfee": 0, - "segwit": true, - "bech32_hrp": "bc", - "required_confirmations": 5, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1918'", - "sign_message_prefix": "Briskcoin Signed Message:\n", - "trezor_coin": "Briskcoin", - "links": { - "github": "https://github.com/briskcoin-project/briskcoin", - "homepage": "https://briskcoin.org" - } - }, - { - "coin": "BTC-segwit", - "name": "bitcoin", - "fname": "Bitcoin", - "sign_message_prefix": "Bitcoin Signed Message:\n", - "rpcport": 8332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "bc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "BTC", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/0'", - "trezor_coin": "Bitcoin", - "links": { - "github": "https://github.com/bitcoin/bitcoin", - "homepage": "https://bitcoin.org" - } - }, - { - "coin": "BTC-BEP20", - "name": "btc_bep20", - "fname": "Bitcoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BTCZ", - "name": "bitcoinz", - "fname": "BitcoinZ", - "sign_message_prefix": "BitcoinZ Signed Message:\n", - "rpcport": 1979, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "txfee": 10000, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/177'" - }, - { - "coin": "BTCZ-BEP20", - "name": "btcz_bep20", - "fname": "BitcoinZ", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcBBB3e5099F769F6d4E2b8b92DC0e268f7E099D8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BTE", - "name": "bitweb", - "fname": "Bitweb", - "sign_message_prefix": "Bitweb Signed Message:\n", - "rpcport": 1605, - "pubtype": 33, - "p2shtype": 30, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "web", - "txfee": 20000, - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/738'", - "links": { - "github": "https://github.com/bitweb-project/bitweb", - "homepage": "https://bitwebcore.net" - } - }, - { - "coin": "BTE-segwit", - "name": "bitweb", - "fname": "Bitweb", - "sign_message_prefix": "Bitweb Signed Message:\n", - "rpcport": 1605, - "pubtype": 33, - "p2shtype": 30, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "web", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "BTE", - "txfee": 20000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/84'/738'", - "links": { - "github": "https://github.com/bitweb-project/bitweb", - "homepage": "https://bitwebcore.net" - } - }, - { - "coin": "BTT-BEP20", - "name": "btt_bep20", - "fname": "BitTorrent (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BTTC-BEP20", - "name": "bttc_bep20", - "fname": "BitTorrent", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x352Cb5E19b12FC216548a2677bD0fce83BaE434B" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BTU-ERC20", - "name": "btu_erc20", - "fname": "BTU Protocol", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xb683D83a532e2Cb7DFa5275eED3698436371cc9f" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "BTU Protocol", - "links": { - "github": "https://github.com/btuprotocol", - "homepage": "https://btu-protocol.com" - } - }, - { - "coin": "BTU-PLG20", - "name": "btu_plg20", - "fname": "BTU Protocol", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xFdc26CDA2d2440d0E83CD1DeE8E8bE48405806DC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BTX", - "name": "bitcore", - "fname": "BitCore", - "rpcport": 9469, - "pubtype": 3, - "p2shtype": 125, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "btx", - "txfee": 20000, - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/160'", - "trezor_coin": "Bitcore", - "links": { - "github": "https://github.com/LIMXTEC/BitCore", - "homepage": "https://bitcore.cc" - } - }, - { - "coin": "BTX-segwit", - "name": "bitcore", - "fname": "BitCore", - "rpcport": 9469, - "pubtype": 3, - "p2shtype": 125, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "btx", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "BTX", - "txfee": 20000, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/160'", - "trezor_coin": "Bitcore", - "links": { - "github": "https://github.com/LIMXTEC/BitCore", - "homepage": "https://bitcore.cc" - } - }, - { - "coin": "BTX-BEP20", - "name": "btx_bep20", - "fname": "BitCore", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x000000089fb24237dA101020Ff8e2AfD14624687" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BUSD-AVX20", - "name": "busd_avx20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BUSD-MVR20", - "name": "busd_mvr20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BUSD-ERC20", - "name": "busd_erc20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Binance USD (BUSD)", - "links": { - "github": "https://github.com/paxosglobal/busd-contract", - "homepage": "https://www.paxos.com/busd" - } - }, - { - "coin": "BUSD-BEP20", - "name": "busd_bep20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BUSD-PLG20", - "name": "busd_plg20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CADC-ERC20", - "name": "cadc_erc20", - "fname": "CAD Coin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CADC-PLG20", - "name": "cadc_plg20", - "fname": "CAD Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "CAKE-BEP20", - "name": "cake_bep20", - "fname": "PancakeSwap", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CASE-BEP20", - "name": "case_bep20", - "fname": "Case Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CCL", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "CCL", - "fname": "CoinCollect", - "rpcport": 20849, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "CDN", - "name": "canadaecoin", - "fname": "Canada eCoin", - "sign_message_prefix": "Canada eCoin Signed Message:\n", - "rpcport": 34330, - "pubtype": 28, - "p2shtype": 5, - "wiftype": 156, - "txfee": 200000, - "dust": 54600, - "segwit": true, - "bech32_hrp": "cdn", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/34'" - }, - { - "coin": "CDN-segwit", - "name": "canadaecoin", - "fname": "Canada eCoin", - "sign_message_prefix": "Canada eCoin Signed Message:\n", - "rpcport": 34330, - "pubtype": 28, - "p2shtype": 5, - "wiftype": 156, - "txfee": 200000, - "dust": 54600, - "segwit": true, - "bech32_hrp": "cdn", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "CDN", - "required_confirmations": 2, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/34'" - }, - { - "coin": "CDS-PLG20", - "name": "cds_plg20", - "fname": "Crypto Development Services", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xF7B5991c676929BF98BF3E2e2e386789BB16912a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CEL-ERC20", - "name": "cel_erc20", - "fname": "Celsius", - "rpcport": 80, - "chain_id": 1, - "decimals": 4, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CEL-PLG20", - "name": "cel_plg20", - "fname": "Celsius", - "rpcport": 80, - "chain_id": 137, - "decimals": 4, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xD85d1e945766Fea5Eda9103F918Bd915FbCa63E6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CELR-ERC20", - "name": "celr_erc20", - "fname": "Celer Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "CelerToken", - "links": { - "github": "https://github.com/celer-network", - "homepage": "https://www.celer.network/" - } - }, - { - "coin": "CELR-BEP20", - "name": "celr_bep20", - "fname": "Celer Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CELR-ARB20", - "name": "celr_arb20", - "fname": "Celer Network", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x3a8B787f78D775AECFEEa15706D4221B40F345AB" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "CFX-BEP20", - "name": "cfx_bep20", - "fname": "Conflux", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x045c4324039dA91c52C55DF5D785385Aab073DcF" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CHTA", - "name": "cheetahcoin", - "fname": "Cheetahcoin", - "rpcport": 8536, - "pubtype": 28, - "p2shtype": 5, - "wiftype": 128, - "txfee": 40000, - "required_confirmations": 2, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/682'" - }, - { - "coin": "CHTA-BEP20", - "name": "chta_bep20", - "fname": "Cheetahcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb096DF47073A39041D9ffeD5d4E1d1b0D5D6b8E7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHSB-ERC20", - "name": "chsb_erc20", - "fname": "SwissBorg (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SwissBorg", - "links": { - "homepage": "https://swissborg.com" - } - }, - { - "coin": "CHSB-PLG20", - "name": "chsb_plg20", - "fname": "SwissBorg (OLD)", - "wallet_only": true, - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHZ-ERC20", - "name": "chz_erc20", - "fname": "Chiliz", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHZ-KRC20", - "name": "chz_krc20", - "fname": "Chiliz", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x6E8ce0519B7e4d691BaCE464099547E5fC17679c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHZ-PLG20", - "name": "chz_plg20", - "fname": "Chiliz", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf1938Ce12400f9a761084E7A80d37e732a4dA056" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CLAM", - "name": "clams", - "fname": "Clams", - "isPoS": 1, - "rpcport": 30174, - "pubtype": 137, - "p2shtype": 13, - "wiftype": 133, - "segwit": false, - "txfee": 10000, - "sign_message_prefix": "Clam Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/23'", - "links": { - "github": "https://github.com/nochowderforyou/clams", - "homepage": "http://clamclient.com" - } - }, - { - "coin": "CLC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "CLC", - "fname": "Collider Coin", - "rpcport": 31034, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "CLP-BEP20", - "name": "clp_bep20", - "fname": "Crypto Lover Productions", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3039e86d39A5BCF38E96D78fF93FD0aBe753212c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "COLX", - "name": "ColossusXT", - "fname": "ColossusXT", - "rpcport": 51473, - "pubtype": 30, - "p2shtype": 13, - "wiftype": 212, - "txfee": 1000000000, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1999'" - }, - { - "coin": "COMP-AVX20", - "name": "comp_avx20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "COMP-BEP20", - "name": "comp_bep20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "COMP-ERC20", - "name": "comp_erc20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xc00e94Cb662C3520282E6f5717214004A7f26888" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Compound", - "links": { - "github": "https://github.com/compound-finance", - "homepage": "https://compound.finance" - } - }, - { - "coin": "COMP-KRC20", - "name": "comp_krc20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x16c4106966cE30e06E806A7c40eEFb46d84cE7e5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "COMP-PLG20", - "name": "comp_plg20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CRO-ERC20", - "name": "cro_erc20", - "fname": "Crypto.com", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRO-KRC20", - "name": "cro_krc20", - "fname": "Crypto.com", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x652D253b7Ca91810A4a05ACFc39729387c5090C0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRO-PLG20", - "name": "cro_plg20", - "fname": "Crypto.com", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRT-QRC20", - "name": "qtum", - "fname": "CRT Token", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x0f80aa32ba51e0acf171e106a1cfcd1eb9a9c3a5" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "CRV-ERC20", - "name": "crv_erc20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xD533a949740bb3306d119CC777fa900bA034cd52" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-ARB20", - "name": "crv_arb20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "CRV-AVX20", - "name": "crv_avx20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-FTM20", - "name": "crv_ftm20", - "fname": "Curve DAO", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x1E4F97b9f9F913c46F1632781732927B9019C68b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-KRC20", - "name": "crv_krc20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x4500E16dA66b99e0C55D7B46EBBD59bc413BA171" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-PLG20", - "name": "crv_plg20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CST-BEP20", - "name": "cst_bep20", - "fname": "Crypto Swap Token", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcC4b3EA1F25c8772D390dA1DB507832aBE4a9740" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CUMMIES-BEP20", - "name": "cummies_bep20", - "fname": "CumRocket", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CVX-ERC20", - "name": "cvx_erc20", - "fname": "Convex Finance", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CY", - "name": "cyberyen", - "fname": "Cyberyen", - "sign_message_prefix": "Cyberyen Signed Message:\n", - "rpcport": 58382, - "pubtype": 28, - "p2shtype": 77, - "wiftype": 156, - "txfee": 0, - "segwit": true, - "bech32_hrp": "cy", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/802'", - "links": { - "github": "https://github.com/cyberyen/cyberyen", - "homepage": "https://cyberyen.org" - } - }, - { - "coin": "CY-segwit", - "name": "cyberyen", - "fname": "Cyberyen", - "sign_message_prefix": "Cyberyen Signed Message:\n", - "rpcport": 58382, - "pubtype": 28, - "p2shtype": 77, - "wiftype": 156, - "txfee": 0, - "segwit": true, - "bech32_hrp": "cy", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "CY", - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/802'", - "links": { - "github": "https://github.com/cyberyen/cyberyen", - "homepage": "https://cyberyen.org" - } - }, - { - "coin": "DAI-AVX20", - "name": "dai_avx20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-ERC20", - "name": "dai_erc20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6B175474E89094C44Da98b954EedeAC495271d0F" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Dai Stablecoin v2.0", - "links": { - "github": "https://github.com/makerdao", - "homepage": "https://makerdao.com" - } - }, - { - "coin": "DAI-BEP20", - "name": "dai_bep20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DAI-FTM20", - "name": "dai_ftm20", - "fname": "Dai", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-HCO20", - "name": "dai_hco20", - "fname": "Dai", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x3D760a45D0887DFD89A2F5385a236B29Cb46ED2a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-MVR20", - "name": "dai_mvr20", - "fname": "Dai", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-PLG20", - "name": "dai_plg20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DASH", - "name": "dashcore", - "fname": "Dash", - "sign_message_prefix": "DarkCoin Signed Message:\n", - "confpath": "USERHOME/.dashcore/dash.conf", - "rpcport": 9998, - "pubtype": 76, - "p2shtype": 16, - "wiftype": 204, - "txfee": 1000, - "force_min_relay_fee": true, - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/5'", - "trezor_coin": "Dash", - "links": { - "github": "https://github.com/dashpay/dash", - "homepage": "https://www.dash.org" - } - }, - { - "coin": "DDD-ERC20", - "name": "ddd_erc20", - "fname": "Scry.info", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DENT-ERC20", - "name": "dent_erc20", - "fname": "Dent", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3597bfD533a99c9aa083587B074434E61Eb0A258" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "DENT", - "links": { - "homepage": "https://www.dentwireless.com" - } - }, - { - "coin": "DFX-ERC20", - "name": "dfx_erc20", - "fname": "DFX Finance", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x888888435FDe8e7d4c54cAb67f206e4199454c60" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DFX-PLG20", - "name": "dfx_plg20", - "fname": "DFX Finance", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x27f485b62C4A7E635F561A87560Adf5090239E93" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DGB", - "name": "digibyte", - "fname": "DigiByte", - "sign_message_prefix": "DigiByte Signed Message:\n", - "rpcport": 14022, - "pubtype": 30, - "p2shtype": 63, - "wiftype": 128, - "txfee": 10000000, - "segwit": true, - "bech32_hrp": "dgb", - "wallet_only": false, - "required_confirmations": 7, - "avg_blocktime": 15, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/20'", - "trezor_coin": "DigiByte", - "links": { - "github": "https://github.com/digibyte/digibyte", - "homepage": "https://digibyte.io" - } - }, - { - "coin": "DGB-segwit", - "name": "digibyte", - "fname": "Digibyte", - "sign_message_prefix": "DigiByte Signed Message:\n", - "rpcport": 14022, - "pubtype": 30, - "p2shtype": 63, - "wiftype": 128, - "txfee": 10000000, - "segwit": true, - "bech32_hrp": "dgb", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "DGB", - "required_confirmations": 7, - "avg_blocktime": 15, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/20'", - "trezor_coin": "DigiByte", - "links": { - "github": "https://github.com/digibyte/digibyte", - "homepage": "https://digibyte.io" - } - }, - { - "coin": "DGC", - "name": "digitalcoin", - "fname": "Digitalcoin", - "sign_message_prefix": "Digitalcoin Signed Message:\n", - "rpcport": 7998, - "pubtype": 30, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "required_confirmations": 3, - "avg_blocktime": 36, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/18'" - }, - { - "coin": "DIA-ERC20", - "name": "dia_erc20", - "fname": "DIAToken", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DIA-BEP20", - "name": "dia_bep20", - "fname": "DIAToken", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x99956D38059cf7bEDA96Ec91Aa7BB2477E0901DD" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DPC", - "name": "dualpowecoin", - "fname": "Dualpowcoin", - "sign_message_prefix": "Dpowcoin Signed Message:\n", - "rpcport": 42002, - "pubtype": 55, - "p2shtype": 28, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "dpc", - "txfee": 10000, - "wallet_only": false, - "required_confirmations": 6, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/739'", - "links": { - "github": "https://github.com/dpowcore-project/dpowcoin", - "homepage": "https://dpowcore.org" - } - }, - { - "coin": "DIAC", - "name": "diabasecore", - "fname": "Diabase", - "sign_message_prefix": "DarkCoin Signed Message:\n", - "confpath": "USERHOME/.diabasecore/diabase.conf", - "rpcport": 7676, - "pubtype": 76, - "p2shtype": 16, - "wiftype": 204, - "txfee": 1000, - "force_min_relay_fee": true, - "required_confirmations": 2, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/5'", - "links": { - "github": "https://github.com/diabasecoin/diabase", - "homepage": "https://www.diabasecoin.com" - } - }, - { - "coin": "DIME", - "name": "dimecoin", - "fname": "Dimecoin", - "rpcport": 11931, - "pubtype": 15, - "p2shtype": 9, - "wiftype": 143, - "segwit": false, - "bech32_hrp": "vx", - "txfee": 1000, - "decimals": 5, - "sign_message_prefix": "Dimecoin Signed Message:\n", - "required_confirmations": 6, - "avg_blocktime": 64, - "protocol": { - "type": "UTXO" - }, - "links": { - "github": "https://github.com/dime-coin/dimecoin/" - } - }, - { - "coin": "DIMI", - "name": "diminutivecoin", - "fname": "Diminutive Coin", - "sign_message_prefix": "DiminutiveCoin Signed Message:\n", - "rpcport": 49122, - "pubtype": 32, - "p2shtype": 30, - "wiftype": 181, - "isPoS": 1, - "txfee": 1000, - "segwit": false, - "mature_confirmations": 75, - "required_confirmations": 4, - "avg_blocktime": 75, - "protocol": { - "type": "UTXO" - } - }, - { - "coin": "DIMI-BEP20", - "name": "dimi_bep20", - "fname": "Diminutive Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA33789a5478Add74e8D7628E817a281aAbD92dA9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DIMI-QRC20", - "name": "qtum", - "fname": "Diminutive Coin", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x2c660b0d4d53382aeef855d3010d697970fa0bd5" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "DODO-ARB20", - "name": "dodo_arb20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x69Eb4FA4a2fbd498C257C57Ea8b7655a2559A581" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "DODO-BEP20", - "name": "dodo_bep20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DODO-ERC20", - "name": "dodo_erc20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DODO-KRC20", - "name": "dodo_krc20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x8724F9FB7B3f1bb6f2c90B3Ad3Fd6B3c20A06429" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOGE", - "name": "dogecoin", - "fname": "Dogecoin", - "sign_message_prefix": "Dogecoin Signed Message:\n", - "rpcport": 22555, - "pubtype": 30, - "p2shtype": 22, - "wiftype": 158, - "txfee": 0, - "force_min_relay_fee": true, - "dust": 1000000, - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/3'", - "trezor_coin": "Dogecoin", - "links": { - "github": "https://github.com/dogecoin/dogecoin", - "homepage": "https://dogecoin.com" - } - }, - { - "coin": "DOGE-BEP20", - "name": "doge_bep20", - "fname": "Dogecoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOGEC", - "name": "dogecash", - "fname": "DogeCash", - "rpcport": 56750, - "pubtype": 30, - "p2shtype": 19, - "wiftype": 122, - "txfee": 10000, - "dust": 5460, - "sign_message_prefix": "DarkNet Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/385'", - "links": { - "github": "https://github.com/dogecash/dogecash", - "homepage": "https://dogecash.net" - } - }, - { - "coin": "DOGEDASH-BEP20", - "name": "dogedash_bep20", - "fname": "Doge Dash", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOGGY-BEP20", - "name": "doggy_bep20", - "fname": "Doggy", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x74926B3d118a63F6958922d3DC05eB9C6E6E00c6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOT-BEP20", - "name": "dot_bep20", - "fname": "Polkadot", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DOT-HCO20", - "name": "dot_hco20", - "fname": "Polkadot", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xA2c49cEe16a5E5bDEFDe931107dc1fae9f7773E3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DP", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "DP", - "fname": "DigitalPrice", - "rpcport": 28388, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "DOI", - "name": "doichain", - "fname": "Doichain", - "sign_message_prefix": "Doichain Signed Message:\n", - "rpcport": 8339, - "pubtype": 52, - "p2shtype": 13, - "wiftype": 180, - "txfee": 1000, - "dust": 5460, - "segwit": true, - "bech32_hrp": "dc", - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/7070'" - }, - { - "coin": "EFL", - "name": "egulden", - "fname": "e-Gulden", - "confpath": "USERHOME/.egulden/coin.conf", - "rpcport": 21015, - "pubtype": 48, - "p2shtype": 5, - "wiftype": 176, - "txfee": 200000, - "dust": 54600, - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/78'" - }, - { - "coin": "EGLD-BEP20", - "name": "egld_bep20", - "fname": "Elrond", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EILN-ERC20", - "name": "eiln_erc20", - "fname": "eIlien", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ELF-BEP20", - "name": "elf_bep20", - "fname": "aelf", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ELF-ERC20", - "name": "elf_erc20", - "fname": "aelf", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "ELF Token", - "links": { - "github": "https://github.com/aelfProject", - "homepage": "https://aelf.io/" - } - }, - { - "coin": "EMC2", - "name": "einsteinium", - "fname": "Einsteinium", - "sign_message_prefix": "Einsteinium Signed Message:\n", - "rpcport": 41879, - "pubtype": 33, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/41'" - }, - { - "coin": "ENJ-ERC20", - "name": "enj_erc20", - "fname": "Enjin Coin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "ENJIN", - "links": { - "github": "https://github.com/enjin/contracts", - "homepage": "https://enjincoin.io" - } - }, - { - "coin": "ENJ-KRC20", - "name": "enj_krc20", - "fname": "Enjin Coin", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x6e2D990C8e718E7b6D86ed08eBf0FF2dEc05253B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ENJ-PLG20", - "name": "enj_plg20", - "fname": "Enjin Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "EOS-BEP20", - "name": "eos_bep20", - "fname": "EOS", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ETC", - "name": "ethereum classic", - "fname": "Ethereum Classic", - "rpcport": 80, - "chain_id": 61, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Ethereum Classic", - "links": { - "homepage": "https://ethereumclassic.org" - } - }, - { - "coin": "ETC-BEP20", - "name": "etc_bep20", - "fname": "Ethereum Classic", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3d6545b08693daE087E957cb1180ee38B9e3c25E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH", - "name": "ethereum", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 1, - "sign_message_prefix": "Ethereum Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-AVX20", - "name": "ethereum avalanche", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-ARB20", - "name": "eth_arb20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 42161, - "required_confirmations": 10, - "avg_blocktime": 0.25, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_coins": 300000, - "eth_payment": 700000, - "eth_receiver_spend": 600000, - "eth_sender_refund": 600000 - } - }, - { - "coin": "ETH-BEP20", - "name": "eth_bep20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ETH-FTM20", - "name": "eth_ftm20", - "fname": "Ethereum", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x74b23882a30290451A17c44f4F05243b6b58C76d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-HCO20", - "name": "eth_hco20", - "fname": "Ethereum", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x64FF637fB478863B7468bc97D30a5bF3A428a1fD" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-KRC20", - "name": "eth_krc20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-PLG20", - "name": "eth_plg20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EURE-ERC20", - "name": "eure_erc20", - "fname": "Monerium EUR", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "EURE-PLG20", - "name": "eure_plg20", - "fname": "Monerium EUR", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 90000, - "erc20_payment": 150000, - "erc20_receiver_spend": 120000, - "erc20_sender_refund": 120000 - } - }, - { - "coin": "EUROE-ERC20", - "name": "euroe_erc20", - "fname": "EUROe Stablecoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "EUROE-PLG20", - "name": "euroe_plg20", - "fname": "EUROe Stablecoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EURS-ERC20", - "name": "eurs_erc20", - "fname": "STASIS EURO", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdB25f211AB05b1c97D595516F45794528a807ad8" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "STASIS EURS", - "links": { - "github": "https://github.com/stasisnet", - "homepage": "https://stasis.net" - } - }, - { - "coin": "EURS-PLG20", - "name": "eurs_plg20", - "fname": "STASIS EURO", - "rpcport": 80, - "chain_id": 137, - "decimals": 2, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EWT", - "name": "ewt", - "fname": "Energy Web", - "rpcport": 80, - "chain_id": 246, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 5, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Energy Web", - "links": { - "homepage": "https://www.energyweb.org" - } - }, - { - "coin": "EXN-BEP20", - "name": "exn_bep20", - "fname": "Expoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FDUSD-ERC20", - "name": "fdusd_erc20", - "fname": "First Digital USD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://firstdigitallabs.com" - } - }, - { - "coin": "FDUSD-BEP20", - "name": "fdusd_bep20", - "fname": "First Digital USD", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://firstdigitallabs.com" - }, - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 70000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FEI-ERC20", - "name": "fei_erc20", - "fname": "Fei USD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FET-ERC20", - "name": "fet_erc20", - "fname": "Fetch.ai", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FET-BEP20", - "name": "fet_bep20", - "fname": "Fetch.ai", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x031b41e504677879370e9DBcF937283A8691Fa7f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FET-PLG20", - "name": "fet_plg20", - "fname": "Fetch.ai", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7583FEDDbceFA813dc18259940F76a02710A8905" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FIL-BEP20", - "name": "fil_bep20", - "fname": "Filecoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FIL-ERC20", - "name": "fil_erc20", - "fname": "Filecoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FIL-HCO20", - "name": "fil_hco20", - "fname": "Filecoin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xae3a768f9aB104c69A7CD6041fE16fFa235d1810" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FIRO", - "name": "firo", - "fname": "Firo", - "sign_message_prefix": "Firo Signed Message:\n", - "rpcport": 8888, - "pubtype": 82, - "p2shtype": 7, - "wiftype": 210, - "txfee": 1000, - "required_confirmations": 1, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/136'", - "trezor_coin": "Firo", - "links": { - "github": "https://github.com/firoorg/firo", - "homepage": "https://firo.org" - } - }, - { - "coin": "FIRO-BEP20", - "name": "firo_bep20", - "fname": "Firo", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FJC", - "name": "fujicoin", - "fname": "Fujicoin", - "sign_message_prefix": "FujiCoin Signed Message:\n", - "rpcport": 3776, - "pubtype": 36, - "p2shtype": 16, - "wiftype": 164, - "segwit": true, - "bech32_hrp": "fc", - "txfee": 0, - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/75'", - "trezor_coin": "Fujicoin", - "links": { - "github": "https://github.com/fujicoin/fujicoin", - "homepage": "https://fujicoin.org" - } - }, - { - "coin": "FJC-segwit", - "name": "fujicoin", - "fname": "Fujicoin", - "sign_message_prefix": "FujiCoin Signed Message:\n", - "rpcport": 3776, - "pubtype": 36, - "p2shtype": 16, - "wiftype": 164, - "segwit": true, - "bech32_hrp": "fc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "FJC", - "txfee": 0, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/75'", - "trezor_coin": "Fujicoin", - "links": { - "github": "https://github.com/fujicoin/fujicoin", - "homepage": "https://fujicoin.org" - } - }, - { - "coin": "FJC-BEP20", - "name": "fjc_bep20", - "fname": "Fujicoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FJCB-BEP20", - "name": "fjcb_bep20", - "fname": "FJCB Fujicoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FLOKI-BEP20", - "name": "floki_bep20", - "fname": "Floki Inu", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xfb5B838b6cfEEdC2873aB27866079AC55363D37E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 85000, - "erc20_payment": 140000, - "erc20_receiver_spend": 110000, - "erc20_sender_refund": 110000 - } - }, - { - "coin": "STFIRO-ERC20", - "name": "firo_erc20", - "fname": "StakedFIRO", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 8, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FLO", - "name": "flo", - "fname": "Florincoin", - "rpcport": 7313, - "pubtype": 35, - "p2shtype": 8, - "wiftype": 176, - "txfee": 100000, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/216'", - "trezor_coin": "Flo", - "links": { - "github": "https://github.com/floblockchain/flo", - "homepage": "https://flo.cash" - } - }, - { - "coin": "FLOW-BEP20", - "name": "flow_bep20", - "fname": "Flow", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xC943c5320B9c18C153d1e2d12cC3074bebfb31A2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FTC", - "name": "feathercoin", - "fname": "Feathercoin", - "sign_message_prefix": "Feathercoin Signed Message:\n", - "rpcport": 9337, - "pubtype": 14, - "p2shtype": 5, - "wiftype": 142, - "txfee": 1000000, - "segwit": true, - "bech32_hrp": "fc", - "wallet_only": false, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/8'", - "trezor_coin": "Feathercoin", - "links": { - "github": "https://github.com/FeatherCoin/Feathercoin", - "homepage": "https://feathercoin.com" - } - }, - { - "coin": "FTC-segwit", - "name": "feathercoin", - "fname": "Feathercoin", - "sign_message_prefix": "Feathercoin Signed Message:\n", - "rpcport": 9337, - "pubtype": 14, - "p2shtype": 5, - "wiftype": 142, - "txfee": 1000000, - "segwit": true, - "bech32_hrp": "fc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "FTC", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/8'", - "trezor_coin": "Feathercoin", - "links": { - "github": "https://github.com/FeatherCoin/Feathercoin", - "homepage": "https://feathercoin.com" - } - }, - { - "coin": "FTMT", - "name": "ftmt", - "fname": "Fantom Testnet", - "is_testnet": true, - "rpcport": 80, - "chain_id": 4002, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FTM", - "name": "ftm", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 250, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 1.8, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Fantom Opera", - "links": { - "homepage": "https://fantom.foundation" - } - }, - { - "coin": "FTM-BEP20", - "name": "ftm_bep20", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xAD29AbB318791D579433D831ed122aFeAf29dcfe" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FTM-ERC20", - "name": "ftm_erc20", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Fantom Token", - "links": { - "github": "https://github.com/Fantom-foundation/", - "homepage": "https://fantom.foundation/" - } - }, - { - "coin": "FXS-BEP20", - "name": "fxs_bep20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xDE2F075f6F14EB9D96755b24E416A53E736Ca363" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FXS-ERC20", - "name": "fxs_erc20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FXS-PLG20", - "name": "fxs_plg20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1a3acf6D19267E2d3e7f898f42803e90C9219062" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FXS-AVX20", - "name": "fxs_avx20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x214DB107654fF987AD859F34125307783fC8e387" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FXS-MVR20", - "name": "fxs_mvr20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 1285, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98" - } - }, - "derivation_path": "m/44'/60'", - "gas_limit": { - "eth_send_erc20": 1000000, - "erc20_payment": 1000000, - "erc20_receiver_spend": 1000000, - "erc20_sender_refund": 1000000 - } - }, - { - "coin": "FXS-FTM20", - "name": "fxs_ftm20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x7d016eec9c25232b01F23EF992D98ca97fc2AF5a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GALA-ERC20", - "name": "gala_erc20", - "fname": "Gala", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GALA-BEP20", - "name": "gala_bep20", - "fname": "Gala", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990" - } - }, - "wallet_only": true, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GAME-ERC20", - "name": "game_erc20", - "fname": "GameCredits", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GAME-PLG20", - "name": "game_plg20", - "fname": "GameCredits", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8d1566569d5b695d44a9a234540f68D393cDC40D" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GBX", - "name": "gobyte", - "fname": "GoByte", - "confpath": "USERHOME/.gobytecore/gobyte.conf", - "rpcport": 12454, - "pubtype": 38, - "p2shtype": 10, - "wiftype": 198, - "segwit": false, - "txfee": 10000, - "sign_message_prefix": "DarkCoin Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/176'", - "links": { - "github": "https://github.com/gobytecoin/gobyte", - "homepage": "https://gobyte.network" - } - }, - { - "coin": "GBX-BEP20", - "name": "gbx_bep20", - "fname": "GoByte", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8E10F08C9A56a93B6adbfBcFda421919B3357596" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GFT-BEP20", - "name": "gft_bep20", - "fname": "Gifto", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x72fF5742319eF07061836F5C924aC6D72c919080" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GLC", - "name": "goldcoin", - "fname": "Goldcoin", - "rpcport": 8122, - "pubtype": 32, - "p2shtype": 5, - "wiftype": 160, - "segwit": false, - "txfee": 100000, - "dust": 54600, - "sign_message_prefix": "Goldcoin (GLC) Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/101'", - "links": { - "github": "https://github.com/goldcoin/goldcoin", - "homepage": "https://www.goldcoinproject.org" - } - }, - { - "coin": "GLEEC-OLD", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "GLEEC", - "fname": "Gleec (OLD)", - "rpcport": 23226, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "GLEEC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "GLEEC", - "fname": "Gleec", - "rpcport": 23345, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "GLM-ERC20", - "name": "glm_erc20", - "fname": "Golem", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GLM-PLG20", - "name": "glm_plg20", - "fname": "Golem", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GM-BEP20", - "name": "gm_bep20", - "fname": "GM Wagmi", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA55C1e67039B6d59E91eb4cDa2bfc5A854989102" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GMT-BEP20", - "name": "gmt_bep20", - "fname": "STEPN", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GMT-PLG20", - "name": "gmt_plg20", - "fname": "STEPN", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x714DB550b574b3E927af3D93E26127D15721D4C2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GMX-ARB20", - "name": "gmx_arb20", - "fname": "GMX", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "GMX-AVX20", - "name": "gmx_avx20", - "fname": "GMX", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x62edc0692BD897D2295872a9FFCac5425011c661" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "GNO-ERC20", - "name": "gno_erc20", - "fname": "Gnosis", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6810e776880C02933D47DB1b9fc05908e5386b96" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Gnosis", - "links": { - "homepage": "https://gnosis.pm" - } - }, - { - "coin": "GNO-PLG20", - "name": "gno_plg20", - "fname": "Gnosis", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GNS-ARB20", - "name": "gns_arb20", - "fname": "Gains Network", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x18c11FD286C5EC11c3b683Caa813B77f5163A122" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "GNS-PLG20", - "name": "gns_plg20", - "fname": "Gains Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xE5417Af564e4bFDA1c483642db72007871397896" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GRLC", - "name": "garlicoin", - "fname": "Garlicoin", - "sign_message_prefix": "Garlicoin Signed Message:\n", - "rpcport": 42068, - "pubtype": 38, - "p2shtype": 50, - "wiftype": 176, - "segwit": true, - "bech32_hrp": "grlc", - "txfee": 100000, - "dust": 54600, - "required_confirmations": 5, - "avg_blocktime": 40, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/69420'" - }, - { - "coin": "GRLC-ERC20", - "name": "grlc_erc20", - "fname": "Garlicoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x58f7345b5295E43aA454911571f13be186655BE9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRLC-BEP20", - "name": "grlc_bep20", - "fname": "Garlicoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7283DfA2d8D7e277b148cc263B5d8Ae02f1076D3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRS", - "name": "groestlcoin", - "fname": "Groestlcoin", - "sign_message_prefix": "GroestCoin Signed Message:\n", - "rpcport": 1441, - "pubtype": 36, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 10000, - "segwit": true, - "bech32_hrp": "grs", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/17'", - "trezor_coin": "Groestlcoin", - "links": { - "github": "https://github.com/Groestlcoin/groestlcoin", - "homepage": "https://www.groestlcoin.org" - } - }, - { - "coin": "GRT-ARB20", - "name": "grt_arb20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x9623063377AD1B27544C965cCd7342f7EA7e88C7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "GRT-AVX20", - "name": "grt_avx20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x8a0cAc13c7da965a312f08ea4229c37869e85cB9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRT-ERC20", - "name": "grt_erc20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xc944E90C64B2c07662A292be6244BDf05Cda44a7" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Graph Token", - "links": { - "github": "https://github.com/graphprotocol", - "homepage": "https://thegraph.com" - } - }, - { - "coin": "GRT-KRC20", - "name": "grt_krc20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xb49dd3eDB98FBe82A01DFcb556Cd016964baf5A3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRT-PLG20", - "name": "grt_plg20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5fe2B58c013d7601147DcdD68C143A77499f5531" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GST-BEP20", - "name": "gst_bep20", - "fname": "Green Satoshi Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GT-ERC20", - "name": "gt_erc20", - "fname": "Gate", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xE66747a101bFF2dBA3697199DCcE5b743b454759" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GURU-BEP20", - "name": "guru_bep20", - "fname": "MobilityGuru", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://mobilityguru.org" - } - }, - { - "coin": "GUSD-ERC20", - "name": "gusd_erc20", - "fname": "Gemini Dollar", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HEX-ERC20", - "name": "hex_erc20", - "fname": "HEX", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "HEX", - "links": { - "github": "https://github.com/bitcoinHEX", - "homepage": "https://hex.win" - } - }, - { - "coin": "HEX-PLG20", - "name": "hex_plg20", - "fname": "HEX", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "HOT-ERC20", - "name": "hot_erc20", - "fname": "Holo", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6c6EE5e31d828De241282B9606C8e98Ea48526E2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HOT-PLG20", - "name": "hot_plg20", - "fname": "Holo", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0C51f415cF478f8D08c246a6C6Ee180C5dC3A012" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HT", - "name": "huobi-token", - "fname": "Huobi Token", - "rpcport": 80, - "chain_id": 128, - "required_confirmations": 3, - "avg_blocktime": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Huobi ECO Chain", - "links": { - "homepage": "https://www.hecochain.com" - } - }, - { - "coin": "HT-ERC20", - "name": "huobi-token", - "fname": "Huobi Token", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6f259637dcD74C767781E37Bc6133cd6A68aa161" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Huobi Token", - "links": { - "homepage": "https://www.hbg.com" - } - }, - { - "coin": "HUSD-ERC20", - "name": "husd_erc20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HUSD-HCO20", - "name": "husd_hco20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x0298c2b32eaE4da002a15f36fdf7615BEa3DA047" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HUSD-KRC20", - "name": "husd_krc20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HUSD-PLG20", - "name": "husd_plg20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IDRT-ERC20", - "name": "idrt_erc20", - "fname": "Rupiah Token", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IDRT-BEP20", - "name": "idrt_bep20", - "fname": "Rupiah Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 2, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x66207E39bb77e6B99aaB56795C7c340C08520d83" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IDRT-PLG20", - "name": "idrt_plg20", - "fname": "Rupiah Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x554cd6bdD03214b10AafA3e0D4D42De0C5D2937b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "IL8P", - "name": "infiniloop", - "fname": "InfiniLooP", - "sign_message_prefix": "InfiniLooP Signed Message:\n", - "isPoS": 1, - "rpcport": 9459, - "pubtype": 33, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "mature_confirmations": 500, - "required_confirmations": 7, - "avg_blocktime": 45, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/722'", - "links": { - "github": "https://github.com/WikiMin3R/InfiniLooP", - "homepage": "https://infiniloop.io" - } - }, - { - "coin": "ILN", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "ILN", - "fname": "Ilien", - "rpcport": 12986, - "txversion": 4, - "overwintered": 1, - "p2p": 12985, - "magic": "feb4cb23", - "nSPV": "5.9.102.210, 5.9.253.195, 5.9.253.196, 5.9.253.197, 5.9.253.198, 5.9.253.199, 5.9.253.200, 5.9.253.201, 5.9.253.202, 5.9.253.203", - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "ILN-BEP20", - "name": "iln_bep20", - "fname": "Ilien", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILN-PLG20", - "name": "iln_plg20", - "fname": "Ilien", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILNSW-PLG20", - "name": "ilnsw_plg20", - "fname": "Ilien Swap", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILV-ERC20", - "name": "ilv_erc20", - "fname": "Illuvium", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILV-BEP20", - "name": "ilv_bep20", - "fname": "Illuvium", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4d5AC5cc4f8aBdf2EC2Cb986C00C382369f787D4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "IMX-ERC20", - "name": "imx_erc20", - "fname": "ImmutableX", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "INJ-BEP20", - "name": "inj_bep20", - "fname": "Injective Protocol", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xa2B726B1145A4773F68593CF171187d8EBe4d495" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "INJ-ERC20", - "name": "inj_erc20", - "fname": "Injective Protocol", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IOTA-BEP20", - "name": "iota_bep20", - "fname": "IOTA", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "IOTX-BEP20", - "name": "iotx_bep20", - "fname": "IoTeX", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9678E42ceBEb63F23197D726B29b1CB20d0064E5" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "IOTX-PLG20", - "name": "iotx_plg20", - "fname": "IoTeX", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf6372cDb9c1d3674E83842e3800F2A62aC9F3C66" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JASMY-ERC20", - "name": "jasmy_erc20", - "fname": "JasmyCoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JASMY-BEP20", - "name": "jasmy_bep20", - "fname": "JasmyCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x15669CF161946C09a8B207650BfBB00e3d8A2E3E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JDB-BEP20", - "name": "jdb_bep20", - "fname": "Jeet Detector Bot", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JAUD-PLG20", - "name": "jaud_plg20", - "fname": "Jarvis Australian Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JBRL-BEP20", - "name": "jbrl_bep20", - "fname": "Jarvis Brazilian Real", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JBRL-PLG20", - "name": "jbrl_plg20", - "fname": "Jarvis Brazilian Real", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JCAD-PLG20", - "name": "jcad_plg20", - "fname": "Jarvis Canadian Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JCHF-AVX20", - "name": "jchf_avx20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JCHF-BEP20", - "name": "jchf_bep20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JCHF-ERC20", - "name": "jchf_erc20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JCHF-PLG20", - "name": "jchf_plg20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JCNY-PLG20", - "name": "jcny_plg20", - "fname": "Jarvis Chinese Yuan", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JEUR-AVX20", - "name": "jeur_avx20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JEUR-BEP20", - "name": "jeur_bep20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JEUR-ERC20", - "name": "jeur_erc20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JEUR-PLG20", - "name": "jeur_plg20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JGBP-BEP20", - "name": "jgbp_bep20", - "fname": "Jarvis British Pound", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JGBP-ERC20", - "name": "jgbp_erc20", - "fname": "Jarvis British Pound", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JGBP-PLG20", - "name": "jgbp_plg20", - "fname": "Jarvis British Pound", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JGOLD-PLG20", - "name": "jgold_plg20", - "fname": "Jarvis Gold", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JJPY-PLG20", - "name": "jjpy_plg20", - "fname": "Jarvis Japanese Yen", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JKRW-PLG20", - "name": "jkrw_plg20", - "fname": "Jarvis South Korean Won", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JMXN-PLG20", - "name": "jmxn_plg20", - "fname": "Jarvis Mexican Peso", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JNZD-PLG20", - "name": "jnzd_plg20", - "fname": "Jarvis New Zealand Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JPHP-PLG20", - "name": "jphp_plg20", - "fname": "Jarvis Philippine Peso", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JPLN-PLG20", - "name": "jpln_plg20", - "fname": "Jarvis Polish Zloty", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JPYC-AVX20", - "name": "jpyc_avx20", - "fname": "JPY Coin", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JPYC-PLG20", - "name": "jpyc_plg20", - "fname": "JPY Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JRT-ERC20", - "name": "jrt_erc20", - "fname": "Jarvis Reward Token", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JRT-PLG20", - "name": "jrt_plg20", - "fname": "Jarvis Reward Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JSEK-PLG20", - "name": "jsek_plg20", - "fname": "Jarvis Swedish Krona", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JSGD-PLG20", - "name": "jsgd_plg20", - "fname": "Jarvis Singapore Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JTRY-PLG20", - "name": "jtry_plg20", - "fname": "Jarvis Turkish Lira", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JUSD-PLG20", - "name": "jusd_plg20", - "fname": "Jarvis United States Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JST-BEP20", - "name": "jst_bep20", - "fname": "JUST", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "KCS", - "name": "kucoin-token", - "fname": "KuCoin Token", - "rpcport": 80, - "chain_id": 321, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "KCC", - "links": { - "homepage": "https://kcc.io" - } - }, - { - "coin": "KMD", - "name": "komodo", - "fname": "Komodo", - "rpcport": 7771, - "pubtype": 60, - "p2shtype": 85, - "wiftype": 188, - "txversion": 4, - "overwintered": 1, - "txfee": 1000, - "sign_message_prefix": "Komodo Signed Message:\n", - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "links": { - "github": "https://github.com/komodoplatform/komodo", - "homepage": "https://komodoplatform.com" - } - }, - { - "coin": "KMD-BEP20", - "name": "kmd_bep20", - "fname": "Komodo", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "KNC-BEP20", - "name": "knc_bep20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "KNC-ERC20", - "name": "knc_erc20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Kyber Network", - "links": { - "github": "https://github.com/KyberNetwork", - "homepage": "https://kyber.network" - } - }, - { - "coin": "KNC-PLG20", - "name": "knc_plg20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "KNC-AVX20", - "name": "knc_avx20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "KOIN", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "KOIN", - "fname": "Koinon", - "rpcport": 10702, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "KSM-BEP20", - "name": "ksm_bep20", - "fname": "Kusama", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LBC", - "name": "lbrycrd", - "fname": "LBRY Credits", - "sign_message_prefix": "LBRYcrd Signed Message:\n", - "rpcport": 9245, - "pubtype": 85, - "p2shtype": 122, - "wiftype": 28, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "lbc", - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/140'" - }, - { - "coin": "LBC-segwit", - "name": "lbrycrd", - "fname": "LBRY Credits", - "sign_message_prefix": "LBRYcrd Signed Message:\n", - "rpcport": 9245, - "pubtype": 85, - "p2shtype": 122, - "wiftype": 28, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "lbc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "LBC", - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/140'" - }, - { - "coin": "LCC", - "name": "litecoincash", - "fname": "Litecoin Cash", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 62457, - "pubtype": 28, - "p2shtype": 50, - "wiftype": 176, - "decimals": 7, - "fork_id": "0x40", - "signature_version": "base", - "txfee": 20000, - "segwit": true, - "bech32_hrp": "lcc", - "wallet_only": false, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/192'" - }, - { - "coin": "LCC-segwit", - "name": "litecoincash", - "fname": "Litecoin Cash", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 62457, - "pubtype": 28, - "p2shtype": 50, - "wiftype": 176, - "decimals": 7, - "fork_id": "0x40", - "signature_version": "base", - "txfee": 20000, - "segwit": true, - "bech32_hrp": "lcc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "LCC", - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/192'" - }, - { - "coin": "LDO-ERC20", - "name": "ldo_erc20", - "fname": "Lido DAO", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LDO-PLG20", - "name": "ldo_plg20", - "fname": "Lido DAO", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FRC", - "name": "faircoin", - "fname": "FairCoin", - "rpcport": 9875, - "pubtype": 36, - "p2shtype": 63, - "wiftype": 128, - "decimals": 8, - "signature_version": "base", - "txfee": 10000, - "segwit": true, - "bech32_hrp": "frc", - "required_confirmations": 6, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - } - }, - { - "coin": "LEO-ERC20", - "name": "leo_erc20", - "fname": "LEO Token", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "LEOcoin", - "links": { - "homepage": "https://www.leocoin.org/" - } - }, - { - "coin": "LEO-PLG20", - "name": "leo_plg20", - "fname": "LEO Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-ERC20", - "name": "link_erc20", - "fname": "Chainlink", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x514910771AF9Ca656af840dff83E8264EcF986CA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-AVX20", - "name": "link_avx20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x5947BB275c521040051D82396192181b413227A3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-BEP20", - "name": "link_bep20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-FTM20", - "name": "link_ftm20", - "fname": "Chainlink", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-HCO20", - "name": "link_hco20", - "fname": "Chainlink", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x9e004545c59D359F6B7BFB06a26390b087717b42" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-KRC20", - "name": "link_krc20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x47841910329aaa6b88D5e9DcdE9000195151dc72" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-PLG20", - "name": "link_plg20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LOLS-BEP20", - "name": "lols_bep20", - "fname": "LOLSmash", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x19961cf3B822d37e16E310AB7C6C0277F95f31c3" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://lolsmash.net" - } - }, - { - "coin": "LOOP-BEP20", - "name": "loop_bep20", - "fname": "LoopNetwork", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcE186ad6430E2Fe494a22C9eDbD4c68794a28B35" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LRC-ERC20", - "name": "lrc_erc20", - "fname": "Loopring", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Loopring", - "links": { - "github": "https://github.com/loopring", - "homepage": "https://loopring.org" - } - }, - { - "coin": "LRC-BEP20", - "name": "lrc_bep20", - "fname": "Loopring", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x66e4d38b20173F509A1fF5d82866949e4fE898da" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LRC-PLG20", - "name": "lrc_plg20", - "fname": "Loopring", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LEASH-ERC20", - "name": "leash_erc20", - "fname": "Doge Killer", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x27C70Cd1946795B66be9d954418546998b546634" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LOOM-ERC20", - "name": "loom_erc20", - "fname": "Loom Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x42476F744292107e34519F9c357927074Ea3F75D" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "LOOM", - "links": { - "github": "github.com/loomnetwork/", - "homepage": "https://loomx.io" - } - }, - { - "coin": "LOOM-BEP20", - "name": "loom_bep20", - "fname": "Loom Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xE6Ce27025F13f5213bBc560dC275e292965a392F" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LSWAP-BEP20", - "name": "lswap_bep20", - "fname": "LoopSwap", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3F8a14f5a3Ee2F4A3Ed61cCF5EEA3c9535C090C8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LTC", - "name": "litecoin", - "fname": "Litecoin", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 9332, - "pubtype": 48, - "p2shtype": 50, - "wiftype": 176, - "txfee": 0, - "dust": 5460, - "segwit": true, - "bech32_hrp": "ltc", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2'", - "trezor_coin": "Litecoin", - "links": { - "github": "https://github.com/litecoin-project/litecoin", - "homepage": "https://litecoin.org" - } - }, - { - "coin": "LTC-segwit", - "name": "litecoin", - "fname": "Litecoin", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 9332, - "pubtype": 48, - "p2shtype": 50, - "wiftype": 176, - "txfee": 0, - "dust": 5460, - "segwit": true, - "bech32_hrp": "ltc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "LTC", - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2'", - "trezor_coin": "Litecoin", - "links": { - "github": "https://github.com/litecoin-project/litecoin", - "homepage": "https://litecoin.org" - } - }, - { - "coin": "LYNX", - "name": "lynx", - "fname": "Lynx", - "sign_message_prefix": "Lynx Signed Message:\n", - "rpcport": 9332, - "pubtype": 45, - "p2shtype": 22, - "wiftype": 173, - "txfee": 100000, - "dust": 54600, - "segwit": false, - "required_confirmations": 1, - "avg_blocktime": 1200, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/191'" - }, - { - "coin": "MANA-ERC20", - "name": "mana_erc20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Decentraland MANA", - "links": { - "github": "https://github.com/decentraland", - "homepage": "https://decentraland.org" - } - }, - { - "coin": "MANA-BEP20", - "name": "mana_bep20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MANA-KRC20", - "name": "mana_krc20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MANA-PLG20", - "name": "mana_plg20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MASK-BEP20", - "name": "mask_bep20", - "fname": "Mask Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2eD9a5C8C13b93955103B9a7C167B67Ef4d568a3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MASK-ERC20", - "name": "mask_erc20", - "fname": "Mask Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MASK-PLG20", - "name": "mask_plg20", - "fname": "Mask Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MATICTEST", - "name": "matic testnet", - "fname": "Matic Testnet", - "is_testnet": true, - "rpcport": 80, - "chain_id": 80001, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MATIC", - "name": "matic", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 137, - "use_access_list": true, - "max_eth_tx_type": 2, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Polygon", - "links": { - "homepage": "https://polygon.technology/" - } - }, - { - "coin": "MATIC-BEP20", - "name": "matic_bep20", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xCC42724C6683B7E57334c4E856f4c9965ED682bD" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MATIC-ERC20", - "name": "matic_erc20", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Matic Token", - "links": { - "homepage": "https://polygon.technology/" - } - }, - { - "coin": "MATIC-HCO20", - "name": "matic_hco20", - "fname": "Polygon", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xdB11743fe8B129b49b11236E8a715004BDabe7e5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MATIC-KRC20", - "name": "matic_krc20", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x1B8e27ABA297466fc6765Ce55BD12A8E216759da" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MC-ERC20", - "name": "mc_erc20", - "fname": "Merit Circle", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MC-BEP20", - "name": "mc_bep20", - "fname": "Merit Circle", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MCL", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "MCL", - "fname": "Marmara Credit Loops", - "rpcport": 33825, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "MDX", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "MDX", - "fname": "Mandala", - "rpcport": 18482, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "links": { - "homepage": "https://mandala.exchange" - } - }, - { - "coin": "MINDS-ERC20", - "name": "minds_erc20", - "fname": "Minds", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB26631c6dda06aD89B93C71400D25692de89c068" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Minds Token", - "links": { - "homepage": "https://www.minds.com/" - } - }, - { - "coin": "MINU-BEP20", - "name": "minu_bep20", - "fname": "Minu", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xf48f91df403976060cC05dBbf8A0901b09fdeFd4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MIR-ERC20", - "name": "mir_erc20", - "fname": "Mirror Protocol", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x09a3EcAFa817268f77BE1283176B946C4ff2E608" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MIR-BEP20", - "name": "mir_bep20", - "fname": "Mirror Protocol", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5B6DcF557E2aBE2323c48445E8CC948910d8c2c9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-AVX20", - "name": "mkr_avx20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x88128fd4b259552A9A1D457f435a6527AAb72d42" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-BEP20", - "name": "mkr_bep20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-ERC20", - "name": "mkr_erc20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "MakerDAO", - "links": { - "github": "https://github.com/makerdao", - "homepage": "https://makerdao.com" - } - }, - { - "coin": "MKR-KRC20", - "name": "mkr_krc20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xdE81028C743f5304fe2cdEfac588f572d629a687" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-PLG20", - "name": "mkr_plg20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6f7C932e7684666C9fd1d44527765433e01fF61d" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MM-ERC20", - "name": "mm_erc20", - "fname": "Million", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Million", - "links": { - "homepage": "https://www.milliontoken.org" - } - }, - { - "coin": "MM-AVX20", - "name": "mm_avx20", - "fname": "Million", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x993163CaD35162fB579D7B64e6695cB076EF5064" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MM-BEP20", - "name": "mm_bep20", - "fname": "Million", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MM-MVR20", - "name": "mm_mvr20", - "fname": "Million", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MM-PLG20", - "name": "mm_plg20", - "fname": "Million", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MONA", - "name": "monacoin", - "fname": "MonaCoin", - "sign_message_prefix": "Monacoin Signed Message:\n", - "rpcport": 9402, - "pubtype": 50, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "mona", - "wallet_only": false, - "required_confirmations": 5, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/22'", - "trezor_coin": "Monacoin", - "links": { - "github": "https://github.com/monacoinproject/monacoin", - "homepage": "https://monacoin.org" - } - }, - { - "coin": "MONA-segwit", - "name": "monacoin", - "fname": "MonaCoin", - "sign_message_prefix": "Monacoin Signed Message:\n", - "rpcport": 9402, - "pubtype": 50, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "mona", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "MONA", - "required_confirmations": 5, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/22'", - "trezor_coin": "Monacoin", - "links": { - "github": "https://github.com/monacoinproject/monacoin", - "homepage": "https://monacoin.org" - } - }, - { - "coin": "MOR-ERC20", - "name": "mor_erc20", - "fname": "Morpheus", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xcBB8f1BDA10b9696c57E13BC128Fe674769DCEc0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MOR-ARB20", - "name": "mor_arb20", - "fname": "Morpheus", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "MOVR", - "name": "moonriver", - "fname": "Moonriver", - "rpcport": 80, - "chain_id": 1285, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Moonriver", - "links": { - "homepage": "https://moonbeam.network/networks/moonriver/" - }, - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_payment": 100000, - "eth_receiver_spend": 500000, - "eth_sender_refund": 500000 - } - }, - { - "coin": "GLMR", - "name": "moonbeam", - "fname": "Moonbeam", - "rpcport": 80, - "chain_id": 1284, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Moonbeam", - "links": { - "homepage": "https://moonbeam.network/networks/moonbeam/" - } - }, - { - "coin": "NAV", - "name": "navcoin", - "fname": "Navcoin", - "sign_message_prefix": "Navcoin Signed Message:\n", - "isPoS": 1, - "txversion": 3, - "confpath": "USERHOME/.navcoin4/navcoin.conf", - "rpcport": 44444, - "pubtype": 53, - "p2shtype": 85, - "wiftype": 150, - "txfee": 10000, - "required_confirmations": 10, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/130'" - }, - { - "coin": "NAV-BEP20", - "name": "nav_bep20", - "fname": "Navcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NEAR-BEP20", - "name": "near_bep20", - "fname": "NEAR Protocol", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "NENG", - "name": "nengcoin", - "fname": "Nengcoin", - "rpcport": 6376, - "pubtype": 53, - "p2shtype": 5, - "wiftype": 176, - "txfee": 200000, - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/681'" - }, - { - "coin": "NENG-BEP20", - "name": "neng_bep20", - "fname": "Nengcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xaD2c0B5ee5424C6b6f9C06E4fEF3FD7CD9FF0264" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NEXO-ERC20", - "name": "nexo_erc20", - "fname": "Nexo", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Nexo", - "links": { - "homepage": "http://nexo.io" - } - }, - { - "coin": "NEXO-KRC20", - "name": "nexo_krc20", - "fname": "Nexo", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xb7A18bd55e8E3E2262d7c8Ee7b4DD9B216Df0Faf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NEXO-PLG20", - "name": "nexo_plg20", - "fname": "Nexo", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "NINJA", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "NINJA", - "fname": "Ninja", - "rpcport": 8427, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "NMC", - "name": "namecoin", - "fname": "Namecoin", - "rpcport": 8336, - "pubtype": 52, - "p2shtype": 13, - "wiftype": 180, - "txfee": 0, - "segwit": true, - "bech32_hrp": "nc", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/7'", - "trezor_coin": "Namecoin", - "links": { - "github": "https://github.com/namecoin/namecoin-core", - "homepage": "https://namecoin.org" - } - }, - { - "coin": "NMC-segwit", - "name": "namecoin", - "fname": "Namecoin", - "rpcport": 8336, - "pubtype": 52, - "p2shtype": 13, - "wiftype": 180, - "txfee": 0, - "segwit": true, - "bech32_hrp": "nc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "NMC", - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/7'", - "trezor_coin": "Namecoin", - "links": { - "github": "https://github.com/namecoin/namecoin-core", - "homepage": "https://namecoin.org" - } - }, - { - "coin": "NVC", - "name": "novacoin", - "fname": "Novacoin", - "sign_message_prefix": "Novacoin Signed Message:\n", - "isPoS": 1, - "rpcport": 8344, - "pubtype": 8, - "p2shtype": 20, - "wiftype": 136, - "decimals": 6, - "txfee": 1000, - "dust": 10000, - "wallet_only": true, - "mature_confirmations": 500, - "required_confirmations": 1, - "avg_blocktime": 450, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/50'" - }, - { - "coin": "NVC-BEP20", - "name": "nvc_bep20", - "fname": "Novacoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBF84720097de111A80f46f9D077643967042841A" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "NVC-QRC20", - "name": "qtum", - "fname": "Novacoin", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xffb67c56c42b71144ae394dbfe298d863fbb3b9e" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "NZDS-ERC20", - "name": "nzds_erc20", - "fname": "NZD Stablecoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NZDS-PLG20", - "name": "nzds_plg20", - "fname": "NZD Stablecoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NYC", - "name": "newyorkcoin", - "fname": "NewYorkCoin", - "sign_message_prefix": "NewYorkCoin Signed Message:\n", - "rpcport": 22555, - "pubtype": 60, - "p2shtype": 22, - "wiftype": 188, - "segwit": false, - "txfee": 100000000, - "required_confirmations": 7, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/179'", - "links": { - "github": "https://github.com/NewYorkCoinNYC/newyorkcoin", - "homepage": "https://newyorkcoin.online" - } - }, - { - "coin": "NYC-BEP20", - "name": "nyc_bep20", - "fname": "NewYorkCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6c015277B0f9b8c24B20BD8BbbD29FDb25738A69" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OCEAN-BEP20", - "name": "ocean_bep20", - "fname": "Ocean Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OCEAN-ERC20", - "name": "ocean_erc20", - "fname": "Ocean Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Ocean Token", - "links": { - "github": "https://github.com/oceanprotocol", - "homepage": "https://oceanprotocol.com" - } - }, - { - "coin": "OCEAN-PLG20", - "name": "ocean_plg20", - "fname": "Ocean Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OM-ERC20", - "name": "om_erc20", - "fname": "MANTRA", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3593D125a4f7849a1B059E64F4517A86Dd60c95d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OM-BEP20", - "name": "om_bep20", - "fname": "MANTRA", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xF78D2e7936F5Fe18308A3B2951A93b6c4a41F5e2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "OM-PLG20", - "name": "om_plg20", - "fname": "MANTRA", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "OMG-ERC20", - "name": "omg_erc20", - "fname": "OMG Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "OmiseGO", - "links": { - "github": "https://github.com/omisego", - "homepage": "https://omg.omise.co" - } - }, - { - "coin": "OMG-PLG20", - "name": "omg_plg20", - "fname": "OMG Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ONE", - "name": "harmony", - "fname": "Harmony", - "rpcport": 80, - "chain_id": 1666600000, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ONT-BEP20", - "name": "ont_bep20", - "fname": "Ontology", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xFd7B3A77848f1C2D67E05E54d78d174a0C850335" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "PAX-ERC20", - "name": "pax_erc20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Paxos Standard (PAX)", - "links": { - "github": "https://github.com/paxosglobal", - "homepage": "https://www.paxos.com/standard" - } - }, - { - "coin": "PAX-BEP20", - "name": "pax_bep20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAX-KRC20", - "name": "pax_krc20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAX-PLG20", - "name": "pax_plg20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAXG-BEP20", - "name": "paxg_bep20", - "fname": "PAX Gold", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7950865a9140cB519342433146Ed5b40c6F210f7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAXG-ERC20", - "name": "paxg_erc20", - "fname": "PAX Gold", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x45804880De22913dAFE09f4980848ECE6EcbAf78" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Paxos Gold", - "links": { - "github": "https://github.com/paxosglobal/paxos-gold-contract", - "homepage": "https://www.paxos.com/paxgold" - } - }, - { - "coin": "PAXG-PLG20", - "name": "paxg_plg20", - "fname": "PAX Gold", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x553d3D295e0f695B9228246232eDF400ed3560B5" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "PEP", - "name": "pepecoin", - "fname": "Pepecoin", - "rpcport": 33873, - "pubtype": 56, - "p2shtype": 22, - "wiftype": 158, - "segwit": false, - "txfee": 1000000, - "sign_message_prefix": "Pepecoin Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/3434'", - "links": { - "github": "https://github.com/pepecoinppc/pepecoin", - "homepage": "https://pepecoin.org" - } - }, - { - "coin": "PENDLE-ARB20", - "name": "pendle_arb20", - "fname": "Pendle", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "PENDLE-ERC20", - "name": "pendle_erc20", - "fname": "Pendle", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x808507121B80c02388fAd14726482e061B8da827" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PENDLE-BEP20", - "name": "pendle_bep20", - "fname": "Pendle", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb3Ed0A426155B79B898849803E3B36552f7ED507" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PEPE-ERC20", - "name": "pepe_erc20", - "fname": "Pepe", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6982508145454Ce325dDbE47a25d4ec3d2311933" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://www.pepe.vip" - } - }, - { - "coin": "PEPE-BEP20", - "name": "pepe_bep20", - "fname": "Pepe", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://www.pepe.vip" - } - }, - { - "coin": "PEPE-ARB20", - "name": "pepe_arb20", - "fname": "Pepe", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://www.pepe.vip" - }, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "PINK", - "name": "pink", - "fname": "Pinkcoin", - "rpcport": 9135, - "isPoS": 1, - "pubtype": 3, - "p2shtype": 28, - "wiftype": 131, - "txfee": 10000, - "wallet_only": true, - "sign_message_prefix": "Pinkcoin Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/117'", - "links": { - "github": "https://github.com/Pink2Dev/Pink2", - "homepage": "https://getstarted.with.pink" - } - }, - { - "coin": "PIVX", - "name": "pivx", - "fname": "PIVX", - "sign_message_prefix": "DarkNet Signed Message:\n", - "rpcport": 51473, - "pubtype": 30, - "p2shtype": 13, - "wiftype": 212, - "txfee": 100000, - "dust": 5460, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/119'" - }, - { - "coin": "PND", - "name": "pandacoin", - "fname": "Pandacoin", - "isPoS": 1, - "rpcport": 22444, - "pubtype": 55, - "p2shtype": 22, - "wiftype": 183, - "decimals": 6, - "txfee": 10000000, - "dust": 1000000, - "segwit": true, - "bech32_hrp": "pn", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/37'" - }, - { - "coin": "POT", - "name": "potcoin", - "fname": "PotCoin", - "sign_message_prefix": "Potcoin Signed Message:\n", - "isPoSV": 1, - "rpcport": 42000, - "pubtype": 55, - "p2shtype": 5, - "wiftype": 183, - "txversion": 4, - "txfee": 100000, - "dust": 100000, - "wallet_only": true, - "mature_confirmations": 240, - "required_confirmations": 5, - "avg_blocktime": 40, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/81'" - }, - { - "coin": "POT-ERC20", - "name": "pot_erc20", - "fname": "PotCoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "POT-PLG20", - "name": "pot_plg20", - "fname": "PotCoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "POWR-ERC20", - "name": "powr_erc20", - "fname": "Power Ledger", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "PowerLedger", - "links": { - "homepage": "https://powerledger.io" - } - }, - { - "coin": "POWR-PLG20", - "name": "powr_plg20", - "fname": "Power Ledger", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PPC", - "name": "peercoin", - "fname": "Peercoin", - "isPoS": 1, - "rpcport": 9902, - "pubtype": 55, - "p2shtype": 117, - "wiftype": 183, - "decimals": 6, - "txfee": 0, - "dust": 10000, - "segwit": true, - "bech32_hrp": "pc", - "required_confirmations": 1, - "avg_blocktime": 510, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/6'", - "trezor_coin": "Peercoin", - "links": { - "github": "https://github.com/peercoin/peercoin", - "homepage": "https://peercoin.net" - } - }, - { - "coin": "PPC-ERC20", - "name": "ppc_erc20", - "fname": "Peercoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x044d078F1c86508e13328842Cc75AC021B272958" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PPC-PLG20", - "name": "ppc_plg20", - "fname": "Peercoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x91E7E32C710661C44ae44D10Aa86135d91C3Ed65" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PRCY", - "name": "prcy", - "fname": "PRivaCY Coin", - "rpcport": 59683, - "pubtype": 55, - "p2shtype": 61, - "wiftype": 28, - "txfee": 0, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/853'" - }, - { - "coin": "PRCY-BEP20", - "name": "prcy_bep20", - "fname": "PRivaCY Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PRCY-ERC20", - "name": "prcy_erc20", - "fname": "PRivaCY Coin", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 8, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PRCY-PLG20", - "name": "prcy_plg20", - "fname": "PRivaCY Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PYR-ERC20", - "name": "pyr_erc20", - "fname": "Vulcan Forged", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PYR-PLG20", - "name": "pyr_plg20", - "fname": "Vulcan Forged", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "SHIB-BEP20", - "name": "shib_bep20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2859e4544C4bB03966803b044A93563Bd2D0DD4D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SHIB-ERC20", - "name": "shib_erc20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SHIBA INU", - "links": { - "homepage": "https://shibatoken.com" - } - }, - { - "coin": "SHIB-KRC20", - "name": "shib_krc20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x73b6086955c820370A18002F60E9b51FB67d7e1A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SHIB-PLG20", - "name": "shib_plg20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "QC-QRC20", - "name": "qtum", - "fname": "Qcash", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xf2033ede578e17fa6231047265010445bca8cf1c" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QIAIR-QRC20", - "name": "qtum", - "fname": "Qi Airdrop Token", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QI-QRC20", - "name": "qtum", - "fname": "Qi Swap", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x54fefdb5b31164f66ddb68becd7bdd864cacd65b" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QKC-BEP20", - "name": "qkc_bep20", - "fname": "QuarkChain", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA1434F1FC3F437fa33F7a781E041961C0205B5Da" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "QKC-ERC20", - "name": "qkc_erc20", - "fname": "QuarkChain", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "QuarkChain", - "links": { - "homepage": "https://quarkchain.io" - } - }, - { - "coin": "QNT-ERC20", - "name": "qnt_erc20", - "fname": "Quant", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4a220E6096B25EADb88358cb44068A3248254675" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Quant", - "links": { - "github": "https://github.com/quantnetwork", - "homepage": "https://www.quant.network/" - } - }, - { - "coin": "QNT-KRC20", - "name": "qnt_krc20", - "fname": "Quant", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x791630C11c7159A748d8c2267a66780B3DDC40a7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "QRC20", - "fname": "QRC20", - "pubtype": 120, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "is_testnet": true, - "mature_confirmations": 2000, - "required_confirmations": 1, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "tQTUM", - "contract_address": "0xd362e096e873eb7907e205fadc6175c6fec7bc44" - } - } - }, - { - "coin": "QTUM", - "name": "qtum", - "fname": "Qtum", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "qc", - "txfee": 400000, - "dust": 72800, - "sign_message_prefix": "Qtum Signed Message:\n", - "force_min_relay_fee": true, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QTUM" - }, - "derivation_path": "m/44'/2301'", - "trezor_coin": "Qtum", - "links": { - "github": "https://github.com/qtumproject/qtum", - "homepage": "https://qtum.org" - } - }, - { - "coin": "QTUM-ERC20", - "name": "qtum_erc20", - "fname": "Qtum", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3103dF8F05c4D8aF16fD22AE63E406b97FeC6938" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Qtum", - "links": { - "github": "https://github.com/qtumproject", - "homepage": "https://qtum.org/" - } - }, - { - "coin": "tQTUM", - "name": "qtumtest", - "fname": "QTUM Testnet", - "is_testnet": true, - "rpcport": 13889, - "pubtype": 120, - "p2shtype": 110, - "wiftype": 239, - "segwit": true, - "bech32_hrp": "tq", - "txfee": 400000, - "required_confirmations": 1, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QTUM" - } - }, - { - "coin": "RAPH", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "RAPH", - "fname": "Raphael", - "rpcport": 30261, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "RDD", - "name": "reddcoin", - "fname": "ReddCoin", - "sign_message_prefix": "Reddcoin Signed Message:\n", - "isPoSV": 1, - "rpcport": 45443, - "pubtype": 61, - "p2shtype": 5, - "wiftype": 189, - "txversion": 2, - "txfee": 100000, - "dust": 100000, - "segwit": false, - "wallet_only": true, - "mature_confirmations": 30, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/4'", - "trezor_coin": "Reddcoin", - "links": { - "github": "https://github.com/reddcoin-project/reddcoin", - "homepage": "https://reddcoin.com" - } - }, - { - "coin": "REN-ERC20", - "name": "ren_erc20", - "fname": "Ren", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x408e41876cCCDC0F92210600ef50372656052a38" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Republic Token", - "links": { - "github": "https://github.com/renproject", - "homepage": "https://renproject.io/" - } - }, - { - "coin": "REN-HCO20", - "name": "ren_hco20", - "fname": "Ren", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x212208bcc81F3a2D0188afF76A2d39351eb53b96" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "REP-ERC20", - "name": "rep_erc20", - "fname": "Augur", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x221657776846890989a759BA2973e427DfF5C9bB" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Augur", - "links": { - "homepage": "https://augur.net" - } - }, - { - "coin": "REQ-ERC20", - "name": "req_erc20", - "fname": "Request", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "REQ-PLG20", - "name": "req_plg20", - "fname": "Request", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "RIC", - "name": "riecoin", - "fname": "Riecoin", - "sign_message_prefix": "Riecoin Signed Message:\n", - "rpcport": 28332, - "pubtype": 60, - "p2shtype": 65, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "ric", - "txfee": 10000, - "wallet_only": false, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/143'" - }, - { - "coin": "RIC-segwit", - "name": "riecoin", - "fname": "Riecoin", - "sign_message_prefix": "Riecoin Signed Message:\n", - "rpcport": 28332, - "pubtype": 60, - "p2shtype": 65, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "ric", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "RIC", - "txfee": 10000, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/143'" - }, - { - "coin": "RIC-BEP20", - "name": "ric_bep20", - "fname": "Riecoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOC", - "asset": "DOC", - "fname": "DOC", - "rpcport": 62415, - "txversion": 4, - "overwintered": 1, - "sign_message_prefix": "Komodo Signed Message:\n", - "is_testnet": true, - "required_confirmations": 1, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "MARTY", - "asset": "MARTY", - "fname": "MARTY", - "rpcport": 52592, - "txversion": 4, - "overwintered": 1, - "sign_message_prefix": "Komodo Signed Message:\n", - "is_testnet": true, - "required_confirmations": 1, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "RLC-ERC20", - "name": "rlc_erc20", - "fname": "iExec RLC", - "rpcport": 80, - "chain_id": 1, - "decimals": 9, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x607F4C5BB672230e8672085532f7e901544a7375" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "IEx.ec", - "links": { - "homepage": "http://iex.ec/" - } - }, - { - "coin": "RLC-PLG20", - "name": "rlc_plg20", - "fname": "iExec RLC", - "rpcport": 80, - "chain_id": 137, - "decimals": 9, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RNDR-ERC20", - "name": "rndr_erc20", - "fname": "Render", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RNDR-PLG20", - "name": "rndr_plg20", - "fname": "Render", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x61299774020dA444Af134c82fa83E3810b309991" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "RPL-ERC20", - "name": "rpl_erc20", - "fname": "Rocket Pool", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xD33526068D116cE69F19A9ee46F0bd304F21A51f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RSR-ERC20", - "name": "rsr_erc20", - "fname": "Reserve Rights", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x320623b8E4fF03373931769A31Fc52A4E78B5d70" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Reserve Rights", - "links": { - "github": "https://github.com/reserve-protocol/rsr-mainnet", - "homepage": "https://reserve.org" - } - }, - { - "coin": "RTM", - "name": "raptoreum", - "fname": "Raptoreum", - "rpcport": 9998, - "pubtype": 60, - "p2shtype": 16, - "wiftype": 128, - "txfee": 1000, - "confpath": "USERHOME/.raptoreumcore/raptoreum.conf", - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/10226'" - }, - { - "coin": "GRR", - "name": "ghostridercoin", - "fname": "Ghostridercoin", - "rpcport": 15420, - "pubtype": 38, - "p2shtype": 16, - "wiftype": 128, - "txfee": 1000, - "confpath": "USERHOME/.grcoincore/grcoin.conf", - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/10226'" - }, - { - "coin": "RTM-BEP20", - "name": "rtm_bep20", - "fname": "Raptoreum", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xF7C71cab11E3694638Bb9A106E0F430565BD15F1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RVN", - "name": "raven", - "fname": "RavenCoin", - "sign_message_prefix": "Raven Signed Message:\n", - "rpcport": 8766, - "pubtype": 60, - "p2shtype": 122, - "wiftype": 128, - "segwit": true, - "txfee": 1100000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/175'", - "trezor_coin": "Ravencoin", - "links": { - "github": "https://github.com/RavenProject/Ravencoin", - "homepage": "https://ravencoin.org" - } - }, - { - "coin": "SAND-ERC20", - "name": "sand_erc20", - "fname": "The Sandbox", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SAND-BEP20", - "name": "sand_bep20", - "fname": "The Sandbox", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x67b725d7e342d7B611fa85e859Df9697D9378B2e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SAND-PLG20", - "name": "sand_plg20", - "fname": "The Sandbox", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SCRT-BEP20", - "name": "scrt_bep20", - "fname": "Secret", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SIGNA-BEP20", - "name": "signa_bep20", - "fname": "Signum", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7b0E7E40eE4672599F7095D1DdD730b0805195BA" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SNX-AVX20", - "name": "snx_avx20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xBeC243C995409E6520D7C41E404da5dEba4b209B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-BEP20", - "name": "snx_bep20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9Ac983826058b8a9C7Aa1C9171441191232E8404" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-ERC20", - "name": "snx_erc20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Synthetix Network Token", - "links": { - "github": "https://github.com/havven/havven", - "homepage": "https://synthetix.io" - } - }, - { - "coin": "SNX-FTM20", - "name": "snx_ftm20", - "fname": "Synthetix", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-KRC20", - "name": "snx_krc20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x31965b5c9c55f5579eb49F4b3AcC59aA10a7B98E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-PLG20", - "name": "snx_plg20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SOL-BEP20", - "name": "sol_bep20", - "fname": "Solana", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x570A5D26f7765Ecb712C0924E4De545B89fD43dF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SOL-PLG20", - "name": "sol_plg20", - "fname": "Solana", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SOLVE-ERC20", - "name": "solve_erc20", - "fname": "SOLVE", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x446C9033E7516D820cc9a2ce2d0B7328b579406F" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SPACECOIN", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "SPACE", - "fname": "Spacecoin", - "rpcport": 35593, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 6, - "requires_notarization": false, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "SPACE-ARB20", - "name": "space_arb20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "SPACE-AVX20", - "name": "space_avx20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SPACE-BEP20", - "name": "space_bep20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9E1170c12FDDd3B00FEc42ddF4C942565D9Be577" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SPACE-FTM20", - "name": "space_ftm20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x5f7F94a1dd7b15594d17543BEB8B30b111DD464c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SPACE-PLG20_OLD", - "name": "space_plg20_old", - "fname": "Space Token (OLD)", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SPACE-PLG20", - "name": "space_plg20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SRM-ERC20", - "name": "srm_erc20", - "fname": "Serum", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x476c5E26a75bd202a9683ffD34359C0CC15be0fF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SRM-PLG20", - "name": "srm_plg20", - "fname": "Serum", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-AVX20", - "name": "sushi_avx20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-BEP20", - "name": "sushi_bep20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x947950BcC74888a40Ffa2593C5798F11Fc9124C4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-ERC20", - "name": "sushi_erc20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SushiToken", - "links": { - "github": "https://github.com/sushiswap", - "homepage": "https://sushiswapclassic.org/" - } - }, - { - "coin": "SUSHI-FTM20", - "name": "sushi_ftm20", - "fname": "Sushi", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-KRC20", - "name": "sushi_krc20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xE0a60890BB7F9250089455620063fb6fe4DC159a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-MVR20", - "name": "sushi_mvr20", - "fname": "Sushi", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-PLG20", - "name": "sushi_plg20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SWAP-BEP20", - "name": "swap_bep20", - "fname": "SafeSwap", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xe56a473043EaAB7947c0a2408cEA623074500EE3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SXP-BEP20", - "name": "sxp_bep20", - "fname": "Swipe", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SXP-ERC20", - "name": "sxp_erc20", - "fname": "Swipe", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SBCH", - "name": "smartbch", - "fname": "SmartBCH", - "rpcport": 80, - "alias_ticker": "BCH", - "chain_id": 10000, - "required_confirmations": 3, - "avg_blocktime": 6, - "protocol": { - "type": "ETH" - } - }, - { - "coin": "SYN-ERC20", - "name": "syn_erc20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-BEP20", - "name": "syn_bep20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xa4080f1778e69467E905B8d6F72f6e441f9e9484" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-PLG20", - "name": "syn_plg20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SYN-AVX20", - "name": "syn_avx20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x1f1E7c893855525b303f99bDF5c3c05Be09ca251" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-FTM20", - "name": "syn_ftm20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0xE55e19Fb4F2D85af758950957714292DAC1e25B2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYS", - "name": "syscoin", - "fname": "Syscoin", - "sign_message_prefix": "Syscoin Signed Message:\n", - "rpcport": 8370, - "pubtype": 63, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 1820, - "segwit": true, - "bech32_hrp": "sys", - "required_confirmations": 5, - "avg_blocktime": 60, - "wallet_only": false, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/57'", - "trezor_coin": "Syscoin", - "links": { - "github": "https://github.com/syscoin/syscoin", - "homepage": "https://syscoin.org" - } - }, - { - "coin": "SYS-segwit", - "name": "syscoin", - "fname": "Syscoin", - "sign_message_prefix": "Syscoin Signed Message:\n", - "rpcport": 8370, - "pubtype": 63, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 1820, - "segwit": true, - "bech32_hrp": "sys", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "SYS", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/57'", - "trezor_coin": "Syscoin", - "links": { - "github": "https://github.com/syscoin/syscoin", - "homepage": "https://syscoin.org" - } - }, - { - "coin": "TAMA-ERC20", - "name": "tama_erc20", - "fname": "Tamadoge", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x12b6893cE26Ea6341919FE289212ef77e51688c8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TAZ-BEP20", - "name": "taz_bep20", - "fname": "Taz", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x83BC92dcfC1F62Ba5dbd0f3537032f83a004300A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TBTC-ERC20", - "name": "tbtc_erc20", - "fname": "tBTC", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x18084fbA666a33d37592fA2633fD49a74DD93a88" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TBTC-PLG20", - "name": "tbtc_plg20", - "fname": "tBTC", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TESTBTC", - "name": "tbitcoin", - "fname": "Bitcoin Testnet", - "rpcport": 18332, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "segwit": true, - "bech32_hrp": "tb", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "is_testnet": true, - "required_confirmations": 0, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1'" - }, - { - "coin": "TESTBTC-segwit", - "name": "tbitcoin", - "fname": "Bitcoin Testnet", - "rpcport": 18332, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "segwit": true, - "bech32_hrp": "tb", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "tBTC", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "is_testnet": true, - "required_confirmations": 0, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/84'/1'" - }, - { - "coin": "TEL-ERC20", - "name": "tel_erc20", - "fname": "Telcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x467Bccd9d29f223BcE8043b84E8C8B282827790F" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TEL-KRC20", - "name": "tel_krc20", - "fname": "Telcoin", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x621C1E8610e4B9b7fc9F043203C008EDe52E92F5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TEL-PLG20", - "name": "tel_plg20", - "fname": "Telcoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 2, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TFT-BEP20", - "name": "tft_bep20", - "fname": "ThreeFold", - "rpcport": 80, - "chain_id": 56, - "decimals": 7, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8f0FB159380176D324542b3a7933F0C2Fd0c2bbf" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "THC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "THC", - "fname": "HempCoin", - "rpcport": 36790, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "THC-BEP20", - "name": "thc_bep20", - "fname": "HempCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TKL", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "TOKEL", - "fname": "Tokel", - "rpcport": 29405, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "TON-ERC20", - "name": "ton_erc20", - "fname": "Toncoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 9, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TON-BEP20", - "name": "ton_bep20", - "fname": "Toncoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 9, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x76A797A59Ba2C17726896976B7B3747BfD1d220f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TRC", - "name": "terracoin", - "fname": "Terracoin", - "confpath": "USERHOME/.terracoincore/terracoin.conf", - "rpcport": 13332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 5460, - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/83'" - }, - { - "coin": "TRX-BEP20_OLD", - "name": "trx_bep20_old", - "fname": "TRON (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TRX-BEP20", - "name": "trx_bep20", - "fname": "TRON", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TRYB-AVX20", - "name": "tryb_avx20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x564A341Df6C126f90cf3ECB92120FD7190ACb401" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "TRYB-BEP20", - "name": "tryb_bep20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xC1fdbed7Dac39caE2CcC0748f7a80dC446F6a594" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TRYB-PLG20", - "name": "tryb_plg20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x4Fb71290Ac171E1d144F7221D882BECAc7196EB5" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TRYB-ERC20", - "name": "tryb_erc20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2C537E5624e4af88A7ae4060C022609376C8D0EB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-BEP20", - "name": "tusd_bep20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x40af3827F39D0EAcBF4A168f8D4ee67c121D11c9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-ERC20", - "name": "tusd_erc20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0000000000085d4780B73119b644AE5ecd22b376" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "TrueUSD", - "links": { - "github": "https://github.com/trusttoken", - "homepage": "https://www.trusttoken.com" - } - }, - { - "coin": "TUSD-AVX20", - "name": "tusd_avx20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-FTM20", - "name": "tusd_ftm20", - "fname": "TrueUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x9879aBDea01a879644185341F7aF7d8343556B7a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-HCO20", - "name": "tusd_hco20", - "fname": "TrueUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x5eE41aB6edd38cDfB9f6B4e6Cf7F75c87E170d98" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-KRC20", - "name": "tusd_krc20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xD17027b85Abf02721F953EE528721A980fa58941" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-PLG20", - "name": "tusd_plg20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2e1AD108fF1D8C782fcBbB89AAd783aC49586756" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TWT-BEP20", - "name": "twt_bep20", - "fname": "Trust Wallet", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4B0F1812e5Df2A09796481Ff14017e6005508003" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UBT-ERC20", - "name": "ubt_erc20", - "fname": "Unibright", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Unibright", - "links": { - "homepage": "https://unibright.io" - } - }, - { - "coin": "UBT-PLG20", - "name": "ubt_plg20", - "fname": "Unibright", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7FBc10850caE055B27039aF31bD258430e714c62" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UIS", - "name": "unitus", - "fname": "Unitus", - "sign_message_prefix": "Unitus Signed Message:\n", - "rpcport": 50604, - "pubtype": 68, - "p2shtype": 10, - "wiftype": 132, - "txfee": 2000000, - "dust": 6000000, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/723'", - "links": { - "github": "https://github.com/unitusdev/unitus", - "homepage": "https://unituscurrency.com" - } - }, - { - "coin": "UMA-AVX20", - "name": "uma_avx20", - "fname": "UMA", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UMA-ERC20", - "name": "uma_erc20", - "fname": "UMA", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UMA-PLG20", - "name": "uma_plg20", - "fname": "UMA", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x3066818837c5e6eD6601bd5a91B0762877A6B731" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-AVX20", - "name": "uni_avx20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-ERC20", - "name": "uni_erc20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Uniswap", - "links": { - "homepage": "https://uniswap.org/" - } - }, - { - "coin": "UNI-BEP20", - "name": "uni_bep20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBf5140A22578168FD562DCcF235E5D43A02ce9B1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-HCO20", - "name": "uni_hco20", - "fname": "Uniswap", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x22C54cE8321A4015740eE1109D9cBc25815C46E6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-KRC20", - "name": "uni_krc20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xEe58E4D62b10A92dB1089d4D040B759C28aE16Cd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-PLG20", - "name": "uni_plg20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "UNO", - "name": "unobtanium", - "fname": "Unobtanium", - "sign_message_prefix": "Unobtanium Signed Message:\n", - "rpcport": 65535, - "pubtype": 130, - "p2shtype": 30, - "wiftype": 224, - "txfee": 0, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/92'", - "trezor_coin": "Unobtanium", - "links": { - "github": "https://github.com/unobtanium-official/unobtanium", - "homepage": "https://unobtanium.uno" - } - }, - { - "coin": "USDC-ARB20", - "name": "usdc_arb20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 42161, - "decimals": 6, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "USDC-AVX20", - "name": "usdc_avx20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-AVX20_OLD", - "name": "usdc_avx20_old", - "fname": "USD Coin (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-ERC20", - "name": "usdc_erc20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "USD//Coin", - "links": { - "github": "https://github.com/centrehq/centre-tokens", - "homepage": "https://www.centre.io" - } - }, - { - "coin": "USDC-BEP20", - "name": "usdc_bep20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDC-FTM20", - "name": "usdc_ftm20", - "fname": "USD Coin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x04068DA6C83AFCFA0e13ba15A6696662335D5B75" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-HCO20", - "name": "usdc_hco20", - "fname": "USD Coin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "avg_blocktime": 3, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x9362Bbef4B8313A8Aa9f0c9808B80577Aa26B73B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-KRC20", - "name": "usdc_krc20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 321, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-MVR20", - "name": "usdc_mvr20", - "fname": "USD Coin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-PLG20", - "name": "usdc_plg20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDC-PLG20_OLD", - "name": "usdc_plg20_old", - "fname": "USD Coin (OLD)", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDD-BEP20", - "name": "usdd_bep20", - "fname": "USDD", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd17479997F34dd9156Deef8F95A52D81D265be9c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDD-ERC20", - "name": "usdd_erc20", - "fname": "USDD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-MVR20", - "name": "usdt_mvr20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-FTM20", - "name": "usdt_ftm20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x049d68029688eAbF473097a2fC38ef61633A3C7A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-HCO20", - "name": "usdt_hco20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xa71EdC38d189767582C38A3145b5873052c3e47a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-KRC20", - "name": "usdt_krc20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 321, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-PLG20", - "name": "usdt_plg20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDT-ARB20", - "name": "usdt_arb20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 42161, - "decimals": 6, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "USDT-AVX20", - "name": "usdt_avx20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "USDT-AVX20_OLD", - "name": "usdt_avx20_old", - "fname": "Tether (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-BEP20", - "name": "usdt_bep20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x55d398326f99059fF775485246999027B3197955" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDT-ERC20", - "name": "usdt_erc20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "USD Tether (erc20)", - "links": { - "homepage": "https://tether.to" - } - }, - { - "coin": "vARRR", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "vARRR", - "fname": "vARRR", - "rpcport": 20778, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 6, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "vDEX", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "vDEX", - "fname": "vDEX", - "rpcport": 21778, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 6, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "VAL", - "name": "validity", - "fname": "Validity", - "sign_message_prefix": "radium Signed Message:\n", - "confpath": "USERHOME/.Validity/validity.conf", - "isPoS": 1, - "rpcport": 27914, - "pubtype": 76, - "p2shtype": 58, - "wiftype": 121, - "txfee": 100000, - "dust": 300000, - "required_confirmations": 5, - "avg_blocktime": 60, - "mature_confirmations": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/634'", - "links": { - "github": "https://github.com/RadiumCore/Validity", - "homepage": "https://validitytech.com" - } - }, - { - "coin": "VET-BEP20", - "name": "vet_bep20", - "fname": "VeChain", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "VRA-ERC20", - "name": "vra_erc20", - "fname": "Verasity", - "rpcport": 80, - "required_confirmations": 3, - "avg_blocktime": 15, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xF411903cbC70a74d22900a5DE66A2dda66507255" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "VGX-ERC20", - "name": "vgx_erc20", - "fname": "Voyager", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "VGX-PLG20", - "name": "vgx_plg20", - "fname": "Voyager", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "VIA", - "name": "viacoin", - "fname": "Viacoin", - "sign_message_prefix": "Viacoin Signed Message:\n", - "rpcport": 5222, - "pubtype": 71, - "p2shtype": 33, - "wiftype": 199, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 7, - "mature_confirmations": 3600, - "avg_blocktime": 24, - "segwit": true, - "bech32_hrp": "via", - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/14'", - "trezor_coin": "Viacoin", - "links": { - "github": "https://github.com/viacoin", - "homepage": "https://viacoin.org" - } - }, - { - "coin": "VIA-segwit", - "name": "viacoin", - "fname": "Viacoin", - "sign_message_prefix": "Viacoin Signed Message:\n", - "rpcport": 5222, - "pubtype": 71, - "p2shtype": 33, - "wiftype": 199, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 7, - "mature_confirmations": 3600, - "avg_blocktime": 24, - "segwit": true, - "bech32_hrp": "via", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "VIA", - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/14'", - "trezor_coin": "Viacoin", - "links": { - "github": "https://github.com/viacoin", - "homepage": "https://viacoin.org" - } - }, - { - "coin": "VITE-BEP20", - "name": "vite_bep20", - "fname": "Vite", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2794DAD4077602eD25A88d03781528D1637898B4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "VRSC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "VRSC", - "fname": "Verus Coin", - "rpcport": 27486, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "GRMS", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "GRMS", - "fname": "GRMS", - "rpcport": 21687, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "VPRM", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "VPRM", - "fname": "Vaporum", - "rpcport": 51609, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "VTC", - "name": "vertcoin", - "fname": "Vertcoin", - "sign_message_prefix": "Vertcoin Signed Message:\n", - "rpcport": 5888, - "pubtype": 71, - "p2shtype": 5, - "wiftype": 128, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "vtc", - "wallet_only": false, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/28'", - "trezor_coin": "Vertcoin", - "links": { - "github": "https://github.com/vertcoin-project/vertcoin-core", - "homepage": "https://vertcoin.org" - } - }, - { - "coin": "VTC-segwit", - "name": "vertcoin", - "fname": "Vertcoin", - "sign_message_prefix": "Vertcoin Signed Message:\n", - "rpcport": 5888, - "pubtype": 71, - "p2shtype": 5, - "wiftype": 128, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "vtc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "VTC", - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/28'", - "trezor_coin": "Vertcoin", - "links": { - "github": "https://github.com/vertcoin-project/vertcoin-core", - "homepage": "https://vertcoin.org" - } - }, - { - "coin": "WAF", - "name": "waifu", - "fname": "Waifu", - "rpcport": 18332, - "pubtype": 73, - "p2shtype": 22, - "wiftype": 158, - "segwit": true, - "bech32_hrp": "waf", - "txfee": 1000, - "sign_message_prefix": "Waifu Signed Message:\n", - "required_confirmations": 4, - "avg_blocktime": 210, - "protocol": { - "type": "UTXO" - }, - "links": { - "github": "https://github.com/waifu-core/waifu-core" - } - }, - { - "coin": "WAVES-BEP20", - "name": "waves_bep20", - "fname": "Waves", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xFC3E14af0f0c2129a84Cc013D48C70D682902874" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WBTC-ERC20", - "name": "wbtc_erc20", - "fname": "Wrapped Bitcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Wrapped Bitcoin", - "links": { - "github": "https://github.com/WrappedBTC", - "homepage": "https://wbtc.network" - } - }, - { - "coin": "WBTC-PLG20", - "name": "wbtc_plg20", - "fname": "Wrapped Bitcoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "WLD-ERC20", - "name": "wld_erc20", - "fname": "Worldcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x163f8C2467924be0ae7B5347228CABF260318753" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-ERC20", - "name": "woo_erc20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-ARB20", - "name": "woo_arb20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "WOO-AVX20", - "name": "woo_avx20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xaBC9547B534519fF73921b1FBA6E672b5f58D083" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-BEP20", - "name": "woo_bep20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-FTM20", - "name": "woo_ftm20", - "fname": "WOO Network", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-PLG20", - "name": "woo_plg20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XCN-ERC20", - "name": "xcn_erc20", - "fname": "Onyxcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XCN-BEP20", - "name": "xcn_bep20", - "fname": "Onyxcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XEP-segwit", - "name": "xep", - "fname": "Electra Protocol", - "sign_message_prefix": "XEP Signed Message:\n", - "rpcport": 16816, - "pubtype": 55, - "p2shtype": 137, - "wiftype": 162, - "txversion": 2, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "signature_version": "witness_v0", - "bech32_hrp": "ep", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "XEP", - "required_confirmations": 4, - "avg_blocktime": 80, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/597'" - }, - { - "coin": "XEP-BEP20", - "name": "xep_bep20", - "fname": "Electra Protocol", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XIDR-ERC20", - "name": "xidr_erc20", - "fname": "StraitsX Indonesian Rupiah", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XIDR-PLG20", - "name": "xidr_plg20", - "fname": "StraitsX Indonesian Rupiah", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XLM-BEP20", - "name": "xlm_bep20", - "fname": "Stellar", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XMY", - "name": "myriadcoin", - "fname": "Myriad", - "sign_message_prefix": "Myriadcoin Signed Message:\n", - "rpcport": 8332, - "pubtype": 50, - "p2shtype": 9, - "wiftype": 178, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "my", - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 240, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/90'" - }, - { - "coin": "XMY-segwit", - "name": "myriadcoin", - "fname": "Myriad", - "sign_message_prefix": "Myriadcoin Signed Message:\n", - "rpcport": 8332, - "pubtype": 50, - "p2shtype": 9, - "wiftype": 178, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "my", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "XMY", - "required_confirmations": 3, - "avg_blocktime": 240, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/90'" - }, - { - "coin": "XNA", - "name": "neurai", - "fname": "Neurai", - "sign_message_prefix": "Neurai Signed Message:\n", - "rpcport": 19001, - "pubtype": 53, - "p2shtype": 117, - "wiftype": 128, - "segwit": true, - "txfee": 1000000, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1900'", - "links": { - "github": "https://github.com/NeuraiProject/Neurai", - "homepage": "https://neurai.org" - } - }, - { - "coin": "XPM", - "name": "primecoin", - "fname": "Primecoin", - "rpcport": 8332, - "pubtype": 23, - "p2shtype": 83, - "wiftype": 151, - "txfee": 0, - "dust": 1000000, - "wallet_only": true, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/24'", - "trezor_coin": "Primecoin", - "links": { - "github": "https://github.com/primecoin/primecoin", - "homepage": "https://primecoin.io" - } - }, - { - "coin": "XRG", - "name": "ergon", - "fname": "Ergon", - "rpcport": 2137, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "ergon" - }, - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2137'" - }, - { - "coin": "XRP-BEP20", - "name": "xrp_bep20", - "fname": "XRP", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XRP-ERC20", - "name": "xrp_erc20", - "fname": "XRP", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XSGD-ERC20", - "name": "xsgd_erc20", - "fname": "StraitsX Singapore Dollar", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Singapore-Dollar Backed Stablecoin", - "links": { - "github": "https://github.com/Xfers/StraitsX-tokens", - "homepage": "https://xfers.com/sg/stablecoin" - } - }, - { - "coin": "XSGD-PLG20", - "name": "xsgd_plg20", - "fname": "StraitsX Singapore Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XTZ-BEP20", - "name": "xtz_bep20", - "fname": "Tezos", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XVC", - "name": "vanillacash", - "fname": "VanillaCash", - "sign_message_prefix": "Vanillacash Signed Message:\n", - "isPoS": 1, - "rpcport": 48888, - "pubtype": 18, - "p2shtype": 30, - "wiftype": 181, - "txfee": 1000, - "dust": 10000, - "required_confirmations": 4, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/724'", - "links": { - "github": "https://github.com/WikiMin3R/Vanillacash", - "homepage": "https://vanillacash.org" - } - }, - { - "coin": "XVC-BEP20", - "name": "xvc_bep20", - "fname": "VanillaCash", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XVC-QRC20", - "name": "qtum", - "fname": "VanillaCash", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "XVG", - "name": "VERGE", - "fname": "Verge", - "isPoS": 1, - "sign_message_prefix": "VERGE Signed Message:\n", - "rpcport": 20102, - "pubtype": 30, - "p2shtype": 33, - "wiftype": 158, - "decimals": 6, - "segwit": true, - "bech32_hrp": "vg", - "txfee": 400000, - "dust": 400000, - "force_min_relay_fee": true, - "required_confirmations": 10, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/77'" - }, - { - "coin": "XVS-BEP20", - "name": "xvs_bep20", - "fname": "Venus", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "YFI-AVX20", - "name": "yfi_avx20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFI-BEP20", - "name": "yfi_bep20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "YFI-ERC20", - "name": "yfi_erc20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "yearn.finance", - "links": { - "github": "https://github.com/iearn-finance", - "homepage": "https://yearn.finance/" - } - }, - { - "coin": "YFI-FTM20", - "name": "yfi_ftm20", - "fname": "yearn.finance", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x29b0Da86e484E1C0029B56e817912d778aC0EC69" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFI-KRC20", - "name": "yfi_krc20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFI-PLG20", - "name": "yfi_plg20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "YFII-BEP20", - "name": "yfii_bep20", - "fname": "DFI.Money", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFII-ERC20", - "name": "yfii_erc20", - "fname": "DFI.Money", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "YFII.finance", - "links": { - "github": "https://github.com/yfii/vault", - "homepage": "https://dfi.money/" - } - }, - { - "coin": "ZEC", - "name": "zcash", - "fname": "Zcash", - "sign_message_prefix": "Zcash Signed Message:\n", - "rpcport": 8232, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "segwit": true, - "txversion": 4, - "overwintered": 1, - "version_group_id": "0x892f2085", - "consensus_branch_id": "0xc8e71055", - "txfee": 100000, - "required_confirmations": 3, - "avg_blocktime": 75, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/133'", - "trezor_coin": "Zcash", - "links": { - "github": "https://github.com/zcash/zcash", - "homepage": "https://z.cash" - } - }, - { - "coin": "ZER", - "name": "zero", - "fname": "Zero", - "rpcport": 23811, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "txversion": 4, - "overwintered": 1, - "version_group_id": "0x892f2085", - "consensus_branch_id": "0x7361707a", - "txfee": 1000, - "required_confirmations": 4, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/323'" - }, - { - "coin": "ZER-BEP20", - "name": "zer_bep20", - "fname": "Zero", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ZET", - "name": "zetacoin", - "fname": "Zetacoin", - "sign_message_prefix": "Zetacoin Signed Message:\n", - "isPoS": 1, - "rpcport": 22014, - "pubtype": 20, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "mature_confirmations": 500, - "required_confirmations": 7, - "avg_blocktime": 45, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/719'", - "links": { - "github": "https://github.com/WikiMin3R/ZetacoinE", - "homepage": "https://zetacoin.io" - } - }, - { - "coin": "ZIL-BEP20", - "name": "zil_bep20", - "fname": "Zilliqa", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ZRX-AVX20", - "name": "zrx_avx20", - "fname": "0x", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ZRX-ERC20", - "name": "zrx_erc20", - "fname": "0x", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "0x Project", - "links": { - "github": "https://github.com/0xProject", - "homepage": "https://0xproject.com" - } - }, - { - "coin": "ZRX-PLG20", - "name": "zrx_plg20", - "fname": "0x", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "INK-QRC20", - "name": "qtum", - "fname": "INK", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 9, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "FLUX", - "name": "flux", - "fname": "Flux", - "rpcport": 16124, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "txversion": 4, - "overwintered": 1, - "version_group_id": "0x892f2085", - "consensus_branch_id": "0x76b809bb", - "txfee": 10000, - "required_confirmations": 2, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/19167'" - }, - { - "coin": "FLUX-ERC20", - "name": "flux_erc20", - "fname": "Flux", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FLUX-BEP20", - "name": "flux_bep20", - "fname": "Flux", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "HPY-QRC20", - "name": "qtum", - "fname": "HyperPay", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "HLC-QRC20", - "name": "qtum", - "fname": "HalalChain", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 9, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "MED-QRC20", - "name": "qtum", - "fname": "Medibloc", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "LSTR-QRC20", - "name": "qtum", - "fname": "Luna Stars", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QBT-QRC20", - "name": "qtum", - "fname": "Qbao", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "TSL-QRC20", - "name": "qtum", - "fname": "Energo TSL", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 18, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "OC-QRC20", - "name": "qtum", - "fname": "OceanChain", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "PUT-QRC20", - "name": "qtum", - "fname": "Profile Utility Token", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "OKB-ERC20", - "name": "okb_erc20", - "fname": "OKB", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x75231F58b43240C9718Dd58B4967c5114342a86c" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "OKB", - "links": { - "github": "https://github.com/okex/okberc20token", - "homepage": "https://www.okex.com/" - } - }, - { - "coin": "SEELE-ERC20", - "name": "seele_erc20", - "fname": "Seele", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB1e93236ab6073fdAC58adA5564897177D4bcC43" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Seele", - "links": { - "homepage": "http://seele.pro" - } - }, - { - "coin": "SEPOLIAETH", - "name": "sepolia", - "fname": "Sepolia", - "rpcport": 80, - "chain_id": 11155111, - "sign_message_prefix": "Sepolia Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "REV-ERC20", - "name": "rev_erc20", - "fname": "Revain", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9" - } - }, - "decimals": 6, - "derivation_path": "m/44'/60'", - "trezor_coin": "Revain", - "links": { - "github": "https://github.com/Revain", - "homepage": "https://revain.org" - } - }, - { - "coin": "SNT-ERC20", - "name": "snt_erc20", - "fname": "Status", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x744d70FDBE2Ba4CF95131626614a1763DF805B9E" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Status Network Token", - "links": { - "github": "https://github.com/status-im", - "homepage": "https://status.im" - } - }, - { - "coin": "ANT-ERC20", - "name": "ant_erc20", - "fname": "Aragon", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa117000000f279D81A1D3cc75430fAA017FA5A2e" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BEST-ERC20", - "name": "best_erc20", - "fname": "Bitpanda Ecosystem", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F" - } - }, - "decimals": 8, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CVT-ERC20", - "name": "cvt_erc20", - "fname": "CyberVein", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBe428c3867F05deA2A89Fc76a102b544eaC7f772" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "CyberVein", - "links": { - "homepage": "http://www.cybervein.org" - } - }, - { - "coin": "DX-ERC20", - "name": "dx_erc20", - "fname": "DxChain", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x973e52691176d36453868D9d86572788d27041A9" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "STORJ-ERC20", - "name": "storj_erc20", - "fname": "Storj", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC" - } - }, - "decimals": 8, - "derivation_path": "m/44'/60'", - "trezor_coin": "STORJ", - "links": { - "github": "https://github.com/Storj", - "homepage": "https://storj.io" - } - }, - { - "coin": "TRAC-ERC20", - "name": "trac_erc20", - "fname": "OriginTrail", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "OriginTrail", - "links": { - "homepage": "https://origintrail.io" - } - }, - { - "coin": "UBQ", - "name": "ubiq", - "fname": "Ubiq", - "rpcport": 80, - "chain_id": 8, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Ubiq", - "links": { - "homepage": "https://ubiqsmart.com" - } - }, - { - "coin": "PNK-ERC20", - "name": "pnk_erc20", - "fname": "Kleros", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Pinakion", - "links": { - "github": "https://github.com/kleros", - "homepage": "https://kleros.io" - } - }, - { - "coin": "SKL-ERC20", - "name": "skl_erc20", - "fname": "SKALE", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CVC-ERC20", - "name": "cvc_erc20", - "fname": "Civic", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x41e5560054824eA6B0732E656E3Ad64E20e94E45" - } - }, - "decimals": 8, - "derivation_path": "m/44'/60'", - "trezor_coin": "Civic", - "links": { - "homepage": "https://www.civic.com" - } - }, - { - "coin": "UTK-ERC20", - "name": "utk_erc20", - "fname": "Utrust", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Utrust", - "links": { - "github": "https://github.com/utrustdev/", - "homepage": "https://utrust.com" - } - }, - { - "coin": "MLN-ERC20", - "name": "mln_erc20", - "fname": "Enzyme", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xec67005c4E498Ec7f55E092bd1d35cbC47C91892" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XOR-ERC20", - "name": "xor_erc20", - "fname": "Sora", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x40FD72257597aA14C7231A7B1aaa29Fce868F677" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UQC-ERC20", - "name": "uqc_erc20", - "fname": "Uquid Coin", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Uquid Coin", - "links": { - "homepage": "https://uquidcoin.com" - } - }, - { - "coin": "UOS-ERC20", - "name": "uos_erc20", - "fname": "Ultra", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c" - } - }, - "decimals": 4, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SHR-ERC20", - "name": "shr_erc20", - "fname": "Share", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xd98F75b1A3261dab9eEd4956c93F33749027a964" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SHR-BEP20", - "name": "shr_bep20", - "fname": "Share", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5fb4968fC85868DF3aD2d6e59883a10570f01D18" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "S4F-ERC20", - "name": "s4f_erc20", - "fname": "S4FE", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "S4F-BEP20", - "name": "s4f_bep20", - "fname": "S4FE", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x788D2780992222360f674cc12C36478870b8E6ED" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "tBCH", - "name": "Bitcoin Cash Testnet", - "fname": "Bitcoin Cash Testnet", - "is_testnet": true, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "txfee": 0, - "estimate_fee_blocks": 2, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "bchtest" - }, - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "BCH", - "protocol_data": { - "slp_prefix": "slptest" - } - } - }, - { - "coin": "UFO", - "name": "ufo", - "fname": "Uniform Fiscal Object", - "sign_message_prefix": "UFO Signed Message:\n", - "rpcport": 8087, - "pubtype": 27, - "p2shtype": 68, - "wiftype": 155, - "txfee": 100000, - "segwit": true, - "bech32_hrp": "uf", - "required_confirmations": 6, - "avg_blocktime": 1.5, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/202'", - "links": { - "github": "https://github.com/fiscalobject/ufo", - "homepage": "https://ufobject.com" - } - }, - { - "coin": "USDF", - "fname": "Fake USD", - "is_testnet": true, - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 4, - "token_id": "bb309e48930671582bea508f9a1d9b491e49b69be3d6f372dc08da2ac6e90eb7", - "platform": "tBCH", - "required_confirmations": 1, - "slp_prefix": "slptest" - } - } - }, - { - "coin": "WHIVE", - "name": "whive", - "fname": "Whive", - "sign_message_prefix": "Bitcoin Signed Message:\n", - "rpcport": 1867, - "pubtype": 73, - "p2shtype": 10, - "wiftype": 128, - "txfee": 0, - "dust": 1000, - "segwit": true, - "bech32_hrp": "wv", - "wallet_only": false, - "required_confirmations": 1, - "mature_confirmations": 100, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/658'", - "links": { - "github": "https://github.com/whiveio/whive", - "homepage": "https://www.whive.io" - } - }, - { - "coin": "WHIVE-segwit", - "name": "whive", - "fname": "Whive", - "sign_message_prefix": "Bitcoin Signed Message:\n", - "rpcport": 1867, - "pubtype": 73, - "p2shtype": 10, - "wiftype": 128, - "txfee": 0, - "dust": 1000, - "segwit": true, - "bech32_hrp": "wv", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "WHIVE", - "required_confirmations": 1, - "mature_confirmations": 100, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/84'/658'", - "links": { - "github": "https://github.com/whiveio/whive", - "homepage": "https://www.whive.io" - } - }, - { - "coin": "XEC", - "name": "xec", - "fname": "eCash", - "sign_message_prefix": "eCash Signed Message:\n", - "rpcport": 8332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 0, - "estimate_fee_blocks": 2, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "ecash" - }, - "decimals": 2, - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1899'", - "links": { - "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", - "homepage": "https://e.cash" - } - }, - { - "coin": "SIBM-BEP20", - "name": "sibm_bep20", - "fname": "SibMining", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ZOMBIE", - "asset": "ZOMBIE", - "fname": "Zombie", - "txversion": 4, - "overwintered": 1, - "avg_blocktime": 60, - "is_testnet": true, - "protocol": { - "type": "ZHTLC", - "protocol_data": { - "consensus_params": { - "overwinter_activation_height": 0, - "sapling_activation_height": 1, - "blossom_activation_height": null, - "heartwood_activation_height": null, - "canopy_activation_height": null, - "coin_type": 133, - "hrp_sapling_extended_spending_key": "secret-extended-key-main", - "hrp_sapling_extended_full_viewing_key": "zxviews", - "hrp_sapling_payment_address": "zs", - "b58_pubkey_address_prefix": [ - 28, - 184 - ], - "b58_script_address_prefix": [ - 28, - 189 - ] - }, - "z_derivation_path": "m/32'/133'" - } - }, - "derivation_path": "m/44'/133'", - "required_confirmations": 3 - }, - { - "coin": "ZINU-BEP20", - "name": "zinu_bep20", - "fname": "Zombie Inu", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RUNES", - "name": "runebase", - "fname": "Runebase", - "sign_message_prefix": "Runebase Signed Message:\n", - "rpcport": 9432, - "pubtype": 61, - "p2shtype": 123, - "wiftype": 216, - "txfee": 5000000, - "dust": 400000, - "mature_confirmations": 120, - "segwit": true, - "bech32_hrp": "rc", - "required_confirmations": 6, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/88'", - "links": { - "github": "https://github.com/runebase/runebase", - "homepage": "https://www.runebase.io" - } - }, - { - "coin": "ACTN", - "asset": "ACTN", - "fname": "Action Coin", - "sign_message_prefix": "Komodo Signed Message:\n", - "rpcport": 51677, - "txversion": 4, - "overwintered": 1, - "txfee": 1000, - "required_confirmations": 2, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "ACTN-BEP20", - "name": "actn_bep20", - "fname": "Action Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xD7380b10bF3886B34Ab3422DEa42E408850375CA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ATOM", - "avg_blocktime": 7, - "name": "cosmos", - "fname": "Cosmos", - "wallet_only": true, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "uatom", - "account_prefix": "cosmos", - "chain_registry_name": "cosmoshub", - "chain_id": "cosmoshub-4" - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "IRIS", - "avg_blocktime": 7, - "name": "iris", - "fname": "IRISnet", - "chain_id": 6688, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "uiris", - "account_prefix": "iaa", - "chain_id": "irishub-1", - "chain_registry_name": "irishub", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "IRIS-BEP20", - "name": "iris_bep20", - "fname": "IRISnet", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x05C50a62b0b87bE1fFB1Cf3b77d9eDBa834ef6f7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OSMO", - "avg_blocktime": 7, - "name": "osmosis", - "fname": "Osmosis", - "wallet_only": true, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "uosmo", - "account_prefix": "osmo", - "chain_registry_name": "osmosis", - "chain_id": "osmosis-1", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "ATOM-IBC_IRIS", - "name": "cosmos_ibc_iris", - "fname": "Cosmos", - "avg_blocktime": 7, - "protocol": { - "type": "TENDERMINTTOKEN", - "protocol_data": { - "platform": "IRIS", - "decimals": 6, - "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "MAZA", - "name": "mazacoin", - "fname": "MazaCoin", - "sign_message_prefix": "Mazacoin Signed Message:\n", - "rpcport": 12832, - "pubtype": 50, - "p2shtype": 9, - "wiftype": 244, - "decimals": 8, - "signature_version": "base", - "txfee": 10000, - "segwit": true, - "bech32_hrp": "maza", - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/13'", - "links": { - "github": "https://github.com/Mazacoin", - "homepage": "https://www.mazacoin.org" - } - }, - { - "coin": "CRNC", - "name": "crioniccoin", - "fname": "CrionicCoin", - "sign_message_prefix": "Crioniccoin Signed Message:\n", - "rpcport": 4466, - "pubtype": 28, - "p2shtype": 45, - "wiftype": 176, - "decimals": 8, - "signature_version": "base", - "txfee": 10000, - "segwit": true, - "bech32_hrp": "crnc", - "required_confirmations": 3, - "avg_blocktime": 20, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/192'", - "links": { - "github": "https://github.com/diabaths/Crionic-Coin", - "homepage": "https://coin.crionic.org" - } - }, - { - "coin": "EVR", - "name": "evrmore", - "fname": "Evrmore Coin", - "sign_message_prefix": "Evrmore Signed Message:\n", - "rpcport": 8819, - "pubtype": 33, - "p2shtype": 92, - "wiftype": 128, - "segwit": true, - "txfee": 1000000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/175'", - "links": { - "github": "https://github.com/EvrmoreOrg/Evrmore", - "homepage": "https://evrmorecoin.org" - } - }, - { - "coin": "KIIRO", - "name": "kiiro", - "fname": "Kiiro", - "sign_message_prefix": "Zcoin Signed Message:\n", - "rpcport": 8999, - "pubtype": 45, - "p2shtype": 7, - "wiftype": 210, - "txfee": 1000, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/136'", - "links": { - "github": "https://github.com/kiirocoin/kiiro", - "homepage": "https://kiirocoin.org" - } - }, - { - "coin": "KIIRO-BEP20", - "name": "kiiro_bep20", - "fname": "Kiiro", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x347862372f7C8f83D69025234367Ac11c5241Db3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MEWC", - "name": "meowcoin", - "fname": "Meowcoin", - "sign_message_prefix": "Meowcoin Signed Message:\n", - "rpcport": 9766, - "pubtype": 50, - "p2shtype": 122, - "wiftype": 112, - "segwit": false, - "txfee": 1000000, - "dust": 1000000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1669'", - "links": { - "github": "https://github.com/Meowcoin-Foundation/Meowcoin", - "homepage": "https://www.mewccrypto.com/" - } - }, - { - "coin": "IRISTEST", - "avg_blocktime": 7, - "name": "iristest", - "fname": "Iris Test", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "unyan", - "account_prefix": "iaa", - "chain_id": "nyancat-9", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "NUCLEUSTEST", - "avg_blocktime": 5, - "name": "nucleus-test", - "fname": "Nucleus Test", - "wallet_only": false, - "is_testnet": true, - "protocol":{ - "type":"TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "unucl", - "account_prefix": "nuc", - "chain_registry_name": "nucleus", - "chain_id": "nucleus-3" - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin":"IRISTEST-IBC_NUCLEUSTEST", - "avg_blocktime": 5, - "name": "iristest-ibc-nucleus-test", - "fname": "Iris Test", - "wallet_only": false, - "is_testnet": true, - "protocol":{ - "type":"TENDERMINTTOKEN", - "protocol_data": { - "platform": "NUCLEUSTEST", - "decimals": 6, - "denom": "ibc/F7F28FF3C09024A0225EDBBDB207E5872D2B4EF2FB874FE47B05EF9C9A7D211C" - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin":"ATOM-IBC_NUCLEUSTEST", - "avg_blocktime": 5, - "name": "cosmos-ibc-nucleus-test", - "fname": "Cosmos", - "wallet_only": false, - "is_testnet": true, - "protocol":{ - "type":"TENDERMINTTOKEN", - "protocol_data": { - "platform": "NUCLEUSTEST", - "decimals": 6, - "denom": "ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E" - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin":"OSMO-IBC_NUCLEUSTEST", - "avg_blocktime": 5, - "name": "cosmos-ibc-nucleus-test", - "fname": "Osmosis", - "wallet_only": false, - "is_testnet": true, - "protocol":{ - "type":"TENDERMINTTOKEN", - "protocol_data": { - "platform": "NUCLEUSTEST", - "decimals": 6, - "denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23" - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "LUPA", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "LUPA", - "fname": "Lupaza", - "rpcport": 64151, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "ZOIN", - "name": "zoin", - "fname": "ZoinCommunity", - "sign_message_prefix": "Zoincoin Signed Message:\n", - "rpcport": 8256, - "pubtype": 80, - "p2shtype": 53, - "wiftype": 208, - "segwit": false, - "txfee": 1000000, - "dust": 1000000, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/60'", - "links": { - "github": "https://github.com/seopub/zoincomumity", - "homepage": "http://zoincommunity.com/" - } - }, - { - "coin": "NFT_ETH", - "name": "nft_ethereum", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 1, - "sign_message_prefix": "Ethereum Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "ETH" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NFT_AVAX", - "name": "nft_avax", - "fname": "Avalanche", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "AVAX" - } - }, - "derivation_path": "m/44'/9000'", - "trezor_coin": "Avalanche C-Chain", - "links": { - "homepage": "https://www.avax.network/" - } - }, - { - "coin": "NFT_BNB", - "name": "nft_binancesmartchain", - "fname": "Binance Coin", - "avg_blocktime": 3, - "rpcport": 80, - "chain_id": 56, - "required_confirmations": 3, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "BNB" - } - }, - "derivation_path": "m/44'/714'", - "trezor_coin": "Binance Smart Chain", - "links": { - "homepage": "https://www.binance.org" - } - }, - { - "coin": "NFT_FTM", - "name": "nft_ftm", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 250, - "required_confirmations": 3, - "avg_blocktime": 1.8, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "FTM" - } - }, - "derivation_path": "m/44'/1007'", - "trezor_coin": "Fantom Opera", - "links": { - "homepage": "https://fantom.foundation" - } - }, - { - "coin": "NFT_MATIC", - "name": "nft_matic", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 137, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "MATIC" - } - }, - "derivation_path": "m/44'/966'", - "trezor_coin": "Polygon", - "links": { - "homepage": "https://polygon.technology/" - } + "coin": "1INCH-AVX20", + "name": "1inch_avx20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xd501281565bf7789224523144Fe5D98e8B28f267" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "1INCH-BEP20", + "name": "1inch_bep20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "1INCH-ERC20", + "name": "1inch_erc20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "1INCH-KRC20", + "name": "1inch_krc20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x79f3244F3FFd7500A31a90Bb83C7D56649c2C7C5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "1INCH-PLG20", + "name": "1inch_plg20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AAVE-AVX20", + "name": "aave_avx20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x63a72806098Bd3D9520cC43356dD78afe5D386D9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-BEP20", + "name": "aave_bep20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xfb6115445Bff7b52FeB98650C87f44907E58f802" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AAVE-ERC20", + "name": "aave_erc20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Aave", + "links": { + "github": "https://github.com/aave", + "homepage": "https://aave.com/ " + } + }, + { + "coin": "AAVE-FTM20", + "name": "aave_ftm20", + "fname": "AAVE", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-HCO20", + "name": "aave_hco20", + "fname": "AAVE", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x202b4936fE1a82A4965220860aE46d7d3939Bb25" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-KRC20", + "name": "aave_krc20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xE76e97C157658004eE22e01C03a5e21A4655A2Fd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-PLG20", + "name": "aave_plg20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ABY", + "name": "artbyte", + "fname": "ArtByte", + "sign_message_prefix": "Artbyte Signed Message:\n", + "isPoS": 1, + "rpcport": 9262, + "pubtype": 28, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "mature_confirmations": 550, + "required_confirmations": 7, + "avg_blocktime": 45, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/720'", + "links": { + "github": "https://github.com/WikiMin3R/ArtBytE", + "homepage": "https://artbyte.art" + }, + "mm2": 1 + }, + { + "coin": "ACTN", + "asset": "ACTN", + "fname": "Action Coin", + "sign_message_prefix": "Komodo Signed Message:\n", + "rpcport": 51677, + "txversion": 4, + "overwintered": 1, + "txfee": 1000, + "required_confirmations": 2, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "ACTN-BEP20", + "name": "actn_bep20", + "fname": "Action Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xD7380b10bF3886B34Ab3422DEa42E408850375CA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ADA-BEP20", + "name": "ada_bep20", + "fname": "Cardano", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ADX-BEP20", + "name": "adx_bep20", + "fname": "AdEx", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ADX-ERC20", + "name": "adx_erc20", + "fname": "AdEx", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "AdEx Network", + "links": { + "github": "https://github.com/AdExNetwork", + "homepage": "https://www.adex.network" + } + }, + { + "coin": "AGEUR-AVX20", + "name": "ageur_avx20", + "fname": "agEUR", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AGEUR-ERC20", + "name": "ageur_erc20", + "fname": "agEUR", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AGEUR-PLG20", + "name": "ageur_plg20", + "fname": "agEUR", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AGIX-ERC20", + "name": "agix_erc20", + "fname": "SingularityNET", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AGIX-PLG20", + "name": "agix_plg20", + "fname": "SingularityNET", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AIBC", + "name": "aiblockchain", + "fname": "Aiblockchain", + "sign_message_prefix": "Aiblockchain Signed Message:\n", + "rpcport": 7772, + "pubtype": 23, + "p2shtype": 23, + "wiftype": 176, + "txfee": 0, + "dust": 5460, + "segwit": true, + "bech32_hrp": "aibc", + "required_confirmations": 11, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2'", + "links": { + "github": "https://github.com/nickgsh/AiBlockChain", + "homepage": "https://aibc.space" + }, + "mm2": 1 + }, + { + "coin": "AIPG", + "name": "aipowergrid", + "fname": "AIPowerGrid", + "sign_message_prefix": "Aipg Signed Message:\n", + "rpcport": 9788, + "pubtype": 23, + "p2shtype": 23, + "wiftype": 128, + "segwit": true, + "txfee": 1000000, + "dust": 1000000, + "required_confirmations": 6, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2686'", + "links": { + "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core", + "homepage": "aipowergrid.io" + }, + "mm2": 1 + }, + { + "coin": "ANAGAMI", + "fname": "Anagami Testnet", + "required_confirmations": 1, + "protocol": { + "type": "SIA" + }, + "mm2": 1 + }, + { + "coin": "ANEY", + "name": "aney", + "fname": "Animal Economy", + "rpcport": 33500, + "pubtype": 23, + "p2shtype": 63, + "wiftype": 210, + "txfee": 100000, + "dust": 5460, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/119'", + "links": { + "github": "https://github.com/Animal-Economy/ANEY", + "homepage": "https://aney.one" + }, + "mm2": 1 + }, + { + "coin": "ANKR-BEP20", + "name": "ankr_bep20", + "fname": "Ankr", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xf307910A4c7bbc79691fD374889b36d8531B08e3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ANKR-ERC20", + "name": "ankr_erc20", + "fname": "Ankr", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ANKR-PLG20", + "name": "ankr_plg20", + "fname": "Ankr", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ANT-ERC20", + "name": "ant_erc20", + "fname": "Aragon", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa117000000f279D81A1D3cc75430fAA017FA5A2e" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "APE-BEP20", + "name": "ape_bep20", + "fname": "ApeCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "APE-ERC20", + "name": "ape_erc20", + "fname": "ApeCoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4d224452801ACEd8B2F0aebE155379bb5D594381" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "APE-FTM20", + "name": "ape_ftm20", + "fname": "ApeCoin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x2d72A97a31Dc920dB03330780d30074626e39C8A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "APE-PLG20", + "name": "ape_plg20", + "fname": "ApeCoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xB7b31a6BC18e48888545CE79e83E06003bE70930" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ARB-ARB20", + "name": "arb_arb20", + "fname": "Arbitrum", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x912CE59144191C1204E64559FE8253a0e49E6548" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "ARB-ERC20", + "name": "arb_erc20", + "fname": "Arbitrum", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ARPA-BEP20", + "name": "arpa_bep20", + "fname": "ARPA Chain", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ARPA-ERC20", + "name": "arpa_erc20", + "fname": "ARPA Chain", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBA50933C268F567BDC86E1aC131BE072C6B0b71a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ARPA-PLG20", + "name": "arpa_plg20", + "fname": "ARPA Chain", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xEE800B277A96B0f490a1A732e1D6395FAD960A26" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ARRR", + "asset": "PIRATE", + "fname": "Pirate", + "txversion": 4, + "overwintered": 1, + "avg_blocktime": 60, + "protocol": { + "type": "ZHTLC", + "protocol_data": { + "consensus_params": { + "overwinter_activation_height": 152855, + "sapling_activation_height": 152855, + "blossom_activation_height": null, + "heartwood_activation_height": null, + "canopy_activation_height": null, + "coin_type": 133, + "hrp_sapling_extended_spending_key": "secret-extended-key-main", + "hrp_sapling_extended_full_viewing_key": "zxviews", + "hrp_sapling_payment_address": "zs", + "b58_pubkey_address_prefix": [ + 28, + 184 + ], + "b58_script_address_prefix": [ + 28, + 189 + ] + }, + "check_point_block": { + "height": 1900000, + "time": 1652512363, + "hash": "44797f3bb78323a7717007f1e289a3689e0b5b3433385dbd8e6f6a1700000000", + "sapling_tree": "01e40c26f4a28071535b95ae637d30a209531e92a33de0a649e51183771025fd0f016cdc51442fcb328d047a709dc0f41e0173953404711045b3ef3036d7fd4151271501d6c94c5ce6787826af809aaee83768c4b7d4f02c8dc2d24cf60ed5f127a5d730018a752ea9d9efb3e1ac0e6e705ac9f7f9863cfa8f612ad43802175338d8d7cc6000000001fc3542434eff03075ea5f0a64f1dfb2f042d281b1a057e9f6c765b533ce51219013ad9484b1e901e62b93e7538f913dcb27695380c3bc579e79f5cc900f28e596e0001431da5f01fe11d58300134caf5ac76e0b1b7486fd02425dd8871bca4afa94d4b01bb39de1c1d10a25ce0cc775bc74b6b0f056c28639e7c5b7651bb8460060085530000000001732ddf661e68c9e335599bb0b18b048d2f1c06b20eabd18239ad2f3cc45fa910014496bab5eedab205b5f2a206bd1db30c5bc8bc0c1914a102f87010f3431be21a0000010b5fd8e7610754075f936463780e85841f3ab8ca2978f9afdf7c2c250f16a75f01db56bc66eb1cd54ec6861e5cf24af2f4a17991556a52ca781007569e95b9842401c03877ecdd98378b321250640a1885604d675aaa50380e49da8cfa6ff7deaf15" + }, + "z_derivation_path": "m/32'/133'" + } + }, + "derivation_path": "m/44'/133'", + "required_confirmations": 2, + "requires_notarization": true, + "mm2": 1 + }, + { + "coin": "ARRR-BEP20", + "name": "arrr_bep20", + "fname": "Pirate", + "rpcport": 80, + "wallet_only": true, + "decimals": 8, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xCDAF240C90F989847c56aC9Dee754F76F41c5833" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ASLP-SLP", + "fname": "AtomicSLP", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 2, + "token_id": "926894cbf50269b15c97559b9acfc1bd88cd5f20703313ce0ea0683ecdb40911", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "ATOM", + "avg_blocktime": 7, + "name": "cosmos", + "fname": "Cosmos", + "wallet_only": true, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "uatom", + "account_prefix": "cosmos", + "chain_registry_name": "cosmoshub", + "chain_id": "cosmoshub-4" + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "ATOM-BEP20", + "name": "atom_bep20", + "fname": "Cosmos", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0Eb3a705fc54725037CC9e008bDede697f62F335" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ATOM-IBC_IRIS", + "name": "cosmos_ibc_iris", + "fname": "Cosmos", + "avg_blocktime": 7, + "protocol": { + "type": "TENDERMINTTOKEN", + "protocol_data": { + "platform": "IRIS", + "decimals": 6, + "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "ATOM-IBC_NUCLEUSTEST", + "avg_blocktime": 5, + "name": "cosmos-ibc-nucleus-test", + "fname": "Cosmos", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINTTOKEN", + "protocol_data": { + "platform": "NUCLEUSTEST", + "decimals": 6, + "denom": "ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E" + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "ATOM-PLG20", + "name": "atom_plg20", + "fname": "Cosmos", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AUR", + "name": "auroracoin", + "fname": "Auroracoin", + "sign_message_prefix": "AuroraCoin Signed Message:\n", + "rpcport": 12341, + "pubtype": 23, + "p2shtype": 5, + "wiftype": 176, + "txfee": 5000, + "segwit": false, + "bech32_hrp": "aur", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/85'", + "mm2": 1 + }, + { + "coin": "AVA-BEP20", + "name": "ava_bep20", + "fname": "Travala.com", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AVA-ERC20", + "name": "ava_erc20", + "fname": "AVA", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa6C0c097741D55ECd9a3A7DeF3A8253fD022ceB9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AVAX", + "name": "avax", + "fname": "Avalanche", + "rpcport": 80, + "chain_id": 43114, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Avalanche C-Chain", + "links": { + "homepage": "https://www.avax.network/" + }, + "mm2": 1 + }, + { + "coin": "AVAX-BEP20", + "name": "avax_bep20", + "fname": "Avalanche", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1CE0c2827e2eF14D5C4f29a091d735A204794041" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AVAXT", + "name": "avaxt", + "fname": "Avalanche Testnet", + "is_testnet": true, + "rpcport": 80, + "chain_id": 43113, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "AVN", + "name": "avian", + "fname": "Avian", + "sign_message_prefix": "Raven Signed Message:\n", + "rpcport": 7896, + "pubtype": 60, + "p2shtype": 122, + "wiftype": 128, + "segwit": false, + "fork_id": "0x40", + "signature_version": "base", + "txfee": 1000000, + "required_confirmations": 3, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/921'", + "mm2": 1 + }, + { + "coin": "AVN-PLG20", + "name": "avn_plg20", + "fname": "Avian", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x752DC265EAf6Da2Db0F8e4a32D5596D3f18e8701" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AWC-ERC20", + "name": "atomic-wallet-coin", + "fname": "Atomic Wallet Coin", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaD22f63404f7305e4713CcBd4F296f34770513f4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AXE", + "name": "axe", + "fname": "Axe", + "sign_message_prefix": "DarkCoin Signed Message:\n", + "rpcport": 9337, + "pubtype": 55, + "p2shtype": 16, + "wiftype": 204, + "txfee": 10000, + "confpath": "USERHOME/.axecore/axe.conf", + "mature_confirmations": 101, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/4242'", + "trezor_coin": "Axe", + "links": { + "github": "https://github.com/axerunners/axe", + "homepage": "https://axerunners.com" + }, + "mm2": 1 + }, + { + "coin": "AXS-BEP20", + "name": "axs_bep20", + "fname": "Axie Infinity", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AXS-ERC20", + "name": "axs_erc20", + "fname": "Axie Infinity", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Axie Infinity Shards", + "links": { + "github": "https://github.com/axieinfinity", + "homepage": "https://axieinfinity.com/" + } + }, + { + "coin": "AYA", + "name": "aryacoin", + "fname": "Aryacoin", + "sign_message_prefix": "Aryacoin Signed Message:\n", + "rpcport": 9332, + "pubtype": 23, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 5, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/357'", + "mm2": 1 + }, + { + "coin": "AYA-BEP20", + "name": "aya_bep20", + "fname": "Aryacoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BABYDOGE-BEP20", + "name": "babydoge_bep20", + "fname": "Baby Doge Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc748673057861a797275CD8A068AbB95A902e8de" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAL-BEP20", + "name": "bal_bep20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd4ed60d8368a92b5F1ca33aF61eF2A94714B2d46" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAL-ERC20", + "name": "bal_erc20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xba100000625a3754423978a60c9317c58a424e3D" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Balancer", + "links": { + "github": "https://github.com/balancer-labs", + "homepage": "https://balancer.finance" + } + }, + { + "coin": "BAL-KRC20", + "name": "bal_krc20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xFC31366Be1795c1Ff444b9fBF55759733aD4d26D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAL-PLG20", + "name": "bal_plg20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BANANO-BEP20", + "name": "banano_bep20", + "fname": "Banano", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xe20B9e246db5a0d21BF9209E4858Bc9A3ff7A034" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAND-BEP20", + "name": "band_bep20", + "fname": "Band Protocol", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BAND-ERC20", + "name": "band_erc20", + "fname": "Band Protocol", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAND-FTM20", + "name": "band_ftm20", + "fname": "Band Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAND-PLG20", + "name": "band_plg20", + "fname": "Band Protocol", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAT-AVX20", + "name": "bat_avx20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x98443B96EA4b0858FDF3219Cd13e98C7A4690588" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAT-BEP20", + "name": "bat_bep20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x101d82428437127bF1608F699CD651e6Abf9766E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BAT-ERC20", + "name": "bat_erc20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Basic Attention Token", + "links": { + "homepage": "https://basicattentiontoken.org" + } + }, + { + "coin": "BAT-KRC20", + "name": "bat_krc20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x0bF46C86Ce3B904660aE85677EaA20B0C1b24064" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAT-PLG20", + "name": "bat_plg20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x3Cef98bb43d732E2F285eE605a8158cDE967D219" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BBK", + "name": "bitblocks", + "fname": "BitBlocks", + "rpcport": 59768, + "pubtype": 25, + "p2shtype": 85, + "wiftype": 107, + "txfee": 10000, + "wallet_only": true, + "sign_message_prefix": "DarkNet Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "links": { + "github": "https://github.com/BitBlocksProject/BitBlocks", + "homepage": "https://bitblocksproject.com" + } + }, + { + "coin": "BBK-BEP20", + "name": "bbk_bep20", + "fname": "BitBlocks", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9045B0eda6B6A556cf9B3d81C2db47411714f847" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BBK-PLG20", + "name": "bbk_plg20", + "fname": "BitBlocks", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2C8a46eF99Cb64928eB3Dd50A925327e02296F63" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCH", + "name": "bch", + "fname": "Bitcoin Cash", + "rpcport": 33333, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 1000, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "bitcoincash" + }, + "sign_message_prefix": "Bitcoin Signed Message:\n", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "BCH", + "protocol_data": { + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'", + "trezor_coin": "Bitcoin Cash", + "links": { + "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", + "homepage": "https://www.bitcoincash.org" + }, + "mm2": 1 + }, + { + "coin": "BCH-BEP20", + "name": "bch_bep20", + "fname": "Bitcoin Cash", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCH-ERC20", + "name": "bch_erc20", + "fname": "Bitcoin Cash", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCH-HCO20", + "name": "bch_hco20", + "fname": "Bitcoin Cash", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xeF3CEBD77E0C52cb6f60875d9306397B5Caca375" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCZERO", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "BCZERO", + "fname": "Buggyra Coin Zero", + "rpcport": 46856, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "links": { + "homepage": "https://buggyracoinzero.com" + }, + "mm2": 1 + }, + { + "coin": "BEST-ERC20", + "name": "best_erc20", + "fname": "Bitpanda Ecosystem", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F" + } + }, + "decimals": 8, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BIDR-BEP20", + "name": "bidr_bep20", + "fname": "BIDR", + "rpcport": 80, + "chain_id": 56, + "wallet_only": true, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BITN", + "name": "bitnet", + "fname": "Bitnet", + "sign_message_prefix": "Bitnet Signed Message:\n", + "rpcport": 9332, + "pubtype": 25, + "p2shtype": 22, + "wiftype": 158, + "txfee": 700000, + "segwit": true, + "bech32_hrp": "bit", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "mm2": 1 + }, + { + "coin": "BKC", + "name": "briskcoin", + "fname": "Briskcoin", + "rpcport": 8552, + "pubtype": 25, + "p2shtype": 33, + "wiftype": 153, + "txfee": 0, + "segwit": true, + "bech32_hrp": "bc", + "required_confirmations": 5, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1918'", + "sign_message_prefix": "Briskcoin Signed Message:\n", + "trezor_coin": "Briskcoin", + "links": { + "github": "https://github.com/briskcoin-project/briskcoin", + "homepage": "https://briskcoin.org" + }, + "mm2": 1 + }, + { + "coin": "BLK", + "name": "blackmore", + "fname": "BlackCoin", + "sign_message_prefix": "BlackCoin Signed Message:\n", + "isPoS": 1, + "rpcport": 15715, + "pubtype": 25, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "required_confirmations": 5, + "mature_confirmations": 500, + "avg_blocktime": 66, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/10'", + "mm2": 1 + }, + { + "coin": "BLK-BEP20", + "name": "blk_bep20", + "fname": "BlackCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd2cDfD5d26dfA1D11116B9ED7DBd7C6B88C6e1D3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BLOCX", + "name": "blocx", + "fname": "BLOCX.", + "rpcport": 12973, + "pubtype": 25, + "p2shtype": 26, + "wiftype": 153, + "segwit": false, + "txfee": 1000, + "sign_message_prefix": "DarkCoin Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/5'", + "links": { + "github": "https://github.com/BLOCXTECH/BLOCX", + "homepage": "https://blocx.tech" + }, + "mm2": 1 + }, + { + "coin": "BNB", + "name": "binancesmartchain", + "fname": "Binance Coin", + "avg_blocktime": 3, + "rpcport": 80, + "chain_id": 56, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Binance Smart Chain", + "links": { + "homepage": "https://www.binance.org" + }, + "mm2": 1 + }, + { + "coin": "BNBT", + "name": "binancesmartchaintest", + "fname": "Binance Coin Testnet", + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 97, + "is_testnet": true, + "required_confirmations": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "BNT-BEP20", + "name": "bnt_bep20", + "fname": "Bancor", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA069008A669e2Af00a86673D9D584cfb524A42Cc" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BNT-ERC20", + "name": "bnt_erc20", + "fname": "Bancor", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Bancor Network Token", + "links": { + "github": "https://github.com/bancorprotocol", + "homepage": "https://www.bancor.network" + } + }, + { + "coin": "BNT-PLG20", + "name": "bnt_plg20", + "fname": "Bancor", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BOLI", + "name": "bolivarcoin", + "fname": "Bolivarcoin", + "confpath": "USERHOME/.bolivarcoincore/bolivarcoin.conf", + "rpcport": 3563, + "pubtype": 85, + "p2shtype": 5, + "wiftype": 213, + "segwit": false, + "txfee": 10000, + "sign_message_prefix": "DarkCoin Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 180, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/278'", + "links": { + "github": "https://github.com/BOLI-Project/BolivarCoin", + "homepage": "https://bolis.info" + }, + "mm2": 1 + }, + { + "coin": "BONE-ERC20", + "name": "bone_erc20", + "fname": "Bone ShibaSwap", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x9813037ee2218799597d83D4a5B6F3b6778218d9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BORG-ERC20", + "name": "borg_erc20", + "fname": "SwissBorg", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x64d0f55Cd8C7133a9D7102b13987235F486F2224" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SwissBorg", + "links": { + "homepage": "https://swissborg.com" + } + }, + { + "coin": "BRZ-AVX20", + "name": "brz_avx20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 43114, + "decimals": 4, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x491a4eB4f1FC3BfF8E1d2FC856a6A46663aD556f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BRZ-BEP20", + "name": "brz_bep20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 4, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BRZ-ERC20", + "name": "brz_erc20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x01d33FD36ec67c6Ada32cf36b31e88EE190B1839" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BRZ-PLG20", + "name": "brz_plg20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "BSTY", + "name": "globalboost", + "fname": "GlobalBoost-Y", + "rpcport": 8225, + "pubtype": 77, + "p2shtype": 139, + "wiftype": 208, + "txfee": 200000, + "segwit": true, + "bech32_hrp": "gb", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/664'", + "mm2": 1 + }, + { + "coin": "BTC", + "name": "bitcoin", + "fname": "Bitcoin", + "rpcport": 8332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "bc", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "wallet_only": false, + "sign_message_prefix": "Bitcoin Signed Message:\n", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/0'", + "trezor_coin": "Bitcoin", + "links": { + "github": "https://github.com/bitcoin/bitcoin", + "homepage": "https://bitcoin.org" + }, + "mm2": 1 + }, + { + "coin": "BTC-BEP20", + "name": "btc_bep20", + "fname": "Bitcoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BTC-segwit", + "name": "bitcoin", + "fname": "Bitcoin", + "sign_message_prefix": "Bitcoin Signed Message:\n", + "rpcport": 8332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "bc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "BTC", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/0'", + "trezor_coin": "Bitcoin", + "links": { + "github": "https://github.com/bitcoin/bitcoin", + "homepage": "https://bitcoin.org" + } + }, + { + "coin": "BTCZ", + "name": "bitcoinz", + "fname": "BitcoinZ", + "sign_message_prefix": "BitcoinZ Signed Message:\n", + "rpcport": 1979, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "txfee": 10000, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/177'", + "mm2": 1 + }, + { + "coin": "BTCZ-BEP20", + "name": "btcz_bep20", + "fname": "BitcoinZ", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcBBB3e5099F769F6d4E2b8b92DC0e268f7E099D8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BTE", + "name": "bitweb", + "fname": "Bitweb", + "sign_message_prefix": "Bitweb Signed Message:\n", + "rpcport": 1605, + "pubtype": 33, + "p2shtype": 30, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "web", + "txfee": 20000, + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/738'", + "links": { + "github": "https://github.com/bitweb-project/bitweb", + "homepage": "https://bitwebcore.net" + }, + "mm2": 1 + }, + { + "coin": "BTE-segwit", + "name": "bitweb", + "fname": "Bitweb", + "sign_message_prefix": "Bitweb Signed Message:\n", + "rpcport": 1605, + "pubtype": 33, + "p2shtype": 30, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "web", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "BTE", + "txfee": 20000, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/84'/738'", + "links": { + "github": "https://github.com/bitweb-project/bitweb", + "homepage": "https://bitwebcore.net" + } + }, + { + "coin": "BTT-BEP20", + "name": "btt_bep20", + "fname": "BitTorrent (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BTTC-BEP20", + "name": "bttc_bep20", + "fname": "BitTorrent", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x352Cb5E19b12FC216548a2677bD0fce83BaE434B" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BTU-ERC20", + "name": "btu_erc20", + "fname": "BTU Protocol", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xb683D83a532e2Cb7DFa5275eED3698436371cc9f" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "BTU Protocol", + "links": { + "github": "https://github.com/btuprotocol", + "homepage": "https://btu-protocol.com" + } + }, + { + "coin": "BTU-PLG20", + "name": "btu_plg20", + "fname": "BTU Protocol", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xFdc26CDA2d2440d0E83CD1DeE8E8bE48405806DC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BTX", + "name": "bitcore", + "fname": "BitCore", + "rpcport": 9469, + "pubtype": 3, + "p2shtype": 125, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "btx", + "txfee": 20000, + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/160'", + "trezor_coin": "Bitcore", + "links": { + "github": "https://github.com/LIMXTEC/BitCore", + "homepage": "https://bitcore.cc" + }, + "mm2": 1 + }, + { + "coin": "BTX-BEP20", + "name": "btx_bep20", + "fname": "BitCore", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x000000089fb24237dA101020Ff8e2AfD14624687" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BTX-segwit", + "name": "bitcore", + "fname": "BitCore", + "rpcport": 9469, + "pubtype": 3, + "p2shtype": 125, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "btx", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "BTX", + "txfee": 20000, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/160'", + "trezor_coin": "Bitcore", + "links": { + "github": "https://github.com/LIMXTEC/BitCore", + "homepage": "https://bitcore.cc" + } + }, + { + "coin": "BUSD-AVX20", + "name": "busd_avx20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BUSD-BEP20", + "name": "busd_bep20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BUSD-ERC20", + "name": "busd_erc20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Binance USD (BUSD)", + "links": { + "github": "https://github.com/paxosglobal/busd-contract", + "homepage": "https://www.paxos.com/busd" + } + }, + { + "coin": "BUSD-MVR20", + "name": "busd_mvr20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BUSD-PLG20", + "name": "busd_plg20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CADC-ERC20", + "name": "cadc_erc20", + "fname": "CAD Coin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CADC-PLG20", + "name": "cadc_plg20", + "fname": "CAD Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "CAKE-BEP20", + "name": "cake_bep20", + "fname": "PancakeSwap", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CASE-BEP20", + "name": "case_bep20", + "fname": "Case Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CCL", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "CCL", + "fname": "CoinCollect", + "rpcport": 20849, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "CDN", + "name": "canadaecoin", + "fname": "Canada eCoin", + "sign_message_prefix": "Canada eCoin Signed Message:\n", + "rpcport": 34330, + "pubtype": 28, + "p2shtype": 5, + "wiftype": 156, + "txfee": 200000, + "dust": 54600, + "segwit": true, + "bech32_hrp": "cdn", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/34'", + "mm2": 1 + }, + { + "coin": "CDN-segwit", + "name": "canadaecoin", + "fname": "Canada eCoin", + "sign_message_prefix": "Canada eCoin Signed Message:\n", + "rpcport": 34330, + "pubtype": 28, + "p2shtype": 5, + "wiftype": 156, + "txfee": 200000, + "dust": 54600, + "segwit": true, + "bech32_hrp": "cdn", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "CDN", + "required_confirmations": 2, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/34'" + }, + { + "coin": "CDS-PLG20", + "name": "cds_plg20", + "fname": "Crypto Development Services", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xF7B5991c676929BF98BF3E2e2e386789BB16912a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CEL-ERC20", + "name": "cel_erc20", + "fname": "Celsius", + "rpcport": 80, + "chain_id": 1, + "decimals": 4, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CEL-PLG20", + "name": "cel_plg20", + "fname": "Celsius", + "rpcport": 80, + "chain_id": 137, + "decimals": 4, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xD85d1e945766Fea5Eda9103F918Bd915FbCa63E6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CELR-ARB20", + "name": "celr_arb20", + "fname": "Celer Network", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x3a8B787f78D775AECFEEa15706D4221B40F345AB" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "CELR-BEP20", + "name": "celr_bep20", + "fname": "Celer Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CELR-ERC20", + "name": "celr_erc20", + "fname": "Celer Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "CelerToken", + "links": { + "github": "https://github.com/celer-network", + "homepage": "https://www.celer.network/" + } + }, + { + "coin": "CFX-BEP20", + "name": "cfx_bep20", + "fname": "Conflux", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x045c4324039dA91c52C55DF5D785385Aab073DcF" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CHSB-ERC20", + "name": "chsb_erc20", + "fname": "SwissBorg (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SwissBorg", + "links": { + "homepage": "https://swissborg.com" + } + }, + { + "coin": "CHSB-PLG20", + "name": "chsb_plg20", + "fname": "SwissBorg (OLD)", + "wallet_only": true, + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHTA", + "name": "cheetahcoin", + "fname": "Cheetahcoin", + "rpcport": 8536, + "pubtype": 28, + "p2shtype": 5, + "wiftype": 128, + "txfee": 40000, + "required_confirmations": 2, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/682'", + "mm2": 1 + }, + { + "coin": "CHTA-BEP20", + "name": "chta_bep20", + "fname": "Cheetahcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb096DF47073A39041D9ffeD5d4E1d1b0D5D6b8E7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHZ-ERC20", + "name": "chz_erc20", + "fname": "Chiliz", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHZ-KRC20", + "name": "chz_krc20", + "fname": "Chiliz", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x6E8ce0519B7e4d691BaCE464099547E5fC17679c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHZ-PLG20", + "name": "chz_plg20", + "fname": "Chiliz", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf1938Ce12400f9a761084E7A80d37e732a4dA056" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CLAM", + "name": "clams", + "fname": "Clams", + "isPoS": 1, + "rpcport": 30174, + "pubtype": 137, + "p2shtype": 13, + "wiftype": 133, + "segwit": false, + "txfee": 10000, + "sign_message_prefix": "Clam Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/23'", + "links": { + "github": "https://github.com/nochowderforyou/clams", + "homepage": "http://clamclient.com" + }, + "mm2": 1 + }, + { + "coin": "CLC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "CLC", + "fname": "Collider Coin", + "rpcport": 31034, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "CLP-BEP20", + "name": "clp_bep20", + "fname": "Crypto Lover Productions", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3039e86d39A5BCF38E96D78fF93FD0aBe753212c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "COLX", + "name": "ColossusXT", + "fname": "ColossusXT", + "rpcport": 51473, + "pubtype": 30, + "p2shtype": 13, + "wiftype": 212, + "txfee": 1000000000, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1999'", + "mm2": 1 + }, + { + "coin": "COMP-AVX20", + "name": "comp_avx20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "COMP-BEP20", + "name": "comp_bep20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "COMP-ERC20", + "name": "comp_erc20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xc00e94Cb662C3520282E6f5717214004A7f26888" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Compound", + "links": { + "github": "https://github.com/compound-finance", + "homepage": "https://compound.finance" + } + }, + { + "coin": "COMP-KRC20", + "name": "comp_krc20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x16c4106966cE30e06E806A7c40eEFb46d84cE7e5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "COMP-PLG20", + "name": "comp_plg20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CRNC", + "name": "crioniccoin", + "fname": "CrionicCoin", + "sign_message_prefix": "Crioniccoin Signed Message:\n", + "rpcport": 4466, + "pubtype": 28, + "p2shtype": 45, + "wiftype": 176, + "decimals": 8, + "signature_version": "base", + "txfee": 10000, + "segwit": true, + "bech32_hrp": "crnc", + "required_confirmations": 3, + "avg_blocktime": 20, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/192'", + "links": { + "github": "https://github.com/diabaths/Crionic-Coin", + "homepage": "https://coin.crionic.org" + }, + "mm2": 1 + }, + { + "coin": "CRO-ERC20", + "name": "cro_erc20", + "fname": "Crypto.com", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRO-KRC20", + "name": "cro_krc20", + "fname": "Crypto.com", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x652D253b7Ca91810A4a05ACFc39729387c5090C0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRO-PLG20", + "name": "cro_plg20", + "fname": "Crypto.com", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRT-QRC20", + "name": "qtum", + "fname": "CRT Token", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x0f80aa32ba51e0acf171e106a1cfcd1eb9a9c3a5" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "CRV-ARB20", + "name": "crv_arb20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "CRV-AVX20", + "name": "crv_avx20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-ERC20", + "name": "crv_erc20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xD533a949740bb3306d119CC777fa900bA034cd52" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-FTM20", + "name": "crv_ftm20", + "fname": "Curve DAO", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x1E4F97b9f9F913c46F1632781732927B9019C68b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-KRC20", + "name": "crv_krc20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x4500E16dA66b99e0C55D7B46EBBD59bc413BA171" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-PLG20", + "name": "crv_plg20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CST-BEP20", + "name": "cst_bep20", + "fname": "Crypto Swap Token", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcC4b3EA1F25c8772D390dA1DB507832aBE4a9740" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CUMMIES-BEP20", + "name": "cummies_bep20", + "fname": "CumRocket", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CVC-ERC20", + "name": "cvc_erc20", + "fname": "Civic", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x41e5560054824eA6B0732E656E3Ad64E20e94E45" + } + }, + "decimals": 8, + "derivation_path": "m/44'/60'", + "trezor_coin": "Civic", + "links": { + "homepage": "https://www.civic.com" + } + }, + { + "coin": "CVT-ERC20", + "name": "cvt_erc20", + "fname": "CyberVein", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBe428c3867F05deA2A89Fc76a102b544eaC7f772" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "CyberVein", + "links": { + "homepage": "http://www.cybervein.org" + } + }, + { + "coin": "CVX-ERC20", + "name": "cvx_erc20", + "fname": "Convex Finance", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CY", + "name": "cyberyen", + "fname": "Cyberyen", + "sign_message_prefix": "Cyberyen Signed Message:\n", + "rpcport": 58382, + "pubtype": 28, + "p2shtype": 77, + "wiftype": 156, + "txfee": 0, + "segwit": true, + "bech32_hrp": "cy", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/802'", + "links": { + "github": "https://github.com/cyberyen/cyberyen", + "homepage": "https://cyberyen.org" + }, + "mm2": 1 + }, + { + "coin": "CY-segwit", + "name": "cyberyen", + "fname": "Cyberyen", + "sign_message_prefix": "Cyberyen Signed Message:\n", + "rpcport": 58382, + "pubtype": 28, + "p2shtype": 77, + "wiftype": 156, + "txfee": 0, + "segwit": true, + "bech32_hrp": "cy", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "CY", + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/802'", + "links": { + "github": "https://github.com/cyberyen/cyberyen", + "homepage": "https://cyberyen.org" + } + }, + { + "coin": "DAI-AVX20", + "name": "dai_avx20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-BEP20", + "name": "dai_bep20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DAI-ERC20", + "name": "dai_erc20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6B175474E89094C44Da98b954EedeAC495271d0F" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Dai Stablecoin v2.0", + "links": { + "github": "https://github.com/makerdao", + "homepage": "https://makerdao.com" + } + }, + { + "coin": "DAI-FTM20", + "name": "dai_ftm20", + "fname": "Dai", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-HCO20", + "name": "dai_hco20", + "fname": "Dai", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x3D760a45D0887DFD89A2F5385a236B29Cb46ED2a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-MVR20", + "name": "dai_mvr20", + "fname": "Dai", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-PLG20", + "name": "dai_plg20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DASH", + "name": "dashcore", + "fname": "Dash", + "sign_message_prefix": "DarkCoin Signed Message:\n", + "confpath": "USERHOME/.dashcore/dash.conf", + "rpcport": 9998, + "pubtype": 76, + "p2shtype": 16, + "wiftype": 204, + "txfee": 1000, + "force_min_relay_fee": true, + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/5'", + "trezor_coin": "Dash", + "links": { + "github": "https://github.com/dashpay/dash", + "homepage": "https://www.dash.org" + }, + "mm2": 1 + }, + { + "coin": "DDD-ERC20", + "name": "ddd_erc20", + "fname": "Scry.info", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DENT-ERC20", + "name": "dent_erc20", + "fname": "Dent", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3597bfD533a99c9aa083587B074434E61Eb0A258" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "DENT", + "links": { + "homepage": "https://www.dentwireless.com" + } + }, + { + "coin": "DFX-ERC20", + "name": "dfx_erc20", + "fname": "DFX Finance", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x888888435FDe8e7d4c54cAb67f206e4199454c60" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DFX-PLG20", + "name": "dfx_plg20", + "fname": "DFX Finance", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x27f485b62C4A7E635F561A87560Adf5090239E93" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DGB", + "name": "digibyte", + "fname": "DigiByte", + "sign_message_prefix": "DigiByte Signed Message:\n", + "rpcport": 14022, + "pubtype": 30, + "p2shtype": 63, + "wiftype": 128, + "txfee": 10000000, + "segwit": true, + "bech32_hrp": "dgb", + "wallet_only": false, + "required_confirmations": 7, + "avg_blocktime": 15, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/20'", + "trezor_coin": "DigiByte", + "links": { + "github": "https://github.com/digibyte/digibyte", + "homepage": "https://digibyte.io" + }, + "mm2": 1 + }, + { + "coin": "DGB-segwit", + "name": "digibyte", + "fname": "Digibyte", + "sign_message_prefix": "DigiByte Signed Message:\n", + "rpcport": 14022, + "pubtype": 30, + "p2shtype": 63, + "wiftype": 128, + "txfee": 10000000, + "segwit": true, + "bech32_hrp": "dgb", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "DGB", + "required_confirmations": 7, + "avg_blocktime": 15, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/20'", + "trezor_coin": "DigiByte", + "links": { + "github": "https://github.com/digibyte/digibyte", + "homepage": "https://digibyte.io" + } + }, + { + "coin": "DGC", + "name": "digitalcoin", + "fname": "Digitalcoin", + "sign_message_prefix": "Digitalcoin Signed Message:\n", + "rpcport": 7998, + "pubtype": 30, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "required_confirmations": 3, + "avg_blocktime": 36, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/18'", + "mm2": 1 + }, + { + "coin": "DIA-BEP20", + "name": "dia_bep20", + "fname": "DIAToken", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x99956D38059cf7bEDA96Ec91Aa7BB2477E0901DD" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DIA-ERC20", + "name": "dia_erc20", + "fname": "DIAToken", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DIAC", + "name": "diabasecore", + "fname": "Diabase", + "sign_message_prefix": "DarkCoin Signed Message:\n", + "confpath": "USERHOME/.diabasecore/diabase.conf", + "rpcport": 7676, + "pubtype": 76, + "p2shtype": 16, + "wiftype": 204, + "txfee": 1000, + "force_min_relay_fee": true, + "required_confirmations": 2, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/5'", + "links": { + "github": "https://github.com/diabasecoin/diabase", + "homepage": "https://www.diabasecoin.com" + }, + "mm2": 1 + }, + { + "coin": "DIME", + "name": "dimecoin", + "fname": "Dimecoin", + "rpcport": 11931, + "pubtype": 15, + "p2shtype": 9, + "wiftype": 143, + "segwit": false, + "bech32_hrp": "vx", + "txfee": 1000, + "decimals": 5, + "sign_message_prefix": "Dimecoin Signed Message:\n", + "required_confirmations": 6, + "avg_blocktime": 64, + "protocol": { + "type": "UTXO" + }, + "links": { + "github": "https://github.com/dime-coin/dimecoin/" + }, + "mm2": 1 + }, + { + "coin": "DIMI", + "name": "diminutivecoin", + "fname": "Diminutive Coin", + "sign_message_prefix": "DiminutiveCoin Signed Message:\n", + "rpcport": 49122, + "pubtype": 32, + "p2shtype": 30, + "wiftype": 181, + "isPoS": 1, + "txfee": 1000, + "segwit": false, + "mature_confirmations": 75, + "required_confirmations": 4, + "avg_blocktime": 75, + "protocol": { + "type": "UTXO" + }, + "mm2": 1 + }, + { + "coin": "DIMI-BEP20", + "name": "dimi_bep20", + "fname": "Diminutive Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA33789a5478Add74e8D7628E817a281aAbD92dA9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DIMI-QRC20", + "name": "qtum", + "fname": "Diminutive Coin", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x2c660b0d4d53382aeef855d3010d697970fa0bd5" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "DOC", + "asset": "DOC", + "fname": "DOC", + "rpcport": 62415, + "txversion": 4, + "overwintered": 1, + "sign_message_prefix": "Komodo Signed Message:\n", + "is_testnet": true, + "required_confirmations": 1, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "DODO-ARB20", + "name": "dodo_arb20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x69Eb4FA4a2fbd498C257C57Ea8b7655a2559A581" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "DODO-BEP20", + "name": "dodo_bep20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DODO-ERC20", + "name": "dodo_erc20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DODO-KRC20", + "name": "dodo_krc20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x8724F9FB7B3f1bb6f2c90B3Ad3Fd6B3c20A06429" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOGE", + "name": "dogecoin", + "fname": "Dogecoin", + "sign_message_prefix": "Dogecoin Signed Message:\n", + "rpcport": 22555, + "pubtype": 30, + "p2shtype": 22, + "wiftype": 158, + "txfee": 0, + "force_min_relay_fee": true, + "dust": 1000000, + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/3'", + "trezor_coin": "Dogecoin", + "links": { + "github": "https://github.com/dogecoin/dogecoin", + "homepage": "https://dogecoin.com" + }, + "mm2": 1 + }, + { + "coin": "DOGE-BEP20", + "name": "doge_bep20", + "fname": "Dogecoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOGEC", + "name": "dogecash", + "fname": "DogeCash", + "rpcport": 56750, + "pubtype": 30, + "p2shtype": 19, + "wiftype": 122, + "txfee": 10000, + "dust": 5460, + "sign_message_prefix": "DarkNet Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/385'", + "links": { + "github": "https://github.com/dogecash/dogecash", + "homepage": "https://dogecash.net" + }, + "mm2": 1 + }, + { + "coin": "DOGEDASH-BEP20", + "name": "dogedash_bep20", + "fname": "Doge Dash", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOGGY-BEP20", + "name": "doggy_bep20", + "fname": "Doggy", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x74926B3d118a63F6958922d3DC05eB9C6E6E00c6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOI", + "name": "doichain", + "fname": "Doichain", + "sign_message_prefix": "Doichain Signed Message:\n", + "rpcport": 8339, + "pubtype": 52, + "p2shtype": 13, + "wiftype": 180, + "txfee": 1000, + "dust": 5460, + "segwit": true, + "bech32_hrp": "dc", + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/7070'", + "mm2": 1 + }, + { + "coin": "DOT-BEP20", + "name": "dot_bep20", + "fname": "Polkadot", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DOT-HCO20", + "name": "dot_hco20", + "fname": "Polkadot", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xA2c49cEe16a5E5bDEFDe931107dc1fae9f7773E3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DP", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "DP", + "fname": "DigitalPrice", + "rpcport": 28388, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "DPC", + "name": "dualpowecoin", + "fname": "Dualpowcoin", + "sign_message_prefix": "Dpowcoin Signed Message:\n", + "rpcport": 42002, + "pubtype": 55, + "p2shtype": 28, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "dpc", + "txfee": 10000, + "wallet_only": false, + "required_confirmations": 6, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/739'", + "links": { + "github": "https://github.com/dpowcore-project/dpowcoin", + "homepage": "https://dpowcore.org" + }, + "mm2": 1 + }, + { + "coin": "DX-ERC20", + "name": "dx_erc20", + "fname": "DxChain", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x973e52691176d36453868D9d86572788d27041A9" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "EFL", + "name": "egulden", + "fname": "e-Gulden", + "confpath": "USERHOME/.egulden/coin.conf", + "rpcport": 21015, + "pubtype": 48, + "p2shtype": 5, + "wiftype": 176, + "txfee": 200000, + "dust": 54600, + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/78'", + "mm2": 1 + }, + { + "coin": "EGLD-BEP20", + "name": "egld_bep20", + "fname": "Elrond", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EILN-ERC20", + "name": "eiln_erc20", + "fname": "eIlien", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ELF-BEP20", + "name": "elf_bep20", + "fname": "aelf", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ELF-ERC20", + "name": "elf_erc20", + "fname": "aelf", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "ELF Token", + "links": { + "github": "https://github.com/aelfProject", + "homepage": "https://aelf.io/" + } + }, + { + "coin": "EMC2", + "name": "einsteinium", + "fname": "Einsteinium", + "sign_message_prefix": "Einsteinium Signed Message:\n", + "rpcport": 41879, + "pubtype": 33, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/41'", + "mm2": 1 + }, + { + "coin": "ENJ-ERC20", + "name": "enj_erc20", + "fname": "Enjin Coin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "ENJIN", + "links": { + "github": "https://github.com/enjin/contracts", + "homepage": "https://enjincoin.io" + } + }, + { + "coin": "ENJ-KRC20", + "name": "enj_krc20", + "fname": "Enjin Coin", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x6e2D990C8e718E7b6D86ed08eBf0FF2dEc05253B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ENJ-PLG20", + "name": "enj_plg20", + "fname": "Enjin Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "EOS-BEP20", + "name": "eos_bep20", + "fname": "EOS", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ETC", + "name": "ethereum classic", + "fname": "Ethereum Classic", + "rpcport": 80, + "chain_id": 61, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Ethereum Classic", + "links": { + "homepage": "https://ethereumclassic.org" + }, + "mm2": 1 + }, + { + "coin": "ETC-BEP20", + "name": "etc_bep20", + "fname": "Ethereum Classic", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3d6545b08693daE087E957cb1180ee38B9e3c25E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH", + "name": "ethereum", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 1, + "sign_message_prefix": "Ethereum Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "ETH-ARB20", + "name": "eth_arb20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 42161, + "required_confirmations": 10, + "avg_blocktime": 0.25, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_coins": 300000, + "eth_payment": 700000, + "eth_receiver_spend": 600000, + "eth_sender_refund": 600000 + } + }, + { + "coin": "ETH-AVX20", + "name": "ethereum avalanche", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-BEP20", + "name": "eth_bep20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ETH-FTM20", + "name": "eth_ftm20", + "fname": "Ethereum", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x74b23882a30290451A17c44f4F05243b6b58C76d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-HCO20", + "name": "eth_hco20", + "fname": "Ethereum", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x64FF637fB478863B7468bc97D30a5bF3A428a1fD" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-KRC20", + "name": "eth_krc20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-PLG20", + "name": "eth_plg20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EURE-ERC20", + "name": "eure_erc20", + "fname": "Monerium EUR", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "EURE-PLG20", + "name": "eure_plg20", + "fname": "Monerium EUR", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 90000, + "erc20_payment": 150000, + "erc20_receiver_spend": 120000, + "erc20_sender_refund": 120000 + } + }, + { + "coin": "EUROE-ERC20", + "name": "euroe_erc20", + "fname": "EUROe Stablecoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "EUROE-PLG20", + "name": "euroe_plg20", + "fname": "EUROe Stablecoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EURS-ERC20", + "name": "eurs_erc20", + "fname": "STASIS EURO", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdB25f211AB05b1c97D595516F45794528a807ad8" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "STASIS EURS", + "links": { + "github": "https://github.com/stasisnet", + "homepage": "https://stasis.net" + } + }, + { + "coin": "EURS-PLG20", + "name": "eurs_plg20", + "fname": "STASIS EURO", + "rpcport": 80, + "chain_id": 137, + "decimals": 2, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EVR", + "name": "evrmore", + "fname": "Evrmore Coin", + "sign_message_prefix": "Evrmore Signed Message:\n", + "rpcport": 8819, + "pubtype": 33, + "p2shtype": 92, + "wiftype": 128, + "segwit": true, + "txfee": 1000000, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/175'", + "links": { + "github": "https://github.com/EvrmoreOrg/Evrmore", + "homepage": "https://evrmorecoin.org" + }, + "mm2": 1 + }, + { + "coin": "EWT", + "name": "ewt", + "fname": "Energy Web", + "rpcport": 80, + "chain_id": 246, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 5, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Energy Web", + "links": { + "homepage": "https://www.energyweb.org" + }, + "mm2": 1 + }, + { + "coin": "EXN-BEP20", + "name": "exn_bep20", + "fname": "Expoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FDUSD-BEP20", + "name": "fdusd_bep20", + "fname": "First Digital USD", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://firstdigitallabs.com" + }, + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 70000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FDUSD-ERC20", + "name": "fdusd_erc20", + "fname": "First Digital USD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://firstdigitallabs.com" + } + }, + { + "coin": "FEI-ERC20", + "name": "fei_erc20", + "fname": "Fei USD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FET-BEP20", + "name": "fet_bep20", + "fname": "Fetch.ai", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x031b41e504677879370e9DBcF937283A8691Fa7f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FET-ERC20", + "name": "fet_erc20", + "fname": "Fetch.ai", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FET-PLG20", + "name": "fet_plg20", + "fname": "Fetch.ai", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7583FEDDbceFA813dc18259940F76a02710A8905" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FIL-BEP20", + "name": "fil_bep20", + "fname": "Filecoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FIL-ERC20", + "name": "fil_erc20", + "fname": "Filecoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FIL-HCO20", + "name": "fil_hco20", + "fname": "Filecoin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xae3a768f9aB104c69A7CD6041fE16fFa235d1810" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FIRO", + "name": "firo", + "fname": "Firo", + "sign_message_prefix": "Firo Signed Message:\n", + "rpcport": 8888, + "pubtype": 82, + "p2shtype": 7, + "wiftype": 210, + "txfee": 1000, + "required_confirmations": 1, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/136'", + "trezor_coin": "Firo", + "links": { + "github": "https://github.com/firoorg/firo", + "homepage": "https://firo.org" + }, + "mm2": 1 + }, + { + "coin": "FIRO-BEP20", + "name": "firo_bep20", + "fname": "Firo", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FJC", + "name": "fujicoin", + "fname": "Fujicoin", + "sign_message_prefix": "FujiCoin Signed Message:\n", + "rpcport": 3776, + "pubtype": 36, + "p2shtype": 16, + "wiftype": 164, + "segwit": true, + "bech32_hrp": "fc", + "txfee": 0, + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/75'", + "trezor_coin": "Fujicoin", + "links": { + "github": "https://github.com/fujicoin/fujicoin", + "homepage": "https://fujicoin.org" + }, + "mm2": 1 + }, + { + "coin": "FJC-BEP20", + "name": "fjc_bep20", + "fname": "Fujicoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FJC-segwit", + "name": "fujicoin", + "fname": "Fujicoin", + "sign_message_prefix": "FujiCoin Signed Message:\n", + "rpcport": 3776, + "pubtype": 36, + "p2shtype": 16, + "wiftype": 164, + "segwit": true, + "bech32_hrp": "fc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "FJC", + "txfee": 0, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/75'", + "trezor_coin": "Fujicoin", + "links": { + "github": "https://github.com/fujicoin/fujicoin", + "homepage": "https://fujicoin.org" + } + }, + { + "coin": "FJCB-BEP20", + "name": "fjcb_bep20", + "fname": "FJCB Fujicoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FLEXUSD-ERC20", + "name": "flexusd_erc20", + "fname": "flexUSD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FLEXUSD-SLP", + "fname": "FlexUSD", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 6, + "token_id": "dd21be4532d93661e8ffe16db6535af0fb8ee1344d1fef81a193e2b4cfa9fbc9", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "FLO", + "name": "flo", + "fname": "Florincoin", + "rpcport": 7313, + "pubtype": 35, + "p2shtype": 8, + "wiftype": 176, + "txfee": 100000, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/216'", + "trezor_coin": "Flo", + "links": { + "github": "https://github.com/floblockchain/flo", + "homepage": "https://flo.cash" + }, + "mm2": 1 + }, + { + "coin": "FLOKI-BEP20", + "name": "floki_bep20", + "fname": "Floki Inu", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xfb5B838b6cfEEdC2873aB27866079AC55363D37E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 85000, + "erc20_payment": 140000, + "erc20_receiver_spend": 110000, + "erc20_sender_refund": 110000 + } + }, + { + "coin": "FLOW-BEP20", + "name": "flow_bep20", + "fname": "Flow", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xC943c5320B9c18C153d1e2d12cC3074bebfb31A2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FLUX", + "name": "flux", + "fname": "Flux", + "rpcport": 16124, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "txversion": 4, + "overwintered": 1, + "version_group_id": "0x892f2085", + "consensus_branch_id": "0x76b809bb", + "txfee": 10000, + "required_confirmations": 2, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/19167'", + "mm2": 1 + }, + { + "coin": "FLUX-BEP20", + "name": "flux_bep20", + "fname": "Flux", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FLUX-ERC20", + "name": "flux_erc20", + "fname": "Flux", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FRC", + "name": "faircoin", + "fname": "FairCoin", + "rpcport": 9875, + "pubtype": 36, + "p2shtype": 63, + "wiftype": 128, + "decimals": 8, + "signature_version": "base", + "txfee": 10000, + "segwit": true, + "bech32_hrp": "frc", + "required_confirmations": 6, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "mm2": 1 + }, + { + "coin": "FTC", + "name": "feathercoin", + "fname": "Feathercoin", + "sign_message_prefix": "Feathercoin Signed Message:\n", + "rpcport": 9337, + "pubtype": 14, + "p2shtype": 5, + "wiftype": 142, + "txfee": 1000000, + "segwit": true, + "bech32_hrp": "fc", + "wallet_only": false, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/8'", + "trezor_coin": "Feathercoin", + "links": { + "github": "https://github.com/FeatherCoin/Feathercoin", + "homepage": "https://feathercoin.com" + }, + "mm2": 1 + }, + { + "coin": "FTC-segwit", + "name": "feathercoin", + "fname": "Feathercoin", + "sign_message_prefix": "Feathercoin Signed Message:\n", + "rpcport": 9337, + "pubtype": 14, + "p2shtype": 5, + "wiftype": 142, + "txfee": 1000000, + "segwit": true, + "bech32_hrp": "fc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "FTC", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/8'", + "trezor_coin": "Feathercoin", + "links": { + "github": "https://github.com/FeatherCoin/Feathercoin", + "homepage": "https://feathercoin.com" + } + }, + { + "coin": "FTM", + "name": "ftm", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 250, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 1.8, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Fantom Opera", + "links": { + "homepage": "https://fantom.foundation" + }, + "mm2": 1 + }, + { + "coin": "FTM-BEP20", + "name": "ftm_bep20", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xAD29AbB318791D579433D831ed122aFeAf29dcfe" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FTM-ERC20", + "name": "ftm_erc20", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Fantom Token", + "links": { + "github": "https://github.com/Fantom-foundation/", + "homepage": "https://fantom.foundation/" + } + }, + { + "coin": "FTMT", + "name": "ftmt", + "fname": "Fantom Testnet", + "is_testnet": true, + "rpcport": 80, + "chain_id": 4002, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "FXS-AVX20", + "name": "fxs_avx20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x214DB107654fF987AD859F34125307783fC8e387" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FXS-BEP20", + "name": "fxs_bep20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xDE2F075f6F14EB9D96755b24E416A53E736Ca363" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FXS-ERC20", + "name": "fxs_erc20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FXS-FTM20", + "name": "fxs_ftm20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x7d016eec9c25232b01F23EF992D98ca97fc2AF5a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FXS-MVR20", + "name": "fxs_mvr20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 1285, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98" + } + }, + "derivation_path": "m/44'/60'", + "gas_limit": { + "eth_send_erc20": 1000000, + "erc20_payment": 1000000, + "erc20_receiver_spend": 1000000, + "erc20_sender_refund": 1000000 + } + }, + { + "coin": "FXS-PLG20", + "name": "fxs_plg20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1a3acf6D19267E2d3e7f898f42803e90C9219062" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GALA-BEP20", + "name": "gala_bep20", + "fname": "Gala", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990" + } + }, + "wallet_only": true, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GALA-ERC20", + "name": "gala_erc20", + "fname": "Gala", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GAME-ERC20", + "name": "game_erc20", + "fname": "GameCredits", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GAME-PLG20", + "name": "game_plg20", + "fname": "GameCredits", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8d1566569d5b695d44a9a234540f68D393cDC40D" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GBX", + "name": "gobyte", + "fname": "GoByte", + "confpath": "USERHOME/.gobytecore/gobyte.conf", + "rpcport": 12454, + "pubtype": 38, + "p2shtype": 10, + "wiftype": 198, + "segwit": false, + "txfee": 10000, + "sign_message_prefix": "DarkCoin Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/176'", + "links": { + "github": "https://github.com/gobytecoin/gobyte", + "homepage": "https://gobyte.network" + }, + "mm2": 1 + }, + { + "coin": "GBX-BEP20", + "name": "gbx_bep20", + "fname": "GoByte", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8E10F08C9A56a93B6adbfBcFda421919B3357596" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GFT-BEP20", + "name": "gft_bep20", + "fname": "Gifto", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x72fF5742319eF07061836F5C924aC6D72c919080" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GLC", + "name": "goldcoin", + "fname": "Goldcoin", + "rpcport": 8122, + "pubtype": 32, + "p2shtype": 5, + "wiftype": 160, + "segwit": false, + "txfee": 100000, + "dust": 54600, + "sign_message_prefix": "Goldcoin (GLC) Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/101'", + "links": { + "github": "https://github.com/goldcoin/goldcoin", + "homepage": "https://www.goldcoinproject.org" + }, + "mm2": 1 + }, + { + "coin": "GLEEC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "GLEEC", + "fname": "Gleec", + "rpcport": 23345, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "GLEEC-OLD", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "GLEEC", + "fname": "Gleec (OLD)", + "rpcport": 23226, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "GLM-ERC20", + "name": "glm_erc20", + "fname": "Golem", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GLM-PLG20", + "name": "glm_plg20", + "fname": "Golem", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GLMR", + "name": "moonbeam", + "fname": "Moonbeam", + "rpcport": 80, + "chain_id": 1284, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Moonbeam", + "links": { + "homepage": "https://moonbeam.network/networks/moonbeam/" + }, + "mm2": 1 + }, + { + "coin": "GM-BEP20", + "name": "gm_bep20", + "fname": "GM Wagmi", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA55C1e67039B6d59E91eb4cDa2bfc5A854989102" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GMT-BEP20", + "name": "gmt_bep20", + "fname": "STEPN", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GMT-PLG20", + "name": "gmt_plg20", + "fname": "STEPN", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x714DB550b574b3E927af3D93E26127D15721D4C2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GMX-ARB20", + "name": "gmx_arb20", + "fname": "GMX", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "GMX-AVX20", + "name": "gmx_avx20", + "fname": "GMX", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x62edc0692BD897D2295872a9FFCac5425011c661" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "GNEISS-ERC20", + "name": "gneiss_erc20", + "fname": "GNEISS", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 8, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GNO-ERC20", + "name": "gno_erc20", + "fname": "Gnosis", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6810e776880C02933D47DB1b9fc05908e5386b96" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Gnosis", + "links": { + "homepage": "https://gnosis.pm" + } + }, + { + "coin": "GNO-PLG20", + "name": "gno_plg20", + "fname": "Gnosis", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GNS-ARB20", + "name": "gns_arb20", + "fname": "Gains Network", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x18c11FD286C5EC11c3b683Caa813B77f5163A122" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "GNS-PLG20", + "name": "gns_plg20", + "fname": "Gains Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xE5417Af564e4bFDA1c483642db72007871397896" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GRLC", + "name": "garlicoin", + "fname": "Garlicoin", + "sign_message_prefix": "Garlicoin Signed Message:\n", + "rpcport": 42068, + "pubtype": 38, + "p2shtype": 50, + "wiftype": 176, + "segwit": true, + "bech32_hrp": "grlc", + "txfee": 100000, + "dust": 54600, + "required_confirmations": 5, + "avg_blocktime": 40, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/69420'", + "mm2": 1 + }, + { + "coin": "GRLC-BEP20", + "name": "grlc_bep20", + "fname": "Garlicoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7283DfA2d8D7e277b148cc263B5d8Ae02f1076D3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRLC-ERC20", + "name": "grlc_erc20", + "fname": "Garlicoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x58f7345b5295E43aA454911571f13be186655BE9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRMS", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "GRMS", + "fname": "GRMS", + "rpcport": 21687, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "GRR", + "name": "ghostridercoin", + "fname": "Ghostridercoin", + "rpcport": 15420, + "pubtype": 38, + "p2shtype": 16, + "wiftype": 128, + "txfee": 1000, + "confpath": "USERHOME/.grcoincore/grcoin.conf", + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/10226'", + "mm2": 1 + }, + { + "coin": "GRS", + "name": "groestlcoin", + "fname": "Groestlcoin", + "sign_message_prefix": "GroestCoin Signed Message:\n", + "rpcport": 1441, + "pubtype": 36, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 10000, + "segwit": true, + "bech32_hrp": "grs", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/17'", + "trezor_coin": "Groestlcoin", + "links": { + "github": "https://github.com/Groestlcoin/groestlcoin", + "homepage": "https://www.groestlcoin.org" + }, + "mm2": 1 + }, + { + "coin": "GRT-ARB20", + "name": "grt_arb20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x9623063377AD1B27544C965cCd7342f7EA7e88C7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "GRT-AVX20", + "name": "grt_avx20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x8a0cAc13c7da965a312f08ea4229c37869e85cB9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRT-ERC20", + "name": "grt_erc20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xc944E90C64B2c07662A292be6244BDf05Cda44a7" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Graph Token", + "links": { + "github": "https://github.com/graphprotocol", + "homepage": "https://thegraph.com" + } + }, + { + "coin": "GRT-KRC20", + "name": "grt_krc20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xb49dd3eDB98FBe82A01DFcb556Cd016964baf5A3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRT-PLG20", + "name": "grt_plg20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5fe2B58c013d7601147DcdD68C143A77499f5531" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GST-BEP20", + "name": "gst_bep20", + "fname": "Green Satoshi Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GT-ERC20", + "name": "gt_erc20", + "fname": "Gate", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xE66747a101bFF2dBA3697199DCcE5b743b454759" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GURU-BEP20", + "name": "guru_bep20", + "fname": "MobilityGuru", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://mobilityguru.org" + } + }, + { + "coin": "GUSD-ERC20", + "name": "gusd_erc20", + "fname": "Gemini Dollar", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HEX-ERC20", + "name": "hex_erc20", + "fname": "HEX", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "HEX", + "links": { + "github": "https://github.com/bitcoinHEX", + "homepage": "https://hex.win" + } + }, + { + "coin": "HEX-PLG20", + "name": "hex_plg20", + "fname": "HEX", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "HLC-QRC20", + "name": "qtum", + "fname": "HalalChain", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 9, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "HOT-ERC20", + "name": "hot_erc20", + "fname": "Holo", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6c6EE5e31d828De241282B9606C8e98Ea48526E2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HOT-PLG20", + "name": "hot_plg20", + "fname": "Holo", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0C51f415cF478f8D08c246a6C6Ee180C5dC3A012" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HPY-QRC20", + "name": "qtum", + "fname": "HyperPay", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "HT", + "name": "huobi-token", + "fname": "Huobi Token", + "rpcport": 80, + "chain_id": 128, + "required_confirmations": 3, + "avg_blocktime": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Huobi ECO Chain", + "links": { + "homepage": "https://www.hecochain.com" + }, + "mm2": 1 + }, + { + "coin": "HT-ERC20", + "name": "huobi-token", + "fname": "Huobi Token", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6f259637dcD74C767781E37Bc6133cd6A68aa161" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Huobi Token", + "links": { + "homepage": "https://www.hbg.com" + } + }, + { + "coin": "HUSD-ERC20", + "name": "husd_erc20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HUSD-HCO20", + "name": "husd_hco20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x0298c2b32eaE4da002a15f36fdf7615BEa3DA047" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HUSD-KRC20", + "name": "husd_krc20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HUSD-PLG20", + "name": "husd_plg20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IDRT-BEP20", + "name": "idrt_bep20", + "fname": "Rupiah Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 2, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x66207E39bb77e6B99aaB56795C7c340C08520d83" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IDRT-ERC20", + "name": "idrt_erc20", + "fname": "Rupiah Token", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IDRT-PLG20", + "name": "idrt_plg20", + "fname": "Rupiah Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x554cd6bdD03214b10AafA3e0D4D42De0C5D2937b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "IL8P", + "name": "infiniloop", + "fname": "InfiniLooP", + "sign_message_prefix": "InfiniLooP Signed Message:\n", + "isPoS": 1, + "rpcport": 9459, + "pubtype": 33, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "mature_confirmations": 500, + "required_confirmations": 7, + "avg_blocktime": 45, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/722'", + "links": { + "github": "https://github.com/WikiMin3R/InfiniLooP", + "homepage": "https://infiniloop.io" + }, + "mm2": 1 + }, + { + "coin": "ILN", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "ILN", + "fname": "Ilien", + "rpcport": 12986, + "txversion": 4, + "overwintered": 1, + "p2p": 12985, + "magic": "feb4cb23", + "nSPV": "5.9.102.210, 5.9.253.195, 5.9.253.196, 5.9.253.197, 5.9.253.198, 5.9.253.199, 5.9.253.200, 5.9.253.201, 5.9.253.202, 5.9.253.203", + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "ILN-BEP20", + "name": "iln_bep20", + "fname": "Ilien", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILN-PLG20", + "name": "iln_plg20", + "fname": "Ilien", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILNF-BEP20", + "name": "ilnf_bep20", + "fname": "Ilien Fuel", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILNF-PLG20", + "name": "ilnf_plg20", + "fname": "Ilien Fuel", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILNSW-PLG20", + "name": "ilnsw_plg20", + "fname": "Ilien Swap", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILV-BEP20", + "name": "ilv_bep20", + "fname": "Illuvium", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4d5AC5cc4f8aBdf2EC2Cb986C00C382369f787D4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ILV-ERC20", + "name": "ilv_erc20", + "fname": "Illuvium", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IMX-ERC20", + "name": "imx_erc20", + "fname": "ImmutableX", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "INJ-BEP20", + "name": "inj_bep20", + "fname": "Injective Protocol", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xa2B726B1145A4773F68593CF171187d8EBe4d495" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "INJ-ERC20", + "name": "inj_erc20", + "fname": "Injective Protocol", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "INK-QRC20", + "name": "qtum", + "fname": "INK", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 9, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "IOTA-BEP20", + "name": "iota_bep20", + "fname": "IOTA", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "IOTX-BEP20", + "name": "iotx_bep20", + "fname": "IoTeX", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9678E42ceBEb63F23197D726B29b1CB20d0064E5" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "IOTX-PLG20", + "name": "iotx_plg20", + "fname": "IoTeX", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf6372cDb9c1d3674E83842e3800F2A62aC9F3C66" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IRIS", + "avg_blocktime": 7, + "name": "iris", + "fname": "IRISnet", + "chain_id": 6688, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "uiris", + "account_prefix": "iaa", + "chain_id": "irishub-1", + "chain_registry_name": "irishub", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'", + "mm2": 1 + }, + { + "coin": "IRIS-BEP20", + "name": "iris_bep20", + "fname": "IRISnet", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x05C50a62b0b87bE1fFB1Cf3b77d9eDBa834ef6f7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IRISTEST", + "avg_blocktime": 7, + "name": "iristest", + "fname": "Iris Test", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "unyan", + "account_prefix": "iaa", + "chain_id": "nyancat-9", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'", + "mm2": 1 + }, + { + "coin": "IRISTEST-IBC_NUCLEUSTEST", + "avg_blocktime": 5, + "name": "iristest-ibc-nucleus-test", + "fname": "Iris Test", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINTTOKEN", + "protocol_data": { + "platform": "NUCLEUSTEST", + "decimals": 6, + "denom": "ibc/F7F28FF3C09024A0225EDBBDB207E5872D2B4EF2FB874FE47B05EF9C9A7D211C" + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "JASMY-BEP20", + "name": "jasmy_bep20", + "fname": "JasmyCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x15669CF161946C09a8B207650BfBB00e3d8A2E3E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JASMY-ERC20", + "name": "jasmy_erc20", + "fname": "JasmyCoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JAUD-PLG20", + "name": "jaud_plg20", + "fname": "Jarvis Australian Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JBRL-BEP20", + "name": "jbrl_bep20", + "fname": "Jarvis Brazilian Real", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JBRL-PLG20", + "name": "jbrl_plg20", + "fname": "Jarvis Brazilian Real", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JCAD-PLG20", + "name": "jcad_plg20", + "fname": "Jarvis Canadian Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JCHF-AVX20", + "name": "jchf_avx20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JCHF-BEP20", + "name": "jchf_bep20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JCHF-ERC20", + "name": "jchf_erc20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JCHF-PLG20", + "name": "jchf_plg20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JCNY-PLG20", + "name": "jcny_plg20", + "fname": "Jarvis Chinese Yuan", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JDB-BEP20", + "name": "jdb_bep20", + "fname": "Jeet Detector Bot", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JEUR-AVX20", + "name": "jeur_avx20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JEUR-BEP20", + "name": "jeur_bep20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JEUR-ERC20", + "name": "jeur_erc20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JEUR-PLG20", + "name": "jeur_plg20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JGBP-BEP20", + "name": "jgbp_bep20", + "fname": "Jarvis British Pound", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JGBP-ERC20", + "name": "jgbp_erc20", + "fname": "Jarvis British Pound", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JGBP-PLG20", + "name": "jgbp_plg20", + "fname": "Jarvis British Pound", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JGOLD-PLG20", + "name": "jgold_plg20", + "fname": "Jarvis Gold", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JJPY-PLG20", + "name": "jjpy_plg20", + "fname": "Jarvis Japanese Yen", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JKRW-PLG20", + "name": "jkrw_plg20", + "fname": "Jarvis South Korean Won", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JMXN-PLG20", + "name": "jmxn_plg20", + "fname": "Jarvis Mexican Peso", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JNZD-PLG20", + "name": "jnzd_plg20", + "fname": "Jarvis New Zealand Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JOY-PLG20", + "name": "joy_plg20", + "fname": "Joystick.club", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JPHP-PLG20", + "name": "jphp_plg20", + "fname": "Jarvis Philippine Peso", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JPLN-PLG20", + "name": "jpln_plg20", + "fname": "Jarvis Polish Zloty", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JPYC-AVX20", + "name": "jpyc_avx20", + "fname": "JPY Coin", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JPYC-PLG20", + "name": "jpyc_plg20", + "fname": "JPY Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JRT-ERC20", + "name": "jrt_erc20", + "fname": "Jarvis Reward Token", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JRT-PLG20", + "name": "jrt_plg20", + "fname": "Jarvis Reward Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JSEK-PLG20", + "name": "jsek_plg20", + "fname": "Jarvis Swedish Krona", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JSGD-PLG20", + "name": "jsgd_plg20", + "fname": "Jarvis Singapore Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JST-BEP20", + "name": "jst_bep20", + "fname": "JUST", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JTRY-PLG20", + "name": "jtry_plg20", + "fname": "Jarvis Turkish Lira", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JUSD-PLG20", + "name": "jusd_plg20", + "fname": "Jarvis United States Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "KCS", + "name": "kucoin-token", + "fname": "KuCoin Token", + "rpcport": 80, + "chain_id": 321, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "KCC", + "links": { + "homepage": "https://kcc.io" + }, + "mm2": 1 + }, + { + "coin": "KIIRO", + "name": "kiiro", + "fname": "Kiiro", + "sign_message_prefix": "Zcoin Signed Message:\n", + "rpcport": 8999, + "pubtype": 45, + "p2shtype": 7, + "wiftype": 210, + "txfee": 1000, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/136'", + "links": { + "github": "https://github.com/kiirocoin/kiiro", + "homepage": "https://kiirocoin.org" + }, + "mm2": 1 + }, + { + "coin": "KIIRO-BEP20", + "name": "kiiro_bep20", + "fname": "Kiiro", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x347862372f7C8f83D69025234367Ac11c5241Db3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "KMD", + "name": "komodo", + "fname": "Komodo", + "rpcport": 7771, + "pubtype": 60, + "p2shtype": 85, + "wiftype": 188, + "txversion": 4, + "overwintered": 1, + "txfee": 1000, + "sign_message_prefix": "Komodo Signed Message:\n", + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "links": { + "github": "https://github.com/komodoplatform/komodo", + "homepage": "https://komodoplatform.com" + }, + "mm2": 1 + }, + { + "coin": "KMD-BEP20", + "name": "kmd_bep20", + "fname": "Komodo", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "KNC-AVX20", + "name": "knc_avx20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "KNC-BEP20", + "name": "knc_bep20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "KNC-ERC20", + "name": "knc_erc20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Kyber Network", + "links": { + "github": "https://github.com/KyberNetwork", + "homepage": "https://kyber.network" + } + }, + { + "coin": "KNC-PLG20", + "name": "knc_plg20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "KOIN", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "KOIN", + "fname": "Koinon", + "rpcport": 10702, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "KSM-BEP20", + "name": "ksm_bep20", + "fname": "Kusama", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LBC", + "name": "lbrycrd", + "fname": "LBRY Credits", + "sign_message_prefix": "LBRYcrd Signed Message:\n", + "rpcport": 9245, + "pubtype": 85, + "p2shtype": 122, + "wiftype": 28, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "lbc", + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/140'", + "mm2": 1 + }, + { + "coin": "LBC-segwit", + "name": "lbrycrd", + "fname": "LBRY Credits", + "sign_message_prefix": "LBRYcrd Signed Message:\n", + "rpcport": 9245, + "pubtype": 85, + "p2shtype": 122, + "wiftype": 28, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "lbc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "LBC", + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/140'" + }, + { + "coin": "LCC", + "name": "litecoincash", + "fname": "Litecoin Cash", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 62457, + "pubtype": 28, + "p2shtype": 50, + "wiftype": 176, + "decimals": 7, + "fork_id": "0x40", + "signature_version": "base", + "txfee": 20000, + "segwit": true, + "bech32_hrp": "lcc", + "wallet_only": false, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/192'", + "mm2": 1 + }, + { + "coin": "LCC-segwit", + "name": "litecoincash", + "fname": "Litecoin Cash", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 62457, + "pubtype": 28, + "p2shtype": 50, + "wiftype": 176, + "decimals": 7, + "fork_id": "0x40", + "signature_version": "base", + "txfee": 20000, + "segwit": true, + "bech32_hrp": "lcc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "LCC", + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/192'" + }, + { + "coin": "LDO-ERC20", + "name": "ldo_erc20", + "fname": "Lido DAO", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LDO-PLG20", + "name": "ldo_plg20", + "fname": "Lido DAO", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LEASH-ERC20", + "name": "leash_erc20", + "fname": "Doge Killer", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x27C70Cd1946795B66be9d954418546998b546634" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LEO-ERC20", + "name": "leo_erc20", + "fname": "LEO Token", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "LEOcoin", + "links": { + "homepage": "https://www.leocoin.org/" + } + }, + { + "coin": "LEO-PLG20", + "name": "leo_plg20", + "fname": "LEO Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-AVX20", + "name": "link_avx20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x5947BB275c521040051D82396192181b413227A3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-BEP20", + "name": "link_bep20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-ERC20", + "name": "link_erc20", + "fname": "Chainlink", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x514910771AF9Ca656af840dff83E8264EcF986CA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-FTM20", + "name": "link_ftm20", + "fname": "Chainlink", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-HCO20", + "name": "link_hco20", + "fname": "Chainlink", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x9e004545c59D359F6B7BFB06a26390b087717b42" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-KRC20", + "name": "link_krc20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x47841910329aaa6b88D5e9DcdE9000195151dc72" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-PLG20", + "name": "link_plg20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LOLS-BEP20", + "name": "lols_bep20", + "fname": "LOLSmash", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x19961cf3B822d37e16E310AB7C6C0277F95f31c3" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://lolsmash.net" + } + }, + { + "coin": "LOOM-BEP20", + "name": "loom_bep20", + "fname": "Loom Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xE6Ce27025F13f5213bBc560dC275e292965a392F" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LOOM-ERC20", + "name": "loom_erc20", + "fname": "Loom Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x42476F744292107e34519F9c357927074Ea3F75D" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "LOOM", + "links": { + "github": "github.com/loomnetwork/", + "homepage": "https://loomx.io" + } + }, + { + "coin": "LOOP-BEP20", + "name": "loop_bep20", + "fname": "LoopNetwork", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcE186ad6430E2Fe494a22C9eDbD4c68794a28B35" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LRC-BEP20", + "name": "lrc_bep20", + "fname": "Loopring", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x66e4d38b20173F509A1fF5d82866949e4fE898da" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LRC-ERC20", + "name": "lrc_erc20", + "fname": "Loopring", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Loopring", + "links": { + "github": "https://github.com/loopring", + "homepage": "https://loopring.org" + } + }, + { + "coin": "LRC-PLG20", + "name": "lrc_plg20", + "fname": "Loopring", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LSTR-QRC20", + "name": "qtum", + "fname": "Luna Stars", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "LSWAP-BEP20", + "name": "lswap_bep20", + "fname": "LoopSwap", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3F8a14f5a3Ee2F4A3Ed61cCF5EEA3c9535C090C8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LTC", + "name": "litecoin", + "fname": "Litecoin", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 9332, + "pubtype": 48, + "p2shtype": 50, + "wiftype": 176, + "txfee": 0, + "dust": 5460, + "segwit": true, + "bech32_hrp": "ltc", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2'", + "trezor_coin": "Litecoin", + "links": { + "github": "https://github.com/litecoin-project/litecoin", + "homepage": "https://litecoin.org" + }, + "mm2": 1 + }, + { + "coin": "LTC-segwit", + "name": "litecoin", + "fname": "Litecoin", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 9332, + "pubtype": 48, + "p2shtype": 50, + "wiftype": 176, + "txfee": 0, + "dust": 5460, + "segwit": true, + "bech32_hrp": "ltc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "LTC", + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2'", + "trezor_coin": "Litecoin", + "links": { + "github": "https://github.com/litecoin-project/litecoin", + "homepage": "https://litecoin.org" + } + }, + { + "coin": "LUPA", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "LUPA", + "fname": "Lupaza", + "rpcport": 64151, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "LYNX", + "name": "lynx", + "fname": "Lynx", + "sign_message_prefix": "Lynx Signed Message:\n", + "rpcport": 9332, + "pubtype": 45, + "p2shtype": 22, + "wiftype": 173, + "txfee": 100000, + "dust": 54600, + "segwit": false, + "required_confirmations": 1, + "avg_blocktime": 1200, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/191'", + "mm2": 1 + }, + { + "coin": "MANA-BEP20", + "name": "mana_bep20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MANA-ERC20", + "name": "mana_erc20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Decentraland MANA", + "links": { + "github": "https://github.com/decentraland", + "homepage": "https://decentraland.org" + } + }, + { + "coin": "MANA-KRC20", + "name": "mana_krc20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MANA-PLG20", + "name": "mana_plg20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MARTY", + "asset": "MARTY", + "fname": "MARTY", + "rpcport": 52592, + "txversion": 4, + "overwintered": 1, + "sign_message_prefix": "Komodo Signed Message:\n", + "is_testnet": true, + "required_confirmations": 1, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "MASK-BEP20", + "name": "mask_bep20", + "fname": "Mask Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2eD9a5C8C13b93955103B9a7C167B67Ef4d568a3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MASK-ERC20", + "name": "mask_erc20", + "fname": "Mask Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MASK-PLG20", + "name": "mask_plg20", + "fname": "Mask Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MATIC", + "name": "matic", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 137, + "use_access_list": true, + "max_eth_tx_type": 2, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Polygon", + "links": { + "homepage": "https://polygon.technology/" + }, + "mm2": 1 + }, + { + "coin": "MATIC-BEP20", + "name": "matic_bep20", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xCC42724C6683B7E57334c4E856f4c9965ED682bD" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MATIC-ERC20", + "name": "matic_erc20", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Matic Token", + "links": { + "homepage": "https://polygon.technology/" + } + }, + { + "coin": "MATIC-HCO20", + "name": "matic_hco20", + "fname": "Polygon", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xdB11743fe8B129b49b11236E8a715004BDabe7e5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MATIC-KRC20", + "name": "matic_krc20", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x1B8e27ABA297466fc6765Ce55BD12A8E216759da" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MATICTEST", + "name": "matic testnet", + "fname": "Matic Testnet", + "is_testnet": true, + "rpcport": 80, + "chain_id": 80001, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "MAZA", + "name": "mazacoin", + "fname": "MazaCoin", + "sign_message_prefix": "Mazacoin Signed Message:\n", + "rpcport": 12832, + "pubtype": 50, + "p2shtype": 9, + "wiftype": 244, + "decimals": 8, + "signature_version": "base", + "txfee": 10000, + "segwit": true, + "bech32_hrp": "maza", + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/13'", + "links": { + "github": "https://github.com/Mazacoin", + "homepage": "https://www.mazacoin.org" + }, + "mm2": 1 + }, + { + "coin": "MAZE-SLP", + "fname": "Maze", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 6, + "token_id": "bb553ac2ac7af0fcd4f24f9dfacc7f925bfb1446c6e18c7966db95a8d50fb378", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "MC-BEP20", + "name": "mc_bep20", + "fname": "Merit Circle", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MC-ERC20", + "name": "mc_erc20", + "fname": "Merit Circle", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MCL", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "MCL", + "fname": "Marmara Credit Loops", + "rpcport": 33825, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "MDX", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "MDX", + "fname": "Mandala", + "rpcport": 18482, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "links": { + "homepage": "https://mandala.exchange" + }, + "mm2": 1 + }, + { + "coin": "MED-QRC20", + "name": "qtum", + "fname": "Medibloc", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "MEWC", + "name": "meowcoin", + "fname": "Meowcoin", + "sign_message_prefix": "Meowcoin Signed Message:\n", + "rpcport": 9766, + "pubtype": 50, + "p2shtype": 122, + "wiftype": 112, + "segwit": false, + "txfee": 1000000, + "dust": 1000000, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1669'", + "links": { + "github": "https://github.com/Meowcoin-Foundation/Meowcoin", + "homepage": "https://www.mewccrypto.com/" + }, + "mm2": 1 + }, + { + "coin": "MINDS-ERC20", + "name": "minds_erc20", + "fname": "Minds", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB26631c6dda06aD89B93C71400D25692de89c068" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Minds Token", + "links": { + "homepage": "https://www.minds.com/" + } + }, + { + "coin": "MINU-BEP20", + "name": "minu_bep20", + "fname": "Minu", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xf48f91df403976060cC05dBbf8A0901b09fdeFd4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MIR-BEP20", + "name": "mir_bep20", + "fname": "Mirror Protocol", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5B6DcF557E2aBE2323c48445E8CC948910d8c2c9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MIR-ERC20", + "name": "mir_erc20", + "fname": "Mirror Protocol", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x09a3EcAFa817268f77BE1283176B946C4ff2E608" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-AVX20", + "name": "mkr_avx20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x88128fd4b259552A9A1D457f435a6527AAb72d42" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-BEP20", + "name": "mkr_bep20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-ERC20", + "name": "mkr_erc20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "MakerDAO", + "links": { + "github": "https://github.com/makerdao", + "homepage": "https://makerdao.com" + } + }, + { + "coin": "MKR-KRC20", + "name": "mkr_krc20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xdE81028C743f5304fe2cdEfac588f572d629a687" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-PLG20", + "name": "mkr_plg20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6f7C932e7684666C9fd1d44527765433e01fF61d" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MLN-ERC20", + "name": "mln_erc20", + "fname": "Enzyme", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xec67005c4E498Ec7f55E092bd1d35cbC47C91892" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MM-AVX20", + "name": "mm_avx20", + "fname": "Million", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x993163CaD35162fB579D7B64e6695cB076EF5064" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MM-BEP20", + "name": "mm_bep20", + "fname": "Million", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MM-ERC20", + "name": "mm_erc20", + "fname": "Million", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Million", + "links": { + "homepage": "https://www.milliontoken.org" + } + }, + { + "coin": "MM-MVR20", + "name": "mm_mvr20", + "fname": "Million", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MM-PLG20", + "name": "mm_plg20", + "fname": "Million", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MONA", + "name": "monacoin", + "fname": "MonaCoin", + "sign_message_prefix": "Monacoin Signed Message:\n", + "rpcport": 9402, + "pubtype": 50, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "mona", + "wallet_only": false, + "required_confirmations": 5, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/22'", + "trezor_coin": "Monacoin", + "links": { + "github": "https://github.com/monacoinproject/monacoin", + "homepage": "https://monacoin.org" + }, + "mm2": 1 + }, + { + "coin": "MONA-segwit", + "name": "monacoin", + "fname": "MonaCoin", + "sign_message_prefix": "Monacoin Signed Message:\n", + "rpcport": 9402, + "pubtype": 50, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "mona", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "MONA", + "required_confirmations": 5, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/22'", + "trezor_coin": "Monacoin", + "links": { + "github": "https://github.com/monacoinproject/monacoin", + "homepage": "https://monacoin.org" + } + }, + { + "coin": "MOR-ARB20", + "name": "mor_arb20", + "fname": "Morpheus", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "MOR-ERC20", + "name": "mor_erc20", + "fname": "Morpheus", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xcBB8f1BDA10b9696c57E13BC128Fe674769DCEc0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MOVR", + "name": "moonriver", + "fname": "Moonriver", + "rpcport": 80, + "chain_id": 1285, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Moonriver", + "links": { + "homepage": "https://moonbeam.network/networks/moonriver/" + }, + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_payment": 100000, + "eth_receiver_spend": 500000, + "eth_sender_refund": 500000 + }, + "mm2": 1 + }, + { + "coin": "NAV", + "name": "navcoin", + "fname": "Navcoin", + "sign_message_prefix": "Navcoin Signed Message:\n", + "isPoS": 1, + "txversion": 3, + "confpath": "USERHOME/.navcoin4/navcoin.conf", + "rpcport": 44444, + "pubtype": 53, + "p2shtype": 85, + "wiftype": 150, + "txfee": 10000, + "required_confirmations": 10, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/130'", + "mm2": 1 + }, + { + "coin": "NAV-BEP20", + "name": "nav_bep20", + "fname": "Navcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NEAR-BEP20", + "name": "near_bep20", + "fname": "NEAR Protocol", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "NENG", + "name": "nengcoin", + "fname": "Nengcoin", + "rpcport": 6376, + "pubtype": 53, + "p2shtype": 5, + "wiftype": 176, + "txfee": 200000, + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/681'", + "mm2": 1 + }, + { + "coin": "NENG-BEP20", + "name": "neng_bep20", + "fname": "Nengcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xaD2c0B5ee5424C6b6f9C06E4fEF3FD7CD9FF0264" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NEXO-ERC20", + "name": "nexo_erc20", + "fname": "Nexo", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Nexo", + "links": { + "homepage": "http://nexo.io" + } + }, + { + "coin": "NEXO-KRC20", + "name": "nexo_krc20", + "fname": "Nexo", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xb7A18bd55e8E3E2262d7c8Ee7b4DD9B216Df0Faf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NEXO-PLG20", + "name": "nexo_plg20", + "fname": "Nexo", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "NFT_AVAX", + "name": "nft_avax", + "fname": "Avalanche", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "AVAX" + } + }, + "derivation_path": "m/44'/9000'", + "trezor_coin": "Avalanche C-Chain", + "links": { + "homepage": "https://www.avax.network/" + }, + "mm2": 1 + }, + { + "coin": "NFT_BNB", + "name": "nft_binancesmartchain", + "fname": "Binance Coin", + "avg_blocktime": 3, + "rpcport": 80, + "chain_id": 56, + "required_confirmations": 3, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "BNB" + } + }, + "derivation_path": "m/44'/714'", + "trezor_coin": "Binance Smart Chain", + "links": { + "homepage": "https://www.binance.org" + }, + "mm2": 1 + }, + { + "coin": "NFT_ETH", + "name": "nft_ethereum", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 1, + "sign_message_prefix": "Ethereum Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "ETH" + } + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "NFT_FTM", + "name": "nft_ftm", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 250, + "required_confirmations": 3, + "avg_blocktime": 1.8, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "FTM" + } + }, + "derivation_path": "m/44'/1007'", + "trezor_coin": "Fantom Opera", + "links": { + "homepage": "https://fantom.foundation" + }, + "mm2": 1 + }, + { + "coin": "NFT_MATIC", + "name": "nft_matic", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 137, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "MATIC" + } + }, + "derivation_path": "m/44'/966'", + "trezor_coin": "Polygon", + "links": { + "homepage": "https://polygon.technology/" + }, + "mm2": 1 + }, + { + "coin": "NINJA", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "NINJA", + "fname": "Ninja", + "rpcport": 8427, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "NMC", + "name": "namecoin", + "fname": "Namecoin", + "rpcport": 8336, + "pubtype": 52, + "p2shtype": 13, + "wiftype": 180, + "txfee": 0, + "segwit": true, + "bech32_hrp": "nc", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/7'", + "trezor_coin": "Namecoin", + "links": { + "github": "https://github.com/namecoin/namecoin-core", + "homepage": "https://namecoin.org" + }, + "mm2": 1 + }, + { + "coin": "NMC-segwit", + "name": "namecoin", + "fname": "Namecoin", + "rpcport": 8336, + "pubtype": 52, + "p2shtype": 13, + "wiftype": 180, + "txfee": 0, + "segwit": true, + "bech32_hrp": "nc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "NMC", + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/7'", + "trezor_coin": "Namecoin", + "links": { + "github": "https://github.com/namecoin/namecoin-core", + "homepage": "https://namecoin.org" + } + }, + { + "coin": "NUCLEUSTEST", + "avg_blocktime": 5, + "name": "nucleus-test", + "fname": "Nucleus Test", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "unucl", + "account_prefix": "nuc", + "chain_registry_name": "nucleus", + "chain_id": "nucleus-3" + } + }, + "derivation_path": "m/44'/118'", + "mm2": 1 + }, + { + "coin": "NVC", + "name": "novacoin", + "fname": "Novacoin", + "sign_message_prefix": "Novacoin Signed Message:\n", + "isPoS": 1, + "rpcport": 8344, + "pubtype": 8, + "p2shtype": 20, + "wiftype": 136, + "decimals": 6, + "txfee": 1000, + "dust": 10000, + "wallet_only": true, + "mature_confirmations": 500, + "required_confirmations": 1, + "avg_blocktime": 450, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/50'" + }, + { + "coin": "NVC-BEP20", + "name": "nvc_bep20", + "fname": "Novacoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBF84720097de111A80f46f9D077643967042841A" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "NVC-QRC20", + "name": "qtum", + "fname": "Novacoin", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xffb67c56c42b71144ae394dbfe298d863fbb3b9e" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "NYC", + "name": "newyorkcoin", + "fname": "NewYorkCoin", + "sign_message_prefix": "NewYorkCoin Signed Message:\n", + "rpcport": 22555, + "pubtype": 60, + "p2shtype": 22, + "wiftype": 188, + "segwit": false, + "txfee": 100000000, + "required_confirmations": 7, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/179'", + "links": { + "github": "https://github.com/NewYorkCoinNYC/newyorkcoin", + "homepage": "https://newyorkcoin.online" + }, + "mm2": 1 + }, + { + "coin": "NYC-BEP20", + "name": "nyc_bep20", + "fname": "NewYorkCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6c015277B0f9b8c24B20BD8BbbD29FDb25738A69" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NZDS-ERC20", + "name": "nzds_erc20", + "fname": "NZD Stablecoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NZDS-PLG20", + "name": "nzds_plg20", + "fname": "NZD Stablecoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OC-QRC20", + "name": "qtum", + "fname": "OceanChain", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "OCEAN-BEP20", + "name": "ocean_bep20", + "fname": "Ocean Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OCEAN-ERC20", + "name": "ocean_erc20", + "fname": "Ocean Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Ocean Token", + "links": { + "github": "https://github.com/oceanprotocol", + "homepage": "https://oceanprotocol.com" + } + }, + { + "coin": "OCEAN-PLG20", + "name": "ocean_plg20", + "fname": "Ocean Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OKB-ERC20", + "name": "okb_erc20", + "fname": "OKB", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x75231F58b43240C9718Dd58B4967c5114342a86c" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "OKB", + "links": { + "github": "https://github.com/okex/okberc20token", + "homepage": "https://www.okex.com/" + } + }, + { + "coin": "OM-BEP20", + "name": "om_bep20", + "fname": "MANTRA", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xF78D2e7936F5Fe18308A3B2951A93b6c4a41F5e2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "OM-ERC20", + "name": "om_erc20", + "fname": "MANTRA", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3593D125a4f7849a1B059E64F4517A86Dd60c95d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OM-PLG20", + "name": "om_plg20", + "fname": "MANTRA", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "OMG-ERC20", + "name": "omg_erc20", + "fname": "OMG Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "OmiseGO", + "links": { + "github": "https://github.com/omisego", + "homepage": "https://omg.omise.co" + } + }, + { + "coin": "OMG-PLG20", + "name": "omg_plg20", + "fname": "OMG Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ONE", + "name": "harmony", + "fname": "Harmony", + "rpcport": 80, + "chain_id": 1666600000, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "ONT-BEP20", + "name": "ont_bep20", + "fname": "Ontology", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xFd7B3A77848f1C2D67E05E54d78d174a0C850335" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "OSMO", + "avg_blocktime": 7, + "name": "osmosis", + "fname": "Osmosis", + "wallet_only": true, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "uosmo", + "account_prefix": "osmo", + "chain_registry_name": "osmosis", + "chain_id": "osmosis-1", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "OSMO-IBC_NUCLEUSTEST", + "avg_blocktime": 5, + "name": "cosmos-ibc-nucleus-test", + "fname": "Osmosis", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINTTOKEN", + "protocol_data": { + "platform": "NUCLEUSTEST", + "decimals": 6, + "denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23" + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "PAX-BEP20", + "name": "pax_bep20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAX-ERC20", + "name": "pax_erc20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Paxos Standard (PAX)", + "links": { + "github": "https://github.com/paxosglobal", + "homepage": "https://www.paxos.com/standard" + } + }, + { + "coin": "PAX-KRC20", + "name": "pax_krc20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAX-PLG20", + "name": "pax_plg20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAXG-BEP20", + "name": "paxg_bep20", + "fname": "PAX Gold", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7950865a9140cB519342433146Ed5b40c6F210f7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAXG-ERC20", + "name": "paxg_erc20", + "fname": "PAX Gold", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x45804880De22913dAFE09f4980848ECE6EcbAf78" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Paxos Gold", + "links": { + "github": "https://github.com/paxosglobal/paxos-gold-contract", + "homepage": "https://www.paxos.com/paxgold" + } + }, + { + "coin": "PAXG-PLG20", + "name": "paxg_plg20", + "fname": "PAX Gold", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x553d3D295e0f695B9228246232eDF400ed3560B5" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "PENDLE-ARB20", + "name": "pendle_arb20", + "fname": "Pendle", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "PENDLE-BEP20", + "name": "pendle_bep20", + "fname": "Pendle", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb3Ed0A426155B79B898849803E3B36552f7ED507" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PENDLE-ERC20", + "name": "pendle_erc20", + "fname": "Pendle", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x808507121B80c02388fAd14726482e061B8da827" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PEP", + "name": "pepecoin", + "fname": "Pepecoin", + "rpcport": 33873, + "pubtype": 56, + "p2shtype": 22, + "wiftype": 158, + "segwit": false, + "txfee": 1000000, + "sign_message_prefix": "Pepecoin Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/3434'", + "links": { + "github": "https://github.com/pepecoinppc/pepecoin", + "homepage": "https://pepecoin.org" + }, + "mm2": 1 + }, + { + "coin": "PEPE-ARB20", + "name": "pepe_arb20", + "fname": "Pepe", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://www.pepe.vip" + }, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "PEPE-BEP20", + "name": "pepe_bep20", + "fname": "Pepe", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://www.pepe.vip" + } + }, + { + "coin": "PEPE-ERC20", + "name": "pepe_erc20", + "fname": "Pepe", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6982508145454Ce325dDbE47a25d4ec3d2311933" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://www.pepe.vip" + } + }, + { + "coin": "PGX-PLG20", + "name": "pegaxy_stone", + "fname": "Pegaxy Stone", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "PINK", + "name": "pink", + "fname": "Pinkcoin", + "rpcport": 9135, + "isPoS": 1, + "pubtype": 3, + "p2shtype": 28, + "wiftype": 131, + "txfee": 10000, + "wallet_only": true, + "sign_message_prefix": "Pinkcoin Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/117'", + "links": { + "github": "https://github.com/Pink2Dev/Pink2", + "homepage": "https://getstarted.with.pink" + } + }, + { + "coin": "PIVX", + "name": "pivx", + "fname": "PIVX", + "sign_message_prefix": "DarkNet Signed Message:\n", + "rpcport": 51473, + "pubtype": 30, + "p2shtype": 13, + "wiftype": 212, + "txfee": 100000, + "dust": 5460, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/119'", + "mm2": 1 + }, + { + "coin": "PND", + "name": "pandacoin", + "fname": "Pandacoin", + "isPoS": 1, + "rpcport": 22444, + "pubtype": 55, + "p2shtype": 22, + "wiftype": 183, + "decimals": 6, + "txfee": 10000000, + "dust": 1000000, + "segwit": true, + "bech32_hrp": "pn", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/37'", + "mm2": 1 + }, + { + "coin": "PNK-ERC20", + "name": "pnk_erc20", + "fname": "Kleros", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Pinakion", + "links": { + "github": "https://github.com/kleros", + "homepage": "https://kleros.io" + } + }, + { + "coin": "POT", + "name": "potcoin", + "fname": "PotCoin", + "sign_message_prefix": "Potcoin Signed Message:\n", + "isPoSV": 1, + "rpcport": 42000, + "pubtype": 55, + "p2shtype": 5, + "wiftype": 183, + "txversion": 4, + "txfee": 100000, + "dust": 100000, + "wallet_only": true, + "mature_confirmations": 240, + "required_confirmations": 5, + "avg_blocktime": 40, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/81'" + }, + { + "coin": "POT-ERC20", + "name": "pot_erc20", + "fname": "PotCoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "POT-PLG20", + "name": "pot_plg20", + "fname": "PotCoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "POWR-ERC20", + "name": "powr_erc20", + "fname": "Power Ledger", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "PowerLedger", + "links": { + "homepage": "https://powerledger.io" + } + }, + { + "coin": "POWR-PLG20", + "name": "powr_plg20", + "fname": "Power Ledger", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PPC", + "name": "peercoin", + "fname": "Peercoin", + "isPoS": 1, + "rpcport": 9902, + "pubtype": 55, + "p2shtype": 117, + "wiftype": 183, + "decimals": 6, + "txfee": 0, + "dust": 10000, + "segwit": true, + "bech32_hrp": "pc", + "required_confirmations": 1, + "avg_blocktime": 510, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/6'", + "trezor_coin": "Peercoin", + "links": { + "github": "https://github.com/peercoin/peercoin", + "homepage": "https://peercoin.net" + }, + "mm2": 1 + }, + { + "coin": "PPC-ERC20", + "name": "ppc_erc20", + "fname": "Peercoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x044d078F1c86508e13328842Cc75AC021B272958" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PPC-PLG20", + "name": "ppc_plg20", + "fname": "Peercoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x91E7E32C710661C44ae44D10Aa86135d91C3Ed65" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PRCY", + "name": "prcy", + "fname": "PRivaCY Coin", + "rpcport": 59683, + "pubtype": 55, + "p2shtype": 61, + "wiftype": 28, + "txfee": 0, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/853'", + "mm2": 1 + }, + { + "coin": "PRCY-BEP20", + "name": "prcy_bep20", + "fname": "PRivaCY Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PRCY-ERC20", + "name": "prcy_erc20", + "fname": "PRivaCY Coin", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 8, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PRCY-PLG20", + "name": "prcy_plg20", + "fname": "PRivaCY Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PSF-SLP", + "fname": "PS Foundation", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "38e97c5d7d3585a2cbf3f9580c82ca33985f9cb0845d4dcce220cb709f9538b0", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "PUT-QRC20", + "name": "qtum", + "fname": "Profile Utility Token", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "PYR-ERC20", + "name": "pyr_erc20", + "fname": "Vulcan Forged", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PYR-PLG20", + "name": "pyr_plg20", + "fname": "Vulcan Forged", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "QBT-QRC20", + "name": "qtum", + "fname": "Qbao", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QC-QRC20", + "name": "qtum", + "fname": "Qcash", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xf2033ede578e17fa6231047265010445bca8cf1c" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QI-QRC20", + "name": "qtum", + "fname": "Qi Swap", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x54fefdb5b31164f66ddb68becd7bdd864cacd65b" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QIAIR-QRC20", + "name": "qtum", + "fname": "Qi Airdrop Token", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QKC-BEP20", + "name": "qkc_bep20", + "fname": "QuarkChain", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA1434F1FC3F437fa33F7a781E041961C0205B5Da" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "QKC-ERC20", + "name": "qkc_erc20", + "fname": "QuarkChain", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "QuarkChain", + "links": { + "homepage": "https://quarkchain.io" + } + }, + { + "coin": "QNT-ERC20", + "name": "qnt_erc20", + "fname": "Quant", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4a220E6096B25EADb88358cb44068A3248254675" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Quant", + "links": { + "github": "https://github.com/quantnetwork", + "homepage": "https://www.quant.network/" + } + }, + { + "coin": "QNT-KRC20", + "name": "qnt_krc20", + "fname": "Quant", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x791630C11c7159A748d8c2267a66780B3DDC40a7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "QRC20", + "fname": "QRC20", + "pubtype": 120, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "is_testnet": true, + "mature_confirmations": 2000, + "required_confirmations": 1, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "tQTUM", + "contract_address": "0xd362e096e873eb7907e205fadc6175c6fec7bc44" + } + }, + "mm2": 1 + }, + { + "coin": "QTUM", + "name": "qtum", + "fname": "Qtum", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "qc", + "txfee": 400000, + "dust": 72800, + "sign_message_prefix": "Qtum Signed Message:\n", + "force_min_relay_fee": true, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QTUM" + }, + "derivation_path": "m/44'/2301'", + "trezor_coin": "Qtum", + "links": { + "github": "https://github.com/qtumproject/qtum", + "homepage": "https://qtum.org" + }, + "mm2": 1 + }, + { + "coin": "QTUM-ERC20", + "name": "qtum_erc20", + "fname": "Qtum", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3103dF8F05c4D8aF16fD22AE63E406b97FeC6938" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Qtum", + "links": { + "github": "https://github.com/qtumproject", + "homepage": "https://qtum.org/" + } + }, + { + "coin": "RAPH", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "RAPH", + "fname": "Raphael", + "rpcport": 30261, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "RBTC", + "name": "rsksmartbitcoin", + "fname": "RSK Smart Bitcoin", + "sign_message_prefix": "RSK Signed Message:\n", + "wallet_only": true, + "avg_blocktime": 6, + "rpcport": 80, + "alias_ticker": "BTC", + "chain_id": 30, + "required_confirmations": 1, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "RSK", + "links": { + "homepage": "https://rsk.co" + } + }, + { + "coin": "RDD", + "name": "reddcoin", + "fname": "ReddCoin", + "sign_message_prefix": "Reddcoin Signed Message:\n", + "isPoSV": 1, + "rpcport": 45443, + "pubtype": 61, + "p2shtype": 5, + "wiftype": 189, + "txversion": 2, + "txfee": 100000, + "dust": 100000, + "segwit": false, + "wallet_only": true, + "mature_confirmations": 30, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/4'", + "trezor_coin": "Reddcoin", + "links": { + "github": "https://github.com/reddcoin-project/reddcoin", + "homepage": "https://reddcoin.com" + } + }, + { + "coin": "REN-ERC20", + "name": "ren_erc20", + "fname": "Ren", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x408e41876cCCDC0F92210600ef50372656052a38" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Republic Token", + "links": { + "github": "https://github.com/renproject", + "homepage": "https://renproject.io/" + } + }, + { + "coin": "REN-HCO20", + "name": "ren_hco20", + "fname": "Ren", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x212208bcc81F3a2D0188afF76A2d39351eb53b96" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "REP-ERC20", + "name": "rep_erc20", + "fname": "Augur", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x221657776846890989a759BA2973e427DfF5C9bB" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Augur", + "links": { + "homepage": "https://augur.net" + } + }, + { + "coin": "REQ-ERC20", + "name": "req_erc20", + "fname": "Request", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "REQ-PLG20", + "name": "req_plg20", + "fname": "Request", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "REV-ERC20", + "name": "rev_erc20", + "fname": "Revain", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9" + } + }, + "decimals": 6, + "derivation_path": "m/44'/60'", + "trezor_coin": "Revain", + "links": { + "github": "https://github.com/Revain", + "homepage": "https://revain.org" + } + }, + { + "coin": "RIC", + "name": "riecoin", + "fname": "Riecoin", + "sign_message_prefix": "Riecoin Signed Message:\n", + "rpcport": 28332, + "pubtype": 60, + "p2shtype": 65, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "ric", + "txfee": 10000, + "wallet_only": false, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/143'", + "mm2": 1 + }, + { + "coin": "RIC-BEP20", + "name": "ric_bep20", + "fname": "Riecoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RIC-segwit", + "name": "riecoin", + "fname": "Riecoin", + "sign_message_prefix": "Riecoin Signed Message:\n", + "rpcport": 28332, + "pubtype": 60, + "p2shtype": 65, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "ric", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "RIC", + "txfee": 10000, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/143'" + }, + { + "coin": "RLC-ERC20", + "name": "rlc_erc20", + "fname": "iExec RLC", + "rpcport": 80, + "chain_id": 1, + "decimals": 9, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x607F4C5BB672230e8672085532f7e901544a7375" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "IEx.ec", + "links": { + "homepage": "http://iex.ec/" + } + }, + { + "coin": "RLC-PLG20", + "name": "rlc_plg20", + "fname": "iExec RLC", + "rpcport": 80, + "chain_id": 137, + "decimals": 9, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RNDR-ERC20", + "name": "rndr_erc20", + "fname": "Render", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RNDR-PLG20", + "name": "rndr_plg20", + "fname": "Render", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x61299774020dA444Af134c82fa83E3810b309991" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "RPL-ERC20", + "name": "rpl_erc20", + "fname": "Rocket Pool", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xD33526068D116cE69F19A9ee46F0bd304F21A51f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RSR-ERC20", + "name": "rsr_erc20", + "fname": "Reserve Rights", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x320623b8E4fF03373931769A31Fc52A4E78B5d70" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Reserve Rights", + "links": { + "github": "https://github.com/reserve-protocol/rsr-mainnet", + "homepage": "https://reserve.org" + } + }, + { + "coin": "RTM", + "name": "raptoreum", + "fname": "Raptoreum", + "rpcport": 9998, + "pubtype": 60, + "p2shtype": 16, + "wiftype": 128, + "txfee": 1000, + "confpath": "USERHOME/.raptoreumcore/raptoreum.conf", + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/10226'", + "mm2": 1 + }, + { + "coin": "RTM-BEP20", + "name": "rtm_bep20", + "fname": "Raptoreum", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xF7C71cab11E3694638Bb9A106E0F430565BD15F1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RUNES", + "name": "runebase", + "fname": "Runebase", + "sign_message_prefix": "Runebase Signed Message:\n", + "rpcport": 9432, + "pubtype": 61, + "p2shtype": 123, + "wiftype": 216, + "txfee": 5000000, + "dust": 400000, + "mature_confirmations": 120, + "segwit": true, + "bech32_hrp": "rc", + "required_confirmations": 6, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/88'", + "links": { + "github": "https://github.com/runebase/runebase", + "homepage": "https://www.runebase.io" + }, + "mm2": 1 + }, + { + "coin": "RVN", + "name": "raven", + "fname": "RavenCoin", + "sign_message_prefix": "Raven Signed Message:\n", + "rpcport": 8766, + "pubtype": 60, + "p2shtype": 122, + "wiftype": 128, + "segwit": true, + "txfee": 1100000, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/175'", + "trezor_coin": "Ravencoin", + "links": { + "github": "https://github.com/RavenProject/Ravencoin", + "homepage": "https://ravencoin.org" + }, + "mm2": 1 + }, + { + "coin": "S4F-BEP20", + "name": "s4f_bep20", + "fname": "S4FE", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x788D2780992222360f674cc12C36478870b8E6ED" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "S4F-ERC20", + "name": "s4f_erc20", + "fname": "S4FE", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SAND-BEP20", + "name": "sand_bep20", + "fname": "The Sandbox", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x67b725d7e342d7B611fa85e859Df9697D9378B2e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SAND-ERC20", + "name": "sand_erc20", + "fname": "The Sandbox", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SAND-PLG20", + "name": "sand_plg20", + "fname": "The Sandbox", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SBCH", + "name": "smartbch", + "fname": "SmartBCH", + "rpcport": 80, + "alias_ticker": "BCH", + "chain_id": 10000, + "required_confirmations": 3, + "avg_blocktime": 6, + "protocol": { + "type": "ETH" + }, + "mm2": 1 + }, + { + "coin": "SCRT-BEP20", + "name": "scrt_bep20", + "fname": "Secret", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SEELE-ERC20", + "name": "seele_erc20", + "fname": "Seele", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB1e93236ab6073fdAC58adA5564897177D4bcC43" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Seele", + "links": { + "homepage": "http://seele.pro" + } + }, + { + "coin": "SEPOLIAETH", + "name": "sepolia", + "fname": "Sepolia", + "rpcport": 80, + "chain_id": 11155111, + "sign_message_prefix": "Sepolia Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "SHIB-BEP20", + "name": "shib_bep20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2859e4544C4bB03966803b044A93563Bd2D0DD4D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SHIB-ERC20", + "name": "shib_erc20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SHIBA INU", + "links": { + "homepage": "https://shibatoken.com" + } + }, + { + "coin": "SHIB-KRC20", + "name": "shib_krc20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x73b6086955c820370A18002F60E9b51FB67d7e1A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SHIB-PLG20", + "name": "shib_plg20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SHR-BEP20", + "name": "shr_bep20", + "fname": "Share", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5fb4968fC85868DF3aD2d6e59883a10570f01D18" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SHR-ERC20", + "name": "shr_erc20", + "fname": "Share", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xd98F75b1A3261dab9eEd4956c93F33749027a964" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SIBM-BEP20", + "name": "sibm_bep20", + "fname": "SibMining", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SIGNA-BEP20", + "name": "signa_bep20", + "fname": "Signum", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7b0E7E40eE4672599F7095D1DdD730b0805195BA" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SKL-ERC20", + "name": "skl_erc20", + "fname": "SKALE", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNT-ERC20", + "name": "snt_erc20", + "fname": "Status", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x744d70FDBE2Ba4CF95131626614a1763DF805B9E" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Status Network Token", + "links": { + "github": "https://github.com/status-im", + "homepage": "https://status.im" + } + }, + { + "coin": "SNX-AVX20", + "name": "snx_avx20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xBeC243C995409E6520D7C41E404da5dEba4b209B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-BEP20", + "name": "snx_bep20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9Ac983826058b8a9C7Aa1C9171441191232E8404" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-ERC20", + "name": "snx_erc20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Synthetix Network Token", + "links": { + "github": "https://github.com/havven/havven", + "homepage": "https://synthetix.io" + } + }, + { + "coin": "SNX-FTM20", + "name": "snx_ftm20", + "fname": "Synthetix", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-KRC20", + "name": "snx_krc20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x31965b5c9c55f5579eb49F4b3AcC59aA10a7B98E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-PLG20", + "name": "snx_plg20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SOL-BEP20", + "name": "sol_bep20", + "fname": "Solana", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x570A5D26f7765Ecb712C0924E4De545B89fD43dF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SOL-PLG20", + "name": "sol_plg20", + "fname": "Solana", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SOLVE-ERC20", + "name": "solve_erc20", + "fname": "SOLVE", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x446C9033E7516D820cc9a2ce2d0B7328b579406F" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SOUR-SLP", + "fname": "Sour", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "6448381f9649ecacd8c30189cfbfee71a91b6b9738ea494fe33f8b8b51cbfca0", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "SPACE-ARB20", + "name": "space_arb20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "SPACE-AVX20", + "name": "space_avx20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SPACE-BEP20", + "name": "space_bep20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9E1170c12FDDd3B00FEc42ddF4C942565D9Be577" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SPACE-FTM20", + "name": "space_ftm20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x5f7F94a1dd7b15594d17543BEB8B30b111DD464c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SPACE-PLG20", + "name": "space_plg20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SPACE-PLG20_OLD", + "name": "space_plg20_old", + "fname": "Space Token (OLD)", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SPACECOIN", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "SPACE", + "fname": "Spacecoin", + "rpcport": 35593, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 6, + "requires_notarization": false, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "SPICE-SLP", + "fname": "Spice", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "4de69e374a8ed21cbddd47f2338cc0f479dc58daa2bbe11cd604ca488eca0ddf", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "SRM-ERC20", + "name": "srm_erc20", + "fname": "Serum", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x476c5E26a75bd202a9683ffD34359C0CC15be0fF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SRM-PLG20", + "name": "srm_plg20", + "fname": "Serum", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "STFIRO-ERC20", + "name": "firo_erc20", + "fname": "StakedFIRO", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 8, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "STORJ-ERC20", + "name": "storj_erc20", + "fname": "Storj", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC" + } + }, + "decimals": 8, + "derivation_path": "m/44'/60'", + "trezor_coin": "STORJ", + "links": { + "github": "https://github.com/Storj", + "homepage": "https://storj.io" + } + }, + { + "coin": "SUSHI-AVX20", + "name": "sushi_avx20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-BEP20", + "name": "sushi_bep20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x947950BcC74888a40Ffa2593C5798F11Fc9124C4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-ERC20", + "name": "sushi_erc20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SushiToken", + "links": { + "github": "https://github.com/sushiswap", + "homepage": "https://sushiswapclassic.org/" + } + }, + { + "coin": "SUSHI-FTM20", + "name": "sushi_ftm20", + "fname": "Sushi", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-KRC20", + "name": "sushi_krc20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xE0a60890BB7F9250089455620063fb6fe4DC159a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-MVR20", + "name": "sushi_mvr20", + "fname": "Sushi", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-PLG20", + "name": "sushi_plg20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SWAP-BEP20", + "name": "swap_bep20", + "fname": "SafeSwap", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xe56a473043EaAB7947c0a2408cEA623074500EE3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SXP-BEP20", + "name": "sxp_bep20", + "fname": "Swipe", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SXP-ERC20", + "name": "sxp_erc20", + "fname": "Swipe", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-AVX20", + "name": "syn_avx20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x1f1E7c893855525b303f99bDF5c3c05Be09ca251" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-BEP20", + "name": "syn_bep20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xa4080f1778e69467E905B8d6F72f6e441f9e9484" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-ERC20", + "name": "syn_erc20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-FTM20", + "name": "syn_ftm20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0xE55e19Fb4F2D85af758950957714292DAC1e25B2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-PLG20", + "name": "syn_plg20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SYS", + "name": "syscoin", + "fname": "Syscoin", + "sign_message_prefix": "Syscoin Signed Message:\n", + "rpcport": 8370, + "pubtype": 63, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 1820, + "segwit": true, + "bech32_hrp": "sys", + "required_confirmations": 5, + "avg_blocktime": 60, + "wallet_only": false, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/57'", + "trezor_coin": "Syscoin", + "links": { + "github": "https://github.com/syscoin/syscoin", + "homepage": "https://syscoin.org" + }, + "mm2": 1 + }, + { + "coin": "SYS-segwit", + "name": "syscoin", + "fname": "Syscoin", + "sign_message_prefix": "Syscoin Signed Message:\n", + "rpcport": 8370, + "pubtype": 63, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 1820, + "segwit": true, + "bech32_hrp": "sys", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "SYS", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/57'", + "trezor_coin": "Syscoin", + "links": { + "github": "https://github.com/syscoin/syscoin", + "homepage": "https://syscoin.org" + } + }, + { + "coin": "TAMA-ERC20", + "name": "tama_erc20", + "fname": "Tamadoge", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x12b6893cE26Ea6341919FE289212ef77e51688c8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TAZ-BEP20", + "name": "taz_bep20", + "fname": "Taz", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x83BC92dcfC1F62Ba5dbd0f3537032f83a004300A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TBTC-ERC20", + "name": "tbtc_erc20", + "fname": "tBTC", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x18084fbA666a33d37592fA2633fD49a74DD93a88" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TBTC-PLG20", + "name": "tbtc_plg20", + "fname": "tBTC", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TEL-ERC20", + "name": "tel_erc20", + "fname": "Telcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x467Bccd9d29f223BcE8043b84E8C8B282827790F" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TEL-KRC20", + "name": "tel_krc20", + "fname": "Telcoin", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x621C1E8610e4B9b7fc9F043203C008EDe52E92F5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TEL-PLG20", + "name": "tel_plg20", + "fname": "Telcoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 2, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TESTBTC", + "name": "tbitcoin", + "fname": "Bitcoin Testnet", + "rpcport": 18332, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "segwit": true, + "bech32_hrp": "tb", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "is_testnet": true, + "required_confirmations": 0, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1'", + "mm2": 1 + }, + { + "coin": "TESTBTC-segwit", + "name": "tbitcoin", + "fname": "Bitcoin Testnet", + "rpcport": 18332, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "segwit": true, + "bech32_hrp": "tb", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "tBTC", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "is_testnet": true, + "required_confirmations": 0, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/84'/1'" + }, + { + "coin": "TFT-BEP20", + "name": "tft_bep20", + "fname": "ThreeFold", + "rpcport": 80, + "chain_id": 56, + "decimals": 7, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8f0FB159380176D324542b3a7933F0C2Fd0c2bbf" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "THC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "THC", + "fname": "HempCoin", + "rpcport": 36790, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "THC-BEP20", + "name": "thc_bep20", + "fname": "HempCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TKL", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "TOKEL", + "fname": "Tokel", + "rpcport": 29405, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "TON-BEP20", + "name": "ton_bep20", + "fname": "Toncoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 9, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x76A797A59Ba2C17726896976B7B3747BfD1d220f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TON-ERC20", + "name": "ton_erc20", + "fname": "Toncoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 9, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TRAC-ERC20", + "name": "trac_erc20", + "fname": "OriginTrail", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "OriginTrail", + "links": { + "homepage": "https://origintrail.io" + } + }, + { + "coin": "TRC", + "name": "terracoin", + "fname": "Terracoin", + "confpath": "USERHOME/.terracoincore/terracoin.conf", + "rpcport": 13332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 5460, + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/83'", + "mm2": 1 + }, + { + "coin": "TRX-BEP20", + "name": "trx_bep20", + "fname": "TRON", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TRX-BEP20_OLD", + "name": "trx_bep20_old", + "fname": "TRON (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TRYB-AVX20", + "name": "tryb_avx20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x564A341Df6C126f90cf3ECB92120FD7190ACb401" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "TRYB-BEP20", + "name": "tryb_bep20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xC1fdbed7Dac39caE2CcC0748f7a80dC446F6a594" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TRYB-ERC20", + "name": "tryb_erc20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2C537E5624e4af88A7ae4060C022609376C8D0EB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TRYB-PLG20", + "name": "tryb_plg20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x4Fb71290Ac171E1d144F7221D882BECAc7196EB5" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TSIA", + "fname": "Siacoin Testnet", + "required_confirmations": 1, + "protocol": { + "type": "SIA" + }, + "mm2": 1 + }, + { + "coin": "TSL-QRC20", + "name": "qtum", + "fname": "Energo TSL", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 18, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "TTT-SLP", + "fname": "Trinity Trust Token", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 2, + "token_id": "5321508197ffed321c5fc9a1427e5c68b31d2c1ec92ae1c495f8acb08d8d66cd", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "TUSD-AVX20", + "name": "tusd_avx20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-BEP20", + "name": "tusd_bep20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x40af3827F39D0EAcBF4A168f8D4ee67c121D11c9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-ERC20", + "name": "tusd_erc20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0000000000085d4780B73119b644AE5ecd22b376" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "TrueUSD", + "links": { + "github": "https://github.com/trusttoken", + "homepage": "https://www.trusttoken.com" + } + }, + { + "coin": "TUSD-FTM20", + "name": "tusd_ftm20", + "fname": "TrueUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x9879aBDea01a879644185341F7aF7d8343556B7a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-HCO20", + "name": "tusd_hco20", + "fname": "TrueUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x5eE41aB6edd38cDfB9f6B4e6Cf7F75c87E170d98" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-KRC20", + "name": "tusd_krc20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xD17027b85Abf02721F953EE528721A980fa58941" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-PLG20", + "name": "tusd_plg20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2e1AD108fF1D8C782fcBbB89AAd783aC49586756" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TWT-BEP20", + "name": "twt_bep20", + "fname": "Trust Wallet", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4B0F1812e5Df2A09796481Ff14017e6005508003" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UBQ", + "name": "ubiq", + "fname": "Ubiq", + "rpcport": 80, + "chain_id": 8, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Ubiq", + "links": { + "homepage": "https://ubiqsmart.com" + }, + "mm2": 1 + }, + { + "coin": "UBT-ERC20", + "name": "ubt_erc20", + "fname": "Unibright", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Unibright", + "links": { + "homepage": "https://unibright.io" + } + }, + { + "coin": "UBT-PLG20", + "name": "ubt_plg20", + "fname": "Unibright", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7FBc10850caE055B27039aF31bD258430e714c62" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UFO", + "name": "ufo", + "fname": "Uniform Fiscal Object", + "sign_message_prefix": "UFO Signed Message:\n", + "rpcport": 8087, + "pubtype": 27, + "p2shtype": 68, + "wiftype": 155, + "txfee": 100000, + "segwit": true, + "bech32_hrp": "uf", + "required_confirmations": 6, + "avg_blocktime": 1.5, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/202'", + "links": { + "github": "https://github.com/fiscalobject/ufo", + "homepage": "https://ufobject.com" + }, + "mm2": 1 + }, + { + "coin": "UIS", + "name": "unitus", + "fname": "Unitus", + "sign_message_prefix": "Unitus Signed Message:\n", + "rpcport": 50604, + "pubtype": 68, + "p2shtype": 10, + "wiftype": 132, + "txfee": 2000000, + "dust": 6000000, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/723'", + "links": { + "github": "https://github.com/unitusdev/unitus", + "homepage": "https://unituscurrency.com" + }, + "mm2": 1 + }, + { + "coin": "UMA-AVX20", + "name": "uma_avx20", + "fname": "UMA", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UMA-ERC20", + "name": "uma_erc20", + "fname": "UMA", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UMA-PLG20", + "name": "uma_plg20", + "fname": "UMA", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x3066818837c5e6eD6601bd5a91B0762877A6B731" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-AVX20", + "name": "uni_avx20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-BEP20", + "name": "uni_bep20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBf5140A22578168FD562DCcF235E5D43A02ce9B1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-ERC20", + "name": "uni_erc20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Uniswap", + "links": { + "homepage": "https://uniswap.org/" + } + }, + { + "coin": "UNI-HCO20", + "name": "uni_hco20", + "fname": "Uniswap", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x22C54cE8321A4015740eE1109D9cBc25815C46E6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-KRC20", + "name": "uni_krc20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xEe58E4D62b10A92dB1089d4D040B759C28aE16Cd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-PLG20", + "name": "uni_plg20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "UNO", + "name": "unobtanium", + "fname": "Unobtanium", + "sign_message_prefix": "Unobtanium Signed Message:\n", + "rpcport": 65535, + "pubtype": 130, + "p2shtype": 30, + "wiftype": 224, + "txfee": 0, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/92'", + "trezor_coin": "Unobtanium", + "links": { + "github": "https://github.com/unobtanium-official/unobtanium", + "homepage": "https://unobtanium.uno" + }, + "mm2": 1 + }, + { + "coin": "UOS-ERC20", + "name": "uos_erc20", + "fname": "Ultra", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c" + } + }, + "decimals": 4, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UQC-ERC20", + "name": "uqc_erc20", + "fname": "Uquid Coin", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Uquid Coin", + "links": { + "homepage": "https://uquidcoin.com" + } + }, + { + "coin": "USDC-ARB20", + "name": "usdc_arb20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 42161, + "decimals": 6, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "USDC-AVX20", + "name": "usdc_avx20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-AVX20_OLD", + "name": "usdc_avx20_old", + "fname": "USD Coin (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-BEP20", + "name": "usdc_bep20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDC-ERC20", + "name": "usdc_erc20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "USD//Coin", + "links": { + "github": "https://github.com/centrehq/centre-tokens", + "homepage": "https://www.centre.io" + } + }, + { + "coin": "USDC-FTM20", + "name": "usdc_ftm20", + "fname": "USD Coin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x04068DA6C83AFCFA0e13ba15A6696662335D5B75" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-HCO20", + "name": "usdc_hco20", + "fname": "USD Coin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "avg_blocktime": 3, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x9362Bbef4B8313A8Aa9f0c9808B80577Aa26B73B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-KRC20", + "name": "usdc_krc20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 321, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-MVR20", + "name": "usdc_mvr20", + "fname": "USD Coin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-PLG20", + "name": "usdc_plg20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDC-PLG20_OLD", + "name": "usdc_plg20_old", + "fname": "USD Coin (OLD)", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDD-BEP20", + "name": "usdd_bep20", + "fname": "USDD", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd17479997F34dd9156Deef8F95A52D81D265be9c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDD-ERC20", + "name": "usdd_erc20", + "fname": "USDD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDF", + "fname": "Fake USD", + "is_testnet": true, + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 4, + "token_id": "bb309e48930671582bea508f9a1d9b491e49b69be3d6f372dc08da2ac6e90eb7", + "platform": "tBCH", + "required_confirmations": 1, + "slp_prefix": "slptest" + } + }, + "mm2": 1 + }, + { + "coin": "USDT-ARB20", + "name": "usdt_arb20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 42161, + "decimals": 6, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "USDT-AVX20", + "name": "usdt_avx20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "USDT-AVX20_OLD", + "name": "usdt_avx20_old", + "fname": "Tether (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-BEP20", + "name": "usdt_bep20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x55d398326f99059fF775485246999027B3197955" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDT-ERC20", + "name": "usdt_erc20", + "fname": "Tether", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "USD Tether (erc20)", + "links": { + "homepage": "https://tether.to" + } + }, + { + "coin": "USDT-FTM20", + "name": "usdt_ftm20", + "fname": "Tether", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x049d68029688eAbF473097a2fC38ef61633A3C7A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-HCO20", + "name": "usdt_hco20", + "fname": "Tether", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xa71EdC38d189767582C38A3145b5873052c3e47a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-KRC20", + "name": "usdt_krc20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 321, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-MVR20", + "name": "usdt_mvr20", + "fname": "Tether", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-PLG20", + "name": "usdt_plg20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDT-SLP", + "fname": "Tether", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "9fc89d6b7d5be2eac0b3787c5b8236bca5de641b5bafafc8f450727b63615c11", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "UTK-ERC20", + "name": "utk_erc20", + "fname": "Utrust", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Utrust", + "links": { + "github": "https://github.com/utrustdev/", + "homepage": "https://utrust.com" + } + }, + { + "coin": "VAL", + "name": "validity", + "fname": "Validity", + "sign_message_prefix": "radium Signed Message:\n", + "confpath": "USERHOME/.Validity/validity.conf", + "isPoS": 1, + "rpcport": 27914, + "pubtype": 76, + "p2shtype": 58, + "wiftype": 121, + "txfee": 100000, + "dust": 300000, + "required_confirmations": 5, + "avg_blocktime": 60, + "mature_confirmations": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/634'", + "links": { + "github": "https://github.com/RadiumCore/Validity", + "homepage": "https://validitytech.com" + }, + "mm2": 1 + }, + { + "coin": "VET-BEP20", + "name": "vet_bep20", + "fname": "VeChain", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "VGX-ERC20", + "name": "vgx_erc20", + "fname": "Voyager", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "VGX-PLG20", + "name": "vgx_plg20", + "fname": "Voyager", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "VIA", + "name": "viacoin", + "fname": "Viacoin", + "sign_message_prefix": "Viacoin Signed Message:\n", + "rpcport": 5222, + "pubtype": 71, + "p2shtype": 33, + "wiftype": 199, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 7, + "mature_confirmations": 3600, + "avg_blocktime": 24, + "segwit": true, + "bech32_hrp": "via", + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/14'", + "trezor_coin": "Viacoin", + "links": { + "github": "https://github.com/viacoin", + "homepage": "https://viacoin.org" + }, + "mm2": 1 + }, + { + "coin": "VIA-segwit", + "name": "viacoin", + "fname": "Viacoin", + "sign_message_prefix": "Viacoin Signed Message:\n", + "rpcport": 5222, + "pubtype": 71, + "p2shtype": 33, + "wiftype": 199, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 7, + "mature_confirmations": 3600, + "avg_blocktime": 24, + "segwit": true, + "bech32_hrp": "via", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "VIA", + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/14'", + "trezor_coin": "Viacoin", + "links": { + "github": "https://github.com/viacoin", + "homepage": "https://viacoin.org" + } + }, + { + "coin": "VITE-BEP20", + "name": "vite_bep20", + "fname": "Vite", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2794DAD4077602eD25A88d03781528D1637898B4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "VPRM", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "VPRM", + "fname": "Vaporum", + "rpcport": 51609, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "VRA-ERC20", + "name": "vra_erc20", + "fname": "Verasity", + "rpcport": 80, + "required_confirmations": 3, + "avg_blocktime": 15, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xF411903cbC70a74d22900a5DE66A2dda66507255" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "VRSC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "VRSC", + "fname": "Verus Coin", + "rpcport": 27486, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "VTC", + "name": "vertcoin", + "fname": "Vertcoin", + "sign_message_prefix": "Vertcoin Signed Message:\n", + "rpcport": 5888, + "pubtype": 71, + "p2shtype": 5, + "wiftype": 128, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "vtc", + "wallet_only": false, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/28'", + "trezor_coin": "Vertcoin", + "links": { + "github": "https://github.com/vertcoin-project/vertcoin-core", + "homepage": "https://vertcoin.org" + }, + "mm2": 1 + }, + { + "coin": "VTC-segwit", + "name": "vertcoin", + "fname": "Vertcoin", + "sign_message_prefix": "Vertcoin Signed Message:\n", + "rpcport": 5888, + "pubtype": 71, + "p2shtype": 5, + "wiftype": 128, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "vtc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "VTC", + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/28'", + "trezor_coin": "Vertcoin", + "links": { + "github": "https://github.com/vertcoin-project/vertcoin-core", + "homepage": "https://vertcoin.org" + } + }, + { + "coin": "WAF", + "name": "waifu", + "fname": "Waifu", + "rpcport": 18332, + "pubtype": 73, + "p2shtype": 22, + "wiftype": 158, + "segwit": true, + "bech32_hrp": "waf", + "txfee": 1000, + "sign_message_prefix": "Waifu Signed Message:\n", + "required_confirmations": 4, + "avg_blocktime": 210, + "protocol": { + "type": "UTXO" + }, + "links": { + "github": "https://github.com/waifu-core/waifu-core" + }, + "mm2": 1 + }, + { + "coin": "WAVES-BEP20", + "name": "waves_bep20", + "fname": "Waves", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xFC3E14af0f0c2129a84Cc013D48C70D682902874" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WBTC-ERC20", + "name": "wbtc_erc20", + "fname": "Wrapped Bitcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Wrapped Bitcoin", + "links": { + "github": "https://github.com/WrappedBTC", + "homepage": "https://wbtc.network" + } + }, + { + "coin": "WBTC-PLG20", + "name": "wbtc_plg20", + "fname": "Wrapped Bitcoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "WHIVE", + "name": "whive", + "fname": "Whive", + "sign_message_prefix": "Bitcoin Signed Message:\n", + "rpcport": 1867, + "pubtype": 73, + "p2shtype": 10, + "wiftype": 128, + "txfee": 0, + "dust": 1000, + "segwit": true, + "bech32_hrp": "wv", + "wallet_only": false, + "required_confirmations": 1, + "mature_confirmations": 100, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/658'", + "links": { + "github": "https://github.com/whiveio/whive", + "homepage": "https://www.whive.io" + }, + "mm2": 1 + }, + { + "coin": "WHIVE-segwit", + "name": "whive", + "fname": "Whive", + "sign_message_prefix": "Bitcoin Signed Message:\n", + "rpcport": 1867, + "pubtype": 73, + "p2shtype": 10, + "wiftype": 128, + "txfee": 0, + "dust": 1000, + "segwit": true, + "bech32_hrp": "wv", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "WHIVE", + "required_confirmations": 1, + "mature_confirmations": 100, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/84'/658'", + "links": { + "github": "https://github.com/whiveio/whive", + "homepage": "https://www.whive.io" + } + }, + { + "coin": "WLD-ERC20", + "name": "wld_erc20", + "fname": "Worldcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x163f8C2467924be0ae7B5347228CABF260318753" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-ARB20", + "name": "woo_arb20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "WOO-AVX20", + "name": "woo_avx20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xaBC9547B534519fF73921b1FBA6E672b5f58D083" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-BEP20", + "name": "woo_bep20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-ERC20", + "name": "woo_erc20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-FTM20", + "name": "woo_ftm20", + "fname": "WOO Network", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-PLG20", + "name": "woo_plg20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XCN-BEP20", + "name": "xcn_bep20", + "fname": "Onyxcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XCN-ERC20", + "name": "xcn_erc20", + "fname": "Onyxcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XEC", + "name": "xec", + "fname": "eCash", + "sign_message_prefix": "eCash Signed Message:\n", + "rpcport": 8332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 0, + "estimate_fee_blocks": 2, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "ecash" + }, + "decimals": 2, + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1899'", + "links": { + "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", + "homepage": "https://e.cash" + }, + "mm2": 1 + }, + { + "coin": "XEP-BEP20", + "name": "xep_bep20", + "fname": "Electra Protocol", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XEP-segwit", + "name": "xep", + "fname": "Electra Protocol", + "sign_message_prefix": "XEP Signed Message:\n", + "rpcport": 16816, + "pubtype": 55, + "p2shtype": 137, + "wiftype": 162, + "txversion": 2, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "signature_version": "witness_v0", + "bech32_hrp": "ep", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "XEP", + "required_confirmations": 4, + "avg_blocktime": 80, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/597'" + }, + { + "coin": "XIDR-ERC20", + "name": "xidr_erc20", + "fname": "StraitsX Indonesian Rupiah", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XIDR-PLG20", + "name": "xidr_plg20", + "fname": "StraitsX Indonesian Rupiah", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XLM-BEP20", + "name": "xlm_bep20", + "fname": "Stellar", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XMY", + "name": "myriadcoin", + "fname": "Myriad", + "sign_message_prefix": "Myriadcoin Signed Message:\n", + "rpcport": 8332, + "pubtype": 50, + "p2shtype": 9, + "wiftype": 178, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "my", + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 240, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/90'", + "mm2": 1 + }, + { + "coin": "XMY-segwit", + "name": "myriadcoin", + "fname": "Myriad", + "sign_message_prefix": "Myriadcoin Signed Message:\n", + "rpcport": 8332, + "pubtype": 50, + "p2shtype": 9, + "wiftype": 178, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "my", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "XMY", + "required_confirmations": 3, + "avg_blocktime": 240, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/90'" + }, + { + "coin": "XNA", + "name": "neurai", + "fname": "Neurai", + "sign_message_prefix": "Neurai Signed Message:\n", + "rpcport": 19001, + "pubtype": 53, + "p2shtype": 117, + "wiftype": 128, + "segwit": true, + "txfee": 1000000, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1900'", + "links": { + "github": "https://github.com/NeuraiProject/Neurai", + "homepage": "https://neurai.org" + }, + "mm2": 1 + }, + { + "coin": "XOR-ERC20", + "name": "xor_erc20", + "fname": "Sora", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x40FD72257597aA14C7231A7B1aaa29Fce868F677" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XPM", + "name": "primecoin", + "fname": "Primecoin", + "rpcport": 8332, + "pubtype": 23, + "p2shtype": 83, + "wiftype": 151, + "txfee": 0, + "dust": 1000000, + "wallet_only": true, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/24'", + "trezor_coin": "Primecoin", + "links": { + "github": "https://github.com/primecoin/primecoin", + "homepage": "https://primecoin.io" + } + }, + { + "coin": "XRG", + "name": "ergon", + "fname": "Ergon", + "rpcport": 2137, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "ergon" + }, + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2137'", + "mm2": 1 + }, + { + "coin": "XRP-BEP20", + "name": "xrp_bep20", + "fname": "XRP", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XRP-ERC20", + "name": "xrp_erc20", + "fname": "XRP", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XSGD-ERC20", + "name": "xsgd_erc20", + "fname": "StraitsX Singapore Dollar", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Singapore-Dollar Backed Stablecoin", + "links": { + "github": "https://github.com/Xfers/StraitsX-tokens", + "homepage": "https://xfers.com/sg/stablecoin" + } + }, + { + "coin": "XSGD-PLG20", + "name": "xsgd_plg20", + "fname": "StraitsX Singapore Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XTZ-BEP20", + "name": "xtz_bep20", + "fname": "Tezos", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XVC", + "name": "vanillacash", + "fname": "VanillaCash", + "sign_message_prefix": "Vanillacash Signed Message:\n", + "isPoS": 1, + "rpcport": 48888, + "pubtype": 18, + "p2shtype": 30, + "wiftype": 181, + "txfee": 1000, + "dust": 10000, + "required_confirmations": 4, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/724'", + "links": { + "github": "https://github.com/WikiMin3R/Vanillacash", + "homepage": "https://vanillacash.org" + }, + "mm2": 1 + }, + { + "coin": "XVC-BEP20", + "name": "xvc_bep20", + "fname": "VanillaCash", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XVC-QRC20", + "name": "qtum", + "fname": "VanillaCash", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "XVG", + "name": "VERGE", + "fname": "Verge", + "isPoS": 1, + "sign_message_prefix": "VERGE Signed Message:\n", + "rpcport": 20102, + "pubtype": 30, + "p2shtype": 33, + "wiftype": 158, + "decimals": 6, + "segwit": true, + "bech32_hrp": "vg", + "txfee": 400000, + "dust": 400000, + "force_min_relay_fee": true, + "required_confirmations": 10, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/77'", + "mm2": 1 + }, + { + "coin": "XVS-BEP20", + "name": "xvs_bep20", + "fname": "Venus", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "YFI-AVX20", + "name": "yfi_avx20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFI-BEP20", + "name": "yfi_bep20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "YFI-ERC20", + "name": "yfi_erc20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "yearn.finance", + "links": { + "github": "https://github.com/iearn-finance", + "homepage": "https://yearn.finance/" + } + }, + { + "coin": "YFI-FTM20", + "name": "yfi_ftm20", + "fname": "yearn.finance", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x29b0Da86e484E1C0029B56e817912d778aC0EC69" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFI-KRC20", + "name": "yfi_krc20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFI-PLG20", + "name": "yfi_plg20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "YFII-BEP20", + "name": "yfii_bep20", + "fname": "DFI.Money", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFII-ERC20", + "name": "yfii_erc20", + "fname": "DFI.Money", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "YFII.finance", + "links": { + "github": "https://github.com/yfii/vault", + "homepage": "https://dfi.money/" + } + }, + { + "coin": "ZEC", + "name": "zcash", + "fname": "Zcash", + "sign_message_prefix": "Zcash Signed Message:\n", + "rpcport": 8232, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "segwit": true, + "txversion": 4, + "overwintered": 1, + "version_group_id": "0x892f2085", + "consensus_branch_id": "0xc8e71055", + "txfee": 100000, + "required_confirmations": 3, + "avg_blocktime": 75, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/133'", + "trezor_coin": "Zcash", + "links": { + "github": "https://github.com/zcash/zcash", + "homepage": "https://z.cash" + }, + "mm2": 1 + }, + { + "coin": "ZER", + "name": "zero", + "fname": "Zero", + "rpcport": 23811, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "txversion": 4, + "overwintered": 1, + "version_group_id": "0x892f2085", + "consensus_branch_id": "0x7361707a", + "txfee": 1000, + "required_confirmations": 4, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/323'", + "mm2": 1 + }, + { + "coin": "ZER-BEP20", + "name": "zer_bep20", + "fname": "Zero", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ZET", + "name": "zetacoin", + "fname": "Zetacoin", + "sign_message_prefix": "Zetacoin Signed Message:\n", + "isPoS": 1, + "rpcport": 22014, + "pubtype": 20, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "mature_confirmations": 500, + "required_confirmations": 7, + "avg_blocktime": 45, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/719'", + "links": { + "github": "https://github.com/WikiMin3R/ZetacoinE", + "homepage": "https://zetacoin.io" + }, + "mm2": 1 + }, + { + "coin": "ZIL-BEP20", + "name": "zil_bep20", + "fname": "Zilliqa", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ZINU-BEP20", + "name": "zinu_bep20", + "fname": "Zombie Inu", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ZOIN", + "name": "zoin", + "fname": "ZoinCommunity", + "sign_message_prefix": "Zoincoin Signed Message:\n", + "rpcport": 8256, + "pubtype": 80, + "p2shtype": 53, + "wiftype": 208, + "segwit": false, + "txfee": 1000000, + "dust": 1000000, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/60'", + "links": { + "github": "https://github.com/seopub/zoincomumity", + "homepage": "http://zoincommunity.com/" + }, + "mm2": 1 + }, + { + "coin": "ZOMBIE", + "asset": "ZOMBIE", + "fname": "Zombie", + "txversion": 4, + "overwintered": 1, + "avg_blocktime": 60, + "is_testnet": true, + "protocol": { + "type": "ZHTLC", + "protocol_data": { + "consensus_params": { + "overwinter_activation_height": 0, + "sapling_activation_height": 1, + "blossom_activation_height": null, + "heartwood_activation_height": null, + "canopy_activation_height": null, + "coin_type": 133, + "hrp_sapling_extended_spending_key": "secret-extended-key-main", + "hrp_sapling_extended_full_viewing_key": "zxviews", + "hrp_sapling_payment_address": "zs", + "b58_pubkey_address_prefix": [ + 28, + 184 + ], + "b58_script_address_prefix": [ + 28, + 189 + ] + }, + "z_derivation_path": "m/32'/133'" + } + }, + "derivation_path": "m/44'/133'", + "required_confirmations": 3, + "mm2": 1 + }, + { + "coin": "ZRX-AVX20", + "name": "zrx_avx20", + "fname": "0x", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ZRX-ERC20", + "name": "zrx_erc20", + "fname": "0x", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "0x Project", + "links": { + "github": "https://github.com/0xProject", + "homepage": "https://0xproject.com" + } + }, + { + "coin": "ZRX-PLG20", + "name": "zrx_plg20", + "fname": "0x", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "tBCH", + "name": "Bitcoin Cash Testnet", + "fname": "Bitcoin Cash Testnet", + "is_testnet": true, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "txfee": 0, + "estimate_fee_blocks": 2, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "bchtest" + }, + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "BCH", + "protocol_data": { + "slp_prefix": "slptest" + } + }, + "mm2": 1 + }, + { + "coin": "tBLK", + "name": "blackmore", + "fname": "BlackCoin Testnet", + "isPoS": 1, + "rpcport": 25715, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "txfee": 100000, + "segwit": true, + "is_testnet": true, + "required_confirmations": 5, + "mature_confirmations": 10, + "avg_blocktime": 66, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1'", + "mm2": 1 + }, + { + "coin": "tQTUM", + "name": "qtumtest", + "fname": "QTUM Testnet", + "is_testnet": true, + "rpcport": 13889, + "pubtype": 120, + "p2shtype": 110, + "wiftype": 239, + "segwit": true, + "bech32_hrp": "tq", + "txfee": 400000, + "required_confirmations": 1, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QTUM" + }, + "mm2": 1 + }, + { + "coin": "vARRR", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "vARRR", + "fname": "vARRR", + "rpcport": 20778, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 6, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "vDEX", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "vDEX", + "fname": "vDEX", + "rpcport": 21778, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 6, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 } -] +] \ No newline at end of file From 9e845125fc31c2a7c7d952bfd4f9e16cfe2706cc Mon Sep 17 00:00:00 2001 From: smk762 Date: Tue, 14 Jan 2025 17:21:41 +0800 Subject: [PATCH 3/6] restore mm2-param --- coins | 32795 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 32784 insertions(+), 11 deletions(-) diff --git a/coins b/coins index efe33e2c3..6acf27d58 100644 --- a/coins +++ b/coins @@ -937,7 +937,8 @@ "chain_id": "cosmoshub-4" } }, - "derivation_path": "m/44'/118'" + "derivation_path": "m/44'/118'", + "mm2": 0 }, { "coin": "ATOM-BEP20", @@ -1621,7 +1622,8 @@ "links": { "github": "https://github.com/BitBlocksProject/BitBlocks", "homepage": "https://bitblocksproject.com" - } + }, + "mm2": 0 }, { "coin": "BBK-BEP20", @@ -10155,7 +10157,8 @@ "protocol": { "type": "UTXO" }, - "derivation_path": "m/44'/50'" + "derivation_path": "m/44'/50'", + "mm2": 0 }, { "coin": "NVC-BEP20", @@ -10558,7 +10561,8 @@ "gas_price": 0.5 } }, - "derivation_path": "m/44'/118'" + "derivation_path": "m/44'/118'", + "mm2": 0 }, { "coin": "OSMO-IBC_NUCLEUSTEST", @@ -10920,7 +10924,8 @@ "links": { "github": "https://github.com/Pink2Dev/Pink2", "homepage": "https://getstarted.with.pink" - } + }, + "mm2": 0 }, { "coin": "PIVX", @@ -11006,7 +11011,8 @@ "protocol": { "type": "UTXO" }, - "derivation_path": "m/44'/81'" + "derivation_path": "m/44'/81'", + "mm2": 0 }, { "coin": "POT-ERC20", @@ -11595,7 +11601,8 @@ "trezor_coin": "RSK", "links": { "homepage": "https://rsk.co" - } + }, + "mm2": 0 }, { "coin": "RDD", @@ -11623,7 +11630,8 @@ "links": { "github": "https://github.com/reddcoin-project/reddcoin", "homepage": "https://reddcoin.com" - } + }, + "mm2": 0 }, { "coin": "REN-ERC20", @@ -15590,7 +15598,8 @@ "links": { "github": "https://github.com/primecoin/primecoin", "homepage": "https://primecoin.io" - } + }, + "mm2": 0 }, { "coin": "XRG", @@ -15794,7 +15803,16389 @@ "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30" } }, - "derivation_path": "m/44'/2301'" + "derivation_path": "m/44'/2301'"[ + { + "coin": "1INCH-AVX20", + "name": "1inch_avx20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xd501281565bf7789224523144Fe5D98e8B28f267" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "1INCH-BEP20", + "name": "1inch_bep20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "1INCH-ERC20", + "name": "1inch_erc20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "1INCH-KRC20", + "name": "1inch_krc20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x79f3244F3FFd7500A31a90Bb83C7D56649c2C7C5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "1INCH-PLG20", + "name": "1inch_plg20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AAVE-AVX20", + "name": "aave_avx20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x63a72806098Bd3D9520cC43356dD78afe5D386D9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-BEP20", + "name": "aave_bep20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xfb6115445Bff7b52FeB98650C87f44907E58f802" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AAVE-ERC20", + "name": "aave_erc20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Aave", + "links": { + "github": "https://github.com/aave", + "homepage": "https://aave.com/ " + } + }, + { + "coin": "AAVE-FTM20", + "name": "aave_ftm20", + "fname": "AAVE", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-HCO20", + "name": "aave_hco20", + "fname": "AAVE", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x202b4936fE1a82A4965220860aE46d7d3939Bb25" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-KRC20", + "name": "aave_krc20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xE76e97C157658004eE22e01C03a5e21A4655A2Fd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-PLG20", + "name": "aave_plg20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ABY", + "name": "artbyte", + "fname": "ArtByte", + "sign_message_prefix": "Artbyte Signed Message:\n", + "isPoS": 1, + "rpcport": 9262, + "pubtype": 28, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "mature_confirmations": 550, + "required_confirmations": 7, + "avg_blocktime": 45, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/720'", + "links": { + "github": "https://github.com/WikiMin3R/ArtBytE", + "homepage": "https://artbyte.art" + }, + "mm2": 1 + }, + { + "coin": "ACTN", + "asset": "ACTN", + "fname": "Action Coin", + "sign_message_prefix": "Komodo Signed Message:\n", + "rpcport": 51677, + "txversion": 4, + "overwintered": 1, + "txfee": 1000, + "required_confirmations": 2, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "ACTN-BEP20", + "name": "actn_bep20", + "fname": "Action Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xD7380b10bF3886B34Ab3422DEa42E408850375CA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ADA-BEP20", + "name": "ada_bep20", + "fname": "Cardano", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ADX-BEP20", + "name": "adx_bep20", + "fname": "AdEx", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ADX-ERC20", + "name": "adx_erc20", + "fname": "AdEx", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "AdEx Network", + "links": { + "github": "https://github.com/AdExNetwork", + "homepage": "https://www.adex.network" + } + }, + { + "coin": "AGEUR-AVX20", + "name": "ageur_avx20", + "fname": "agEUR", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AGEUR-ERC20", + "name": "ageur_erc20", + "fname": "agEUR", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AGEUR-PLG20", + "name": "ageur_plg20", + "fname": "agEUR", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AGIX-ERC20", + "name": "agix_erc20", + "fname": "SingularityNET", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AGIX-PLG20", + "name": "agix_plg20", + "fname": "SingularityNET", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AIBC", + "name": "aiblockchain", + "fname": "Aiblockchain", + "sign_message_prefix": "Aiblockchain Signed Message:\n", + "rpcport": 7772, + "pubtype": 23, + "p2shtype": 23, + "wiftype": 176, + "txfee": 0, + "dust": 5460, + "segwit": true, + "bech32_hrp": "aibc", + "required_confirmations": 11, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2'", + "links": { + "github": "https://github.com/nickgsh/AiBlockChain", + "homepage": "https://aibc.space" + }, + "mm2": 1 + }, + { + "coin": "AIPG", + "name": "aipowergrid", + "fname": "AIPowerGrid", + "sign_message_prefix": "Aipg Signed Message:\n", + "rpcport": 9788, + "pubtype": 23, + "p2shtype": 23, + "wiftype": 128, + "segwit": true, + "txfee": 1000000, + "dust": 1000000, + "required_confirmations": 6, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2686'", + "links": { + "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core", + "homepage": "aipowergrid.io" + }, + "mm2": 1 + }, + { + "coin": "ANAGAMI", + "fname": "Anagami Testnet", + "required_confirmations": 1, + "protocol": { + "type": "SIA" + }, + "mm2": 1 + }, + { + "coin": "ANEY", + "name": "aney", + "fname": "Animal Economy", + "rpcport": 33500, + "pubtype": 23, + "p2shtype": 63, + "wiftype": 210, + "txfee": 100000, + "dust": 5460, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/119'", + "links": { + "github": "https://github.com/Animal-Economy/ANEY", + "homepage": "https://aney.one" + }, + "mm2": 1 + }, + { + "coin": "ANKR-BEP20", + "name": "ankr_bep20", + "fname": "Ankr", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xf307910A4c7bbc79691fD374889b36d8531B08e3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ANKR-ERC20", + "name": "ankr_erc20", + "fname": "Ankr", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ANKR-PLG20", + "name": "ankr_plg20", + "fname": "Ankr", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ANT-ERC20", + "name": "ant_erc20", + "fname": "Aragon", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa117000000f279D81A1D3cc75430fAA017FA5A2e" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "APE-BEP20", + "name": "ape_bep20", + "fname": "ApeCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "APE-ERC20", + "name": "ape_erc20", + "fname": "ApeCoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4d224452801ACEd8B2F0aebE155379bb5D594381" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "APE-FTM20", + "name": "ape_ftm20", + "fname": "ApeCoin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x2d72A97a31Dc920dB03330780d30074626e39C8A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "APE-PLG20", + "name": "ape_plg20", + "fname": "ApeCoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xB7b31a6BC18e48888545CE79e83E06003bE70930" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ARB-ARB20", + "name": "arb_arb20", + "fname": "Arbitrum", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x912CE59144191C1204E64559FE8253a0e49E6548" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "ARB-ERC20", + "name": "arb_erc20", + "fname": "Arbitrum", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ARPA-BEP20", + "name": "arpa_bep20", + "fname": "ARPA Chain", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ARPA-ERC20", + "name": "arpa_erc20", + "fname": "ARPA Chain", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBA50933C268F567BDC86E1aC131BE072C6B0b71a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ARPA-PLG20", + "name": "arpa_plg20", + "fname": "ARPA Chain", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xEE800B277A96B0f490a1A732e1D6395FAD960A26" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ARRR", + "asset": "PIRATE", + "fname": "Pirate", + "txversion": 4, + "overwintered": 1, + "avg_blocktime": 60, + "protocol": { + "type": "ZHTLC", + "protocol_data": { + "consensus_params": { + "overwinter_activation_height": 152855, + "sapling_activation_height": 152855, + "blossom_activation_height": null, + "heartwood_activation_height": null, + "canopy_activation_height": null, + "coin_type": 133, + "hrp_sapling_extended_spending_key": "secret-extended-key-main", + "hrp_sapling_extended_full_viewing_key": "zxviews", + "hrp_sapling_payment_address": "zs", + "b58_pubkey_address_prefix": [ + 28, + 184 + ], + "b58_script_address_prefix": [ + 28, + 189 + ] + }, + "check_point_block": { + "height": 1900000, + "time": 1652512363, + "hash": "44797f3bb78323a7717007f1e289a3689e0b5b3433385dbd8e6f6a1700000000", + "sapling_tree": "01e40c26f4a28071535b95ae637d30a209531e92a33de0a649e51183771025fd0f016cdc51442fcb328d047a709dc0f41e0173953404711045b3ef3036d7fd4151271501d6c94c5ce6787826af809aaee83768c4b7d4f02c8dc2d24cf60ed5f127a5d730018a752ea9d9efb3e1ac0e6e705ac9f7f9863cfa8f612ad43802175338d8d7cc6000000001fc3542434eff03075ea5f0a64f1dfb2f042d281b1a057e9f6c765b533ce51219013ad9484b1e901e62b93e7538f913dcb27695380c3bc579e79f5cc900f28e596e0001431da5f01fe11d58300134caf5ac76e0b1b7486fd02425dd8871bca4afa94d4b01bb39de1c1d10a25ce0cc775bc74b6b0f056c28639e7c5b7651bb8460060085530000000001732ddf661e68c9e335599bb0b18b048d2f1c06b20eabd18239ad2f3cc45fa910014496bab5eedab205b5f2a206bd1db30c5bc8bc0c1914a102f87010f3431be21a0000010b5fd8e7610754075f936463780e85841f3ab8ca2978f9afdf7c2c250f16a75f01db56bc66eb1cd54ec6861e5cf24af2f4a17991556a52ca781007569e95b9842401c03877ecdd98378b321250640a1885604d675aaa50380e49da8cfa6ff7deaf15" + }, + "z_derivation_path": "m/32'/133'" + } + }, + "derivation_path": "m/44'/133'", + "required_confirmations": 2, + "requires_notarization": true, + "mm2": 1 + }, + { + "coin": "ARRR-BEP20", + "name": "arrr_bep20", + "fname": "Pirate", + "rpcport": 80, + "wallet_only": true, + "decimals": 8, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xCDAF240C90F989847c56aC9Dee754F76F41c5833" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ASLP-SLP", + "fname": "AtomicSLP", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 2, + "token_id": "926894cbf50269b15c97559b9acfc1bd88cd5f20703313ce0ea0683ecdb40911", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "ATOM", + "avg_blocktime": 7, + "name": "cosmos", + "fname": "Cosmos", + "wallet_only": true, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "uatom", + "account_prefix": "cosmos", + "chain_registry_name": "cosmoshub", + "chain_id": "cosmoshub-4" + } + }, + "derivation_path": "m/44'/118'", + "mm2": 0 + }, + { + "coin": "ATOM-BEP20", + "name": "atom_bep20", + "fname": "Cosmos", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0Eb3a705fc54725037CC9e008bDede697f62F335" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ATOM-IBC_IRIS", + "name": "cosmos_ibc_iris", + "fname": "Cosmos", + "avg_blocktime": 7, + "protocol": { + "type": "TENDERMINTTOKEN", + "protocol_data": { + "platform": "IRIS", + "decimals": 6, + "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "ATOM-IBC_NUCLEUSTEST", + "avg_blocktime": 5, + "name": "cosmos-ibc-nucleus-test", + "fname": "Cosmos", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINTTOKEN", + "protocol_data": { + "platform": "NUCLEUSTEST", + "decimals": 6, + "denom": "ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E" + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "ATOM-PLG20", + "name": "atom_plg20", + "fname": "Cosmos", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AUR", + "name": "auroracoin", + "fname": "Auroracoin", + "sign_message_prefix": "AuroraCoin Signed Message:\n", + "rpcport": 12341, + "pubtype": 23, + "p2shtype": 5, + "wiftype": 176, + "txfee": 5000, + "segwit": false, + "bech32_hrp": "aur", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/85'", + "mm2": 1 + }, + { + "coin": "AVA-BEP20", + "name": "ava_bep20", + "fname": "Travala.com", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AVA-ERC20", + "name": "ava_erc20", + "fname": "AVA", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa6C0c097741D55ECd9a3A7DeF3A8253fD022ceB9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AVAX", + "name": "avax", + "fname": "Avalanche", + "rpcport": 80, + "chain_id": 43114, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Avalanche C-Chain", + "links": { + "homepage": "https://www.avax.network/" + }, + "mm2": 1 + }, + { + "coin": "AVAX-BEP20", + "name": "avax_bep20", + "fname": "Avalanche", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1CE0c2827e2eF14D5C4f29a091d735A204794041" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AVAXT", + "name": "avaxt", + "fname": "Avalanche Testnet", + "is_testnet": true, + "rpcport": 80, + "chain_id": 43113, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "AVN", + "name": "avian", + "fname": "Avian", + "sign_message_prefix": "Raven Signed Message:\n", + "rpcport": 7896, + "pubtype": 60, + "p2shtype": 122, + "wiftype": 128, + "segwit": false, + "fork_id": "0x40", + "signature_version": "base", + "txfee": 1000000, + "required_confirmations": 3, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/921'", + "mm2": 1 + }, + { + "coin": "AVN-PLG20", + "name": "avn_plg20", + "fname": "Avian", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x752DC265EAf6Da2Db0F8e4a32D5596D3f18e8701" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AWC-ERC20", + "name": "atomic-wallet-coin", + "fname": "Atomic Wallet Coin", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaD22f63404f7305e4713CcBd4F296f34770513f4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AXE", + "name": "axe", + "fname": "Axe", + "sign_message_prefix": "DarkCoin Signed Message:\n", + "rpcport": 9337, + "pubtype": 55, + "p2shtype": 16, + "wiftype": 204, + "txfee": 10000, + "confpath": "USERHOME/.axecore/axe.conf", + "mature_confirmations": 101, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/4242'", + "trezor_coin": "Axe", + "links": { + "github": "https://github.com/axerunners/axe", + "homepage": "https://axerunners.com" + }, + "mm2": 1 + }, + { + "coin": "AXS-BEP20", + "name": "axs_bep20", + "fname": "Axie Infinity", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AXS-ERC20", + "name": "axs_erc20", + "fname": "Axie Infinity", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Axie Infinity Shards", + "links": { + "github": "https://github.com/axieinfinity", + "homepage": "https://axieinfinity.com/" + } + }, + { + "coin": "AYA", + "name": "aryacoin", + "fname": "Aryacoin", + "sign_message_prefix": "Aryacoin Signed Message:\n", + "rpcport": 9332, + "pubtype": 23, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 5, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/357'", + "mm2": 1 + }, + { + "coin": "AYA-BEP20", + "name": "aya_bep20", + "fname": "Aryacoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BABYDOGE-BEP20", + "name": "babydoge_bep20", + "fname": "Baby Doge Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc748673057861a797275CD8A068AbB95A902e8de" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAL-BEP20", + "name": "bal_bep20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd4ed60d8368a92b5F1ca33aF61eF2A94714B2d46" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAL-ERC20", + "name": "bal_erc20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xba100000625a3754423978a60c9317c58a424e3D" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Balancer", + "links": { + "github": "https://github.com/balancer-labs", + "homepage": "https://balancer.finance" + } + }, + { + "coin": "BAL-KRC20", + "name": "bal_krc20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xFC31366Be1795c1Ff444b9fBF55759733aD4d26D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAL-PLG20", + "name": "bal_plg20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BANANO-BEP20", + "name": "banano_bep20", + "fname": "Banano", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xe20B9e246db5a0d21BF9209E4858Bc9A3ff7A034" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAND-BEP20", + "name": "band_bep20", + "fname": "Band Protocol", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BAND-ERC20", + "name": "band_erc20", + "fname": "Band Protocol", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAND-FTM20", + "name": "band_ftm20", + "fname": "Band Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAND-PLG20", + "name": "band_plg20", + "fname": "Band Protocol", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAT-AVX20", + "name": "bat_avx20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x98443B96EA4b0858FDF3219Cd13e98C7A4690588" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAT-BEP20", + "name": "bat_bep20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x101d82428437127bF1608F699CD651e6Abf9766E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BAT-ERC20", + "name": "bat_erc20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Basic Attention Token", + "links": { + "homepage": "https://basicattentiontoken.org" + } + }, + { + "coin": "BAT-KRC20", + "name": "bat_krc20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x0bF46C86Ce3B904660aE85677EaA20B0C1b24064" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAT-PLG20", + "name": "bat_plg20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x3Cef98bb43d732E2F285eE605a8158cDE967D219" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BBK", + "name": "bitblocks", + "fname": "BitBlocks", + "rpcport": 59768, + "pubtype": 25, + "p2shtype": 85, + "wiftype": 107, + "txfee": 10000, + "wallet_only": true, + "sign_message_prefix": "DarkNet Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "links": { + "github": "https://github.com/BitBlocksProject/BitBlocks", + "homepage": "https://bitblocksproject.com" + }, + "mm2": 0 + }, + { + "coin": "BBK-BEP20", + "name": "bbk_bep20", + "fname": "BitBlocks", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9045B0eda6B6A556cf9B3d81C2db47411714f847" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BBK-PLG20", + "name": "bbk_plg20", + "fname": "BitBlocks", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2C8a46eF99Cb64928eB3Dd50A925327e02296F63" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCH", + "name": "bch", + "fname": "Bitcoin Cash", + "rpcport": 33333, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 1000, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "bitcoincash" + }, + "sign_message_prefix": "Bitcoin Signed Message:\n", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "BCH", + "protocol_data": { + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'", + "trezor_coin": "Bitcoin Cash", + "links": { + "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", + "homepage": "https://www.bitcoincash.org" + }, + "mm2": 1 + }, + { + "coin": "BCH-BEP20", + "name": "bch_bep20", + "fname": "Bitcoin Cash", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCH-ERC20", + "name": "bch_erc20", + "fname": "Bitcoin Cash", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCH-HCO20", + "name": "bch_hco20", + "fname": "Bitcoin Cash", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xeF3CEBD77E0C52cb6f60875d9306397B5Caca375" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCZERO", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "BCZERO", + "fname": "Buggyra Coin Zero", + "rpcport": 46856, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "links": { + "homepage": "https://buggyracoinzero.com" + }, + "mm2": 1 + }, + { + "coin": "BEST-ERC20", + "name": "best_erc20", + "fname": "Bitpanda Ecosystem", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F" + } + }, + "decimals": 8, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BIDR-BEP20", + "name": "bidr_bep20", + "fname": "BIDR", + "rpcport": 80, + "chain_id": 56, + "wallet_only": true, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BITN", + "name": "bitnet", + "fname": "Bitnet", + "sign_message_prefix": "Bitnet Signed Message:\n", + "rpcport": 9332, + "pubtype": 25, + "p2shtype": 22, + "wiftype": 158, + "txfee": 700000, + "segwit": true, + "bech32_hrp": "bit", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "mm2": 1 + }, + { + "coin": "BKC", + "name": "briskcoin", + "fname": "Briskcoin", + "rpcport": 8552, + "pubtype": 25, + "p2shtype": 33, + "wiftype": 153, + "txfee": 0, + "segwit": true, + "bech32_hrp": "bc", + "required_confirmations": 5, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1918'", + "sign_message_prefix": "Briskcoin Signed Message:\n", + "trezor_coin": "Briskcoin", + "links": { + "github": "https://github.com/briskcoin-project/briskcoin", + "homepage": "https://briskcoin.org" + }, + "mm2": 1 + }, + { + "coin": "BLK", + "name": "blackmore", + "fname": "BlackCoin", + "sign_message_prefix": "BlackCoin Signed Message:\n", + "isPoS": 1, + "rpcport": 15715, + "pubtype": 25, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "required_confirmations": 5, + "mature_confirmations": 500, + "avg_blocktime": 66, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/10'", + "mm2": 1 + }, + { + "coin": "BLK-BEP20", + "name": "blk_bep20", + "fname": "BlackCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd2cDfD5d26dfA1D11116B9ED7DBd7C6B88C6e1D3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BLOCX", + "name": "blocx", + "fname": "BLOCX.", + "rpcport": 12973, + "pubtype": 25, + "p2shtype": 26, + "wiftype": 153, + "segwit": false, + "txfee": 1000, + "sign_message_prefix": "DarkCoin Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/5'", + "links": { + "github": "https://github.com/BLOCXTECH/BLOCX", + "homepage": "https://blocx.tech" + }, + "mm2": 1 + }, + { + "coin": "BNB", + "name": "binancesmartchain", + "fname": "Binance Coin", + "avg_blocktime": 3, + "rpcport": 80, + "chain_id": 56, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Binance Smart Chain", + "links": { + "homepage": "https://www.binance.org" + }, + "mm2": 1 + }, + { + "coin": "BNBT", + "name": "binancesmartchaintest", + "fname": "Binance Coin Testnet", + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 97, + "is_testnet": true, + "required_confirmations": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "BNT-BEP20", + "name": "bnt_bep20", + "fname": "Bancor", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA069008A669e2Af00a86673D9D584cfb524A42Cc" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BNT-ERC20", + "name": "bnt_erc20", + "fname": "Bancor", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Bancor Network Token", + "links": { + "github": "https://github.com/bancorprotocol", + "homepage": "https://www.bancor.network" + } + }, + { + "coin": "BNT-PLG20", + "name": "bnt_plg20", + "fname": "Bancor", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BOLI", + "name": "bolivarcoin", + "fname": "Bolivarcoin", + "confpath": "USERHOME/.bolivarcoincore/bolivarcoin.conf", + "rpcport": 3563, + "pubtype": 85, + "p2shtype": 5, + "wiftype": 213, + "segwit": false, + "txfee": 10000, + "sign_message_prefix": "DarkCoin Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 180, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/278'", + "links": { + "github": "https://github.com/BOLI-Project/BolivarCoin", + "homepage": "https://bolis.info" + }, + "mm2": 1 + }, + { + "coin": "BONE-ERC20", + "name": "bone_erc20", + "fname": "Bone ShibaSwap", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x9813037ee2218799597d83D4a5B6F3b6778218d9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BORG-ERC20", + "name": "borg_erc20", + "fname": "SwissBorg", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x64d0f55Cd8C7133a9D7102b13987235F486F2224" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SwissBorg", + "links": { + "homepage": "https://swissborg.com" + } + }, + { + "coin": "BRZ-AVX20", + "name": "brz_avx20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 43114, + "decimals": 4, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x491a4eB4f1FC3BfF8E1d2FC856a6A46663aD556f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BRZ-BEP20", + "name": "brz_bep20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 4, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BRZ-ERC20", + "name": "brz_erc20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x01d33FD36ec67c6Ada32cf36b31e88EE190B1839" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BRZ-PLG20", + "name": "brz_plg20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "BSTY", + "name": "globalboost", + "fname": "GlobalBoost-Y", + "rpcport": 8225, + "pubtype": 77, + "p2shtype": 139, + "wiftype": 208, + "txfee": 200000, + "segwit": true, + "bech32_hrp": "gb", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/664'", + "mm2": 1 + }, + { + "coin": "BTC", + "name": "bitcoin", + "fname": "Bitcoin", + "rpcport": 8332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "bc", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "wallet_only": false, + "sign_message_prefix": "Bitcoin Signed Message:\n", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/0'", + "trezor_coin": "Bitcoin", + "links": { + "github": "https://github.com/bitcoin/bitcoin", + "homepage": "https://bitcoin.org" + }, + "mm2": 1 + }, + { + "coin": "BTC-BEP20", + "name": "btc_bep20", + "fname": "Bitcoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BTC-segwit", + "name": "bitcoin", + "fname": "Bitcoin", + "sign_message_prefix": "Bitcoin Signed Message:\n", + "rpcport": 8332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "bc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "BTC", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/0'", + "trezor_coin": "Bitcoin", + "links": { + "github": "https://github.com/bitcoin/bitcoin", + "homepage": "https://bitcoin.org" + } + }, + { + "coin": "BTCZ", + "name": "bitcoinz", + "fname": "BitcoinZ", + "sign_message_prefix": "BitcoinZ Signed Message:\n", + "rpcport": 1979, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "txfee": 10000, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/177'", + "mm2": 1 + }, + { + "coin": "BTCZ-BEP20", + "name": "btcz_bep20", + "fname": "BitcoinZ", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcBBB3e5099F769F6d4E2b8b92DC0e268f7E099D8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BTE", + "name": "bitweb", + "fname": "Bitweb", + "sign_message_prefix": "Bitweb Signed Message:\n", + "rpcport": 1605, + "pubtype": 33, + "p2shtype": 30, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "web", + "txfee": 20000, + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/738'", + "links": { + "github": "https://github.com/bitweb-project/bitweb", + "homepage": "https://bitwebcore.net" + }, + "mm2": 1 + }, + { + "coin": "BTE-segwit", + "name": "bitweb", + "fname": "Bitweb", + "sign_message_prefix": "Bitweb Signed Message:\n", + "rpcport": 1605, + "pubtype": 33, + "p2shtype": 30, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "web", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "BTE", + "txfee": 20000, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/84'/738'", + "links": { + "github": "https://github.com/bitweb-project/bitweb", + "homepage": "https://bitwebcore.net" + } + }, + { + "coin": "BTT-BEP20", + "name": "btt_bep20", + "fname": "BitTorrent (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BTTC-BEP20", + "name": "bttc_bep20", + "fname": "BitTorrent", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x352Cb5E19b12FC216548a2677bD0fce83BaE434B" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BTU-ERC20", + "name": "btu_erc20", + "fname": "BTU Protocol", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xb683D83a532e2Cb7DFa5275eED3698436371cc9f" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "BTU Protocol", + "links": { + "github": "https://github.com/btuprotocol", + "homepage": "https://btu-protocol.com" + } + }, + { + "coin": "BTU-PLG20", + "name": "btu_plg20", + "fname": "BTU Protocol", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xFdc26CDA2d2440d0E83CD1DeE8E8bE48405806DC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BTX", + "name": "bitcore", + "fname": "BitCore", + "rpcport": 9469, + "pubtype": 3, + "p2shtype": 125, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "btx", + "txfee": 20000, + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/160'", + "trezor_coin": "Bitcore", + "links": { + "github": "https://github.com/LIMXTEC/BitCore", + "homepage": "https://bitcore.cc" + }, + "mm2": 1 + }, + { + "coin": "BTX-BEP20", + "name": "btx_bep20", + "fname": "BitCore", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x000000089fb24237dA101020Ff8e2AfD14624687" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BTX-segwit", + "name": "bitcore", + "fname": "BitCore", + "rpcport": 9469, + "pubtype": 3, + "p2shtype": 125, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "btx", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "BTX", + "txfee": 20000, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/160'", + "trezor_coin": "Bitcore", + "links": { + "github": "https://github.com/LIMXTEC/BitCore", + "homepage": "https://bitcore.cc" + } + }, + { + "coin": "BUSD-AVX20", + "name": "busd_avx20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BUSD-BEP20", + "name": "busd_bep20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BUSD-ERC20", + "name": "busd_erc20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Binance USD (BUSD)", + "links": { + "github": "https://github.com/paxosglobal/busd-contract", + "homepage": "https://www.paxos.com/busd" + } + }, + { + "coin": "BUSD-MVR20", + "name": "busd_mvr20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BUSD-PLG20", + "name": "busd_plg20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CADC-ERC20", + "name": "cadc_erc20", + "fname": "CAD Coin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CADC-PLG20", + "name": "cadc_plg20", + "fname": "CAD Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "CAKE-BEP20", + "name": "cake_bep20", + "fname": "PancakeSwap", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CASE-BEP20", + "name": "case_bep20", + "fname": "Case Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CCL", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "CCL", + "fname": "CoinCollect", + "rpcport": 20849, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "CDN", + "name": "canadaecoin", + "fname": "Canada eCoin", + "sign_message_prefix": "Canada eCoin Signed Message:\n", + "rpcport": 34330, + "pubtype": 28, + "p2shtype": 5, + "wiftype": 156, + "txfee": 200000, + "dust": 54600, + "segwit": true, + "bech32_hrp": "cdn", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/34'", + "mm2": 1 + }, + { + "coin": "CDN-segwit", + "name": "canadaecoin", + "fname": "Canada eCoin", + "sign_message_prefix": "Canada eCoin Signed Message:\n", + "rpcport": 34330, + "pubtype": 28, + "p2shtype": 5, + "wiftype": 156, + "txfee": 200000, + "dust": 54600, + "segwit": true, + "bech32_hrp": "cdn", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "CDN", + "required_confirmations": 2, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/34'" + }, + { + "coin": "CDS-PLG20", + "name": "cds_plg20", + "fname": "Crypto Development Services", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xF7B5991c676929BF98BF3E2e2e386789BB16912a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CEL-ERC20", + "name": "cel_erc20", + "fname": "Celsius", + "rpcport": 80, + "chain_id": 1, + "decimals": 4, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CEL-PLG20", + "name": "cel_plg20", + "fname": "Celsius", + "rpcport": 80, + "chain_id": 137, + "decimals": 4, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xD85d1e945766Fea5Eda9103F918Bd915FbCa63E6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CELR-ARB20", + "name": "celr_arb20", + "fname": "Celer Network", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x3a8B787f78D775AECFEEa15706D4221B40F345AB" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "CELR-BEP20", + "name": "celr_bep20", + "fname": "Celer Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CELR-ERC20", + "name": "celr_erc20", + "fname": "Celer Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "CelerToken", + "links": { + "github": "https://github.com/celer-network", + "homepage": "https://www.celer.network/" + } + }, + { + "coin": "CFX-BEP20", + "name": "cfx_bep20", + "fname": "Conflux", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x045c4324039dA91c52C55DF5D785385Aab073DcF" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CHSB-ERC20", + "name": "chsb_erc20", + "fname": "SwissBorg (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SwissBorg", + "links": { + "homepage": "https://swissborg.com" + } + }, + { + "coin": "CHSB-PLG20", + "name": "chsb_plg20", + "fname": "SwissBorg (OLD)", + "wallet_only": true, + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHTA", + "name": "cheetahcoin", + "fname": "Cheetahcoin", + "rpcport": 8536, + "pubtype": 28, + "p2shtype": 5, + "wiftype": 128, + "txfee": 40000, + "required_confirmations": 2, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/682'", + "mm2": 1 + }, + { + "coin": "CHTA-BEP20", + "name": "chta_bep20", + "fname": "Cheetahcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb096DF47073A39041D9ffeD5d4E1d1b0D5D6b8E7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHZ-ERC20", + "name": "chz_erc20", + "fname": "Chiliz", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHZ-KRC20", + "name": "chz_krc20", + "fname": "Chiliz", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x6E8ce0519B7e4d691BaCE464099547E5fC17679c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHZ-PLG20", + "name": "chz_plg20", + "fname": "Chiliz", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf1938Ce12400f9a761084E7A80d37e732a4dA056" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CLAM", + "name": "clams", + "fname": "Clams", + "isPoS": 1, + "rpcport": 30174, + "pubtype": 137, + "p2shtype": 13, + "wiftype": 133, + "segwit": false, + "txfee": 10000, + "sign_message_prefix": "Clam Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/23'", + "links": { + "github": "https://github.com/nochowderforyou/clams", + "homepage": "http://clamclient.com" + }, + "mm2": 1 + }, + { + "coin": "CLC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "CLC", + "fname": "Collider Coin", + "rpcport": 31034, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "CLP-BEP20", + "name": "clp_bep20", + "fname": "Crypto Lover Productions", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3039e86d39A5BCF38E96D78fF93FD0aBe753212c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "COLX", + "name": "ColossusXT", + "fname": "ColossusXT", + "rpcport": 51473, + "pubtype": 30, + "p2shtype": 13, + "wiftype": 212, + "txfee": 1000000000, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1999'", + "mm2": 1 + }, + { + "coin": "COMP-AVX20", + "name": "comp_avx20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "COMP-BEP20", + "name": "comp_bep20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "COMP-ERC20", + "name": "comp_erc20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xc00e94Cb662C3520282E6f5717214004A7f26888" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Compound", + "links": { + "github": "https://github.com/compound-finance", + "homepage": "https://compound.finance" + } + }, + { + "coin": "COMP-KRC20", + "name": "comp_krc20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x16c4106966cE30e06E806A7c40eEFb46d84cE7e5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "COMP-PLG20", + "name": "comp_plg20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CRNC", + "name": "crioniccoin", + "fname": "CrionicCoin", + "sign_message_prefix": "Crioniccoin Signed Message:\n", + "rpcport": 4466, + "pubtype": 28, + "p2shtype": 45, + "wiftype": 176, + "decimals": 8, + "signature_version": "base", + "txfee": 10000, + "segwit": true, + "bech32_hrp": "crnc", + "required_confirmations": 3, + "avg_blocktime": 20, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/192'", + "links": { + "github": "https://github.com/diabaths/Crionic-Coin", + "homepage": "https://coin.crionic.org" + }, + "mm2": 1 + }, + { + "coin": "CRO-ERC20", + "name": "cro_erc20", + "fname": "Crypto.com", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRO-KRC20", + "name": "cro_krc20", + "fname": "Crypto.com", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x652D253b7Ca91810A4a05ACFc39729387c5090C0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRO-PLG20", + "name": "cro_plg20", + "fname": "Crypto.com", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRT-QRC20", + "name": "qtum", + "fname": "CRT Token", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x0f80aa32ba51e0acf171e106a1cfcd1eb9a9c3a5" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "CRV-ARB20", + "name": "crv_arb20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "CRV-AVX20", + "name": "crv_avx20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-ERC20", + "name": "crv_erc20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xD533a949740bb3306d119CC777fa900bA034cd52" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-FTM20", + "name": "crv_ftm20", + "fname": "Curve DAO", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x1E4F97b9f9F913c46F1632781732927B9019C68b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-KRC20", + "name": "crv_krc20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x4500E16dA66b99e0C55D7B46EBBD59bc413BA171" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-PLG20", + "name": "crv_plg20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CST-BEP20", + "name": "cst_bep20", + "fname": "Crypto Swap Token", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcC4b3EA1F25c8772D390dA1DB507832aBE4a9740" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CUMMIES-BEP20", + "name": "cummies_bep20", + "fname": "CumRocket", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CVC-ERC20", + "name": "cvc_erc20", + "fname": "Civic", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x41e5560054824eA6B0732E656E3Ad64E20e94E45" + } + }, + "decimals": 8, + "derivation_path": "m/44'/60'", + "trezor_coin": "Civic", + "links": { + "homepage": "https://www.civic.com" + } + }, + { + "coin": "CVT-ERC20", + "name": "cvt_erc20", + "fname": "CyberVein", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBe428c3867F05deA2A89Fc76a102b544eaC7f772" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "CyberVein", + "links": { + "homepage": "http://www.cybervein.org" + } + }, + { + "coin": "CVX-ERC20", + "name": "cvx_erc20", + "fname": "Convex Finance", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CY", + "name": "cyberyen", + "fname": "Cyberyen", + "sign_message_prefix": "Cyberyen Signed Message:\n", + "rpcport": 58382, + "pubtype": 28, + "p2shtype": 77, + "wiftype": 156, + "txfee": 0, + "segwit": true, + "bech32_hrp": "cy", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/802'", + "links": { + "github": "https://github.com/cyberyen/cyberyen", + "homepage": "https://cyberyen.org" + }, + "mm2": 1 + }, + { + "coin": "CY-segwit", + "name": "cyberyen", + "fname": "Cyberyen", + "sign_message_prefix": "Cyberyen Signed Message:\n", + "rpcport": 58382, + "pubtype": 28, + "p2shtype": 77, + "wiftype": 156, + "txfee": 0, + "segwit": true, + "bech32_hrp": "cy", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "CY", + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/802'", + "links": { + "github": "https://github.com/cyberyen/cyberyen", + "homepage": "https://cyberyen.org" + } + }, + { + "coin": "DAI-AVX20", + "name": "dai_avx20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-BEP20", + "name": "dai_bep20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DAI-ERC20", + "name": "dai_erc20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6B175474E89094C44Da98b954EedeAC495271d0F" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Dai Stablecoin v2.0", + "links": { + "github": "https://github.com/makerdao", + "homepage": "https://makerdao.com" + } + }, + { + "coin": "DAI-FTM20", + "name": "dai_ftm20", + "fname": "Dai", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-HCO20", + "name": "dai_hco20", + "fname": "Dai", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x3D760a45D0887DFD89A2F5385a236B29Cb46ED2a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-MVR20", + "name": "dai_mvr20", + "fname": "Dai", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-PLG20", + "name": "dai_plg20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DASH", + "name": "dashcore", + "fname": "Dash", + "sign_message_prefix": "DarkCoin Signed Message:\n", + "confpath": "USERHOME/.dashcore/dash.conf", + "rpcport": 9998, + "pubtype": 76, + "p2shtype": 16, + "wiftype": 204, + "txfee": 1000, + "force_min_relay_fee": true, + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/5'", + "trezor_coin": "Dash", + "links": { + "github": "https://github.com/dashpay/dash", + "homepage": "https://www.dash.org" + }, + "mm2": 1 + }, + { + "coin": "DDD-ERC20", + "name": "ddd_erc20", + "fname": "Scry.info", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DENT-ERC20", + "name": "dent_erc20", + "fname": "Dent", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3597bfD533a99c9aa083587B074434E61Eb0A258" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "DENT", + "links": { + "homepage": "https://www.dentwireless.com" + } + }, + { + "coin": "DFX-ERC20", + "name": "dfx_erc20", + "fname": "DFX Finance", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x888888435FDe8e7d4c54cAb67f206e4199454c60" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DFX-PLG20", + "name": "dfx_plg20", + "fname": "DFX Finance", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x27f485b62C4A7E635F561A87560Adf5090239E93" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DGB", + "name": "digibyte", + "fname": "DigiByte", + "sign_message_prefix": "DigiByte Signed Message:\n", + "rpcport": 14022, + "pubtype": 30, + "p2shtype": 63, + "wiftype": 128, + "txfee": 10000000, + "segwit": true, + "bech32_hrp": "dgb", + "wallet_only": false, + "required_confirmations": 7, + "avg_blocktime": 15, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/20'", + "trezor_coin": "DigiByte", + "links": { + "github": "https://github.com/digibyte/digibyte", + "homepage": "https://digibyte.io" + }, + "mm2": 1 + }, + { + "coin": "DGB-segwit", + "name": "digibyte", + "fname": "Digibyte", + "sign_message_prefix": "DigiByte Signed Message:\n", + "rpcport": 14022, + "pubtype": 30, + "p2shtype": 63, + "wiftype": 128, + "txfee": 10000000, + "segwit": true, + "bech32_hrp": "dgb", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "DGB", + "required_confirmations": 7, + "avg_blocktime": 15, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/20'", + "trezor_coin": "DigiByte", + "links": { + "github": "https://github.com/digibyte/digibyte", + "homepage": "https://digibyte.io" + } + }, + { + "coin": "DGC", + "name": "digitalcoin", + "fname": "Digitalcoin", + "sign_message_prefix": "Digitalcoin Signed Message:\n", + "rpcport": 7998, + "pubtype": 30, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "required_confirmations": 3, + "avg_blocktime": 36, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/18'", + "mm2": 1 + }, + { + "coin": "DIA-BEP20", + "name": "dia_bep20", + "fname": "DIAToken", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x99956D38059cf7bEDA96Ec91Aa7BB2477E0901DD" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DIA-ERC20", + "name": "dia_erc20", + "fname": "DIAToken", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DIAC", + "name": "diabasecore", + "fname": "Diabase", + "sign_message_prefix": "DarkCoin Signed Message:\n", + "confpath": "USERHOME/.diabasecore/diabase.conf", + "rpcport": 7676, + "pubtype": 76, + "p2shtype": 16, + "wiftype": 204, + "txfee": 1000, + "force_min_relay_fee": true, + "required_confirmations": 2, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/5'", + "links": { + "github": "https://github.com/diabasecoin/diabase", + "homepage": "https://www.diabasecoin.com" + }, + "mm2": 1 + }, + { + "coin": "DIME", + "name": "dimecoin", + "fname": "Dimecoin", + "rpcport": 11931, + "pubtype": 15, + "p2shtype": 9, + "wiftype": 143, + "segwit": false, + "bech32_hrp": "vx", + "txfee": 1000, + "decimals": 5, + "sign_message_prefix": "Dimecoin Signed Message:\n", + "required_confirmations": 6, + "avg_blocktime": 64, + "protocol": { + "type": "UTXO" + }, + "links": { + "github": "https://github.com/dime-coin/dimecoin/" + }, + "mm2": 1 + }, + { + "coin": "DIMI", + "name": "diminutivecoin", + "fname": "Diminutive Coin", + "sign_message_prefix": "DiminutiveCoin Signed Message:\n", + "rpcport": 49122, + "pubtype": 32, + "p2shtype": 30, + "wiftype": 181, + "isPoS": 1, + "txfee": 1000, + "segwit": false, + "mature_confirmations": 75, + "required_confirmations": 4, + "avg_blocktime": 75, + "protocol": { + "type": "UTXO" + }, + "mm2": 1 + }, + { + "coin": "DIMI-BEP20", + "name": "dimi_bep20", + "fname": "Diminutive Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA33789a5478Add74e8D7628E817a281aAbD92dA9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DIMI-QRC20", + "name": "qtum", + "fname": "Diminutive Coin", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x2c660b0d4d53382aeef855d3010d697970fa0bd5" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "DOC", + "asset": "DOC", + "fname": "DOC", + "rpcport": 62415, + "txversion": 4, + "overwintered": 1, + "sign_message_prefix": "Komodo Signed Message:\n", + "is_testnet": true, + "required_confirmations": 1, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "DODO-ARB20", + "name": "dodo_arb20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x69Eb4FA4a2fbd498C257C57Ea8b7655a2559A581" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "DODO-BEP20", + "name": "dodo_bep20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DODO-ERC20", + "name": "dodo_erc20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DODO-KRC20", + "name": "dodo_krc20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x8724F9FB7B3f1bb6f2c90B3Ad3Fd6B3c20A06429" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOGE", + "name": "dogecoin", + "fname": "Dogecoin", + "sign_message_prefix": "Dogecoin Signed Message:\n", + "rpcport": 22555, + "pubtype": 30, + "p2shtype": 22, + "wiftype": 158, + "txfee": 0, + "force_min_relay_fee": true, + "dust": 1000000, + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/3'", + "trezor_coin": "Dogecoin", + "links": { + "github": "https://github.com/dogecoin/dogecoin", + "homepage": "https://dogecoin.com" + }, + "mm2": 1 + }, + { + "coin": "DOGE-BEP20", + "name": "doge_bep20", + "fname": "Dogecoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOGEC", + "name": "dogecash", + "fname": "DogeCash", + "rpcport": 56750, + "pubtype": 30, + "p2shtype": 19, + "wiftype": 122, + "txfee": 10000, + "dust": 5460, + "sign_message_prefix": "DarkNet Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/385'", + "links": { + "github": "https://github.com/dogecash/dogecash", + "homepage": "https://dogecash.net" + }, + "mm2": 1 + }, + { + "coin": "DOGEDASH-BEP20", + "name": "dogedash_bep20", + "fname": "Doge Dash", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOGGY-BEP20", + "name": "doggy_bep20", + "fname": "Doggy", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x74926B3d118a63F6958922d3DC05eB9C6E6E00c6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOI", + "name": "doichain", + "fname": "Doichain", + "sign_message_prefix": "Doichain Signed Message:\n", + "rpcport": 8339, + "pubtype": 52, + "p2shtype": 13, + "wiftype": 180, + "txfee": 1000, + "dust": 5460, + "segwit": true, + "bech32_hrp": "dc", + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/7070'", + "mm2": 1 + }, + { + "coin": "DOT-BEP20", + "name": "dot_bep20", + "fname": "Polkadot", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DOT-HCO20", + "name": "dot_hco20", + "fname": "Polkadot", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xA2c49cEe16a5E5bDEFDe931107dc1fae9f7773E3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DP", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "DP", + "fname": "DigitalPrice", + "rpcport": 28388, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "DPC", + "name": "dualpowecoin", + "fname": "Dualpowcoin", + "sign_message_prefix": "Dpowcoin Signed Message:\n", + "rpcport": 42002, + "pubtype": 55, + "p2shtype": 28, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "dpc", + "txfee": 10000, + "wallet_only": false, + "required_confirmations": 6, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/739'", + "links": { + "github": "https://github.com/dpowcore-project/dpowcoin", + "homepage": "https://dpowcore.org" + }, + "mm2": 1 + }, + { + "coin": "DX-ERC20", + "name": "dx_erc20", + "fname": "DxChain", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x973e52691176d36453868D9d86572788d27041A9" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "EFL", + "name": "egulden", + "fname": "e-Gulden", + "confpath": "USERHOME/.egulden/coin.conf", + "rpcport": 21015, + "pubtype": 48, + "p2shtype": 5, + "wiftype": 176, + "txfee": 200000, + "dust": 54600, + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/78'", + "mm2": 1 + }, + { + "coin": "EGLD-BEP20", + "name": "egld_bep20", + "fname": "Elrond", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EILN-ERC20", + "name": "eiln_erc20", + "fname": "eIlien", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ELF-BEP20", + "name": "elf_bep20", + "fname": "aelf", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ELF-ERC20", + "name": "elf_erc20", + "fname": "aelf", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "ELF Token", + "links": { + "github": "https://github.com/aelfProject", + "homepage": "https://aelf.io/" + } + }, + { + "coin": "EMC2", + "name": "einsteinium", + "fname": "Einsteinium", + "sign_message_prefix": "Einsteinium Signed Message:\n", + "rpcport": 41879, + "pubtype": 33, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/41'", + "mm2": 1 + }, + { + "coin": "ENJ-ERC20", + "name": "enj_erc20", + "fname": "Enjin Coin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "ENJIN", + "links": { + "github": "https://github.com/enjin/contracts", + "homepage": "https://enjincoin.io" + } + }, + { + "coin": "ENJ-KRC20", + "name": "enj_krc20", + "fname": "Enjin Coin", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x6e2D990C8e718E7b6D86ed08eBf0FF2dEc05253B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ENJ-PLG20", + "name": "enj_plg20", + "fname": "Enjin Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "EOS-BEP20", + "name": "eos_bep20", + "fname": "EOS", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ETC", + "name": "ethereum classic", + "fname": "Ethereum Classic", + "rpcport": 80, + "chain_id": 61, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Ethereum Classic", + "links": { + "homepage": "https://ethereumclassic.org" + }, + "mm2": 1 + }, + { + "coin": "ETC-BEP20", + "name": "etc_bep20", + "fname": "Ethereum Classic", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3d6545b08693daE087E957cb1180ee38B9e3c25E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH", + "name": "ethereum", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 1, + "sign_message_prefix": "Ethereum Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "ETH-ARB20", + "name": "eth_arb20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 42161, + "required_confirmations": 10, + "avg_blocktime": 0.25, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_coins": 300000, + "eth_payment": 700000, + "eth_receiver_spend": 600000, + "eth_sender_refund": 600000 + } + }, + { + "coin": "ETH-AVX20", + "name": "ethereum avalanche", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-BEP20", + "name": "eth_bep20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ETH-FTM20", + "name": "eth_ftm20", + "fname": "Ethereum", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x74b23882a30290451A17c44f4F05243b6b58C76d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-HCO20", + "name": "eth_hco20", + "fname": "Ethereum", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x64FF637fB478863B7468bc97D30a5bF3A428a1fD" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-KRC20", + "name": "eth_krc20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-PLG20", + "name": "eth_plg20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EURE-ERC20", + "name": "eure_erc20", + "fname": "Monerium EUR", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "EURE-PLG20", + "name": "eure_plg20", + "fname": "Monerium EUR", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 90000, + "erc20_payment": 150000, + "erc20_receiver_spend": 120000, + "erc20_sender_refund": 120000 + } + }, + { + "coin": "EUROE-ERC20", + "name": "euroe_erc20", + "fname": "EUROe Stablecoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "EUROE-PLG20", + "name": "euroe_plg20", + "fname": "EUROe Stablecoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EURS-ERC20", + "name": "eurs_erc20", + "fname": "STASIS EURO", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdB25f211AB05b1c97D595516F45794528a807ad8" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "STASIS EURS", + "links": { + "github": "https://github.com/stasisnet", + "homepage": "https://stasis.net" + } + }, + { + "coin": "EURS-PLG20", + "name": "eurs_plg20", + "fname": "STASIS EURO", + "rpcport": 80, + "chain_id": 137, + "decimals": 2, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EVR", + "name": "evrmore", + "fname": "Evrmore Coin", + "sign_message_prefix": "Evrmore Signed Message:\n", + "rpcport": 8819, + "pubtype": 33, + "p2shtype": 92, + "wiftype": 128, + "segwit": true, + "txfee": 1000000, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/175'", + "links": { + "github": "https://github.com/EvrmoreOrg/Evrmore", + "homepage": "https://evrmorecoin.org" + }, + "mm2": 1 + }, + { + "coin": "EWT", + "name": "ewt", + "fname": "Energy Web", + "rpcport": 80, + "chain_id": 246, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 5, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Energy Web", + "links": { + "homepage": "https://www.energyweb.org" + }, + "mm2": 1 + }, + { + "coin": "EXN-BEP20", + "name": "exn_bep20", + "fname": "Expoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FDUSD-BEP20", + "name": "fdusd_bep20", + "fname": "First Digital USD", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://firstdigitallabs.com" + }, + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 70000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FDUSD-ERC20", + "name": "fdusd_erc20", + "fname": "First Digital USD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://firstdigitallabs.com" + } + }, + { + "coin": "FEI-ERC20", + "name": "fei_erc20", + "fname": "Fei USD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FET-BEP20", + "name": "fet_bep20", + "fname": "Fetch.ai", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x031b41e504677879370e9DBcF937283A8691Fa7f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FET-ERC20", + "name": "fet_erc20", + "fname": "Fetch.ai", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FET-PLG20", + "name": "fet_plg20", + "fname": "Fetch.ai", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7583FEDDbceFA813dc18259940F76a02710A8905" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FIL-BEP20", + "name": "fil_bep20", + "fname": "Filecoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FIL-ERC20", + "name": "fil_erc20", + "fname": "Filecoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FIL-HCO20", + "name": "fil_hco20", + "fname": "Filecoin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xae3a768f9aB104c69A7CD6041fE16fFa235d1810" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FIRO", + "name": "firo", + "fname": "Firo", + "sign_message_prefix": "Firo Signed Message:\n", + "rpcport": 8888, + "pubtype": 82, + "p2shtype": 7, + "wiftype": 210, + "txfee": 1000, + "required_confirmations": 1, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/136'", + "trezor_coin": "Firo", + "links": { + "github": "https://github.com/firoorg/firo", + "homepage": "https://firo.org" + }, + "mm2": 1 + }, + { + "coin": "FIRO-BEP20", + "name": "firo_bep20", + "fname": "Firo", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FJC", + "name": "fujicoin", + "fname": "Fujicoin", + "sign_message_prefix": "FujiCoin Signed Message:\n", + "rpcport": 3776, + "pubtype": 36, + "p2shtype": 16, + "wiftype": 164, + "segwit": true, + "bech32_hrp": "fc", + "txfee": 0, + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/75'", + "trezor_coin": "Fujicoin", + "links": { + "github": "https://github.com/fujicoin/fujicoin", + "homepage": "https://fujicoin.org" + }, + "mm2": 1 + }, + { + "coin": "FJC-BEP20", + "name": "fjc_bep20", + "fname": "Fujicoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FJC-segwit", + "name": "fujicoin", + "fname": "Fujicoin", + "sign_message_prefix": "FujiCoin Signed Message:\n", + "rpcport": 3776, + "pubtype": 36, + "p2shtype": 16, + "wiftype": 164, + "segwit": true, + "bech32_hrp": "fc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "FJC", + "txfee": 0, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/75'", + "trezor_coin": "Fujicoin", + "links": { + "github": "https://github.com/fujicoin/fujicoin", + "homepage": "https://fujicoin.org" + } + }, + { + "coin": "FJCB-BEP20", + "name": "fjcb_bep20", + "fname": "FJCB Fujicoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FLEXUSD-ERC20", + "name": "flexusd_erc20", + "fname": "flexUSD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FLEXUSD-SLP", + "fname": "FlexUSD", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 6, + "token_id": "dd21be4532d93661e8ffe16db6535af0fb8ee1344d1fef81a193e2b4cfa9fbc9", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "FLO", + "name": "flo", + "fname": "Florincoin", + "rpcport": 7313, + "pubtype": 35, + "p2shtype": 8, + "wiftype": 176, + "txfee": 100000, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/216'", + "trezor_coin": "Flo", + "links": { + "github": "https://github.com/floblockchain/flo", + "homepage": "https://flo.cash" + }, + "mm2": 1 + }, + { + "coin": "FLOKI-BEP20", + "name": "floki_bep20", + "fname": "Floki Inu", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xfb5B838b6cfEEdC2873aB27866079AC55363D37E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 85000, + "erc20_payment": 140000, + "erc20_receiver_spend": 110000, + "erc20_sender_refund": 110000 + } + }, + { + "coin": "FLOW-BEP20", + "name": "flow_bep20", + "fname": "Flow", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xC943c5320B9c18C153d1e2d12cC3074bebfb31A2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FLUX", + "name": "flux", + "fname": "Flux", + "rpcport": 16124, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "txversion": 4, + "overwintered": 1, + "version_group_id": "0x892f2085", + "consensus_branch_id": "0x76b809bb", + "txfee": 10000, + "required_confirmations": 2, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/19167'", + "mm2": 1 + }, + { + "coin": "FLUX-BEP20", + "name": "flux_bep20", + "fname": "Flux", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FLUX-ERC20", + "name": "flux_erc20", + "fname": "Flux", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FRC", + "name": "faircoin", + "fname": "FairCoin", + "rpcport": 9875, + "pubtype": 36, + "p2shtype": 63, + "wiftype": 128, + "decimals": 8, + "signature_version": "base", + "txfee": 10000, + "segwit": true, + "bech32_hrp": "frc", + "required_confirmations": 6, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "mm2": 1 + }, + { + "coin": "FTC", + "name": "feathercoin", + "fname": "Feathercoin", + "sign_message_prefix": "Feathercoin Signed Message:\n", + "rpcport": 9337, + "pubtype": 14, + "p2shtype": 5, + "wiftype": 142, + "txfee": 1000000, + "segwit": true, + "bech32_hrp": "fc", + "wallet_only": false, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/8'", + "trezor_coin": "Feathercoin", + "links": { + "github": "https://github.com/FeatherCoin/Feathercoin", + "homepage": "https://feathercoin.com" + }, + "mm2": 1 + }, + { + "coin": "FTC-segwit", + "name": "feathercoin", + "fname": "Feathercoin", + "sign_message_prefix": "Feathercoin Signed Message:\n", + "rpcport": 9337, + "pubtype": 14, + "p2shtype": 5, + "wiftype": 142, + "txfee": 1000000, + "segwit": true, + "bech32_hrp": "fc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "FTC", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/8'", + "trezor_coin": "Feathercoin", + "links": { + "github": "https://github.com/FeatherCoin/Feathercoin", + "homepage": "https://feathercoin.com" + } + }, + { + "coin": "FTM", + "name": "ftm", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 250, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 1.8, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Fantom Opera", + "links": { + "homepage": "https://fantom.foundation" + }, + "mm2": 1 + }, + { + "coin": "FTM-BEP20", + "name": "ftm_bep20", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xAD29AbB318791D579433D831ed122aFeAf29dcfe" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FTM-ERC20", + "name": "ftm_erc20", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Fantom Token", + "links": { + "github": "https://github.com/Fantom-foundation/", + "homepage": "https://fantom.foundation/" + } + }, + { + "coin": "FTMT", + "name": "ftmt", + "fname": "Fantom Testnet", + "is_testnet": true, + "rpcport": 80, + "chain_id": 4002, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "FXS-AVX20", + "name": "fxs_avx20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x214DB107654fF987AD859F34125307783fC8e387" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FXS-BEP20", + "name": "fxs_bep20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xDE2F075f6F14EB9D96755b24E416A53E736Ca363" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FXS-ERC20", + "name": "fxs_erc20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FXS-FTM20", + "name": "fxs_ftm20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x7d016eec9c25232b01F23EF992D98ca97fc2AF5a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FXS-MVR20", + "name": "fxs_mvr20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 1285, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98" + } + }, + "derivation_path": "m/44'/60'", + "gas_limit": { + "eth_send_erc20": 1000000, + "erc20_payment": 1000000, + "erc20_receiver_spend": 1000000, + "erc20_sender_refund": 1000000 + } + }, + { + "coin": "FXS-PLG20", + "name": "fxs_plg20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1a3acf6D19267E2d3e7f898f42803e90C9219062" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GALA-BEP20", + "name": "gala_bep20", + "fname": "Gala", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990" + } + }, + "wallet_only": true, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GALA-ERC20", + "name": "gala_erc20", + "fname": "Gala", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GAME-ERC20", + "name": "game_erc20", + "fname": "GameCredits", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GAME-PLG20", + "name": "game_plg20", + "fname": "GameCredits", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8d1566569d5b695d44a9a234540f68D393cDC40D" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GBX", + "name": "gobyte", + "fname": "GoByte", + "confpath": "USERHOME/.gobytecore/gobyte.conf", + "rpcport": 12454, + "pubtype": 38, + "p2shtype": 10, + "wiftype": 198, + "segwit": false, + "txfee": 10000, + "sign_message_prefix": "DarkCoin Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/176'", + "links": { + "github": "https://github.com/gobytecoin/gobyte", + "homepage": "https://gobyte.network" + }, + "mm2": 1 + }, + { + "coin": "GBX-BEP20", + "name": "gbx_bep20", + "fname": "GoByte", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8E10F08C9A56a93B6adbfBcFda421919B3357596" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GFT-BEP20", + "name": "gft_bep20", + "fname": "Gifto", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x72fF5742319eF07061836F5C924aC6D72c919080" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GLC", + "name": "goldcoin", + "fname": "Goldcoin", + "rpcport": 8122, + "pubtype": 32, + "p2shtype": 5, + "wiftype": 160, + "segwit": false, + "txfee": 100000, + "dust": 54600, + "sign_message_prefix": "Goldcoin (GLC) Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/101'", + "links": { + "github": "https://github.com/goldcoin/goldcoin", + "homepage": "https://www.goldcoinproject.org" + }, + "mm2": 1 + }, + { + "coin": "GLEEC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "GLEEC", + "fname": "Gleec", + "rpcport": 23345, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "GLEEC-OLD", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "GLEEC", + "fname": "Gleec (OLD)", + "rpcport": 23226, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "GLM-ERC20", + "name": "glm_erc20", + "fname": "Golem", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GLM-PLG20", + "name": "glm_plg20", + "fname": "Golem", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GLMR", + "name": "moonbeam", + "fname": "Moonbeam", + "rpcport": 80, + "chain_id": 1284, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Moonbeam", + "links": { + "homepage": "https://moonbeam.network/networks/moonbeam/" + }, + "mm2": 1 + }, + { + "coin": "GM-BEP20", + "name": "gm_bep20", + "fname": "GM Wagmi", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA55C1e67039B6d59E91eb4cDa2bfc5A854989102" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GMT-BEP20", + "name": "gmt_bep20", + "fname": "STEPN", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GMT-PLG20", + "name": "gmt_plg20", + "fname": "STEPN", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x714DB550b574b3E927af3D93E26127D15721D4C2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GMX-ARB20", + "name": "gmx_arb20", + "fname": "GMX", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "GMX-AVX20", + "name": "gmx_avx20", + "fname": "GMX", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x62edc0692BD897D2295872a9FFCac5425011c661" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "GNEISS-ERC20", + "name": "gneiss_erc20", + "fname": "GNEISS", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 8, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GNO-ERC20", + "name": "gno_erc20", + "fname": "Gnosis", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6810e776880C02933D47DB1b9fc05908e5386b96" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Gnosis", + "links": { + "homepage": "https://gnosis.pm" + } + }, + { + "coin": "GNO-PLG20", + "name": "gno_plg20", + "fname": "Gnosis", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GNS-ARB20", + "name": "gns_arb20", + "fname": "Gains Network", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x18c11FD286C5EC11c3b683Caa813B77f5163A122" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "GNS-PLG20", + "name": "gns_plg20", + "fname": "Gains Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xE5417Af564e4bFDA1c483642db72007871397896" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GRLC", + "name": "garlicoin", + "fname": "Garlicoin", + "sign_message_prefix": "Garlicoin Signed Message:\n", + "rpcport": 42068, + "pubtype": 38, + "p2shtype": 50, + "wiftype": 176, + "segwit": true, + "bech32_hrp": "grlc", + "txfee": 100000, + "dust": 54600, + "required_confirmations": 5, + "avg_blocktime": 40, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/69420'", + "mm2": 1 + }, + { + "coin": "GRLC-BEP20", + "name": "grlc_bep20", + "fname": "Garlicoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7283DfA2d8D7e277b148cc263B5d8Ae02f1076D3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRLC-ERC20", + "name": "grlc_erc20", + "fname": "Garlicoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x58f7345b5295E43aA454911571f13be186655BE9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRMS", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "GRMS", + "fname": "GRMS", + "rpcport": 21687, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "GRR", + "name": "ghostridercoin", + "fname": "Ghostridercoin", + "rpcport": 15420, + "pubtype": 38, + "p2shtype": 16, + "wiftype": 128, + "txfee": 1000, + "confpath": "USERHOME/.grcoincore/grcoin.conf", + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/10226'", + "mm2": 1 + }, + { + "coin": "GRS", + "name": "groestlcoin", + "fname": "Groestlcoin", + "sign_message_prefix": "GroestCoin Signed Message:\n", + "rpcport": 1441, + "pubtype": 36, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 10000, + "segwit": true, + "bech32_hrp": "grs", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/17'", + "trezor_coin": "Groestlcoin", + "links": { + "github": "https://github.com/Groestlcoin/groestlcoin", + "homepage": "https://www.groestlcoin.org" + }, + "mm2": 1 + }, + { + "coin": "GRT-ARB20", + "name": "grt_arb20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x9623063377AD1B27544C965cCd7342f7EA7e88C7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "GRT-AVX20", + "name": "grt_avx20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x8a0cAc13c7da965a312f08ea4229c37869e85cB9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRT-ERC20", + "name": "grt_erc20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xc944E90C64B2c07662A292be6244BDf05Cda44a7" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Graph Token", + "links": { + "github": "https://github.com/graphprotocol", + "homepage": "https://thegraph.com" + } + }, + { + "coin": "GRT-KRC20", + "name": "grt_krc20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xb49dd3eDB98FBe82A01DFcb556Cd016964baf5A3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRT-PLG20", + "name": "grt_plg20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5fe2B58c013d7601147DcdD68C143A77499f5531" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GST-BEP20", + "name": "gst_bep20", + "fname": "Green Satoshi Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GT-ERC20", + "name": "gt_erc20", + "fname": "Gate", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xE66747a101bFF2dBA3697199DCcE5b743b454759" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GURU-BEP20", + "name": "guru_bep20", + "fname": "MobilityGuru", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://mobilityguru.org" + } + }, + { + "coin": "GUSD-ERC20", + "name": "gusd_erc20", + "fname": "Gemini Dollar", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HEX-ERC20", + "name": "hex_erc20", + "fname": "HEX", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "HEX", + "links": { + "github": "https://github.com/bitcoinHEX", + "homepage": "https://hex.win" + } + }, + { + "coin": "HEX-PLG20", + "name": "hex_plg20", + "fname": "HEX", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "HLC-QRC20", + "name": "qtum", + "fname": "HalalChain", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 9, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "HOT-ERC20", + "name": "hot_erc20", + "fname": "Holo", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6c6EE5e31d828De241282B9606C8e98Ea48526E2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HOT-PLG20", + "name": "hot_plg20", + "fname": "Holo", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0C51f415cF478f8D08c246a6C6Ee180C5dC3A012" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HPY-QRC20", + "name": "qtum", + "fname": "HyperPay", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "HT", + "name": "huobi-token", + "fname": "Huobi Token", + "rpcport": 80, + "chain_id": 128, + "required_confirmations": 3, + "avg_blocktime": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Huobi ECO Chain", + "links": { + "homepage": "https://www.hecochain.com" + }, + "mm2": 1 + }, + { + "coin": "HT-ERC20", + "name": "huobi-token", + "fname": "Huobi Token", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6f259637dcD74C767781E37Bc6133cd6A68aa161" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Huobi Token", + "links": { + "homepage": "https://www.hbg.com" + } + }, + { + "coin": "HUSD-ERC20", + "name": "husd_erc20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HUSD-HCO20", + "name": "husd_hco20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x0298c2b32eaE4da002a15f36fdf7615BEa3DA047" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HUSD-KRC20", + "name": "husd_krc20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HUSD-PLG20", + "name": "husd_plg20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IDRT-BEP20", + "name": "idrt_bep20", + "fname": "Rupiah Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 2, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x66207E39bb77e6B99aaB56795C7c340C08520d83" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IDRT-ERC20", + "name": "idrt_erc20", + "fname": "Rupiah Token", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IDRT-PLG20", + "name": "idrt_plg20", + "fname": "Rupiah Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x554cd6bdD03214b10AafA3e0D4D42De0C5D2937b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "IL8P", + "name": "infiniloop", + "fname": "InfiniLooP", + "sign_message_prefix": "InfiniLooP Signed Message:\n", + "isPoS": 1, + "rpcport": 9459, + "pubtype": 33, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "mature_confirmations": 500, + "required_confirmations": 7, + "avg_blocktime": 45, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/722'", + "links": { + "github": "https://github.com/WikiMin3R/InfiniLooP", + "homepage": "https://infiniloop.io" + }, + "mm2": 1 + }, + { + "coin": "ILN", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "ILN", + "fname": "Ilien", + "rpcport": 12986, + "txversion": 4, + "overwintered": 1, + "p2p": 12985, + "magic": "feb4cb23", + "nSPV": "5.9.102.210, 5.9.253.195, 5.9.253.196, 5.9.253.197, 5.9.253.198, 5.9.253.199, 5.9.253.200, 5.9.253.201, 5.9.253.202, 5.9.253.203", + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "ILN-BEP20", + "name": "iln_bep20", + "fname": "Ilien", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILN-PLG20", + "name": "iln_plg20", + "fname": "Ilien", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILNF-BEP20", + "name": "ilnf_bep20", + "fname": "Ilien Fuel", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILNF-PLG20", + "name": "ilnf_plg20", + "fname": "Ilien Fuel", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILNSW-PLG20", + "name": "ilnsw_plg20", + "fname": "Ilien Swap", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILV-BEP20", + "name": "ilv_bep20", + "fname": "Illuvium", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4d5AC5cc4f8aBdf2EC2Cb986C00C382369f787D4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ILV-ERC20", + "name": "ilv_erc20", + "fname": "Illuvium", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IMX-ERC20", + "name": "imx_erc20", + "fname": "ImmutableX", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "INJ-BEP20", + "name": "inj_bep20", + "fname": "Injective Protocol", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xa2B726B1145A4773F68593CF171187d8EBe4d495" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "INJ-ERC20", + "name": "inj_erc20", + "fname": "Injective Protocol", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "INK-QRC20", + "name": "qtum", + "fname": "INK", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 9, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "IOTA-BEP20", + "name": "iota_bep20", + "fname": "IOTA", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "IOTX-BEP20", + "name": "iotx_bep20", + "fname": "IoTeX", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9678E42ceBEb63F23197D726B29b1CB20d0064E5" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "IOTX-PLG20", + "name": "iotx_plg20", + "fname": "IoTeX", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf6372cDb9c1d3674E83842e3800F2A62aC9F3C66" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IRIS", + "avg_blocktime": 7, + "name": "iris", + "fname": "IRISnet", + "chain_id": 6688, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "uiris", + "account_prefix": "iaa", + "chain_id": "irishub-1", + "chain_registry_name": "irishub", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'", + "mm2": 1 + }, + { + "coin": "IRIS-BEP20", + "name": "iris_bep20", + "fname": "IRISnet", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x05C50a62b0b87bE1fFB1Cf3b77d9eDBa834ef6f7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IRISTEST", + "avg_blocktime": 7, + "name": "iristest", + "fname": "Iris Test", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "unyan", + "account_prefix": "iaa", + "chain_id": "nyancat-9", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'", + "mm2": 1 + }, + { + "coin": "IRISTEST-IBC_NUCLEUSTEST", + "avg_blocktime": 5, + "name": "iristest-ibc-nucleus-test", + "fname": "Iris Test", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINTTOKEN", + "protocol_data": { + "platform": "NUCLEUSTEST", + "decimals": 6, + "denom": "ibc/F7F28FF3C09024A0225EDBBDB207E5872D2B4EF2FB874FE47B05EF9C9A7D211C" + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "JASMY-BEP20", + "name": "jasmy_bep20", + "fname": "JasmyCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x15669CF161946C09a8B207650BfBB00e3d8A2E3E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JASMY-ERC20", + "name": "jasmy_erc20", + "fname": "JasmyCoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JAUD-PLG20", + "name": "jaud_plg20", + "fname": "Jarvis Australian Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JBRL-BEP20", + "name": "jbrl_bep20", + "fname": "Jarvis Brazilian Real", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JBRL-PLG20", + "name": "jbrl_plg20", + "fname": "Jarvis Brazilian Real", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JCAD-PLG20", + "name": "jcad_plg20", + "fname": "Jarvis Canadian Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JCHF-AVX20", + "name": "jchf_avx20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JCHF-BEP20", + "name": "jchf_bep20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JCHF-ERC20", + "name": "jchf_erc20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JCHF-PLG20", + "name": "jchf_plg20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JCNY-PLG20", + "name": "jcny_plg20", + "fname": "Jarvis Chinese Yuan", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JDB-BEP20", + "name": "jdb_bep20", + "fname": "Jeet Detector Bot", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JEUR-AVX20", + "name": "jeur_avx20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JEUR-BEP20", + "name": "jeur_bep20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JEUR-ERC20", + "name": "jeur_erc20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JEUR-PLG20", + "name": "jeur_plg20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JGBP-BEP20", + "name": "jgbp_bep20", + "fname": "Jarvis British Pound", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JGBP-ERC20", + "name": "jgbp_erc20", + "fname": "Jarvis British Pound", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JGBP-PLG20", + "name": "jgbp_plg20", + "fname": "Jarvis British Pound", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JGOLD-PLG20", + "name": "jgold_plg20", + "fname": "Jarvis Gold", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JJPY-PLG20", + "name": "jjpy_plg20", + "fname": "Jarvis Japanese Yen", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JKRW-PLG20", + "name": "jkrw_plg20", + "fname": "Jarvis South Korean Won", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JMXN-PLG20", + "name": "jmxn_plg20", + "fname": "Jarvis Mexican Peso", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JNZD-PLG20", + "name": "jnzd_plg20", + "fname": "Jarvis New Zealand Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JOY-PLG20", + "name": "joy_plg20", + "fname": "Joystick.club", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JPHP-PLG20", + "name": "jphp_plg20", + "fname": "Jarvis Philippine Peso", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JPLN-PLG20", + "name": "jpln_plg20", + "fname": "Jarvis Polish Zloty", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JPYC-AVX20", + "name": "jpyc_avx20", + "fname": "JPY Coin", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JPYC-PLG20", + "name": "jpyc_plg20", + "fname": "JPY Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JRT-ERC20", + "name": "jrt_erc20", + "fname": "Jarvis Reward Token", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JRT-PLG20", + "name": "jrt_plg20", + "fname": "Jarvis Reward Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JSEK-PLG20", + "name": "jsek_plg20", + "fname": "Jarvis Swedish Krona", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JSGD-PLG20", + "name": "jsgd_plg20", + "fname": "Jarvis Singapore Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JST-BEP20", + "name": "jst_bep20", + "fname": "JUST", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JTRY-PLG20", + "name": "jtry_plg20", + "fname": "Jarvis Turkish Lira", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JUSD-PLG20", + "name": "jusd_plg20", + "fname": "Jarvis United States Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "KCS", + "name": "kucoin-token", + "fname": "KuCoin Token", + "rpcport": 80, + "chain_id": 321, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "KCC", + "links": { + "homepage": "https://kcc.io" + }, + "mm2": 1 + }, + { + "coin": "KIIRO", + "name": "kiiro", + "fname": "Kiiro", + "sign_message_prefix": "Zcoin Signed Message:\n", + "rpcport": 8999, + "pubtype": 45, + "p2shtype": 7, + "wiftype": 210, + "txfee": 1000, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/136'", + "links": { + "github": "https://github.com/kiirocoin/kiiro", + "homepage": "https://kiirocoin.org" + }, + "mm2": 1 + }, + { + "coin": "KIIRO-BEP20", + "name": "kiiro_bep20", + "fname": "Kiiro", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x347862372f7C8f83D69025234367Ac11c5241Db3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "KMD", + "name": "komodo", + "fname": "Komodo", + "rpcport": 7771, + "pubtype": 60, + "p2shtype": 85, + "wiftype": 188, + "txversion": 4, + "overwintered": 1, + "txfee": 1000, + "sign_message_prefix": "Komodo Signed Message:\n", + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "links": { + "github": "https://github.com/komodoplatform/komodo", + "homepage": "https://komodoplatform.com" + }, + "mm2": 1 + }, + { + "coin": "KMD-BEP20", + "name": "kmd_bep20", + "fname": "Komodo", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "KNC-AVX20", + "name": "knc_avx20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "KNC-BEP20", + "name": "knc_bep20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "KNC-ERC20", + "name": "knc_erc20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Kyber Network", + "links": { + "github": "https://github.com/KyberNetwork", + "homepage": "https://kyber.network" + } + }, + { + "coin": "KNC-PLG20", + "name": "knc_plg20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "KOIN", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "KOIN", + "fname": "Koinon", + "rpcport": 10702, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "KSM-BEP20", + "name": "ksm_bep20", + "fname": "Kusama", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LBC", + "name": "lbrycrd", + "fname": "LBRY Credits", + "sign_message_prefix": "LBRYcrd Signed Message:\n", + "rpcport": 9245, + "pubtype": 85, + "p2shtype": 122, + "wiftype": 28, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "lbc", + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/140'", + "mm2": 1 + }, + { + "coin": "LBC-segwit", + "name": "lbrycrd", + "fname": "LBRY Credits", + "sign_message_prefix": "LBRYcrd Signed Message:\n", + "rpcport": 9245, + "pubtype": 85, + "p2shtype": 122, + "wiftype": 28, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "lbc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "LBC", + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/140'" + }, + { + "coin": "LCC", + "name": "litecoincash", + "fname": "Litecoin Cash", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 62457, + "pubtype": 28, + "p2shtype": 50, + "wiftype": 176, + "decimals": 7, + "fork_id": "0x40", + "signature_version": "base", + "txfee": 20000, + "segwit": true, + "bech32_hrp": "lcc", + "wallet_only": false, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/192'", + "mm2": 1 + }, + { + "coin": "LCC-segwit", + "name": "litecoincash", + "fname": "Litecoin Cash", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 62457, + "pubtype": 28, + "p2shtype": 50, + "wiftype": 176, + "decimals": 7, + "fork_id": "0x40", + "signature_version": "base", + "txfee": 20000, + "segwit": true, + "bech32_hrp": "lcc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "LCC", + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/192'" + }, + { + "coin": "LDO-ERC20", + "name": "ldo_erc20", + "fname": "Lido DAO", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LDO-PLG20", + "name": "ldo_plg20", + "fname": "Lido DAO", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LEASH-ERC20", + "name": "leash_erc20", + "fname": "Doge Killer", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x27C70Cd1946795B66be9d954418546998b546634" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LEO-ERC20", + "name": "leo_erc20", + "fname": "LEO Token", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "LEOcoin", + "links": { + "homepage": "https://www.leocoin.org/" + } + }, + { + "coin": "LEO-PLG20", + "name": "leo_plg20", + "fname": "LEO Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-AVX20", + "name": "link_avx20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x5947BB275c521040051D82396192181b413227A3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-BEP20", + "name": "link_bep20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-ERC20", + "name": "link_erc20", + "fname": "Chainlink", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x514910771AF9Ca656af840dff83E8264EcF986CA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-FTM20", + "name": "link_ftm20", + "fname": "Chainlink", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-HCO20", + "name": "link_hco20", + "fname": "Chainlink", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x9e004545c59D359F6B7BFB06a26390b087717b42" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-KRC20", + "name": "link_krc20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x47841910329aaa6b88D5e9DcdE9000195151dc72" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-PLG20", + "name": "link_plg20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LOLS-BEP20", + "name": "lols_bep20", + "fname": "LOLSmash", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x19961cf3B822d37e16E310AB7C6C0277F95f31c3" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://lolsmash.net" + } + }, + { + "coin": "LOOM-BEP20", + "name": "loom_bep20", + "fname": "Loom Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xE6Ce27025F13f5213bBc560dC275e292965a392F" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LOOM-ERC20", + "name": "loom_erc20", + "fname": "Loom Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x42476F744292107e34519F9c357927074Ea3F75D" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "LOOM", + "links": { + "github": "github.com/loomnetwork/", + "homepage": "https://loomx.io" + } + }, + { + "coin": "LOOP-BEP20", + "name": "loop_bep20", + "fname": "LoopNetwork", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcE186ad6430E2Fe494a22C9eDbD4c68794a28B35" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LRC-BEP20", + "name": "lrc_bep20", + "fname": "Loopring", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x66e4d38b20173F509A1fF5d82866949e4fE898da" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LRC-ERC20", + "name": "lrc_erc20", + "fname": "Loopring", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Loopring", + "links": { + "github": "https://github.com/loopring", + "homepage": "https://loopring.org" + } + }, + { + "coin": "LRC-PLG20", + "name": "lrc_plg20", + "fname": "Loopring", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LSTR-QRC20", + "name": "qtum", + "fname": "Luna Stars", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "LSWAP-BEP20", + "name": "lswap_bep20", + "fname": "LoopSwap", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3F8a14f5a3Ee2F4A3Ed61cCF5EEA3c9535C090C8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LTC", + "name": "litecoin", + "fname": "Litecoin", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 9332, + "pubtype": 48, + "p2shtype": 50, + "wiftype": 176, + "txfee": 0, + "dust": 5460, + "segwit": true, + "bech32_hrp": "ltc", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2'", + "trezor_coin": "Litecoin", + "links": { + "github": "https://github.com/litecoin-project/litecoin", + "homepage": "https://litecoin.org" + }, + "mm2": 1 + }, + { + "coin": "LTC-segwit", + "name": "litecoin", + "fname": "Litecoin", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 9332, + "pubtype": 48, + "p2shtype": 50, + "wiftype": 176, + "txfee": 0, + "dust": 5460, + "segwit": true, + "bech32_hrp": "ltc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "LTC", + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2'", + "trezor_coin": "Litecoin", + "links": { + "github": "https://github.com/litecoin-project/litecoin", + "homepage": "https://litecoin.org" + } + }, + { + "coin": "LUPA", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "LUPA", + "fname": "Lupaza", + "rpcport": 64151, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "LYNX", + "name": "lynx", + "fname": "Lynx", + "sign_message_prefix": "Lynx Signed Message:\n", + "rpcport": 9332, + "pubtype": 45, + "p2shtype": 22, + "wiftype": 173, + "txfee": 100000, + "dust": 54600, + "segwit": false, + "required_confirmations": 1, + "avg_blocktime": 1200, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/191'", + "mm2": 1 + }, + { + "coin": "MANA-BEP20", + "name": "mana_bep20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MANA-ERC20", + "name": "mana_erc20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Decentraland MANA", + "links": { + "github": "https://github.com/decentraland", + "homepage": "https://decentraland.org" + } + }, + { + "coin": "MANA-KRC20", + "name": "mana_krc20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MANA-PLG20", + "name": "mana_plg20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MARTY", + "asset": "MARTY", + "fname": "MARTY", + "rpcport": 52592, + "txversion": 4, + "overwintered": 1, + "sign_message_prefix": "Komodo Signed Message:\n", + "is_testnet": true, + "required_confirmations": 1, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "MASK-BEP20", + "name": "mask_bep20", + "fname": "Mask Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2eD9a5C8C13b93955103B9a7C167B67Ef4d568a3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MASK-ERC20", + "name": "mask_erc20", + "fname": "Mask Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MASK-PLG20", + "name": "mask_plg20", + "fname": "Mask Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MATIC", + "name": "matic", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 137, + "use_access_list": true, + "max_eth_tx_type": 2, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Polygon", + "links": { + "homepage": "https://polygon.technology/" + }, + "mm2": 1 + }, + { + "coin": "MATIC-BEP20", + "name": "matic_bep20", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xCC42724C6683B7E57334c4E856f4c9965ED682bD" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MATIC-ERC20", + "name": "matic_erc20", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Matic Token", + "links": { + "homepage": "https://polygon.technology/" + } + }, + { + "coin": "MATIC-HCO20", + "name": "matic_hco20", + "fname": "Polygon", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xdB11743fe8B129b49b11236E8a715004BDabe7e5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MATIC-KRC20", + "name": "matic_krc20", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x1B8e27ABA297466fc6765Ce55BD12A8E216759da" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MATICTEST", + "name": "matic testnet", + "fname": "Matic Testnet", + "is_testnet": true, + "rpcport": 80, + "chain_id": 80001, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "MAZA", + "name": "mazacoin", + "fname": "MazaCoin", + "sign_message_prefix": "Mazacoin Signed Message:\n", + "rpcport": 12832, + "pubtype": 50, + "p2shtype": 9, + "wiftype": 244, + "decimals": 8, + "signature_version": "base", + "txfee": 10000, + "segwit": true, + "bech32_hrp": "maza", + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/13'", + "links": { + "github": "https://github.com/Mazacoin", + "homepage": "https://www.mazacoin.org" + }, + "mm2": 1 + }, + { + "coin": "MAZE-SLP", + "fname": "Maze", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 6, + "token_id": "bb553ac2ac7af0fcd4f24f9dfacc7f925bfb1446c6e18c7966db95a8d50fb378", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "MC-BEP20", + "name": "mc_bep20", + "fname": "Merit Circle", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MC-ERC20", + "name": "mc_erc20", + "fname": "Merit Circle", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MCL", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "MCL", + "fname": "Marmara Credit Loops", + "rpcport": 33825, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "MDX", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "MDX", + "fname": "Mandala", + "rpcport": 18482, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "links": { + "homepage": "https://mandala.exchange" + }, + "mm2": 1 + }, + { + "coin": "MED-QRC20", + "name": "qtum", + "fname": "Medibloc", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "MEWC", + "name": "meowcoin", + "fname": "Meowcoin", + "sign_message_prefix": "Meowcoin Signed Message:\n", + "rpcport": 9766, + "pubtype": 50, + "p2shtype": 122, + "wiftype": 112, + "segwit": false, + "txfee": 1000000, + "dust": 1000000, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1669'", + "links": { + "github": "https://github.com/Meowcoin-Foundation/Meowcoin", + "homepage": "https://www.mewccrypto.com/" + }, + "mm2": 1 + }, + { + "coin": "MINDS-ERC20", + "name": "minds_erc20", + "fname": "Minds", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB26631c6dda06aD89B93C71400D25692de89c068" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Minds Token", + "links": { + "homepage": "https://www.minds.com/" + } + }, + { + "coin": "MINU-BEP20", + "name": "minu_bep20", + "fname": "Minu", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xf48f91df403976060cC05dBbf8A0901b09fdeFd4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MIR-BEP20", + "name": "mir_bep20", + "fname": "Mirror Protocol", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5B6DcF557E2aBE2323c48445E8CC948910d8c2c9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MIR-ERC20", + "name": "mir_erc20", + "fname": "Mirror Protocol", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x09a3EcAFa817268f77BE1283176B946C4ff2E608" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-AVX20", + "name": "mkr_avx20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x88128fd4b259552A9A1D457f435a6527AAb72d42" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-BEP20", + "name": "mkr_bep20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-ERC20", + "name": "mkr_erc20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "MakerDAO", + "links": { + "github": "https://github.com/makerdao", + "homepage": "https://makerdao.com" + } + }, + { + "coin": "MKR-KRC20", + "name": "mkr_krc20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xdE81028C743f5304fe2cdEfac588f572d629a687" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-PLG20", + "name": "mkr_plg20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6f7C932e7684666C9fd1d44527765433e01fF61d" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MLN-ERC20", + "name": "mln_erc20", + "fname": "Enzyme", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xec67005c4E498Ec7f55E092bd1d35cbC47C91892" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MM-AVX20", + "name": "mm_avx20", + "fname": "Million", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x993163CaD35162fB579D7B64e6695cB076EF5064" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MM-BEP20", + "name": "mm_bep20", + "fname": "Million", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MM-ERC20", + "name": "mm_erc20", + "fname": "Million", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Million", + "links": { + "homepage": "https://www.milliontoken.org" + } + }, + { + "coin": "MM-MVR20", + "name": "mm_mvr20", + "fname": "Million", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MM-PLG20", + "name": "mm_plg20", + "fname": "Million", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MONA", + "name": "monacoin", + "fname": "MonaCoin", + "sign_message_prefix": "Monacoin Signed Message:\n", + "rpcport": 9402, + "pubtype": 50, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "mona", + "wallet_only": false, + "required_confirmations": 5, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/22'", + "trezor_coin": "Monacoin", + "links": { + "github": "https://github.com/monacoinproject/monacoin", + "homepage": "https://monacoin.org" + }, + "mm2": 1 + }, + { + "coin": "MONA-segwit", + "name": "monacoin", + "fname": "MonaCoin", + "sign_message_prefix": "Monacoin Signed Message:\n", + "rpcport": 9402, + "pubtype": 50, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "mona", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "MONA", + "required_confirmations": 5, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/22'", + "trezor_coin": "Monacoin", + "links": { + "github": "https://github.com/monacoinproject/monacoin", + "homepage": "https://monacoin.org" + } + }, + { + "coin": "MOR-ARB20", + "name": "mor_arb20", + "fname": "Morpheus", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "MOR-ERC20", + "name": "mor_erc20", + "fname": "Morpheus", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xcBB8f1BDA10b9696c57E13BC128Fe674769DCEc0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MOVR", + "name": "moonriver", + "fname": "Moonriver", + "rpcport": 80, + "chain_id": 1285, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Moonriver", + "links": { + "homepage": "https://moonbeam.network/networks/moonriver/" + }, + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_payment": 100000, + "eth_receiver_spend": 500000, + "eth_sender_refund": 500000 + }, + "mm2": 1 + }, + { + "coin": "NAV", + "name": "navcoin", + "fname": "Navcoin", + "sign_message_prefix": "Navcoin Signed Message:\n", + "isPoS": 1, + "txversion": 3, + "confpath": "USERHOME/.navcoin4/navcoin.conf", + "rpcport": 44444, + "pubtype": 53, + "p2shtype": 85, + "wiftype": 150, + "txfee": 10000, + "required_confirmations": 10, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/130'", + "mm2": 1 + }, + { + "coin": "NAV-BEP20", + "name": "nav_bep20", + "fname": "Navcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NEAR-BEP20", + "name": "near_bep20", + "fname": "NEAR Protocol", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "NENG", + "name": "nengcoin", + "fname": "Nengcoin", + "rpcport": 6376, + "pubtype": 53, + "p2shtype": 5, + "wiftype": 176, + "txfee": 200000, + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/681'", + "mm2": 1 + }, + { + "coin": "NENG-BEP20", + "name": "neng_bep20", + "fname": "Nengcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xaD2c0B5ee5424C6b6f9C06E4fEF3FD7CD9FF0264" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NEXO-ERC20", + "name": "nexo_erc20", + "fname": "Nexo", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Nexo", + "links": { + "homepage": "http://nexo.io" + } + }, + { + "coin": "NEXO-KRC20", + "name": "nexo_krc20", + "fname": "Nexo", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xb7A18bd55e8E3E2262d7c8Ee7b4DD9B216Df0Faf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NEXO-PLG20", + "name": "nexo_plg20", + "fname": "Nexo", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "NFT_AVAX", + "name": "nft_avax", + "fname": "Avalanche", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "AVAX" + } + }, + "derivation_path": "m/44'/9000'", + "trezor_coin": "Avalanche C-Chain", + "links": { + "homepage": "https://www.avax.network/" + }, + "mm2": 1 + }, + { + "coin": "NFT_BNB", + "name": "nft_binancesmartchain", + "fname": "Binance Coin", + "avg_blocktime": 3, + "rpcport": 80, + "chain_id": 56, + "required_confirmations": 3, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "BNB" + } + }, + "derivation_path": "m/44'/714'", + "trezor_coin": "Binance Smart Chain", + "links": { + "homepage": "https://www.binance.org" + }, + "mm2": 1 + }, + { + "coin": "NFT_ETH", + "name": "nft_ethereum", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 1, + "sign_message_prefix": "Ethereum Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "ETH" + } + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "NFT_FTM", + "name": "nft_ftm", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 250, + "required_confirmations": 3, + "avg_blocktime": 1.8, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "FTM" + } + }, + "derivation_path": "m/44'/1007'", + "trezor_coin": "Fantom Opera", + "links": { + "homepage": "https://fantom.foundation" + }, + "mm2": 1 + }, + { + "coin": "NFT_MATIC", + "name": "nft_matic", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 137, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "MATIC" + } + }, + "derivation_path": "m/44'/966'", + "trezor_coin": "Polygon", + "links": { + "homepage": "https://polygon.technology/" + }, + "mm2": 1 + }, + { + "coin": "NINJA", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "NINJA", + "fname": "Ninja", + "rpcport": 8427, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "NMC", + "name": "namecoin", + "fname": "Namecoin", + "rpcport": 8336, + "pubtype": 52, + "p2shtype": 13, + "wiftype": 180, + "txfee": 0, + "segwit": true, + "bech32_hrp": "nc", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/7'", + "trezor_coin": "Namecoin", + "links": { + "github": "https://github.com/namecoin/namecoin-core", + "homepage": "https://namecoin.org" + }, + "mm2": 1 + }, + { + "coin": "NMC-segwit", + "name": "namecoin", + "fname": "Namecoin", + "rpcport": 8336, + "pubtype": 52, + "p2shtype": 13, + "wiftype": 180, + "txfee": 0, + "segwit": true, + "bech32_hrp": "nc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "NMC", + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/7'", + "trezor_coin": "Namecoin", + "links": { + "github": "https://github.com/namecoin/namecoin-core", + "homepage": "https://namecoin.org" + } + }, + { + "coin": "NUCLEUSTEST", + "avg_blocktime": 5, + "name": "nucleus-test", + "fname": "Nucleus Test", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "unucl", + "account_prefix": "nuc", + "chain_registry_name": "nucleus", + "chain_id": "nucleus-3" + } + }, + "derivation_path": "m/44'/118'", + "mm2": 1 + }, + { + "coin": "NVC", + "name": "novacoin", + "fname": "Novacoin", + "sign_message_prefix": "Novacoin Signed Message:\n", + "isPoS": 1, + "rpcport": 8344, + "pubtype": 8, + "p2shtype": 20, + "wiftype": 136, + "decimals": 6, + "txfee": 1000, + "dust": 10000, + "wallet_only": true, + "mature_confirmations": 500, + "required_confirmations": 1, + "avg_blocktime": 450, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/50'", + "mm2": 0 + }, + { + "coin": "NVC-BEP20", + "name": "nvc_bep20", + "fname": "Novacoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBF84720097de111A80f46f9D077643967042841A" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "NVC-QRC20", + "name": "qtum", + "fname": "Novacoin", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xffb67c56c42b71144ae394dbfe298d863fbb3b9e" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "NYC", + "name": "newyorkcoin", + "fname": "NewYorkCoin", + "sign_message_prefix": "NewYorkCoin Signed Message:\n", + "rpcport": 22555, + "pubtype": 60, + "p2shtype": 22, + "wiftype": 188, + "segwit": false, + "txfee": 100000000, + "required_confirmations": 7, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/179'", + "links": { + "github": "https://github.com/NewYorkCoinNYC/newyorkcoin", + "homepage": "https://newyorkcoin.online" + }, + "mm2": 1 + }, + { + "coin": "NYC-BEP20", + "name": "nyc_bep20", + "fname": "NewYorkCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6c015277B0f9b8c24B20BD8BbbD29FDb25738A69" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NZDS-ERC20", + "name": "nzds_erc20", + "fname": "NZD Stablecoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NZDS-PLG20", + "name": "nzds_plg20", + "fname": "NZD Stablecoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OC-QRC20", + "name": "qtum", + "fname": "OceanChain", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "OCEAN-BEP20", + "name": "ocean_bep20", + "fname": "Ocean Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OCEAN-ERC20", + "name": "ocean_erc20", + "fname": "Ocean Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Ocean Token", + "links": { + "github": "https://github.com/oceanprotocol", + "homepage": "https://oceanprotocol.com" + } + }, + { + "coin": "OCEAN-PLG20", + "name": "ocean_plg20", + "fname": "Ocean Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OKB-ERC20", + "name": "okb_erc20", + "fname": "OKB", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x75231F58b43240C9718Dd58B4967c5114342a86c" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "OKB", + "links": { + "github": "https://github.com/okex/okberc20token", + "homepage": "https://www.okex.com/" + } + }, + { + "coin": "OM-BEP20", + "name": "om_bep20", + "fname": "MANTRA", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xF78D2e7936F5Fe18308A3B2951A93b6c4a41F5e2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "OM-ERC20", + "name": "om_erc20", + "fname": "MANTRA", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3593D125a4f7849a1B059E64F4517A86Dd60c95d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OM-PLG20", + "name": "om_plg20", + "fname": "MANTRA", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "OMG-ERC20", + "name": "omg_erc20", + "fname": "OMG Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "OmiseGO", + "links": { + "github": "https://github.com/omisego", + "homepage": "https://omg.omise.co" + } + }, + { + "coin": "OMG-PLG20", + "name": "omg_plg20", + "fname": "OMG Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ONE", + "name": "harmony", + "fname": "Harmony", + "rpcport": 80, + "chain_id": 1666600000, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "ONT-BEP20", + "name": "ont_bep20", + "fname": "Ontology", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xFd7B3A77848f1C2D67E05E54d78d174a0C850335" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "OSMO", + "avg_blocktime": 7, + "name": "osmosis", + "fname": "Osmosis", + "wallet_only": true, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "uosmo", + "account_prefix": "osmo", + "chain_registry_name": "osmosis", + "chain_id": "osmosis-1", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'", + "mm2": 0 + }, + { + "coin": "OSMO-IBC_NUCLEUSTEST", + "avg_blocktime": 5, + "name": "cosmos-ibc-nucleus-test", + "fname": "Osmosis", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINTTOKEN", + "protocol_data": { + "platform": "NUCLEUSTEST", + "decimals": 6, + "denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23" + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "PAX-BEP20", + "name": "pax_bep20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAX-ERC20", + "name": "pax_erc20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Paxos Standard (PAX)", + "links": { + "github": "https://github.com/paxosglobal", + "homepage": "https://www.paxos.com/standard" + } + }, + { + "coin": "PAX-KRC20", + "name": "pax_krc20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAX-PLG20", + "name": "pax_plg20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAXG-BEP20", + "name": "paxg_bep20", + "fname": "PAX Gold", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7950865a9140cB519342433146Ed5b40c6F210f7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAXG-ERC20", + "name": "paxg_erc20", + "fname": "PAX Gold", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x45804880De22913dAFE09f4980848ECE6EcbAf78" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Paxos Gold", + "links": { + "github": "https://github.com/paxosglobal/paxos-gold-contract", + "homepage": "https://www.paxos.com/paxgold" + } + }, + { + "coin": "PAXG-PLG20", + "name": "paxg_plg20", + "fname": "PAX Gold", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x553d3D295e0f695B9228246232eDF400ed3560B5" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "PENDLE-ARB20", + "name": "pendle_arb20", + "fname": "Pendle", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "PENDLE-BEP20", + "name": "pendle_bep20", + "fname": "Pendle", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb3Ed0A426155B79B898849803E3B36552f7ED507" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PENDLE-ERC20", + "name": "pendle_erc20", + "fname": "Pendle", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x808507121B80c02388fAd14726482e061B8da827" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PEP", + "name": "pepecoin", + "fname": "Pepecoin", + "rpcport": 33873, + "pubtype": 56, + "p2shtype": 22, + "wiftype": 158, + "segwit": false, + "txfee": 1000000, + "sign_message_prefix": "Pepecoin Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/3434'", + "links": { + "github": "https://github.com/pepecoinppc/pepecoin", + "homepage": "https://pepecoin.org" + }, + "mm2": 1 + }, + { + "coin": "PEPE-ARB20", + "name": "pepe_arb20", + "fname": "Pepe", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://www.pepe.vip" + }, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "PEPE-BEP20", + "name": "pepe_bep20", + "fname": "Pepe", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://www.pepe.vip" + } + }, + { + "coin": "PEPE-ERC20", + "name": "pepe_erc20", + "fname": "Pepe", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6982508145454Ce325dDbE47a25d4ec3d2311933" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://www.pepe.vip" + } + }, + { + "coin": "PGX-PLG20", + "name": "pegaxy_stone", + "fname": "Pegaxy Stone", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "PINK", + "name": "pink", + "fname": "Pinkcoin", + "rpcport": 9135, + "isPoS": 1, + "pubtype": 3, + "p2shtype": 28, + "wiftype": 131, + "txfee": 10000, + "wallet_only": true, + "sign_message_prefix": "Pinkcoin Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/117'", + "links": { + "github": "https://github.com/Pink2Dev/Pink2", + "homepage": "https://getstarted.with.pink" + }, + "mm2": 0 + }, + { + "coin": "PIVX", + "name": "pivx", + "fname": "PIVX", + "sign_message_prefix": "DarkNet Signed Message:\n", + "rpcport": 51473, + "pubtype": 30, + "p2shtype": 13, + "wiftype": 212, + "txfee": 100000, + "dust": 5460, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/119'", + "mm2": 1 + }, + { + "coin": "PND", + "name": "pandacoin", + "fname": "Pandacoin", + "isPoS": 1, + "rpcport": 22444, + "pubtype": 55, + "p2shtype": 22, + "wiftype": 183, + "decimals": 6, + "txfee": 10000000, + "dust": 1000000, + "segwit": true, + "bech32_hrp": "pn", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/37'", + "mm2": 1 + }, + { + "coin": "PNK-ERC20", + "name": "pnk_erc20", + "fname": "Kleros", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Pinakion", + "links": { + "github": "https://github.com/kleros", + "homepage": "https://kleros.io" + } + }, + { + "coin": "POT", + "name": "potcoin", + "fname": "PotCoin", + "sign_message_prefix": "Potcoin Signed Message:\n", + "isPoSV": 1, + "rpcport": 42000, + "pubtype": 55, + "p2shtype": 5, + "wiftype": 183, + "txversion": 4, + "txfee": 100000, + "dust": 100000, + "wallet_only": true, + "mature_confirmations": 240, + "required_confirmations": 5, + "avg_blocktime": 40, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/81'", + "mm2": 0 + }, + { + "coin": "POT-ERC20", + "name": "pot_erc20", + "fname": "PotCoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "POT-PLG20", + "name": "pot_plg20", + "fname": "PotCoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "POWR-ERC20", + "name": "powr_erc20", + "fname": "Power Ledger", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "PowerLedger", + "links": { + "homepage": "https://powerledger.io" + } + }, + { + "coin": "POWR-PLG20", + "name": "powr_plg20", + "fname": "Power Ledger", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PPC", + "name": "peercoin", + "fname": "Peercoin", + "isPoS": 1, + "rpcport": 9902, + "pubtype": 55, + "p2shtype": 117, + "wiftype": 183, + "decimals": 6, + "txfee": 0, + "dust": 10000, + "segwit": true, + "bech32_hrp": "pc", + "required_confirmations": 1, + "avg_blocktime": 510, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/6'", + "trezor_coin": "Peercoin", + "links": { + "github": "https://github.com/peercoin/peercoin", + "homepage": "https://peercoin.net" + }, + "mm2": 1 + }, + { + "coin": "PPC-ERC20", + "name": "ppc_erc20", + "fname": "Peercoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x044d078F1c86508e13328842Cc75AC021B272958" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PPC-PLG20", + "name": "ppc_plg20", + "fname": "Peercoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x91E7E32C710661C44ae44D10Aa86135d91C3Ed65" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PRCY", + "name": "prcy", + "fname": "PRivaCY Coin", + "rpcport": 59683, + "pubtype": 55, + "p2shtype": 61, + "wiftype": 28, + "txfee": 0, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/853'", + "mm2": 1 + }, + { + "coin": "PRCY-BEP20", + "name": "prcy_bep20", + "fname": "PRivaCY Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PRCY-ERC20", + "name": "prcy_erc20", + "fname": "PRivaCY Coin", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 8, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PRCY-PLG20", + "name": "prcy_plg20", + "fname": "PRivaCY Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PSF-SLP", + "fname": "PS Foundation", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "38e97c5d7d3585a2cbf3f9580c82ca33985f9cb0845d4dcce220cb709f9538b0", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "PUT-QRC20", + "name": "qtum", + "fname": "Profile Utility Token", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "PYR-ERC20", + "name": "pyr_erc20", + "fname": "Vulcan Forged", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PYR-PLG20", + "name": "pyr_plg20", + "fname": "Vulcan Forged", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "QBT-QRC20", + "name": "qtum", + "fname": "Qbao", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QC-QRC20", + "name": "qtum", + "fname": "Qcash", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xf2033ede578e17fa6231047265010445bca8cf1c" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QI-QRC20", + "name": "qtum", + "fname": "Qi Swap", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x54fefdb5b31164f66ddb68becd7bdd864cacd65b" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QIAIR-QRC20", + "name": "qtum", + "fname": "Qi Airdrop Token", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QKC-BEP20", + "name": "qkc_bep20", + "fname": "QuarkChain", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA1434F1FC3F437fa33F7a781E041961C0205B5Da" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "QKC-ERC20", + "name": "qkc_erc20", + "fname": "QuarkChain", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "QuarkChain", + "links": { + "homepage": "https://quarkchain.io" + } + }, + { + "coin": "QNT-ERC20", + "name": "qnt_erc20", + "fname": "Quant", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4a220E6096B25EADb88358cb44068A3248254675" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Quant", + "links": { + "github": "https://github.com/quantnetwork", + "homepage": "https://www.quant.network/" + } + }, + { + "coin": "QNT-KRC20", + "name": "qnt_krc20", + "fname": "Quant", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x791630C11c7159A748d8c2267a66780B3DDC40a7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "QRC20", + "fname": "QRC20", + "pubtype": 120, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "is_testnet": true, + "mature_confirmations": 2000, + "required_confirmations": 1, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "tQTUM", + "contract_address": "0xd362e096e873eb7907e205fadc6175c6fec7bc44" + } + }, + "mm2": 1 + }, + { + "coin": "QTUM", + "name": "qtum", + "fname": "Qtum", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "qc", + "txfee": 400000, + "dust": 72800, + "sign_message_prefix": "Qtum Signed Message:\n", + "force_min_relay_fee": true, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QTUM" + }, + "derivation_path": "m/44'/2301'", + "trezor_coin": "Qtum", + "links": { + "github": "https://github.com/qtumproject/qtum", + "homepage": "https://qtum.org" + }, + "mm2": 1 + }, + { + "coin": "QTUM-ERC20", + "name": "qtum_erc20", + "fname": "Qtum", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3103dF8F05c4D8aF16fD22AE63E406b97FeC6938" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Qtum", + "links": { + "github": "https://github.com/qtumproject", + "homepage": "https://qtum.org/" + } + }, + { + "coin": "RAPH", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "RAPH", + "fname": "Raphael", + "rpcport": 30261, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "RBTC", + "name": "rsksmartbitcoin", + "fname": "RSK Smart Bitcoin", + "sign_message_prefix": "RSK Signed Message:\n", + "wallet_only": true, + "avg_blocktime": 6, + "rpcport": 80, + "alias_ticker": "BTC", + "chain_id": 30, + "required_confirmations": 1, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "RSK", + "links": { + "homepage": "https://rsk.co" + }, + "mm2": 0 + }, + { + "coin": "RDD", + "name": "reddcoin", + "fname": "ReddCoin", + "sign_message_prefix": "Reddcoin Signed Message:\n", + "isPoSV": 1, + "rpcport": 45443, + "pubtype": 61, + "p2shtype": 5, + "wiftype": 189, + "txversion": 2, + "txfee": 100000, + "dust": 100000, + "segwit": false, + "wallet_only": true, + "mature_confirmations": 30, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/4'", + "trezor_coin": "Reddcoin", + "links": { + "github": "https://github.com/reddcoin-project/reddcoin", + "homepage": "https://reddcoin.com" + }, + "mm2": 0 + }, + { + "coin": "REN-ERC20", + "name": "ren_erc20", + "fname": "Ren", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x408e41876cCCDC0F92210600ef50372656052a38" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Republic Token", + "links": { + "github": "https://github.com/renproject", + "homepage": "https://renproject.io/" + } + }, + { + "coin": "REN-HCO20", + "name": "ren_hco20", + "fname": "Ren", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x212208bcc81F3a2D0188afF76A2d39351eb53b96" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "REP-ERC20", + "name": "rep_erc20", + "fname": "Augur", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x221657776846890989a759BA2973e427DfF5C9bB" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Augur", + "links": { + "homepage": "https://augur.net" + } + }, + { + "coin": "REQ-ERC20", + "name": "req_erc20", + "fname": "Request", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "REQ-PLG20", + "name": "req_plg20", + "fname": "Request", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "REV-ERC20", + "name": "rev_erc20", + "fname": "Revain", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9" + } + }, + "decimals": 6, + "derivation_path": "m/44'/60'", + "trezor_coin": "Revain", + "links": { + "github": "https://github.com/Revain", + "homepage": "https://revain.org" + } + }, + { + "coin": "RIC", + "name": "riecoin", + "fname": "Riecoin", + "sign_message_prefix": "Riecoin Signed Message:\n", + "rpcport": 28332, + "pubtype": 60, + "p2shtype": 65, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "ric", + "txfee": 10000, + "wallet_only": false, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/143'", + "mm2": 1 + }, + { + "coin": "RIC-BEP20", + "name": "ric_bep20", + "fname": "Riecoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RIC-segwit", + "name": "riecoin", + "fname": "Riecoin", + "sign_message_prefix": "Riecoin Signed Message:\n", + "rpcport": 28332, + "pubtype": 60, + "p2shtype": 65, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "ric", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "RIC", + "txfee": 10000, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/143'" + }, + { + "coin": "RLC-ERC20", + "name": "rlc_erc20", + "fname": "iExec RLC", + "rpcport": 80, + "chain_id": 1, + "decimals": 9, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x607F4C5BB672230e8672085532f7e901544a7375" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "IEx.ec", + "links": { + "homepage": "http://iex.ec/" + } + }, + { + "coin": "RLC-PLG20", + "name": "rlc_plg20", + "fname": "iExec RLC", + "rpcport": 80, + "chain_id": 137, + "decimals": 9, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RNDR-ERC20", + "name": "rndr_erc20", + "fname": "Render", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RNDR-PLG20", + "name": "rndr_plg20", + "fname": "Render", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x61299774020dA444Af134c82fa83E3810b309991" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "RPL-ERC20", + "name": "rpl_erc20", + "fname": "Rocket Pool", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xD33526068D116cE69F19A9ee46F0bd304F21A51f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RSR-ERC20", + "name": "rsr_erc20", + "fname": "Reserve Rights", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x320623b8E4fF03373931769A31Fc52A4E78B5d70" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Reserve Rights", + "links": { + "github": "https://github.com/reserve-protocol/rsr-mainnet", + "homepage": "https://reserve.org" + } + }, + { + "coin": "RTM", + "name": "raptoreum", + "fname": "Raptoreum", + "rpcport": 9998, + "pubtype": 60, + "p2shtype": 16, + "wiftype": 128, + "txfee": 1000, + "confpath": "USERHOME/.raptoreumcore/raptoreum.conf", + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/10226'", + "mm2": 1 + }, + { + "coin": "RTM-BEP20", + "name": "rtm_bep20", + "fname": "Raptoreum", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xF7C71cab11E3694638Bb9A106E0F430565BD15F1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RUNES", + "name": "runebase", + "fname": "Runebase", + "sign_message_prefix": "Runebase Signed Message:\n", + "rpcport": 9432, + "pubtype": 61, + "p2shtype": 123, + "wiftype": 216, + "txfee": 5000000, + "dust": 400000, + "mature_confirmations": 120, + "segwit": true, + "bech32_hrp": "rc", + "required_confirmations": 6, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/88'", + "links": { + "github": "https://github.com/runebase/runebase", + "homepage": "https://www.runebase.io" + }, + "mm2": 1 + }, + { + "coin": "RVN", + "name": "raven", + "fname": "RavenCoin", + "sign_message_prefix": "Raven Signed Message:\n", + "rpcport": 8766, + "pubtype": 60, + "p2shtype": 122, + "wiftype": 128, + "segwit": true, + "txfee": 1100000, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/175'", + "trezor_coin": "Ravencoin", + "links": { + "github": "https://github.com/RavenProject/Ravencoin", + "homepage": "https://ravencoin.org" + }, + "mm2": 1 + }, + { + "coin": "S4F-BEP20", + "name": "s4f_bep20", + "fname": "S4FE", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x788D2780992222360f674cc12C36478870b8E6ED" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "S4F-ERC20", + "name": "s4f_erc20", + "fname": "S4FE", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SAND-BEP20", + "name": "sand_bep20", + "fname": "The Sandbox", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x67b725d7e342d7B611fa85e859Df9697D9378B2e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SAND-ERC20", + "name": "sand_erc20", + "fname": "The Sandbox", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SAND-PLG20", + "name": "sand_plg20", + "fname": "The Sandbox", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SBCH", + "name": "smartbch", + "fname": "SmartBCH", + "rpcport": 80, + "alias_ticker": "BCH", + "chain_id": 10000, + "required_confirmations": 3, + "avg_blocktime": 6, + "protocol": { + "type": "ETH" + }, + "mm2": 1 + }, + { + "coin": "SCRT-BEP20", + "name": "scrt_bep20", + "fname": "Secret", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SEELE-ERC20", + "name": "seele_erc20", + "fname": "Seele", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB1e93236ab6073fdAC58adA5564897177D4bcC43" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Seele", + "links": { + "homepage": "http://seele.pro" + } + }, + { + "coin": "SEPOLIAETH", + "name": "sepolia", + "fname": "Sepolia", + "rpcport": 80, + "chain_id": 11155111, + "sign_message_prefix": "Sepolia Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "SHIB-BEP20", + "name": "shib_bep20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2859e4544C4bB03966803b044A93563Bd2D0DD4D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SHIB-ERC20", + "name": "shib_erc20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SHIBA INU", + "links": { + "homepage": "https://shibatoken.com" + } + }, + { + "coin": "SHIB-KRC20", + "name": "shib_krc20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x73b6086955c820370A18002F60E9b51FB67d7e1A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SHIB-PLG20", + "name": "shib_plg20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SHR-BEP20", + "name": "shr_bep20", + "fname": "Share", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5fb4968fC85868DF3aD2d6e59883a10570f01D18" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SHR-ERC20", + "name": "shr_erc20", + "fname": "Share", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xd98F75b1A3261dab9eEd4956c93F33749027a964" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SIBM-BEP20", + "name": "sibm_bep20", + "fname": "SibMining", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SIGNA-BEP20", + "name": "signa_bep20", + "fname": "Signum", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7b0E7E40eE4672599F7095D1DdD730b0805195BA" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SKL-ERC20", + "name": "skl_erc20", + "fname": "SKALE", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNT-ERC20", + "name": "snt_erc20", + "fname": "Status", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x744d70FDBE2Ba4CF95131626614a1763DF805B9E" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Status Network Token", + "links": { + "github": "https://github.com/status-im", + "homepage": "https://status.im" + } + }, + { + "coin": "SNX-AVX20", + "name": "snx_avx20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xBeC243C995409E6520D7C41E404da5dEba4b209B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-BEP20", + "name": "snx_bep20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9Ac983826058b8a9C7Aa1C9171441191232E8404" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-ERC20", + "name": "snx_erc20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Synthetix Network Token", + "links": { + "github": "https://github.com/havven/havven", + "homepage": "https://synthetix.io" + } + }, + { + "coin": "SNX-FTM20", + "name": "snx_ftm20", + "fname": "Synthetix", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-KRC20", + "name": "snx_krc20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x31965b5c9c55f5579eb49F4b3AcC59aA10a7B98E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-PLG20", + "name": "snx_plg20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SOL-BEP20", + "name": "sol_bep20", + "fname": "Solana", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x570A5D26f7765Ecb712C0924E4De545B89fD43dF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SOL-PLG20", + "name": "sol_plg20", + "fname": "Solana", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SOLVE-ERC20", + "name": "solve_erc20", + "fname": "SOLVE", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x446C9033E7516D820cc9a2ce2d0B7328b579406F" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SOUR-SLP", + "fname": "Sour", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "6448381f9649ecacd8c30189cfbfee71a91b6b9738ea494fe33f8b8b51cbfca0", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "SPACE-ARB20", + "name": "space_arb20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "SPACE-AVX20", + "name": "space_avx20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SPACE-BEP20", + "name": "space_bep20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9E1170c12FDDd3B00FEc42ddF4C942565D9Be577" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SPACE-FTM20", + "name": "space_ftm20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x5f7F94a1dd7b15594d17543BEB8B30b111DD464c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SPACE-PLG20", + "name": "space_plg20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SPACE-PLG20_OLD", + "name": "space_plg20_old", + "fname": "Space Token (OLD)", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SPACECOIN", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "SPACE", + "fname": "Spacecoin", + "rpcport": 35593, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 6, + "requires_notarization": false, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "SPICE-SLP", + "fname": "Spice", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "4de69e374a8ed21cbddd47f2338cc0f479dc58daa2bbe11cd604ca488eca0ddf", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "SRM-ERC20", + "name": "srm_erc20", + "fname": "Serum", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x476c5E26a75bd202a9683ffD34359C0CC15be0fF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SRM-PLG20", + "name": "srm_plg20", + "fname": "Serum", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "STFIRO-ERC20", + "name": "firo_erc20", + "fname": "StakedFIRO", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 8, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "STORJ-ERC20", + "name": "storj_erc20", + "fname": "Storj", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC" + } + }, + "decimals": 8, + "derivation_path": "m/44'/60'", + "trezor_coin": "STORJ", + "links": { + "github": "https://github.com/Storj", + "homepage": "https://storj.io" + } + }, + { + "coin": "SUSHI-AVX20", + "name": "sushi_avx20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-BEP20", + "name": "sushi_bep20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x947950BcC74888a40Ffa2593C5798F11Fc9124C4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-ERC20", + "name": "sushi_erc20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SushiToken", + "links": { + "github": "https://github.com/sushiswap", + "homepage": "https://sushiswapclassic.org/" + } + }, + { + "coin": "SUSHI-FTM20", + "name": "sushi_ftm20", + "fname": "Sushi", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-KRC20", + "name": "sushi_krc20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xE0a60890BB7F9250089455620063fb6fe4DC159a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-MVR20", + "name": "sushi_mvr20", + "fname": "Sushi", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-PLG20", + "name": "sushi_plg20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SWAP-BEP20", + "name": "swap_bep20", + "fname": "SafeSwap", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xe56a473043EaAB7947c0a2408cEA623074500EE3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SXP-BEP20", + "name": "sxp_bep20", + "fname": "Swipe", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SXP-ERC20", + "name": "sxp_erc20", + "fname": "Swipe", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-AVX20", + "name": "syn_avx20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x1f1E7c893855525b303f99bDF5c3c05Be09ca251" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-BEP20", + "name": "syn_bep20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xa4080f1778e69467E905B8d6F72f6e441f9e9484" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-ERC20", + "name": "syn_erc20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-FTM20", + "name": "syn_ftm20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0xE55e19Fb4F2D85af758950957714292DAC1e25B2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-PLG20", + "name": "syn_plg20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SYS", + "name": "syscoin", + "fname": "Syscoin", + "sign_message_prefix": "Syscoin Signed Message:\n", + "rpcport": 8370, + "pubtype": 63, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 1820, + "segwit": true, + "bech32_hrp": "sys", + "required_confirmations": 5, + "avg_blocktime": 60, + "wallet_only": false, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/57'", + "trezor_coin": "Syscoin", + "links": { + "github": "https://github.com/syscoin/syscoin", + "homepage": "https://syscoin.org" + }, + "mm2": 1 + }, + { + "coin": "SYS-segwit", + "name": "syscoin", + "fname": "Syscoin", + "sign_message_prefix": "Syscoin Signed Message:\n", + "rpcport": 8370, + "pubtype": 63, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 1820, + "segwit": true, + "bech32_hrp": "sys", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "SYS", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/57'", + "trezor_coin": "Syscoin", + "links": { + "github": "https://github.com/syscoin/syscoin", + "homepage": "https://syscoin.org" + } + }, + { + "coin": "TAMA-ERC20", + "name": "tama_erc20", + "fname": "Tamadoge", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x12b6893cE26Ea6341919FE289212ef77e51688c8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TAZ-BEP20", + "name": "taz_bep20", + "fname": "Taz", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x83BC92dcfC1F62Ba5dbd0f3537032f83a004300A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TBTC-ERC20", + "name": "tbtc_erc20", + "fname": "tBTC", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x18084fbA666a33d37592fA2633fD49a74DD93a88" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TBTC-PLG20", + "name": "tbtc_plg20", + "fname": "tBTC", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TEL-ERC20", + "name": "tel_erc20", + "fname": "Telcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x467Bccd9d29f223BcE8043b84E8C8B282827790F" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TEL-KRC20", + "name": "tel_krc20", + "fname": "Telcoin", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x621C1E8610e4B9b7fc9F043203C008EDe52E92F5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TEL-PLG20", + "name": "tel_plg20", + "fname": "Telcoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 2, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TESTBTC", + "name": "tbitcoin", + "fname": "Bitcoin Testnet", + "rpcport": 18332, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "segwit": true, + "bech32_hrp": "tb", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "is_testnet": true, + "required_confirmations": 0, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1'", + "mm2": 1 + }, + { + "coin": "TESTBTC-segwit", + "name": "tbitcoin", + "fname": "Bitcoin Testnet", + "rpcport": 18332, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "segwit": true, + "bech32_hrp": "tb", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "tBTC", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "is_testnet": true, + "required_confirmations": 0, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/84'/1'" + }, + { + "coin": "TFT-BEP20", + "name": "tft_bep20", + "fname": "ThreeFold", + "rpcport": 80, + "chain_id": 56, + "decimals": 7, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8f0FB159380176D324542b3a7933F0C2Fd0c2bbf" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "THC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "THC", + "fname": "HempCoin", + "rpcport": 36790, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "THC-BEP20", + "name": "thc_bep20", + "fname": "HempCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TKL", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "TOKEL", + "fname": "Tokel", + "rpcport": 29405, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "TON-BEP20", + "name": "ton_bep20", + "fname": "Toncoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 9, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x76A797A59Ba2C17726896976B7B3747BfD1d220f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TON-ERC20", + "name": "ton_erc20", + "fname": "Toncoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 9, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TRAC-ERC20", + "name": "trac_erc20", + "fname": "OriginTrail", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "OriginTrail", + "links": { + "homepage": "https://origintrail.io" + } + }, + { + "coin": "TRC", + "name": "terracoin", + "fname": "Terracoin", + "confpath": "USERHOME/.terracoincore/terracoin.conf", + "rpcport": 13332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 5460, + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/83'", + "mm2": 1 + }, + { + "coin": "TRX-BEP20", + "name": "trx_bep20", + "fname": "TRON", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TRX-BEP20_OLD", + "name": "trx_bep20_old", + "fname": "TRON (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TRYB-AVX20", + "name": "tryb_avx20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x564A341Df6C126f90cf3ECB92120FD7190ACb401" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "TRYB-BEP20", + "name": "tryb_bep20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xC1fdbed7Dac39caE2CcC0748f7a80dC446F6a594" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TRYB-ERC20", + "name": "tryb_erc20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2C537E5624e4af88A7ae4060C022609376C8D0EB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TRYB-PLG20", + "name": "tryb_plg20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x4Fb71290Ac171E1d144F7221D882BECAc7196EB5" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TSIA", + "fname": "Siacoin Testnet", + "required_confirmations": 1, + "protocol": { + "type": "SIA" + }, + "mm2": 1 + }, + { + "coin": "TSL-QRC20", + "name": "qtum", + "fname": "Energo TSL", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 18, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "TTT-SLP", + "fname": "Trinity Trust Token", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 2, + "token_id": "5321508197ffed321c5fc9a1427e5c68b31d2c1ec92ae1c495f8acb08d8d66cd", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "TUSD-AVX20", + "name": "tusd_avx20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-BEP20", + "name": "tusd_bep20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x40af3827F39D0EAcBF4A168f8D4ee67c121D11c9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-ERC20", + "name": "tusd_erc20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0000000000085d4780B73119b644AE5ecd22b376" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "TrueUSD", + "links": { + "github": "https://github.com/trusttoken", + "homepage": "https://www.trusttoken.com" + } + }, + { + "coin": "TUSD-FTM20", + "name": "tusd_ftm20", + "fname": "TrueUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x9879aBDea01a879644185341F7aF7d8343556B7a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-HCO20", + "name": "tusd_hco20", + "fname": "TrueUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x5eE41aB6edd38cDfB9f6B4e6Cf7F75c87E170d98" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-KRC20", + "name": "tusd_krc20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xD17027b85Abf02721F953EE528721A980fa58941" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-PLG20", + "name": "tusd_plg20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2e1AD108fF1D8C782fcBbB89AAd783aC49586756" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TWT-BEP20", + "name": "twt_bep20", + "fname": "Trust Wallet", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4B0F1812e5Df2A09796481Ff14017e6005508003" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UBQ", + "name": "ubiq", + "fname": "Ubiq", + "rpcport": 80, + "chain_id": 8, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Ubiq", + "links": { + "homepage": "https://ubiqsmart.com" + }, + "mm2": 1 + }, + { + "coin": "UBT-ERC20", + "name": "ubt_erc20", + "fname": "Unibright", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Unibright", + "links": { + "homepage": "https://unibright.io" + } + }, + { + "coin": "UBT-PLG20", + "name": "ubt_plg20", + "fname": "Unibright", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7FBc10850caE055B27039aF31bD258430e714c62" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UFO", + "name": "ufo", + "fname": "Uniform Fiscal Object", + "sign_message_prefix": "UFO Signed Message:\n", + "rpcport": 8087, + "pubtype": 27, + "p2shtype": 68, + "wiftype": 155, + "txfee": 100000, + "segwit": true, + "bech32_hrp": "uf", + "required_confirmations": 6, + "avg_blocktime": 1.5, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/202'", + "links": { + "github": "https://github.com/fiscalobject/ufo", + "homepage": "https://ufobject.com" + }, + "mm2": 1 + }, + { + "coin": "UIS", + "name": "unitus", + "fname": "Unitus", + "sign_message_prefix": "Unitus Signed Message:\n", + "rpcport": 50604, + "pubtype": 68, + "p2shtype": 10, + "wiftype": 132, + "txfee": 2000000, + "dust": 6000000, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/723'", + "links": { + "github": "https://github.com/unitusdev/unitus", + "homepage": "https://unituscurrency.com" + }, + "mm2": 1 + }, + { + "coin": "UMA-AVX20", + "name": "uma_avx20", + "fname": "UMA", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UMA-ERC20", + "name": "uma_erc20", + "fname": "UMA", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UMA-PLG20", + "name": "uma_plg20", + "fname": "UMA", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x3066818837c5e6eD6601bd5a91B0762877A6B731" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-AVX20", + "name": "uni_avx20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-BEP20", + "name": "uni_bep20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBf5140A22578168FD562DCcF235E5D43A02ce9B1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-ERC20", + "name": "uni_erc20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Uniswap", + "links": { + "homepage": "https://uniswap.org/" + } + }, + { + "coin": "UNI-HCO20", + "name": "uni_hco20", + "fname": "Uniswap", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x22C54cE8321A4015740eE1109D9cBc25815C46E6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-KRC20", + "name": "uni_krc20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xEe58E4D62b10A92dB1089d4D040B759C28aE16Cd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-PLG20", + "name": "uni_plg20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "UNO", + "name": "unobtanium", + "fname": "Unobtanium", + "sign_message_prefix": "Unobtanium Signed Message:\n", + "rpcport": 65535, + "pubtype": 130, + "p2shtype": 30, + "wiftype": 224, + "txfee": 0, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/92'", + "trezor_coin": "Unobtanium", + "links": { + "github": "https://github.com/unobtanium-official/unobtanium", + "homepage": "https://unobtanium.uno" + }, + "mm2": 1 + }, + { + "coin": "UOS-ERC20", + "name": "uos_erc20", + "fname": "Ultra", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c" + } + }, + "decimals": 4, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UQC-ERC20", + "name": "uqc_erc20", + "fname": "Uquid Coin", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Uquid Coin", + "links": { + "homepage": "https://uquidcoin.com" + } + }, + { + "coin": "USDC-ARB20", + "name": "usdc_arb20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 42161, + "decimals": 6, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "USDC-AVX20", + "name": "usdc_avx20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-AVX20_OLD", + "name": "usdc_avx20_old", + "fname": "USD Coin (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-BEP20", + "name": "usdc_bep20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDC-ERC20", + "name": "usdc_erc20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "USD//Coin", + "links": { + "github": "https://github.com/centrehq/centre-tokens", + "homepage": "https://www.centre.io" + } + }, + { + "coin": "USDC-FTM20", + "name": "usdc_ftm20", + "fname": "USD Coin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x04068DA6C83AFCFA0e13ba15A6696662335D5B75" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-HCO20", + "name": "usdc_hco20", + "fname": "USD Coin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "avg_blocktime": 3, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x9362Bbef4B8313A8Aa9f0c9808B80577Aa26B73B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-KRC20", + "name": "usdc_krc20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 321, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-MVR20", + "name": "usdc_mvr20", + "fname": "USD Coin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-PLG20", + "name": "usdc_plg20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDC-PLG20_OLD", + "name": "usdc_plg20_old", + "fname": "USD Coin (OLD)", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDD-BEP20", + "name": "usdd_bep20", + "fname": "USDD", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd17479997F34dd9156Deef8F95A52D81D265be9c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDD-ERC20", + "name": "usdd_erc20", + "fname": "USDD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDF", + "fname": "Fake USD", + "is_testnet": true, + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 4, + "token_id": "bb309e48930671582bea508f9a1d9b491e49b69be3d6f372dc08da2ac6e90eb7", + "platform": "tBCH", + "required_confirmations": 1, + "slp_prefix": "slptest" + } + }, + "mm2": 1 + }, + { + "coin": "USDT-ARB20", + "name": "usdt_arb20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 42161, + "decimals": 6, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "USDT-AVX20", + "name": "usdt_avx20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "USDT-AVX20_OLD", + "name": "usdt_avx20_old", + "fname": "Tether (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-BEP20", + "name": "usdt_bep20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x55d398326f99059fF775485246999027B3197955" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDT-ERC20", + "name": "usdt_erc20", + "fname": "Tether", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "USD Tether (erc20)", + "links": { + "homepage": "https://tether.to" + } + }, + { + "coin": "USDT-FTM20", + "name": "usdt_ftm20", + "fname": "Tether", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x049d68029688eAbF473097a2fC38ef61633A3C7A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-HCO20", + "name": "usdt_hco20", + "fname": "Tether", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xa71EdC38d189767582C38A3145b5873052c3e47a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-KRC20", + "name": "usdt_krc20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 321, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-MVR20", + "name": "usdt_mvr20", + "fname": "Tether", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-PLG20", + "name": "usdt_plg20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDT-SLP", + "fname": "Tether", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "9fc89d6b7d5be2eac0b3787c5b8236bca5de641b5bafafc8f450727b63615c11", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "UTK-ERC20", + "name": "utk_erc20", + "fname": "Utrust", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Utrust", + "links": { + "github": "https://github.com/utrustdev/", + "homepage": "https://utrust.com" + } + }, + { + "coin": "VAL", + "name": "validity", + "fname": "Validity", + "sign_message_prefix": "radium Signed Message:\n", + "confpath": "USERHOME/.Validity/validity.conf", + "isPoS": 1, + "rpcport": 27914, + "pubtype": 76, + "p2shtype": 58, + "wiftype": 121, + "txfee": 100000, + "dust": 300000, + "required_confirmations": 5, + "avg_blocktime": 60, + "mature_confirmations": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/634'", + "links": { + "github": "https://github.com/RadiumCore/Validity", + "homepage": "https://validitytech.com" + }, + "mm2": 1 + }, + { + "coin": "VET-BEP20", + "name": "vet_bep20", + "fname": "VeChain", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "VGX-ERC20", + "name": "vgx_erc20", + "fname": "Voyager", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "VGX-PLG20", + "name": "vgx_plg20", + "fname": "Voyager", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "VIA", + "name": "viacoin", + "fname": "Viacoin", + "sign_message_prefix": "Viacoin Signed Message:\n", + "rpcport": 5222, + "pubtype": 71, + "p2shtype": 33, + "wiftype": 199, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 7, + "mature_confirmations": 3600, + "avg_blocktime": 24, + "segwit": true, + "bech32_hrp": "via", + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/14'", + "trezor_coin": "Viacoin", + "links": { + "github": "https://github.com/viacoin", + "homepage": "https://viacoin.org" + }, + "mm2": 1 + }, + { + "coin": "VIA-segwit", + "name": "viacoin", + "fname": "Viacoin", + "sign_message_prefix": "Viacoin Signed Message:\n", + "rpcport": 5222, + "pubtype": 71, + "p2shtype": 33, + "wiftype": 199, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 7, + "mature_confirmations": 3600, + "avg_blocktime": 24, + "segwit": true, + "bech32_hrp": "via", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "VIA", + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/14'", + "trezor_coin": "Viacoin", + "links": { + "github": "https://github.com/viacoin", + "homepage": "https://viacoin.org" + } + }, + { + "coin": "VITE-BEP20", + "name": "vite_bep20", + "fname": "Vite", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2794DAD4077602eD25A88d03781528D1637898B4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "VPRM", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "VPRM", + "fname": "Vaporum", + "rpcport": 51609, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "VRA-ERC20", + "name": "vra_erc20", + "fname": "Verasity", + "rpcport": 80, + "required_confirmations": 3, + "avg_blocktime": 15, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xF411903cbC70a74d22900a5DE66A2dda66507255" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "VRSC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "VRSC", + "fname": "Verus Coin", + "rpcport": 27486, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "VTC", + "name": "vertcoin", + "fname": "Vertcoin", + "sign_message_prefix": "Vertcoin Signed Message:\n", + "rpcport": 5888, + "pubtype": 71, + "p2shtype": 5, + "wiftype": 128, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "vtc", + "wallet_only": false, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/28'", + "trezor_coin": "Vertcoin", + "links": { + "github": "https://github.com/vertcoin-project/vertcoin-core", + "homepage": "https://vertcoin.org" + }, + "mm2": 1 + }, + { + "coin": "VTC-segwit", + "name": "vertcoin", + "fname": "Vertcoin", + "sign_message_prefix": "Vertcoin Signed Message:\n", + "rpcport": 5888, + "pubtype": 71, + "p2shtype": 5, + "wiftype": 128, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "vtc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "VTC", + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/28'", + "trezor_coin": "Vertcoin", + "links": { + "github": "https://github.com/vertcoin-project/vertcoin-core", + "homepage": "https://vertcoin.org" + } + }, + { + "coin": "WAF", + "name": "waifu", + "fname": "Waifu", + "rpcport": 18332, + "pubtype": 73, + "p2shtype": 22, + "wiftype": 158, + "segwit": true, + "bech32_hrp": "waf", + "txfee": 1000, + "sign_message_prefix": "Waifu Signed Message:\n", + "required_confirmations": 4, + "avg_blocktime": 210, + "protocol": { + "type": "UTXO" + }, + "links": { + "github": "https://github.com/waifu-core/waifu-core" + }, + "mm2": 1 + }, + { + "coin": "WAVES-BEP20", + "name": "waves_bep20", + "fname": "Waves", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xFC3E14af0f0c2129a84Cc013D48C70D682902874" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WBTC-ERC20", + "name": "wbtc_erc20", + "fname": "Wrapped Bitcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Wrapped Bitcoin", + "links": { + "github": "https://github.com/WrappedBTC", + "homepage": "https://wbtc.network" + } + }, + { + "coin": "WBTC-PLG20", + "name": "wbtc_plg20", + "fname": "Wrapped Bitcoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "WHIVE", + "name": "whive", + "fname": "Whive", + "sign_message_prefix": "Bitcoin Signed Message:\n", + "rpcport": 1867, + "pubtype": 73, + "p2shtype": 10, + "wiftype": 128, + "txfee": 0, + "dust": 1000, + "segwit": true, + "bech32_hrp": "wv", + "wallet_only": false, + "required_confirmations": 1, + "mature_confirmations": 100, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/658'", + "links": { + "github": "https://github.com/whiveio/whive", + "homepage": "https://www.whive.io" + }, + "mm2": 1 + }, + { + "coin": "WHIVE-segwit", + "name": "whive", + "fname": "Whive", + "sign_message_prefix": "Bitcoin Signed Message:\n", + "rpcport": 1867, + "pubtype": 73, + "p2shtype": 10, + "wiftype": 128, + "txfee": 0, + "dust": 1000, + "segwit": true, + "bech32_hrp": "wv", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "WHIVE", + "required_confirmations": 1, + "mature_confirmations": 100, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/84'/658'", + "links": { + "github": "https://github.com/whiveio/whive", + "homepage": "https://www.whive.io" + } + }, + { + "coin": "WLD-ERC20", + "name": "wld_erc20", + "fname": "Worldcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x163f8C2467924be0ae7B5347228CABF260318753" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-ARB20", + "name": "woo_arb20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "WOO-AVX20", + "name": "woo_avx20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xaBC9547B534519fF73921b1FBA6E672b5f58D083" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-BEP20", + "name": "woo_bep20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-ERC20", + "name": "woo_erc20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-FTM20", + "name": "woo_ftm20", + "fname": "WOO Network", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-PLG20", + "name": "woo_plg20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XCN-BEP20", + "name": "xcn_bep20", + "fname": "Onyxcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XCN-ERC20", + "name": "xcn_erc20", + "fname": "Onyxcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XEC", + "name": "xec", + "fname": "eCash", + "sign_message_prefix": "eCash Signed Message:\n", + "rpcport": 8332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 0, + "estimate_fee_blocks": 2, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "ecash" + }, + "decimals": 2, + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1899'", + "links": { + "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", + "homepage": "https://e.cash" + }, + "mm2": 1 + }, + { + "coin": "XEP-BEP20", + "name": "xep_bep20", + "fname": "Electra Protocol", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XEP-segwit", + "name": "xep", + "fname": "Electra Protocol", + "sign_message_prefix": "XEP Signed Message:\n", + "rpcport": 16816, + "pubtype": 55, + "p2shtype": 137, + "wiftype": 162, + "txversion": 2, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "signature_version": "witness_v0", + "bech32_hrp": "ep", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "XEP", + "required_confirmations": 4, + "avg_blocktime": 80, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/597'" + }, + { + "coin": "XIDR-ERC20", + "name": "xidr_erc20", + "fname": "StraitsX Indonesian Rupiah", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XIDR-PLG20", + "name": "xidr_plg20", + "fname": "StraitsX Indonesian Rupiah", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XLM-BEP20", + "name": "xlm_bep20", + "fname": "Stellar", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XMY", + "name": "myriadcoin", + "fname": "Myriad", + "sign_message_prefix": "Myriadcoin Signed Message:\n", + "rpcport": 8332, + "pubtype": 50, + "p2shtype": 9, + "wiftype": 178, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "my", + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 240, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/90'", + "mm2": 1 + }, + { + "coin": "XMY-segwit", + "name": "myriadcoin", + "fname": "Myriad", + "sign_message_prefix": "Myriadcoin Signed Message:\n", + "rpcport": 8332, + "pubtype": 50, + "p2shtype": 9, + "wiftype": 178, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "my", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "XMY", + "required_confirmations": 3, + "avg_blocktime": 240, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/90'" + }, + { + "coin": "XNA", + "name": "neurai", + "fname": "Neurai", + "sign_message_prefix": "Neurai Signed Message:\n", + "rpcport": 19001, + "pubtype": 53, + "p2shtype": 117, + "wiftype": 128, + "segwit": true, + "txfee": 1000000, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1900'", + "links": { + "github": "https://github.com/NeuraiProject/Neurai", + "homepage": "https://neurai.org" + }, + "mm2": 1 + }, + { + "coin": "XOR-ERC20", + "name": "xor_erc20", + "fname": "Sora", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x40FD72257597aA14C7231A7B1aaa29Fce868F677" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XPM", + "name": "primecoin", + "fname": "Primecoin", + "rpcport": 8332, + "pubtype": 23, + "p2shtype": 83, + "wiftype": 151, + "txfee": 0, + "dust": 1000000, + "wallet_only": true, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/24'", + "trezor_coin": "Primecoin", + "links": { + "github": "https://github.com/primecoin/primecoin", + "homepage": "https://primecoin.io" + }, + "mm2": 0 + }, + { + "coin": "XRG", + "name": "ergon", + "fname": "Ergon", + "rpcport": 2137, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "ergon" + }, + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2137'", + "mm2": 1 + }, + { + "coin": "XRP-BEP20", + "name": "xrp_bep20", + "fname": "XRP", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XRP-ERC20", + "name": "xrp_erc20", + "fname": "XRP", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XSGD-ERC20", + "name": "xsgd_erc20", + "fname": "StraitsX Singapore Dollar", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Singapore-Dollar Backed Stablecoin", + "links": { + "github": "https://github.com/Xfers/StraitsX-tokens", + "homepage": "https://xfers.com/sg/stablecoin" + } + }, + { + "coin": "XSGD-PLG20", + "name": "xsgd_plg20", + "fname": "StraitsX Singapore Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XTZ-BEP20", + "name": "xtz_bep20", + "fname": "Tezos", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XVC", + "name": "vanillacash", + "fname": "VanillaCash", + "sign_message_prefix": "Vanillacash Signed Message:\n", + "isPoS": 1, + "rpcport": 48888, + "pubtype": 18, + "p2shtype": 30, + "wiftype": 181, + "txfee": 1000, + "dust": 10000, + "required_confirmations": 4, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/724'", + "links": { + "github": "https://github.com/WikiMin3R/Vanillacash", + "homepage": "https://vanillacash.org" + }, + "mm2": 1 + }, + { + "coin": "XVC-BEP20", + "name": "xvc_bep20", + "fname": "VanillaCash", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XVC-QRC20", + "name": "qtum", + "fname": "VanillaCash", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "XVG", + "name": "VERGE", + "fname": "Verge", + "isPoS": 1, + "sign_message_prefix": "VERGE Signed Message:\n", + "rpcport": 20102, + "pubtype": 30, + "p2shtype": 33, + "wiftype": 158, + "decimals": 6, + "segwit": true, + "bech32_hrp": "vg", + "txfee": 400000, + "dust": 400000, + "force_min_relay_fee": true, + "required_confirmations": 10, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/77'", + "mm2": 1 + }, + { + "coin": "XVS-BEP20", + "name": "xvs_bep20", + "fname": "Venus", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "YFI-AVX20", + "name": "yfi_avx20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFI-BEP20", + "name": "yfi_bep20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "YFI-ERC20", + "name": "yfi_erc20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "yearn.finance", + "links": { + "github": "https://github.com/iearn-finance", + "homepage": "https://yearn.finance/" + } + }, + { + "coin": "YFI-FTM20", + "name": "yfi_ftm20", + "fname": "yearn.finance", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x29b0Da86e484E1C0029B56e817912d778aC0EC69" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFI-KRC20", + "name": "yfi_krc20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFI-PLG20", + "name": "yfi_plg20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "YFII-BEP20", + "name": "yfii_bep20", + "fname": "DFI.Money", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFII-ERC20", + "name": "yfii_erc20", + "fname": "DFI.Money", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "YFII.finance", + "links": { + "github": "https://github.com/yfii/vault", + "homepage": "https://dfi.money/" + } + }, + { + "coin": "ZEC", + "name": "zcash", + "fname": "Zcash", + "sign_message_prefix": "Zcash Signed Message:\n", + "rpcport": 8232, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "segwit": true, + "txversion": 4, + "overwintered": 1, + "version_group_id": "0x892f2085", + "consensus_branch_id": "0xc8e71055", + "txfee": 100000, + "required_confirmations": 3, + "avg_blocktime": 75, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/133'", + "trezor_coin": "Zcash", + "links": { + "github": "https://github.com/zcash/zcash", + "homepage": "https://z.cash" + }, + "mm2": 1 + }, + { + "coin": "ZER", + "name": "zero", + "fname": "Zero", + "rpcport": 23811, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "txversion": 4, + "overwintered": 1, + "version_group_id": "0x892f2085", + "consensus_branch_id": "0x7361707a", + "txfee": 1000, + "required_confirmations": 4, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/323'", + "mm2": 1 + }, + { + "coin": "ZER-BEP20", + "name": "zer_bep20", + "fname": "Zero", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ZET", + "name": "zetacoin", + "fname": "Zetacoin", + "sign_message_prefix": "Zetacoin Signed Message:\n", + "isPoS": 1, + "rpcport": 22014, + "pubtype": 20, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "mature_confirmations": 500, + "required_confirmations": 7, + "avg_blocktime": 45, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/719'", + "links": { + "github": "https://github.com/WikiMin3R/ZetacoinE", + "homepage": "https://zetacoin.io" + }, + "mm2": 1 + }, + { + "coin": "ZIL-BEP20", + "name": "zil_bep20", + "fname": "Zilliqa", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ZINU-BEP20", + "name": "zinu_bep20", + "fname": "Zombie Inu", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ZOIN", + "name": "zoin", + "fname": "ZoinCommunity", + "sign_message_prefix": "Zoincoin Signed Message:\n", + "rpcport": 8256, + "pubtype": 80, + "p2shtype": 53, + "wiftype": 208, + "segwit": false, + "txfee": 1000000, + "dust": 1000000, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/60'", + "links": { + "github": "https://github.com/seopub/zoincomumity", + "homepage": "http://zoincommunity.com/" + }, + "mm2": 1 + }, + { + "coin": "ZOMBIE", + "asset": "ZOMBIE", + "fname": "Zombie", + "txversion": 4, + "overwintered": 1, + "avg_blocktime": 60, + "is_testnet": true, + "protocol": { + "type": "ZHTLC", + "protocol_data": { + "consensus_params": { + "overwinter_activation_height": 0, + "sapling_activation_height": 1, + "blossom_activation_height": null, + "heartwood_activation_height": null, + "canopy_activation_height": null, + "coin_type": 133, + "hrp_sapling_extended_spending_key": "secret-extended-key-main", + "hrp_sapling_extended_full_viewing_key": "zxviews", + "hrp_sapling_payment_address": "zs", + "b58_pubkey_address_prefix": [ + 28, + 184 + ], + "b58_script_address_prefix": [ + 28, + 189 + ] + }, + "z_derivation_path": "m/32'/133'" + } + }, + "derivation_path": "m/44'/133'", + "required_confirmations": 3, + "mm2": 1 + }, + { + "coin": "ZRX-AVX20", + "name": "zrx_avx20", + "fname": "0x", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ZRX-ERC20", + "name": "zrx_erc20", + "fname": "0x", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "0x Project", + "links": { + "github": "https://github.com/0xProject", + "homepage": "https://0xproject.com" + } + }, + { + "coin": "ZRX-PLG20", + "name": "zrx_plg20", + "fname": "0x", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "tBCH", + "name": "Bitcoin Cash Testnet", + "fname": "Bitcoin Cash Testnet", + "is_testnet": true, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "txfee": 0, + "estimate_fee_blocks": 2, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "bchtest" + }, + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "BCH", + "protocol_data": { + "slp_prefix": "slptest" + } + }, + "mm2": 1 + }, + { + "coin": "tBLK", + "name": "blackmore", + "fname": "BlackCoin Testnet", + "isPoS": 1, + "rpcport": 25715, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "txfee": 100000, + "segwit": true, + "is_testnet": true, + "required_confirmations": 5, + "mature_confirmations": 10, + "avg_blocktime": 66, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1'", + "mm2": 1 + }, + { + "coin": "tQTUM", + "name": "qtumtest", + "fname": "QTUM Testnet", + "is_testnet": true, + "rpcport": 13889, + "pubtype": 120, + "p2shtype": 110, + "wiftype": 239, + "segwit": true, + "bech32_hrp": "tq", + "txfee": 400000, + "required_confirmations": 1, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QTUM" + }, + "mm2": 1 + }, + { + "coin": "vARRR", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "vARRR", + "fname": "vARRR", + "rpcport": 20778, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 6, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "vDEX", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "vDEX", + "fname": "vDEX", + "rpcport": 21778, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 6, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + } + ] }, { "coin": "XVG", @@ -15803,7 +32194,16389 @@ "isPoS": 1, "sign_message_prefix": "VERGE Signed Message:\n", "rpcport": 20102, - "pubtype": 30, + "pubtype": 30,[ + { + "coin": "1INCH-AVX20", + "name": "1inch_avx20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xd501281565bf7789224523144Fe5D98e8B28f267" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "1INCH-BEP20", + "name": "1inch_bep20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "1INCH-ERC20", + "name": "1inch_erc20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "1INCH-KRC20", + "name": "1inch_krc20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x79f3244F3FFd7500A31a90Bb83C7D56649c2C7C5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "1INCH-PLG20", + "name": "1inch_plg20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AAVE-AVX20", + "name": "aave_avx20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x63a72806098Bd3D9520cC43356dD78afe5D386D9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-BEP20", + "name": "aave_bep20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xfb6115445Bff7b52FeB98650C87f44907E58f802" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AAVE-ERC20", + "name": "aave_erc20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Aave", + "links": { + "github": "https://github.com/aave", + "homepage": "https://aave.com/ " + } + }, + { + "coin": "AAVE-FTM20", + "name": "aave_ftm20", + "fname": "AAVE", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-HCO20", + "name": "aave_hco20", + "fname": "AAVE", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x202b4936fE1a82A4965220860aE46d7d3939Bb25" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-KRC20", + "name": "aave_krc20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xE76e97C157658004eE22e01C03a5e21A4655A2Fd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-PLG20", + "name": "aave_plg20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ABY", + "name": "artbyte", + "fname": "ArtByte", + "sign_message_prefix": "Artbyte Signed Message:\n", + "isPoS": 1, + "rpcport": 9262, + "pubtype": 28, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "mature_confirmations": 550, + "required_confirmations": 7, + "avg_blocktime": 45, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/720'", + "links": { + "github": "https://github.com/WikiMin3R/ArtBytE", + "homepage": "https://artbyte.art" + }, + "mm2": 1 + }, + { + "coin": "ACTN", + "asset": "ACTN", + "fname": "Action Coin", + "sign_message_prefix": "Komodo Signed Message:\n", + "rpcport": 51677, + "txversion": 4, + "overwintered": 1, + "txfee": 1000, + "required_confirmations": 2, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "ACTN-BEP20", + "name": "actn_bep20", + "fname": "Action Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xD7380b10bF3886B34Ab3422DEa42E408850375CA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ADA-BEP20", + "name": "ada_bep20", + "fname": "Cardano", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ADX-BEP20", + "name": "adx_bep20", + "fname": "AdEx", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ADX-ERC20", + "name": "adx_erc20", + "fname": "AdEx", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "AdEx Network", + "links": { + "github": "https://github.com/AdExNetwork", + "homepage": "https://www.adex.network" + } + }, + { + "coin": "AGEUR-AVX20", + "name": "ageur_avx20", + "fname": "agEUR", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AGEUR-ERC20", + "name": "ageur_erc20", + "fname": "agEUR", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AGEUR-PLG20", + "name": "ageur_plg20", + "fname": "agEUR", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AGIX-ERC20", + "name": "agix_erc20", + "fname": "SingularityNET", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AGIX-PLG20", + "name": "agix_plg20", + "fname": "SingularityNET", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AIBC", + "name": "aiblockchain", + "fname": "Aiblockchain", + "sign_message_prefix": "Aiblockchain Signed Message:\n", + "rpcport": 7772, + "pubtype": 23, + "p2shtype": 23, + "wiftype": 176, + "txfee": 0, + "dust": 5460, + "segwit": true, + "bech32_hrp": "aibc", + "required_confirmations": 11, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2'", + "links": { + "github": "https://github.com/nickgsh/AiBlockChain", + "homepage": "https://aibc.space" + }, + "mm2": 1 + }, + { + "coin": "AIPG", + "name": "aipowergrid", + "fname": "AIPowerGrid", + "sign_message_prefix": "Aipg Signed Message:\n", + "rpcport": 9788, + "pubtype": 23, + "p2shtype": 23, + "wiftype": 128, + "segwit": true, + "txfee": 1000000, + "dust": 1000000, + "required_confirmations": 6, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2686'", + "links": { + "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core", + "homepage": "aipowergrid.io" + }, + "mm2": 1 + }, + { + "coin": "ANAGAMI", + "fname": "Anagami Testnet", + "required_confirmations": 1, + "protocol": { + "type": "SIA" + }, + "mm2": 1 + }, + { + "coin": "ANEY", + "name": "aney", + "fname": "Animal Economy", + "rpcport": 33500, + "pubtype": 23, + "p2shtype": 63, + "wiftype": 210, + "txfee": 100000, + "dust": 5460, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/119'", + "links": { + "github": "https://github.com/Animal-Economy/ANEY", + "homepage": "https://aney.one" + }, + "mm2": 1 + }, + { + "coin": "ANKR-BEP20", + "name": "ankr_bep20", + "fname": "Ankr", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xf307910A4c7bbc79691fD374889b36d8531B08e3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ANKR-ERC20", + "name": "ankr_erc20", + "fname": "Ankr", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ANKR-PLG20", + "name": "ankr_plg20", + "fname": "Ankr", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ANT-ERC20", + "name": "ant_erc20", + "fname": "Aragon", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa117000000f279D81A1D3cc75430fAA017FA5A2e" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "APE-BEP20", + "name": "ape_bep20", + "fname": "ApeCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "APE-ERC20", + "name": "ape_erc20", + "fname": "ApeCoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4d224452801ACEd8B2F0aebE155379bb5D594381" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "APE-FTM20", + "name": "ape_ftm20", + "fname": "ApeCoin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x2d72A97a31Dc920dB03330780d30074626e39C8A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "APE-PLG20", + "name": "ape_plg20", + "fname": "ApeCoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xB7b31a6BC18e48888545CE79e83E06003bE70930" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ARB-ARB20", + "name": "arb_arb20", + "fname": "Arbitrum", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x912CE59144191C1204E64559FE8253a0e49E6548" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "ARB-ERC20", + "name": "arb_erc20", + "fname": "Arbitrum", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ARPA-BEP20", + "name": "arpa_bep20", + "fname": "ARPA Chain", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ARPA-ERC20", + "name": "arpa_erc20", + "fname": "ARPA Chain", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBA50933C268F567BDC86E1aC131BE072C6B0b71a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ARPA-PLG20", + "name": "arpa_plg20", + "fname": "ARPA Chain", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xEE800B277A96B0f490a1A732e1D6395FAD960A26" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ARRR", + "asset": "PIRATE", + "fname": "Pirate", + "txversion": 4, + "overwintered": 1, + "avg_blocktime": 60, + "protocol": { + "type": "ZHTLC", + "protocol_data": { + "consensus_params": { + "overwinter_activation_height": 152855, + "sapling_activation_height": 152855, + "blossom_activation_height": null, + "heartwood_activation_height": null, + "canopy_activation_height": null, + "coin_type": 133, + "hrp_sapling_extended_spending_key": "secret-extended-key-main", + "hrp_sapling_extended_full_viewing_key": "zxviews", + "hrp_sapling_payment_address": "zs", + "b58_pubkey_address_prefix": [ + 28, + 184 + ], + "b58_script_address_prefix": [ + 28, + 189 + ] + }, + "check_point_block": { + "height": 1900000, + "time": 1652512363, + "hash": "44797f3bb78323a7717007f1e289a3689e0b5b3433385dbd8e6f6a1700000000", + "sapling_tree": "01e40c26f4a28071535b95ae637d30a209531e92a33de0a649e51183771025fd0f016cdc51442fcb328d047a709dc0f41e0173953404711045b3ef3036d7fd4151271501d6c94c5ce6787826af809aaee83768c4b7d4f02c8dc2d24cf60ed5f127a5d730018a752ea9d9efb3e1ac0e6e705ac9f7f9863cfa8f612ad43802175338d8d7cc6000000001fc3542434eff03075ea5f0a64f1dfb2f042d281b1a057e9f6c765b533ce51219013ad9484b1e901e62b93e7538f913dcb27695380c3bc579e79f5cc900f28e596e0001431da5f01fe11d58300134caf5ac76e0b1b7486fd02425dd8871bca4afa94d4b01bb39de1c1d10a25ce0cc775bc74b6b0f056c28639e7c5b7651bb8460060085530000000001732ddf661e68c9e335599bb0b18b048d2f1c06b20eabd18239ad2f3cc45fa910014496bab5eedab205b5f2a206bd1db30c5bc8bc0c1914a102f87010f3431be21a0000010b5fd8e7610754075f936463780e85841f3ab8ca2978f9afdf7c2c250f16a75f01db56bc66eb1cd54ec6861e5cf24af2f4a17991556a52ca781007569e95b9842401c03877ecdd98378b321250640a1885604d675aaa50380e49da8cfa6ff7deaf15" + }, + "z_derivation_path": "m/32'/133'" + } + }, + "derivation_path": "m/44'/133'", + "required_confirmations": 2, + "requires_notarization": true, + "mm2": 1 + }, + { + "coin": "ARRR-BEP20", + "name": "arrr_bep20", + "fname": "Pirate", + "rpcport": 80, + "wallet_only": true, + "decimals": 8, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xCDAF240C90F989847c56aC9Dee754F76F41c5833" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ASLP-SLP", + "fname": "AtomicSLP", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 2, + "token_id": "926894cbf50269b15c97559b9acfc1bd88cd5f20703313ce0ea0683ecdb40911", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "ATOM", + "avg_blocktime": 7, + "name": "cosmos", + "fname": "Cosmos", + "wallet_only": true, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "uatom", + "account_prefix": "cosmos", + "chain_registry_name": "cosmoshub", + "chain_id": "cosmoshub-4" + } + }, + "derivation_path": "m/44'/118'", + "mm2": 0 + }, + { + "coin": "ATOM-BEP20", + "name": "atom_bep20", + "fname": "Cosmos", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0Eb3a705fc54725037CC9e008bDede697f62F335" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ATOM-IBC_IRIS", + "name": "cosmos_ibc_iris", + "fname": "Cosmos", + "avg_blocktime": 7, + "protocol": { + "type": "TENDERMINTTOKEN", + "protocol_data": { + "platform": "IRIS", + "decimals": 6, + "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "ATOM-IBC_NUCLEUSTEST", + "avg_blocktime": 5, + "name": "cosmos-ibc-nucleus-test", + "fname": "Cosmos", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINTTOKEN", + "protocol_data": { + "platform": "NUCLEUSTEST", + "decimals": 6, + "denom": "ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E" + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "ATOM-PLG20", + "name": "atom_plg20", + "fname": "Cosmos", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AUR", + "name": "auroracoin", + "fname": "Auroracoin", + "sign_message_prefix": "AuroraCoin Signed Message:\n", + "rpcport": 12341, + "pubtype": 23, + "p2shtype": 5, + "wiftype": 176, + "txfee": 5000, + "segwit": false, + "bech32_hrp": "aur", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/85'", + "mm2": 1 + }, + { + "coin": "AVA-BEP20", + "name": "ava_bep20", + "fname": "Travala.com", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AVA-ERC20", + "name": "ava_erc20", + "fname": "AVA", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa6C0c097741D55ECd9a3A7DeF3A8253fD022ceB9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AVAX", + "name": "avax", + "fname": "Avalanche", + "rpcport": 80, + "chain_id": 43114, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Avalanche C-Chain", + "links": { + "homepage": "https://www.avax.network/" + }, + "mm2": 1 + }, + { + "coin": "AVAX-BEP20", + "name": "avax_bep20", + "fname": "Avalanche", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1CE0c2827e2eF14D5C4f29a091d735A204794041" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AVAXT", + "name": "avaxt", + "fname": "Avalanche Testnet", + "is_testnet": true, + "rpcport": 80, + "chain_id": 43113, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "AVN", + "name": "avian", + "fname": "Avian", + "sign_message_prefix": "Raven Signed Message:\n", + "rpcport": 7896, + "pubtype": 60, + "p2shtype": 122, + "wiftype": 128, + "segwit": false, + "fork_id": "0x40", + "signature_version": "base", + "txfee": 1000000, + "required_confirmations": 3, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/921'", + "mm2": 1 + }, + { + "coin": "AVN-PLG20", + "name": "avn_plg20", + "fname": "Avian", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x752DC265EAf6Da2Db0F8e4a32D5596D3f18e8701" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AWC-ERC20", + "name": "atomic-wallet-coin", + "fname": "Atomic Wallet Coin", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaD22f63404f7305e4713CcBd4F296f34770513f4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AXE", + "name": "axe", + "fname": "Axe", + "sign_message_prefix": "DarkCoin Signed Message:\n", + "rpcport": 9337, + "pubtype": 55, + "p2shtype": 16, + "wiftype": 204, + "txfee": 10000, + "confpath": "USERHOME/.axecore/axe.conf", + "mature_confirmations": 101, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/4242'", + "trezor_coin": "Axe", + "links": { + "github": "https://github.com/axerunners/axe", + "homepage": "https://axerunners.com" + }, + "mm2": 1 + }, + { + "coin": "AXS-BEP20", + "name": "axs_bep20", + "fname": "Axie Infinity", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AXS-ERC20", + "name": "axs_erc20", + "fname": "Axie Infinity", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Axie Infinity Shards", + "links": { + "github": "https://github.com/axieinfinity", + "homepage": "https://axieinfinity.com/" + } + }, + { + "coin": "AYA", + "name": "aryacoin", + "fname": "Aryacoin", + "sign_message_prefix": "Aryacoin Signed Message:\n", + "rpcport": 9332, + "pubtype": 23, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 5, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/357'", + "mm2": 1 + }, + { + "coin": "AYA-BEP20", + "name": "aya_bep20", + "fname": "Aryacoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BABYDOGE-BEP20", + "name": "babydoge_bep20", + "fname": "Baby Doge Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc748673057861a797275CD8A068AbB95A902e8de" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAL-BEP20", + "name": "bal_bep20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd4ed60d8368a92b5F1ca33aF61eF2A94714B2d46" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAL-ERC20", + "name": "bal_erc20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xba100000625a3754423978a60c9317c58a424e3D" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Balancer", + "links": { + "github": "https://github.com/balancer-labs", + "homepage": "https://balancer.finance" + } + }, + { + "coin": "BAL-KRC20", + "name": "bal_krc20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xFC31366Be1795c1Ff444b9fBF55759733aD4d26D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAL-PLG20", + "name": "bal_plg20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BANANO-BEP20", + "name": "banano_bep20", + "fname": "Banano", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xe20B9e246db5a0d21BF9209E4858Bc9A3ff7A034" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAND-BEP20", + "name": "band_bep20", + "fname": "Band Protocol", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BAND-ERC20", + "name": "band_erc20", + "fname": "Band Protocol", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAND-FTM20", + "name": "band_ftm20", + "fname": "Band Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAND-PLG20", + "name": "band_plg20", + "fname": "Band Protocol", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAT-AVX20", + "name": "bat_avx20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x98443B96EA4b0858FDF3219Cd13e98C7A4690588" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAT-BEP20", + "name": "bat_bep20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x101d82428437127bF1608F699CD651e6Abf9766E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BAT-ERC20", + "name": "bat_erc20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Basic Attention Token", + "links": { + "homepage": "https://basicattentiontoken.org" + } + }, + { + "coin": "BAT-KRC20", + "name": "bat_krc20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x0bF46C86Ce3B904660aE85677EaA20B0C1b24064" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAT-PLG20", + "name": "bat_plg20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x3Cef98bb43d732E2F285eE605a8158cDE967D219" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BBK", + "name": "bitblocks", + "fname": "BitBlocks", + "rpcport": 59768, + "pubtype": 25, + "p2shtype": 85, + "wiftype": 107, + "txfee": 10000, + "wallet_only": true, + "sign_message_prefix": "DarkNet Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "links": { + "github": "https://github.com/BitBlocksProject/BitBlocks", + "homepage": "https://bitblocksproject.com" + }, + "mm2": 0 + }, + { + "coin": "BBK-BEP20", + "name": "bbk_bep20", + "fname": "BitBlocks", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9045B0eda6B6A556cf9B3d81C2db47411714f847" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BBK-PLG20", + "name": "bbk_plg20", + "fname": "BitBlocks", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2C8a46eF99Cb64928eB3Dd50A925327e02296F63" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCH", + "name": "bch", + "fname": "Bitcoin Cash", + "rpcport": 33333, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 1000, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "bitcoincash" + }, + "sign_message_prefix": "Bitcoin Signed Message:\n", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "BCH", + "protocol_data": { + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'", + "trezor_coin": "Bitcoin Cash", + "links": { + "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", + "homepage": "https://www.bitcoincash.org" + }, + "mm2": 1 + }, + { + "coin": "BCH-BEP20", + "name": "bch_bep20", + "fname": "Bitcoin Cash", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCH-ERC20", + "name": "bch_erc20", + "fname": "Bitcoin Cash", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCH-HCO20", + "name": "bch_hco20", + "fname": "Bitcoin Cash", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xeF3CEBD77E0C52cb6f60875d9306397B5Caca375" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCZERO", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "BCZERO", + "fname": "Buggyra Coin Zero", + "rpcport": 46856, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "links": { + "homepage": "https://buggyracoinzero.com" + }, + "mm2": 1 + }, + { + "coin": "BEST-ERC20", + "name": "best_erc20", + "fname": "Bitpanda Ecosystem", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F" + } + }, + "decimals": 8, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BIDR-BEP20", + "name": "bidr_bep20", + "fname": "BIDR", + "rpcport": 80, + "chain_id": 56, + "wallet_only": true, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BITN", + "name": "bitnet", + "fname": "Bitnet", + "sign_message_prefix": "Bitnet Signed Message:\n", + "rpcport": 9332, + "pubtype": 25, + "p2shtype": 22, + "wiftype": 158, + "txfee": 700000, + "segwit": true, + "bech32_hrp": "bit", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "mm2": 1 + }, + { + "coin": "BKC", + "name": "briskcoin", + "fname": "Briskcoin", + "rpcport": 8552, + "pubtype": 25, + "p2shtype": 33, + "wiftype": 153, + "txfee": 0, + "segwit": true, + "bech32_hrp": "bc", + "required_confirmations": 5, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1918'", + "sign_message_prefix": "Briskcoin Signed Message:\n", + "trezor_coin": "Briskcoin", + "links": { + "github": "https://github.com/briskcoin-project/briskcoin", + "homepage": "https://briskcoin.org" + }, + "mm2": 1 + }, + { + "coin": "BLK", + "name": "blackmore", + "fname": "BlackCoin", + "sign_message_prefix": "BlackCoin Signed Message:\n", + "isPoS": 1, + "rpcport": 15715, + "pubtype": 25, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "required_confirmations": 5, + "mature_confirmations": 500, + "avg_blocktime": 66, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/10'", + "mm2": 1 + }, + { + "coin": "BLK-BEP20", + "name": "blk_bep20", + "fname": "BlackCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd2cDfD5d26dfA1D11116B9ED7DBd7C6B88C6e1D3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BLOCX", + "name": "blocx", + "fname": "BLOCX.", + "rpcport": 12973, + "pubtype": 25, + "p2shtype": 26, + "wiftype": 153, + "segwit": false, + "txfee": 1000, + "sign_message_prefix": "DarkCoin Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/5'", + "links": { + "github": "https://github.com/BLOCXTECH/BLOCX", + "homepage": "https://blocx.tech" + }, + "mm2": 1 + }, + { + "coin": "BNB", + "name": "binancesmartchain", + "fname": "Binance Coin", + "avg_blocktime": 3, + "rpcport": 80, + "chain_id": 56, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Binance Smart Chain", + "links": { + "homepage": "https://www.binance.org" + }, + "mm2": 1 + }, + { + "coin": "BNBT", + "name": "binancesmartchaintest", + "fname": "Binance Coin Testnet", + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 97, + "is_testnet": true, + "required_confirmations": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "BNT-BEP20", + "name": "bnt_bep20", + "fname": "Bancor", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA069008A669e2Af00a86673D9D584cfb524A42Cc" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BNT-ERC20", + "name": "bnt_erc20", + "fname": "Bancor", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Bancor Network Token", + "links": { + "github": "https://github.com/bancorprotocol", + "homepage": "https://www.bancor.network" + } + }, + { + "coin": "BNT-PLG20", + "name": "bnt_plg20", + "fname": "Bancor", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BOLI", + "name": "bolivarcoin", + "fname": "Bolivarcoin", + "confpath": "USERHOME/.bolivarcoincore/bolivarcoin.conf", + "rpcport": 3563, + "pubtype": 85, + "p2shtype": 5, + "wiftype": 213, + "segwit": false, + "txfee": 10000, + "sign_message_prefix": "DarkCoin Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 180, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/278'", + "links": { + "github": "https://github.com/BOLI-Project/BolivarCoin", + "homepage": "https://bolis.info" + }, + "mm2": 1 + }, + { + "coin": "BONE-ERC20", + "name": "bone_erc20", + "fname": "Bone ShibaSwap", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x9813037ee2218799597d83D4a5B6F3b6778218d9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BORG-ERC20", + "name": "borg_erc20", + "fname": "SwissBorg", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x64d0f55Cd8C7133a9D7102b13987235F486F2224" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SwissBorg", + "links": { + "homepage": "https://swissborg.com" + } + }, + { + "coin": "BRZ-AVX20", + "name": "brz_avx20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 43114, + "decimals": 4, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x491a4eB4f1FC3BfF8E1d2FC856a6A46663aD556f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BRZ-BEP20", + "name": "brz_bep20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 4, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BRZ-ERC20", + "name": "brz_erc20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x01d33FD36ec67c6Ada32cf36b31e88EE190B1839" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BRZ-PLG20", + "name": "brz_plg20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "BSTY", + "name": "globalboost", + "fname": "GlobalBoost-Y", + "rpcport": 8225, + "pubtype": 77, + "p2shtype": 139, + "wiftype": 208, + "txfee": 200000, + "segwit": true, + "bech32_hrp": "gb", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/664'", + "mm2": 1 + }, + { + "coin": "BTC", + "name": "bitcoin", + "fname": "Bitcoin", + "rpcport": 8332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "bc", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "wallet_only": false, + "sign_message_prefix": "Bitcoin Signed Message:\n", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/0'", + "trezor_coin": "Bitcoin", + "links": { + "github": "https://github.com/bitcoin/bitcoin", + "homepage": "https://bitcoin.org" + }, + "mm2": 1 + }, + { + "coin": "BTC-BEP20", + "name": "btc_bep20", + "fname": "Bitcoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BTC-segwit", + "name": "bitcoin", + "fname": "Bitcoin", + "sign_message_prefix": "Bitcoin Signed Message:\n", + "rpcport": 8332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "bc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "BTC", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/0'", + "trezor_coin": "Bitcoin", + "links": { + "github": "https://github.com/bitcoin/bitcoin", + "homepage": "https://bitcoin.org" + } + }, + { + "coin": "BTCZ", + "name": "bitcoinz", + "fname": "BitcoinZ", + "sign_message_prefix": "BitcoinZ Signed Message:\n", + "rpcport": 1979, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "txfee": 10000, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/177'", + "mm2": 1 + }, + { + "coin": "BTCZ-BEP20", + "name": "btcz_bep20", + "fname": "BitcoinZ", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcBBB3e5099F769F6d4E2b8b92DC0e268f7E099D8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BTE", + "name": "bitweb", + "fname": "Bitweb", + "sign_message_prefix": "Bitweb Signed Message:\n", + "rpcport": 1605, + "pubtype": 33, + "p2shtype": 30, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "web", + "txfee": 20000, + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/738'", + "links": { + "github": "https://github.com/bitweb-project/bitweb", + "homepage": "https://bitwebcore.net" + }, + "mm2": 1 + }, + { + "coin": "BTE-segwit", + "name": "bitweb", + "fname": "Bitweb", + "sign_message_prefix": "Bitweb Signed Message:\n", + "rpcport": 1605, + "pubtype": 33, + "p2shtype": 30, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "web", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "BTE", + "txfee": 20000, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/84'/738'", + "links": { + "github": "https://github.com/bitweb-project/bitweb", + "homepage": "https://bitwebcore.net" + } + }, + { + "coin": "BTT-BEP20", + "name": "btt_bep20", + "fname": "BitTorrent (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BTTC-BEP20", + "name": "bttc_bep20", + "fname": "BitTorrent", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x352Cb5E19b12FC216548a2677bD0fce83BaE434B" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BTU-ERC20", + "name": "btu_erc20", + "fname": "BTU Protocol", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xb683D83a532e2Cb7DFa5275eED3698436371cc9f" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "BTU Protocol", + "links": { + "github": "https://github.com/btuprotocol", + "homepage": "https://btu-protocol.com" + } + }, + { + "coin": "BTU-PLG20", + "name": "btu_plg20", + "fname": "BTU Protocol", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xFdc26CDA2d2440d0E83CD1DeE8E8bE48405806DC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BTX", + "name": "bitcore", + "fname": "BitCore", + "rpcport": 9469, + "pubtype": 3, + "p2shtype": 125, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "btx", + "txfee": 20000, + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/160'", + "trezor_coin": "Bitcore", + "links": { + "github": "https://github.com/LIMXTEC/BitCore", + "homepage": "https://bitcore.cc" + }, + "mm2": 1 + }, + { + "coin": "BTX-BEP20", + "name": "btx_bep20", + "fname": "BitCore", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x000000089fb24237dA101020Ff8e2AfD14624687" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BTX-segwit", + "name": "bitcore", + "fname": "BitCore", + "rpcport": 9469, + "pubtype": 3, + "p2shtype": 125, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "btx", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "BTX", + "txfee": 20000, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/160'", + "trezor_coin": "Bitcore", + "links": { + "github": "https://github.com/LIMXTEC/BitCore", + "homepage": "https://bitcore.cc" + } + }, + { + "coin": "BUSD-AVX20", + "name": "busd_avx20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BUSD-BEP20", + "name": "busd_bep20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BUSD-ERC20", + "name": "busd_erc20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Binance USD (BUSD)", + "links": { + "github": "https://github.com/paxosglobal/busd-contract", + "homepage": "https://www.paxos.com/busd" + } + }, + { + "coin": "BUSD-MVR20", + "name": "busd_mvr20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BUSD-PLG20", + "name": "busd_plg20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CADC-ERC20", + "name": "cadc_erc20", + "fname": "CAD Coin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CADC-PLG20", + "name": "cadc_plg20", + "fname": "CAD Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "CAKE-BEP20", + "name": "cake_bep20", + "fname": "PancakeSwap", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CASE-BEP20", + "name": "case_bep20", + "fname": "Case Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CCL", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "CCL", + "fname": "CoinCollect", + "rpcport": 20849, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "CDN", + "name": "canadaecoin", + "fname": "Canada eCoin", + "sign_message_prefix": "Canada eCoin Signed Message:\n", + "rpcport": 34330, + "pubtype": 28, + "p2shtype": 5, + "wiftype": 156, + "txfee": 200000, + "dust": 54600, + "segwit": true, + "bech32_hrp": "cdn", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/34'", + "mm2": 1 + }, + { + "coin": "CDN-segwit", + "name": "canadaecoin", + "fname": "Canada eCoin", + "sign_message_prefix": "Canada eCoin Signed Message:\n", + "rpcport": 34330, + "pubtype": 28, + "p2shtype": 5, + "wiftype": 156, + "txfee": 200000, + "dust": 54600, + "segwit": true, + "bech32_hrp": "cdn", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "CDN", + "required_confirmations": 2, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/34'" + }, + { + "coin": "CDS-PLG20", + "name": "cds_plg20", + "fname": "Crypto Development Services", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xF7B5991c676929BF98BF3E2e2e386789BB16912a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CEL-ERC20", + "name": "cel_erc20", + "fname": "Celsius", + "rpcport": 80, + "chain_id": 1, + "decimals": 4, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CEL-PLG20", + "name": "cel_plg20", + "fname": "Celsius", + "rpcport": 80, + "chain_id": 137, + "decimals": 4, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xD85d1e945766Fea5Eda9103F918Bd915FbCa63E6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CELR-ARB20", + "name": "celr_arb20", + "fname": "Celer Network", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x3a8B787f78D775AECFEEa15706D4221B40F345AB" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "CELR-BEP20", + "name": "celr_bep20", + "fname": "Celer Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CELR-ERC20", + "name": "celr_erc20", + "fname": "Celer Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "CelerToken", + "links": { + "github": "https://github.com/celer-network", + "homepage": "https://www.celer.network/" + } + }, + { + "coin": "CFX-BEP20", + "name": "cfx_bep20", + "fname": "Conflux", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x045c4324039dA91c52C55DF5D785385Aab073DcF" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CHSB-ERC20", + "name": "chsb_erc20", + "fname": "SwissBorg (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SwissBorg", + "links": { + "homepage": "https://swissborg.com" + } + }, + { + "coin": "CHSB-PLG20", + "name": "chsb_plg20", + "fname": "SwissBorg (OLD)", + "wallet_only": true, + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHTA", + "name": "cheetahcoin", + "fname": "Cheetahcoin", + "rpcport": 8536, + "pubtype": 28, + "p2shtype": 5, + "wiftype": 128, + "txfee": 40000, + "required_confirmations": 2, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/682'", + "mm2": 1 + }, + { + "coin": "CHTA-BEP20", + "name": "chta_bep20", + "fname": "Cheetahcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb096DF47073A39041D9ffeD5d4E1d1b0D5D6b8E7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHZ-ERC20", + "name": "chz_erc20", + "fname": "Chiliz", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHZ-KRC20", + "name": "chz_krc20", + "fname": "Chiliz", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x6E8ce0519B7e4d691BaCE464099547E5fC17679c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHZ-PLG20", + "name": "chz_plg20", + "fname": "Chiliz", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf1938Ce12400f9a761084E7A80d37e732a4dA056" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CLAM", + "name": "clams", + "fname": "Clams", + "isPoS": 1, + "rpcport": 30174, + "pubtype": 137, + "p2shtype": 13, + "wiftype": 133, + "segwit": false, + "txfee": 10000, + "sign_message_prefix": "Clam Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/23'", + "links": { + "github": "https://github.com/nochowderforyou/clams", + "homepage": "http://clamclient.com" + }, + "mm2": 1 + }, + { + "coin": "CLC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "CLC", + "fname": "Collider Coin", + "rpcport": 31034, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "CLP-BEP20", + "name": "clp_bep20", + "fname": "Crypto Lover Productions", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3039e86d39A5BCF38E96D78fF93FD0aBe753212c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "COLX", + "name": "ColossusXT", + "fname": "ColossusXT", + "rpcport": 51473, + "pubtype": 30, + "p2shtype": 13, + "wiftype": 212, + "txfee": 1000000000, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1999'", + "mm2": 1 + }, + { + "coin": "COMP-AVX20", + "name": "comp_avx20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "COMP-BEP20", + "name": "comp_bep20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "COMP-ERC20", + "name": "comp_erc20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xc00e94Cb662C3520282E6f5717214004A7f26888" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Compound", + "links": { + "github": "https://github.com/compound-finance", + "homepage": "https://compound.finance" + } + }, + { + "coin": "COMP-KRC20", + "name": "comp_krc20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x16c4106966cE30e06E806A7c40eEFb46d84cE7e5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "COMP-PLG20", + "name": "comp_plg20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CRNC", + "name": "crioniccoin", + "fname": "CrionicCoin", + "sign_message_prefix": "Crioniccoin Signed Message:\n", + "rpcport": 4466, + "pubtype": 28, + "p2shtype": 45, + "wiftype": 176, + "decimals": 8, + "signature_version": "base", + "txfee": 10000, + "segwit": true, + "bech32_hrp": "crnc", + "required_confirmations": 3, + "avg_blocktime": 20, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/192'", + "links": { + "github": "https://github.com/diabaths/Crionic-Coin", + "homepage": "https://coin.crionic.org" + }, + "mm2": 1 + }, + { + "coin": "CRO-ERC20", + "name": "cro_erc20", + "fname": "Crypto.com", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRO-KRC20", + "name": "cro_krc20", + "fname": "Crypto.com", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x652D253b7Ca91810A4a05ACFc39729387c5090C0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRO-PLG20", + "name": "cro_plg20", + "fname": "Crypto.com", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRT-QRC20", + "name": "qtum", + "fname": "CRT Token", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x0f80aa32ba51e0acf171e106a1cfcd1eb9a9c3a5" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "CRV-ARB20", + "name": "crv_arb20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "CRV-AVX20", + "name": "crv_avx20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-ERC20", + "name": "crv_erc20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xD533a949740bb3306d119CC777fa900bA034cd52" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-FTM20", + "name": "crv_ftm20", + "fname": "Curve DAO", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x1E4F97b9f9F913c46F1632781732927B9019C68b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-KRC20", + "name": "crv_krc20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x4500E16dA66b99e0C55D7B46EBBD59bc413BA171" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-PLG20", + "name": "crv_plg20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CST-BEP20", + "name": "cst_bep20", + "fname": "Crypto Swap Token", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcC4b3EA1F25c8772D390dA1DB507832aBE4a9740" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CUMMIES-BEP20", + "name": "cummies_bep20", + "fname": "CumRocket", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CVC-ERC20", + "name": "cvc_erc20", + "fname": "Civic", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x41e5560054824eA6B0732E656E3Ad64E20e94E45" + } + }, + "decimals": 8, + "derivation_path": "m/44'/60'", + "trezor_coin": "Civic", + "links": { + "homepage": "https://www.civic.com" + } + }, + { + "coin": "CVT-ERC20", + "name": "cvt_erc20", + "fname": "CyberVein", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBe428c3867F05deA2A89Fc76a102b544eaC7f772" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "CyberVein", + "links": { + "homepage": "http://www.cybervein.org" + } + }, + { + "coin": "CVX-ERC20", + "name": "cvx_erc20", + "fname": "Convex Finance", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CY", + "name": "cyberyen", + "fname": "Cyberyen", + "sign_message_prefix": "Cyberyen Signed Message:\n", + "rpcport": 58382, + "pubtype": 28, + "p2shtype": 77, + "wiftype": 156, + "txfee": 0, + "segwit": true, + "bech32_hrp": "cy", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/802'", + "links": { + "github": "https://github.com/cyberyen/cyberyen", + "homepage": "https://cyberyen.org" + }, + "mm2": 1 + }, + { + "coin": "CY-segwit", + "name": "cyberyen", + "fname": "Cyberyen", + "sign_message_prefix": "Cyberyen Signed Message:\n", + "rpcport": 58382, + "pubtype": 28, + "p2shtype": 77, + "wiftype": 156, + "txfee": 0, + "segwit": true, + "bech32_hrp": "cy", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "CY", + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/802'", + "links": { + "github": "https://github.com/cyberyen/cyberyen", + "homepage": "https://cyberyen.org" + } + }, + { + "coin": "DAI-AVX20", + "name": "dai_avx20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-BEP20", + "name": "dai_bep20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DAI-ERC20", + "name": "dai_erc20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6B175474E89094C44Da98b954EedeAC495271d0F" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Dai Stablecoin v2.0", + "links": { + "github": "https://github.com/makerdao", + "homepage": "https://makerdao.com" + } + }, + { + "coin": "DAI-FTM20", + "name": "dai_ftm20", + "fname": "Dai", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-HCO20", + "name": "dai_hco20", + "fname": "Dai", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x3D760a45D0887DFD89A2F5385a236B29Cb46ED2a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-MVR20", + "name": "dai_mvr20", + "fname": "Dai", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-PLG20", + "name": "dai_plg20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DASH", + "name": "dashcore", + "fname": "Dash", + "sign_message_prefix": "DarkCoin Signed Message:\n", + "confpath": "USERHOME/.dashcore/dash.conf", + "rpcport": 9998, + "pubtype": 76, + "p2shtype": 16, + "wiftype": 204, + "txfee": 1000, + "force_min_relay_fee": true, + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/5'", + "trezor_coin": "Dash", + "links": { + "github": "https://github.com/dashpay/dash", + "homepage": "https://www.dash.org" + }, + "mm2": 1 + }, + { + "coin": "DDD-ERC20", + "name": "ddd_erc20", + "fname": "Scry.info", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DENT-ERC20", + "name": "dent_erc20", + "fname": "Dent", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3597bfD533a99c9aa083587B074434E61Eb0A258" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "DENT", + "links": { + "homepage": "https://www.dentwireless.com" + } + }, + { + "coin": "DFX-ERC20", + "name": "dfx_erc20", + "fname": "DFX Finance", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x888888435FDe8e7d4c54cAb67f206e4199454c60" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DFX-PLG20", + "name": "dfx_plg20", + "fname": "DFX Finance", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x27f485b62C4A7E635F561A87560Adf5090239E93" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DGB", + "name": "digibyte", + "fname": "DigiByte", + "sign_message_prefix": "DigiByte Signed Message:\n", + "rpcport": 14022, + "pubtype": 30, + "p2shtype": 63, + "wiftype": 128, + "txfee": 10000000, + "segwit": true, + "bech32_hrp": "dgb", + "wallet_only": false, + "required_confirmations": 7, + "avg_blocktime": 15, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/20'", + "trezor_coin": "DigiByte", + "links": { + "github": "https://github.com/digibyte/digibyte", + "homepage": "https://digibyte.io" + }, + "mm2": 1 + }, + { + "coin": "DGB-segwit", + "name": "digibyte", + "fname": "Digibyte", + "sign_message_prefix": "DigiByte Signed Message:\n", + "rpcport": 14022, + "pubtype": 30, + "p2shtype": 63, + "wiftype": 128, + "txfee": 10000000, + "segwit": true, + "bech32_hrp": "dgb", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "DGB", + "required_confirmations": 7, + "avg_blocktime": 15, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/20'", + "trezor_coin": "DigiByte", + "links": { + "github": "https://github.com/digibyte/digibyte", + "homepage": "https://digibyte.io" + } + }, + { + "coin": "DGC", + "name": "digitalcoin", + "fname": "Digitalcoin", + "sign_message_prefix": "Digitalcoin Signed Message:\n", + "rpcport": 7998, + "pubtype": 30, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "required_confirmations": 3, + "avg_blocktime": 36, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/18'", + "mm2": 1 + }, + { + "coin": "DIA-BEP20", + "name": "dia_bep20", + "fname": "DIAToken", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x99956D38059cf7bEDA96Ec91Aa7BB2477E0901DD" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DIA-ERC20", + "name": "dia_erc20", + "fname": "DIAToken", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DIAC", + "name": "diabasecore", + "fname": "Diabase", + "sign_message_prefix": "DarkCoin Signed Message:\n", + "confpath": "USERHOME/.diabasecore/diabase.conf", + "rpcport": 7676, + "pubtype": 76, + "p2shtype": 16, + "wiftype": 204, + "txfee": 1000, + "force_min_relay_fee": true, + "required_confirmations": 2, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/5'", + "links": { + "github": "https://github.com/diabasecoin/diabase", + "homepage": "https://www.diabasecoin.com" + }, + "mm2": 1 + }, + { + "coin": "DIME", + "name": "dimecoin", + "fname": "Dimecoin", + "rpcport": 11931, + "pubtype": 15, + "p2shtype": 9, + "wiftype": 143, + "segwit": false, + "bech32_hrp": "vx", + "txfee": 1000, + "decimals": 5, + "sign_message_prefix": "Dimecoin Signed Message:\n", + "required_confirmations": 6, + "avg_blocktime": 64, + "protocol": { + "type": "UTXO" + }, + "links": { + "github": "https://github.com/dime-coin/dimecoin/" + }, + "mm2": 1 + }, + { + "coin": "DIMI", + "name": "diminutivecoin", + "fname": "Diminutive Coin", + "sign_message_prefix": "DiminutiveCoin Signed Message:\n", + "rpcport": 49122, + "pubtype": 32, + "p2shtype": 30, + "wiftype": 181, + "isPoS": 1, + "txfee": 1000, + "segwit": false, + "mature_confirmations": 75, + "required_confirmations": 4, + "avg_blocktime": 75, + "protocol": { + "type": "UTXO" + }, + "mm2": 1 + }, + { + "coin": "DIMI-BEP20", + "name": "dimi_bep20", + "fname": "Diminutive Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA33789a5478Add74e8D7628E817a281aAbD92dA9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DIMI-QRC20", + "name": "qtum", + "fname": "Diminutive Coin", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x2c660b0d4d53382aeef855d3010d697970fa0bd5" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "DOC", + "asset": "DOC", + "fname": "DOC", + "rpcport": 62415, + "txversion": 4, + "overwintered": 1, + "sign_message_prefix": "Komodo Signed Message:\n", + "is_testnet": true, + "required_confirmations": 1, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "DODO-ARB20", + "name": "dodo_arb20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x69Eb4FA4a2fbd498C257C57Ea8b7655a2559A581" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "DODO-BEP20", + "name": "dodo_bep20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DODO-ERC20", + "name": "dodo_erc20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DODO-KRC20", + "name": "dodo_krc20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x8724F9FB7B3f1bb6f2c90B3Ad3Fd6B3c20A06429" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOGE", + "name": "dogecoin", + "fname": "Dogecoin", + "sign_message_prefix": "Dogecoin Signed Message:\n", + "rpcport": 22555, + "pubtype": 30, + "p2shtype": 22, + "wiftype": 158, + "txfee": 0, + "force_min_relay_fee": true, + "dust": 1000000, + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/3'", + "trezor_coin": "Dogecoin", + "links": { + "github": "https://github.com/dogecoin/dogecoin", + "homepage": "https://dogecoin.com" + }, + "mm2": 1 + }, + { + "coin": "DOGE-BEP20", + "name": "doge_bep20", + "fname": "Dogecoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOGEC", + "name": "dogecash", + "fname": "DogeCash", + "rpcport": 56750, + "pubtype": 30, + "p2shtype": 19, + "wiftype": 122, + "txfee": 10000, + "dust": 5460, + "sign_message_prefix": "DarkNet Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/385'", + "links": { + "github": "https://github.com/dogecash/dogecash", + "homepage": "https://dogecash.net" + }, + "mm2": 1 + }, + { + "coin": "DOGEDASH-BEP20", + "name": "dogedash_bep20", + "fname": "Doge Dash", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOGGY-BEP20", + "name": "doggy_bep20", + "fname": "Doggy", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x74926B3d118a63F6958922d3DC05eB9C6E6E00c6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOI", + "name": "doichain", + "fname": "Doichain", + "sign_message_prefix": "Doichain Signed Message:\n", + "rpcport": 8339, + "pubtype": 52, + "p2shtype": 13, + "wiftype": 180, + "txfee": 1000, + "dust": 5460, + "segwit": true, + "bech32_hrp": "dc", + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/7070'", + "mm2": 1 + }, + { + "coin": "DOT-BEP20", + "name": "dot_bep20", + "fname": "Polkadot", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DOT-HCO20", + "name": "dot_hco20", + "fname": "Polkadot", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xA2c49cEe16a5E5bDEFDe931107dc1fae9f7773E3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DP", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "DP", + "fname": "DigitalPrice", + "rpcport": 28388, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "DPC", + "name": "dualpowecoin", + "fname": "Dualpowcoin", + "sign_message_prefix": "Dpowcoin Signed Message:\n", + "rpcport": 42002, + "pubtype": 55, + "p2shtype": 28, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "dpc", + "txfee": 10000, + "wallet_only": false, + "required_confirmations": 6, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/739'", + "links": { + "github": "https://github.com/dpowcore-project/dpowcoin", + "homepage": "https://dpowcore.org" + }, + "mm2": 1 + }, + { + "coin": "DX-ERC20", + "name": "dx_erc20", + "fname": "DxChain", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x973e52691176d36453868D9d86572788d27041A9" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "EFL", + "name": "egulden", + "fname": "e-Gulden", + "confpath": "USERHOME/.egulden/coin.conf", + "rpcport": 21015, + "pubtype": 48, + "p2shtype": 5, + "wiftype": 176, + "txfee": 200000, + "dust": 54600, + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/78'", + "mm2": 1 + }, + { + "coin": "EGLD-BEP20", + "name": "egld_bep20", + "fname": "Elrond", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EILN-ERC20", + "name": "eiln_erc20", + "fname": "eIlien", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ELF-BEP20", + "name": "elf_bep20", + "fname": "aelf", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ELF-ERC20", + "name": "elf_erc20", + "fname": "aelf", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "ELF Token", + "links": { + "github": "https://github.com/aelfProject", + "homepage": "https://aelf.io/" + } + }, + { + "coin": "EMC2", + "name": "einsteinium", + "fname": "Einsteinium", + "sign_message_prefix": "Einsteinium Signed Message:\n", + "rpcport": 41879, + "pubtype": 33, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/41'", + "mm2": 1 + }, + { + "coin": "ENJ-ERC20", + "name": "enj_erc20", + "fname": "Enjin Coin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "ENJIN", + "links": { + "github": "https://github.com/enjin/contracts", + "homepage": "https://enjincoin.io" + } + }, + { + "coin": "ENJ-KRC20", + "name": "enj_krc20", + "fname": "Enjin Coin", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x6e2D990C8e718E7b6D86ed08eBf0FF2dEc05253B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ENJ-PLG20", + "name": "enj_plg20", + "fname": "Enjin Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "EOS-BEP20", + "name": "eos_bep20", + "fname": "EOS", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ETC", + "name": "ethereum classic", + "fname": "Ethereum Classic", + "rpcport": 80, + "chain_id": 61, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Ethereum Classic", + "links": { + "homepage": "https://ethereumclassic.org" + }, + "mm2": 1 + }, + { + "coin": "ETC-BEP20", + "name": "etc_bep20", + "fname": "Ethereum Classic", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3d6545b08693daE087E957cb1180ee38B9e3c25E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH", + "name": "ethereum", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 1, + "sign_message_prefix": "Ethereum Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "ETH-ARB20", + "name": "eth_arb20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 42161, + "required_confirmations": 10, + "avg_blocktime": 0.25, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_coins": 300000, + "eth_payment": 700000, + "eth_receiver_spend": 600000, + "eth_sender_refund": 600000 + } + }, + { + "coin": "ETH-AVX20", + "name": "ethereum avalanche", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-BEP20", + "name": "eth_bep20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ETH-FTM20", + "name": "eth_ftm20", + "fname": "Ethereum", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x74b23882a30290451A17c44f4F05243b6b58C76d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-HCO20", + "name": "eth_hco20", + "fname": "Ethereum", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x64FF637fB478863B7468bc97D30a5bF3A428a1fD" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-KRC20", + "name": "eth_krc20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-PLG20", + "name": "eth_plg20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EURE-ERC20", + "name": "eure_erc20", + "fname": "Monerium EUR", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "EURE-PLG20", + "name": "eure_plg20", + "fname": "Monerium EUR", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 90000, + "erc20_payment": 150000, + "erc20_receiver_spend": 120000, + "erc20_sender_refund": 120000 + } + }, + { + "coin": "EUROE-ERC20", + "name": "euroe_erc20", + "fname": "EUROe Stablecoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "EUROE-PLG20", + "name": "euroe_plg20", + "fname": "EUROe Stablecoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EURS-ERC20", + "name": "eurs_erc20", + "fname": "STASIS EURO", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdB25f211AB05b1c97D595516F45794528a807ad8" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "STASIS EURS", + "links": { + "github": "https://github.com/stasisnet", + "homepage": "https://stasis.net" + } + }, + { + "coin": "EURS-PLG20", + "name": "eurs_plg20", + "fname": "STASIS EURO", + "rpcport": 80, + "chain_id": 137, + "decimals": 2, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EVR", + "name": "evrmore", + "fname": "Evrmore Coin", + "sign_message_prefix": "Evrmore Signed Message:\n", + "rpcport": 8819, + "pubtype": 33, + "p2shtype": 92, + "wiftype": 128, + "segwit": true, + "txfee": 1000000, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/175'", + "links": { + "github": "https://github.com/EvrmoreOrg/Evrmore", + "homepage": "https://evrmorecoin.org" + }, + "mm2": 1 + }, + { + "coin": "EWT", + "name": "ewt", + "fname": "Energy Web", + "rpcport": 80, + "chain_id": 246, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 5, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Energy Web", + "links": { + "homepage": "https://www.energyweb.org" + }, + "mm2": 1 + }, + { + "coin": "EXN-BEP20", + "name": "exn_bep20", + "fname": "Expoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FDUSD-BEP20", + "name": "fdusd_bep20", + "fname": "First Digital USD", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://firstdigitallabs.com" + }, + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 70000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FDUSD-ERC20", + "name": "fdusd_erc20", + "fname": "First Digital USD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://firstdigitallabs.com" + } + }, + { + "coin": "FEI-ERC20", + "name": "fei_erc20", + "fname": "Fei USD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FET-BEP20", + "name": "fet_bep20", + "fname": "Fetch.ai", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x031b41e504677879370e9DBcF937283A8691Fa7f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FET-ERC20", + "name": "fet_erc20", + "fname": "Fetch.ai", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FET-PLG20", + "name": "fet_plg20", + "fname": "Fetch.ai", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7583FEDDbceFA813dc18259940F76a02710A8905" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FIL-BEP20", + "name": "fil_bep20", + "fname": "Filecoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FIL-ERC20", + "name": "fil_erc20", + "fname": "Filecoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FIL-HCO20", + "name": "fil_hco20", + "fname": "Filecoin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xae3a768f9aB104c69A7CD6041fE16fFa235d1810" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FIRO", + "name": "firo", + "fname": "Firo", + "sign_message_prefix": "Firo Signed Message:\n", + "rpcport": 8888, + "pubtype": 82, + "p2shtype": 7, + "wiftype": 210, + "txfee": 1000, + "required_confirmations": 1, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/136'", + "trezor_coin": "Firo", + "links": { + "github": "https://github.com/firoorg/firo", + "homepage": "https://firo.org" + }, + "mm2": 1 + }, + { + "coin": "FIRO-BEP20", + "name": "firo_bep20", + "fname": "Firo", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FJC", + "name": "fujicoin", + "fname": "Fujicoin", + "sign_message_prefix": "FujiCoin Signed Message:\n", + "rpcport": 3776, + "pubtype": 36, + "p2shtype": 16, + "wiftype": 164, + "segwit": true, + "bech32_hrp": "fc", + "txfee": 0, + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/75'", + "trezor_coin": "Fujicoin", + "links": { + "github": "https://github.com/fujicoin/fujicoin", + "homepage": "https://fujicoin.org" + }, + "mm2": 1 + }, + { + "coin": "FJC-BEP20", + "name": "fjc_bep20", + "fname": "Fujicoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FJC-segwit", + "name": "fujicoin", + "fname": "Fujicoin", + "sign_message_prefix": "FujiCoin Signed Message:\n", + "rpcport": 3776, + "pubtype": 36, + "p2shtype": 16, + "wiftype": 164, + "segwit": true, + "bech32_hrp": "fc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "FJC", + "txfee": 0, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/75'", + "trezor_coin": "Fujicoin", + "links": { + "github": "https://github.com/fujicoin/fujicoin", + "homepage": "https://fujicoin.org" + } + }, + { + "coin": "FJCB-BEP20", + "name": "fjcb_bep20", + "fname": "FJCB Fujicoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FLEXUSD-ERC20", + "name": "flexusd_erc20", + "fname": "flexUSD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FLEXUSD-SLP", + "fname": "FlexUSD", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 6, + "token_id": "dd21be4532d93661e8ffe16db6535af0fb8ee1344d1fef81a193e2b4cfa9fbc9", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "FLO", + "name": "flo", + "fname": "Florincoin", + "rpcport": 7313, + "pubtype": 35, + "p2shtype": 8, + "wiftype": 176, + "txfee": 100000, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/216'", + "trezor_coin": "Flo", + "links": { + "github": "https://github.com/floblockchain/flo", + "homepage": "https://flo.cash" + }, + "mm2": 1 + }, + { + "coin": "FLOKI-BEP20", + "name": "floki_bep20", + "fname": "Floki Inu", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xfb5B838b6cfEEdC2873aB27866079AC55363D37E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 85000, + "erc20_payment": 140000, + "erc20_receiver_spend": 110000, + "erc20_sender_refund": 110000 + } + }, + { + "coin": "FLOW-BEP20", + "name": "flow_bep20", + "fname": "Flow", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xC943c5320B9c18C153d1e2d12cC3074bebfb31A2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FLUX", + "name": "flux", + "fname": "Flux", + "rpcport": 16124, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "txversion": 4, + "overwintered": 1, + "version_group_id": "0x892f2085", + "consensus_branch_id": "0x76b809bb", + "txfee": 10000, + "required_confirmations": 2, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/19167'", + "mm2": 1 + }, + { + "coin": "FLUX-BEP20", + "name": "flux_bep20", + "fname": "Flux", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FLUX-ERC20", + "name": "flux_erc20", + "fname": "Flux", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FRC", + "name": "faircoin", + "fname": "FairCoin", + "rpcport": 9875, + "pubtype": 36, + "p2shtype": 63, + "wiftype": 128, + "decimals": 8, + "signature_version": "base", + "txfee": 10000, + "segwit": true, + "bech32_hrp": "frc", + "required_confirmations": 6, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "mm2": 1 + }, + { + "coin": "FTC", + "name": "feathercoin", + "fname": "Feathercoin", + "sign_message_prefix": "Feathercoin Signed Message:\n", + "rpcport": 9337, + "pubtype": 14, + "p2shtype": 5, + "wiftype": 142, + "txfee": 1000000, + "segwit": true, + "bech32_hrp": "fc", + "wallet_only": false, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/8'", + "trezor_coin": "Feathercoin", + "links": { + "github": "https://github.com/FeatherCoin/Feathercoin", + "homepage": "https://feathercoin.com" + }, + "mm2": 1 + }, + { + "coin": "FTC-segwit", + "name": "feathercoin", + "fname": "Feathercoin", + "sign_message_prefix": "Feathercoin Signed Message:\n", + "rpcport": 9337, + "pubtype": 14, + "p2shtype": 5, + "wiftype": 142, + "txfee": 1000000, + "segwit": true, + "bech32_hrp": "fc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "FTC", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/8'", + "trezor_coin": "Feathercoin", + "links": { + "github": "https://github.com/FeatherCoin/Feathercoin", + "homepage": "https://feathercoin.com" + } + }, + { + "coin": "FTM", + "name": "ftm", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 250, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 1.8, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Fantom Opera", + "links": { + "homepage": "https://fantom.foundation" + }, + "mm2": 1 + }, + { + "coin": "FTM-BEP20", + "name": "ftm_bep20", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xAD29AbB318791D579433D831ed122aFeAf29dcfe" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FTM-ERC20", + "name": "ftm_erc20", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Fantom Token", + "links": { + "github": "https://github.com/Fantom-foundation/", + "homepage": "https://fantom.foundation/" + } + }, + { + "coin": "FTMT", + "name": "ftmt", + "fname": "Fantom Testnet", + "is_testnet": true, + "rpcport": 80, + "chain_id": 4002, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "FXS-AVX20", + "name": "fxs_avx20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x214DB107654fF987AD859F34125307783fC8e387" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FXS-BEP20", + "name": "fxs_bep20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xDE2F075f6F14EB9D96755b24E416A53E736Ca363" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FXS-ERC20", + "name": "fxs_erc20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FXS-FTM20", + "name": "fxs_ftm20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x7d016eec9c25232b01F23EF992D98ca97fc2AF5a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FXS-MVR20", + "name": "fxs_mvr20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 1285, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98" + } + }, + "derivation_path": "m/44'/60'", + "gas_limit": { + "eth_send_erc20": 1000000, + "erc20_payment": 1000000, + "erc20_receiver_spend": 1000000, + "erc20_sender_refund": 1000000 + } + }, + { + "coin": "FXS-PLG20", + "name": "fxs_plg20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1a3acf6D19267E2d3e7f898f42803e90C9219062" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GALA-BEP20", + "name": "gala_bep20", + "fname": "Gala", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990" + } + }, + "wallet_only": true, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GALA-ERC20", + "name": "gala_erc20", + "fname": "Gala", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GAME-ERC20", + "name": "game_erc20", + "fname": "GameCredits", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GAME-PLG20", + "name": "game_plg20", + "fname": "GameCredits", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8d1566569d5b695d44a9a234540f68D393cDC40D" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GBX", + "name": "gobyte", + "fname": "GoByte", + "confpath": "USERHOME/.gobytecore/gobyte.conf", + "rpcport": 12454, + "pubtype": 38, + "p2shtype": 10, + "wiftype": 198, + "segwit": false, + "txfee": 10000, + "sign_message_prefix": "DarkCoin Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/176'", + "links": { + "github": "https://github.com/gobytecoin/gobyte", + "homepage": "https://gobyte.network" + }, + "mm2": 1 + }, + { + "coin": "GBX-BEP20", + "name": "gbx_bep20", + "fname": "GoByte", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8E10F08C9A56a93B6adbfBcFda421919B3357596" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GFT-BEP20", + "name": "gft_bep20", + "fname": "Gifto", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x72fF5742319eF07061836F5C924aC6D72c919080" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GLC", + "name": "goldcoin", + "fname": "Goldcoin", + "rpcport": 8122, + "pubtype": 32, + "p2shtype": 5, + "wiftype": 160, + "segwit": false, + "txfee": 100000, + "dust": 54600, + "sign_message_prefix": "Goldcoin (GLC) Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/101'", + "links": { + "github": "https://github.com/goldcoin/goldcoin", + "homepage": "https://www.goldcoinproject.org" + }, + "mm2": 1 + }, + { + "coin": "GLEEC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "GLEEC", + "fname": "Gleec", + "rpcport": 23345, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "GLEEC-OLD", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "GLEEC", + "fname": "Gleec (OLD)", + "rpcport": 23226, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "GLM-ERC20", + "name": "glm_erc20", + "fname": "Golem", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GLM-PLG20", + "name": "glm_plg20", + "fname": "Golem", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GLMR", + "name": "moonbeam", + "fname": "Moonbeam", + "rpcport": 80, + "chain_id": 1284, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Moonbeam", + "links": { + "homepage": "https://moonbeam.network/networks/moonbeam/" + }, + "mm2": 1 + }, + { + "coin": "GM-BEP20", + "name": "gm_bep20", + "fname": "GM Wagmi", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA55C1e67039B6d59E91eb4cDa2bfc5A854989102" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GMT-BEP20", + "name": "gmt_bep20", + "fname": "STEPN", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GMT-PLG20", + "name": "gmt_plg20", + "fname": "STEPN", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x714DB550b574b3E927af3D93E26127D15721D4C2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GMX-ARB20", + "name": "gmx_arb20", + "fname": "GMX", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "GMX-AVX20", + "name": "gmx_avx20", + "fname": "GMX", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x62edc0692BD897D2295872a9FFCac5425011c661" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "GNEISS-ERC20", + "name": "gneiss_erc20", + "fname": "GNEISS", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 8, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GNO-ERC20", + "name": "gno_erc20", + "fname": "Gnosis", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6810e776880C02933D47DB1b9fc05908e5386b96" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Gnosis", + "links": { + "homepage": "https://gnosis.pm" + } + }, + { + "coin": "GNO-PLG20", + "name": "gno_plg20", + "fname": "Gnosis", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GNS-ARB20", + "name": "gns_arb20", + "fname": "Gains Network", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x18c11FD286C5EC11c3b683Caa813B77f5163A122" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "GNS-PLG20", + "name": "gns_plg20", + "fname": "Gains Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xE5417Af564e4bFDA1c483642db72007871397896" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GRLC", + "name": "garlicoin", + "fname": "Garlicoin", + "sign_message_prefix": "Garlicoin Signed Message:\n", + "rpcport": 42068, + "pubtype": 38, + "p2shtype": 50, + "wiftype": 176, + "segwit": true, + "bech32_hrp": "grlc", + "txfee": 100000, + "dust": 54600, + "required_confirmations": 5, + "avg_blocktime": 40, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/69420'", + "mm2": 1 + }, + { + "coin": "GRLC-BEP20", + "name": "grlc_bep20", + "fname": "Garlicoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7283DfA2d8D7e277b148cc263B5d8Ae02f1076D3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRLC-ERC20", + "name": "grlc_erc20", + "fname": "Garlicoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x58f7345b5295E43aA454911571f13be186655BE9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRMS", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "GRMS", + "fname": "GRMS", + "rpcport": 21687, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "GRR", + "name": "ghostridercoin", + "fname": "Ghostridercoin", + "rpcport": 15420, + "pubtype": 38, + "p2shtype": 16, + "wiftype": 128, + "txfee": 1000, + "confpath": "USERHOME/.grcoincore/grcoin.conf", + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/10226'", + "mm2": 1 + }, + { + "coin": "GRS", + "name": "groestlcoin", + "fname": "Groestlcoin", + "sign_message_prefix": "GroestCoin Signed Message:\n", + "rpcport": 1441, + "pubtype": 36, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 10000, + "segwit": true, + "bech32_hrp": "grs", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/17'", + "trezor_coin": "Groestlcoin", + "links": { + "github": "https://github.com/Groestlcoin/groestlcoin", + "homepage": "https://www.groestlcoin.org" + }, + "mm2": 1 + }, + { + "coin": "GRT-ARB20", + "name": "grt_arb20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x9623063377AD1B27544C965cCd7342f7EA7e88C7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "GRT-AVX20", + "name": "grt_avx20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x8a0cAc13c7da965a312f08ea4229c37869e85cB9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRT-ERC20", + "name": "grt_erc20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xc944E90C64B2c07662A292be6244BDf05Cda44a7" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Graph Token", + "links": { + "github": "https://github.com/graphprotocol", + "homepage": "https://thegraph.com" + } + }, + { + "coin": "GRT-KRC20", + "name": "grt_krc20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xb49dd3eDB98FBe82A01DFcb556Cd016964baf5A3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRT-PLG20", + "name": "grt_plg20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5fe2B58c013d7601147DcdD68C143A77499f5531" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GST-BEP20", + "name": "gst_bep20", + "fname": "Green Satoshi Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GT-ERC20", + "name": "gt_erc20", + "fname": "Gate", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xE66747a101bFF2dBA3697199DCcE5b743b454759" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GURU-BEP20", + "name": "guru_bep20", + "fname": "MobilityGuru", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://mobilityguru.org" + } + }, + { + "coin": "GUSD-ERC20", + "name": "gusd_erc20", + "fname": "Gemini Dollar", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HEX-ERC20", + "name": "hex_erc20", + "fname": "HEX", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "HEX", + "links": { + "github": "https://github.com/bitcoinHEX", + "homepage": "https://hex.win" + } + }, + { + "coin": "HEX-PLG20", + "name": "hex_plg20", + "fname": "HEX", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "HLC-QRC20", + "name": "qtum", + "fname": "HalalChain", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 9, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "HOT-ERC20", + "name": "hot_erc20", + "fname": "Holo", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6c6EE5e31d828De241282B9606C8e98Ea48526E2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HOT-PLG20", + "name": "hot_plg20", + "fname": "Holo", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0C51f415cF478f8D08c246a6C6Ee180C5dC3A012" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HPY-QRC20", + "name": "qtum", + "fname": "HyperPay", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "HT", + "name": "huobi-token", + "fname": "Huobi Token", + "rpcport": 80, + "chain_id": 128, + "required_confirmations": 3, + "avg_blocktime": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Huobi ECO Chain", + "links": { + "homepage": "https://www.hecochain.com" + }, + "mm2": 1 + }, + { + "coin": "HT-ERC20", + "name": "huobi-token", + "fname": "Huobi Token", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6f259637dcD74C767781E37Bc6133cd6A68aa161" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Huobi Token", + "links": { + "homepage": "https://www.hbg.com" + } + }, + { + "coin": "HUSD-ERC20", + "name": "husd_erc20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HUSD-HCO20", + "name": "husd_hco20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x0298c2b32eaE4da002a15f36fdf7615BEa3DA047" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HUSD-KRC20", + "name": "husd_krc20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HUSD-PLG20", + "name": "husd_plg20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IDRT-BEP20", + "name": "idrt_bep20", + "fname": "Rupiah Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 2, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x66207E39bb77e6B99aaB56795C7c340C08520d83" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IDRT-ERC20", + "name": "idrt_erc20", + "fname": "Rupiah Token", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IDRT-PLG20", + "name": "idrt_plg20", + "fname": "Rupiah Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x554cd6bdD03214b10AafA3e0D4D42De0C5D2937b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "IL8P", + "name": "infiniloop", + "fname": "InfiniLooP", + "sign_message_prefix": "InfiniLooP Signed Message:\n", + "isPoS": 1, + "rpcport": 9459, + "pubtype": 33, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "mature_confirmations": 500, + "required_confirmations": 7, + "avg_blocktime": 45, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/722'", + "links": { + "github": "https://github.com/WikiMin3R/InfiniLooP", + "homepage": "https://infiniloop.io" + }, + "mm2": 1 + }, + { + "coin": "ILN", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "ILN", + "fname": "Ilien", + "rpcport": 12986, + "txversion": 4, + "overwintered": 1, + "p2p": 12985, + "magic": "feb4cb23", + "nSPV": "5.9.102.210, 5.9.253.195, 5.9.253.196, 5.9.253.197, 5.9.253.198, 5.9.253.199, 5.9.253.200, 5.9.253.201, 5.9.253.202, 5.9.253.203", + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "ILN-BEP20", + "name": "iln_bep20", + "fname": "Ilien", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILN-PLG20", + "name": "iln_plg20", + "fname": "Ilien", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILNF-BEP20", + "name": "ilnf_bep20", + "fname": "Ilien Fuel", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILNF-PLG20", + "name": "ilnf_plg20", + "fname": "Ilien Fuel", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILNSW-PLG20", + "name": "ilnsw_plg20", + "fname": "Ilien Swap", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILV-BEP20", + "name": "ilv_bep20", + "fname": "Illuvium", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4d5AC5cc4f8aBdf2EC2Cb986C00C382369f787D4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ILV-ERC20", + "name": "ilv_erc20", + "fname": "Illuvium", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IMX-ERC20", + "name": "imx_erc20", + "fname": "ImmutableX", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "INJ-BEP20", + "name": "inj_bep20", + "fname": "Injective Protocol", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xa2B726B1145A4773F68593CF171187d8EBe4d495" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "INJ-ERC20", + "name": "inj_erc20", + "fname": "Injective Protocol", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "INK-QRC20", + "name": "qtum", + "fname": "INK", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 9, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "IOTA-BEP20", + "name": "iota_bep20", + "fname": "IOTA", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "IOTX-BEP20", + "name": "iotx_bep20", + "fname": "IoTeX", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9678E42ceBEb63F23197D726B29b1CB20d0064E5" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "IOTX-PLG20", + "name": "iotx_plg20", + "fname": "IoTeX", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf6372cDb9c1d3674E83842e3800F2A62aC9F3C66" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IRIS", + "avg_blocktime": 7, + "name": "iris", + "fname": "IRISnet", + "chain_id": 6688, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "uiris", + "account_prefix": "iaa", + "chain_id": "irishub-1", + "chain_registry_name": "irishub", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'", + "mm2": 1 + }, + { + "coin": "IRIS-BEP20", + "name": "iris_bep20", + "fname": "IRISnet", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x05C50a62b0b87bE1fFB1Cf3b77d9eDBa834ef6f7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IRISTEST", + "avg_blocktime": 7, + "name": "iristest", + "fname": "Iris Test", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "unyan", + "account_prefix": "iaa", + "chain_id": "nyancat-9", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'", + "mm2": 1 + }, + { + "coin": "IRISTEST-IBC_NUCLEUSTEST", + "avg_blocktime": 5, + "name": "iristest-ibc-nucleus-test", + "fname": "Iris Test", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINTTOKEN", + "protocol_data": { + "platform": "NUCLEUSTEST", + "decimals": 6, + "denom": "ibc/F7F28FF3C09024A0225EDBBDB207E5872D2B4EF2FB874FE47B05EF9C9A7D211C" + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "JASMY-BEP20", + "name": "jasmy_bep20", + "fname": "JasmyCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x15669CF161946C09a8B207650BfBB00e3d8A2E3E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JASMY-ERC20", + "name": "jasmy_erc20", + "fname": "JasmyCoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JAUD-PLG20", + "name": "jaud_plg20", + "fname": "Jarvis Australian Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JBRL-BEP20", + "name": "jbrl_bep20", + "fname": "Jarvis Brazilian Real", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JBRL-PLG20", + "name": "jbrl_plg20", + "fname": "Jarvis Brazilian Real", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JCAD-PLG20", + "name": "jcad_plg20", + "fname": "Jarvis Canadian Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JCHF-AVX20", + "name": "jchf_avx20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JCHF-BEP20", + "name": "jchf_bep20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JCHF-ERC20", + "name": "jchf_erc20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JCHF-PLG20", + "name": "jchf_plg20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JCNY-PLG20", + "name": "jcny_plg20", + "fname": "Jarvis Chinese Yuan", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JDB-BEP20", + "name": "jdb_bep20", + "fname": "Jeet Detector Bot", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JEUR-AVX20", + "name": "jeur_avx20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JEUR-BEP20", + "name": "jeur_bep20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JEUR-ERC20", + "name": "jeur_erc20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JEUR-PLG20", + "name": "jeur_plg20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JGBP-BEP20", + "name": "jgbp_bep20", + "fname": "Jarvis British Pound", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JGBP-ERC20", + "name": "jgbp_erc20", + "fname": "Jarvis British Pound", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JGBP-PLG20", + "name": "jgbp_plg20", + "fname": "Jarvis British Pound", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JGOLD-PLG20", + "name": "jgold_plg20", + "fname": "Jarvis Gold", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JJPY-PLG20", + "name": "jjpy_plg20", + "fname": "Jarvis Japanese Yen", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JKRW-PLG20", + "name": "jkrw_plg20", + "fname": "Jarvis South Korean Won", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JMXN-PLG20", + "name": "jmxn_plg20", + "fname": "Jarvis Mexican Peso", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JNZD-PLG20", + "name": "jnzd_plg20", + "fname": "Jarvis New Zealand Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JOY-PLG20", + "name": "joy_plg20", + "fname": "Joystick.club", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JPHP-PLG20", + "name": "jphp_plg20", + "fname": "Jarvis Philippine Peso", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JPLN-PLG20", + "name": "jpln_plg20", + "fname": "Jarvis Polish Zloty", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JPYC-AVX20", + "name": "jpyc_avx20", + "fname": "JPY Coin", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JPYC-PLG20", + "name": "jpyc_plg20", + "fname": "JPY Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JRT-ERC20", + "name": "jrt_erc20", + "fname": "Jarvis Reward Token", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JRT-PLG20", + "name": "jrt_plg20", + "fname": "Jarvis Reward Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JSEK-PLG20", + "name": "jsek_plg20", + "fname": "Jarvis Swedish Krona", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JSGD-PLG20", + "name": "jsgd_plg20", + "fname": "Jarvis Singapore Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JST-BEP20", + "name": "jst_bep20", + "fname": "JUST", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JTRY-PLG20", + "name": "jtry_plg20", + "fname": "Jarvis Turkish Lira", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JUSD-PLG20", + "name": "jusd_plg20", + "fname": "Jarvis United States Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "KCS", + "name": "kucoin-token", + "fname": "KuCoin Token", + "rpcport": 80, + "chain_id": 321, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "KCC", + "links": { + "homepage": "https://kcc.io" + }, + "mm2": 1 + }, + { + "coin": "KIIRO", + "name": "kiiro", + "fname": "Kiiro", + "sign_message_prefix": "Zcoin Signed Message:\n", + "rpcport": 8999, + "pubtype": 45, + "p2shtype": 7, + "wiftype": 210, + "txfee": 1000, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/136'", + "links": { + "github": "https://github.com/kiirocoin/kiiro", + "homepage": "https://kiirocoin.org" + }, + "mm2": 1 + }, + { + "coin": "KIIRO-BEP20", + "name": "kiiro_bep20", + "fname": "Kiiro", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x347862372f7C8f83D69025234367Ac11c5241Db3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "KMD", + "name": "komodo", + "fname": "Komodo", + "rpcport": 7771, + "pubtype": 60, + "p2shtype": 85, + "wiftype": 188, + "txversion": 4, + "overwintered": 1, + "txfee": 1000, + "sign_message_prefix": "Komodo Signed Message:\n", + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "links": { + "github": "https://github.com/komodoplatform/komodo", + "homepage": "https://komodoplatform.com" + }, + "mm2": 1 + }, + { + "coin": "KMD-BEP20", + "name": "kmd_bep20", + "fname": "Komodo", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "KNC-AVX20", + "name": "knc_avx20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "KNC-BEP20", + "name": "knc_bep20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "KNC-ERC20", + "name": "knc_erc20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Kyber Network", + "links": { + "github": "https://github.com/KyberNetwork", + "homepage": "https://kyber.network" + } + }, + { + "coin": "KNC-PLG20", + "name": "knc_plg20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "KOIN", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "KOIN", + "fname": "Koinon", + "rpcport": 10702, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "KSM-BEP20", + "name": "ksm_bep20", + "fname": "Kusama", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LBC", + "name": "lbrycrd", + "fname": "LBRY Credits", + "sign_message_prefix": "LBRYcrd Signed Message:\n", + "rpcport": 9245, + "pubtype": 85, + "p2shtype": 122, + "wiftype": 28, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "lbc", + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/140'", + "mm2": 1 + }, + { + "coin": "LBC-segwit", + "name": "lbrycrd", + "fname": "LBRY Credits", + "sign_message_prefix": "LBRYcrd Signed Message:\n", + "rpcport": 9245, + "pubtype": 85, + "p2shtype": 122, + "wiftype": 28, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "lbc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "LBC", + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/140'" + }, + { + "coin": "LCC", + "name": "litecoincash", + "fname": "Litecoin Cash", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 62457, + "pubtype": 28, + "p2shtype": 50, + "wiftype": 176, + "decimals": 7, + "fork_id": "0x40", + "signature_version": "base", + "txfee": 20000, + "segwit": true, + "bech32_hrp": "lcc", + "wallet_only": false, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/192'", + "mm2": 1 + }, + { + "coin": "LCC-segwit", + "name": "litecoincash", + "fname": "Litecoin Cash", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 62457, + "pubtype": 28, + "p2shtype": 50, + "wiftype": 176, + "decimals": 7, + "fork_id": "0x40", + "signature_version": "base", + "txfee": 20000, + "segwit": true, + "bech32_hrp": "lcc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "LCC", + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/192'" + }, + { + "coin": "LDO-ERC20", + "name": "ldo_erc20", + "fname": "Lido DAO", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LDO-PLG20", + "name": "ldo_plg20", + "fname": "Lido DAO", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LEASH-ERC20", + "name": "leash_erc20", + "fname": "Doge Killer", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x27C70Cd1946795B66be9d954418546998b546634" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LEO-ERC20", + "name": "leo_erc20", + "fname": "LEO Token", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "LEOcoin", + "links": { + "homepage": "https://www.leocoin.org/" + } + }, + { + "coin": "LEO-PLG20", + "name": "leo_plg20", + "fname": "LEO Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-AVX20", + "name": "link_avx20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x5947BB275c521040051D82396192181b413227A3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-BEP20", + "name": "link_bep20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-ERC20", + "name": "link_erc20", + "fname": "Chainlink", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x514910771AF9Ca656af840dff83E8264EcF986CA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-FTM20", + "name": "link_ftm20", + "fname": "Chainlink", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-HCO20", + "name": "link_hco20", + "fname": "Chainlink", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x9e004545c59D359F6B7BFB06a26390b087717b42" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-KRC20", + "name": "link_krc20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x47841910329aaa6b88D5e9DcdE9000195151dc72" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-PLG20", + "name": "link_plg20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LOLS-BEP20", + "name": "lols_bep20", + "fname": "LOLSmash", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x19961cf3B822d37e16E310AB7C6C0277F95f31c3" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://lolsmash.net" + } + }, + { + "coin": "LOOM-BEP20", + "name": "loom_bep20", + "fname": "Loom Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xE6Ce27025F13f5213bBc560dC275e292965a392F" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LOOM-ERC20", + "name": "loom_erc20", + "fname": "Loom Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x42476F744292107e34519F9c357927074Ea3F75D" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "LOOM", + "links": { + "github": "github.com/loomnetwork/", + "homepage": "https://loomx.io" + } + }, + { + "coin": "LOOP-BEP20", + "name": "loop_bep20", + "fname": "LoopNetwork", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcE186ad6430E2Fe494a22C9eDbD4c68794a28B35" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LRC-BEP20", + "name": "lrc_bep20", + "fname": "Loopring", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x66e4d38b20173F509A1fF5d82866949e4fE898da" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LRC-ERC20", + "name": "lrc_erc20", + "fname": "Loopring", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Loopring", + "links": { + "github": "https://github.com/loopring", + "homepage": "https://loopring.org" + } + }, + { + "coin": "LRC-PLG20", + "name": "lrc_plg20", + "fname": "Loopring", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LSTR-QRC20", + "name": "qtum", + "fname": "Luna Stars", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "LSWAP-BEP20", + "name": "lswap_bep20", + "fname": "LoopSwap", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3F8a14f5a3Ee2F4A3Ed61cCF5EEA3c9535C090C8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LTC", + "name": "litecoin", + "fname": "Litecoin", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 9332, + "pubtype": 48, + "p2shtype": 50, + "wiftype": 176, + "txfee": 0, + "dust": 5460, + "segwit": true, + "bech32_hrp": "ltc", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2'", + "trezor_coin": "Litecoin", + "links": { + "github": "https://github.com/litecoin-project/litecoin", + "homepage": "https://litecoin.org" + }, + "mm2": 1 + }, + { + "coin": "LTC-segwit", + "name": "litecoin", + "fname": "Litecoin", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 9332, + "pubtype": 48, + "p2shtype": 50, + "wiftype": 176, + "txfee": 0, + "dust": 5460, + "segwit": true, + "bech32_hrp": "ltc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "LTC", + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2'", + "trezor_coin": "Litecoin", + "links": { + "github": "https://github.com/litecoin-project/litecoin", + "homepage": "https://litecoin.org" + } + }, + { + "coin": "LUPA", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "LUPA", + "fname": "Lupaza", + "rpcport": 64151, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "LYNX", + "name": "lynx", + "fname": "Lynx", + "sign_message_prefix": "Lynx Signed Message:\n", + "rpcport": 9332, + "pubtype": 45, + "p2shtype": 22, + "wiftype": 173, + "txfee": 100000, + "dust": 54600, + "segwit": false, + "required_confirmations": 1, + "avg_blocktime": 1200, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/191'", + "mm2": 1 + }, + { + "coin": "MANA-BEP20", + "name": "mana_bep20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MANA-ERC20", + "name": "mana_erc20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Decentraland MANA", + "links": { + "github": "https://github.com/decentraland", + "homepage": "https://decentraland.org" + } + }, + { + "coin": "MANA-KRC20", + "name": "mana_krc20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MANA-PLG20", + "name": "mana_plg20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MARTY", + "asset": "MARTY", + "fname": "MARTY", + "rpcport": 52592, + "txversion": 4, + "overwintered": 1, + "sign_message_prefix": "Komodo Signed Message:\n", + "is_testnet": true, + "required_confirmations": 1, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "MASK-BEP20", + "name": "mask_bep20", + "fname": "Mask Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2eD9a5C8C13b93955103B9a7C167B67Ef4d568a3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MASK-ERC20", + "name": "mask_erc20", + "fname": "Mask Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MASK-PLG20", + "name": "mask_plg20", + "fname": "Mask Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MATIC", + "name": "matic", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 137, + "use_access_list": true, + "max_eth_tx_type": 2, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Polygon", + "links": { + "homepage": "https://polygon.technology/" + }, + "mm2": 1 + }, + { + "coin": "MATIC-BEP20", + "name": "matic_bep20", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xCC42724C6683B7E57334c4E856f4c9965ED682bD" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MATIC-ERC20", + "name": "matic_erc20", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Matic Token", + "links": { + "homepage": "https://polygon.technology/" + } + }, + { + "coin": "MATIC-HCO20", + "name": "matic_hco20", + "fname": "Polygon", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xdB11743fe8B129b49b11236E8a715004BDabe7e5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MATIC-KRC20", + "name": "matic_krc20", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x1B8e27ABA297466fc6765Ce55BD12A8E216759da" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MATICTEST", + "name": "matic testnet", + "fname": "Matic Testnet", + "is_testnet": true, + "rpcport": 80, + "chain_id": 80001, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "MAZA", + "name": "mazacoin", + "fname": "MazaCoin", + "sign_message_prefix": "Mazacoin Signed Message:\n", + "rpcport": 12832, + "pubtype": 50, + "p2shtype": 9, + "wiftype": 244, + "decimals": 8, + "signature_version": "base", + "txfee": 10000, + "segwit": true, + "bech32_hrp": "maza", + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/13'", + "links": { + "github": "https://github.com/Mazacoin", + "homepage": "https://www.mazacoin.org" + }, + "mm2": 1 + }, + { + "coin": "MAZE-SLP", + "fname": "Maze", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 6, + "token_id": "bb553ac2ac7af0fcd4f24f9dfacc7f925bfb1446c6e18c7966db95a8d50fb378", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "MC-BEP20", + "name": "mc_bep20", + "fname": "Merit Circle", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MC-ERC20", + "name": "mc_erc20", + "fname": "Merit Circle", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MCL", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "MCL", + "fname": "Marmara Credit Loops", + "rpcport": 33825, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "MDX", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "MDX", + "fname": "Mandala", + "rpcport": 18482, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "links": { + "homepage": "https://mandala.exchange" + }, + "mm2": 1 + }, + { + "coin": "MED-QRC20", + "name": "qtum", + "fname": "Medibloc", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "MEWC", + "name": "meowcoin", + "fname": "Meowcoin", + "sign_message_prefix": "Meowcoin Signed Message:\n", + "rpcport": 9766, + "pubtype": 50, + "p2shtype": 122, + "wiftype": 112, + "segwit": false, + "txfee": 1000000, + "dust": 1000000, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1669'", + "links": { + "github": "https://github.com/Meowcoin-Foundation/Meowcoin", + "homepage": "https://www.mewccrypto.com/" + }, + "mm2": 1 + }, + { + "coin": "MINDS-ERC20", + "name": "minds_erc20", + "fname": "Minds", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB26631c6dda06aD89B93C71400D25692de89c068" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Minds Token", + "links": { + "homepage": "https://www.minds.com/" + } + }, + { + "coin": "MINU-BEP20", + "name": "minu_bep20", + "fname": "Minu", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xf48f91df403976060cC05dBbf8A0901b09fdeFd4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MIR-BEP20", + "name": "mir_bep20", + "fname": "Mirror Protocol", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5B6DcF557E2aBE2323c48445E8CC948910d8c2c9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MIR-ERC20", + "name": "mir_erc20", + "fname": "Mirror Protocol", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x09a3EcAFa817268f77BE1283176B946C4ff2E608" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-AVX20", + "name": "mkr_avx20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x88128fd4b259552A9A1D457f435a6527AAb72d42" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-BEP20", + "name": "mkr_bep20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-ERC20", + "name": "mkr_erc20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "MakerDAO", + "links": { + "github": "https://github.com/makerdao", + "homepage": "https://makerdao.com" + } + }, + { + "coin": "MKR-KRC20", + "name": "mkr_krc20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xdE81028C743f5304fe2cdEfac588f572d629a687" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-PLG20", + "name": "mkr_plg20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6f7C932e7684666C9fd1d44527765433e01fF61d" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MLN-ERC20", + "name": "mln_erc20", + "fname": "Enzyme", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xec67005c4E498Ec7f55E092bd1d35cbC47C91892" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MM-AVX20", + "name": "mm_avx20", + "fname": "Million", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x993163CaD35162fB579D7B64e6695cB076EF5064" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MM-BEP20", + "name": "mm_bep20", + "fname": "Million", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MM-ERC20", + "name": "mm_erc20", + "fname": "Million", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Million", + "links": { + "homepage": "https://www.milliontoken.org" + } + }, + { + "coin": "MM-MVR20", + "name": "mm_mvr20", + "fname": "Million", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MM-PLG20", + "name": "mm_plg20", + "fname": "Million", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MONA", + "name": "monacoin", + "fname": "MonaCoin", + "sign_message_prefix": "Monacoin Signed Message:\n", + "rpcport": 9402, + "pubtype": 50, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "mona", + "wallet_only": false, + "required_confirmations": 5, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/22'", + "trezor_coin": "Monacoin", + "links": { + "github": "https://github.com/monacoinproject/monacoin", + "homepage": "https://monacoin.org" + }, + "mm2": 1 + }, + { + "coin": "MONA-segwit", + "name": "monacoin", + "fname": "MonaCoin", + "sign_message_prefix": "Monacoin Signed Message:\n", + "rpcport": 9402, + "pubtype": 50, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "mona", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "MONA", + "required_confirmations": 5, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/22'", + "trezor_coin": "Monacoin", + "links": { + "github": "https://github.com/monacoinproject/monacoin", + "homepage": "https://monacoin.org" + } + }, + { + "coin": "MOR-ARB20", + "name": "mor_arb20", + "fname": "Morpheus", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "MOR-ERC20", + "name": "mor_erc20", + "fname": "Morpheus", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xcBB8f1BDA10b9696c57E13BC128Fe674769DCEc0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MOVR", + "name": "moonriver", + "fname": "Moonriver", + "rpcport": 80, + "chain_id": 1285, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Moonriver", + "links": { + "homepage": "https://moonbeam.network/networks/moonriver/" + }, + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_payment": 100000, + "eth_receiver_spend": 500000, + "eth_sender_refund": 500000 + }, + "mm2": 1 + }, + { + "coin": "NAV", + "name": "navcoin", + "fname": "Navcoin", + "sign_message_prefix": "Navcoin Signed Message:\n", + "isPoS": 1, + "txversion": 3, + "confpath": "USERHOME/.navcoin4/navcoin.conf", + "rpcport": 44444, + "pubtype": 53, + "p2shtype": 85, + "wiftype": 150, + "txfee": 10000, + "required_confirmations": 10, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/130'", + "mm2": 1 + }, + { + "coin": "NAV-BEP20", + "name": "nav_bep20", + "fname": "Navcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NEAR-BEP20", + "name": "near_bep20", + "fname": "NEAR Protocol", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "NENG", + "name": "nengcoin", + "fname": "Nengcoin", + "rpcport": 6376, + "pubtype": 53, + "p2shtype": 5, + "wiftype": 176, + "txfee": 200000, + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/681'", + "mm2": 1 + }, + { + "coin": "NENG-BEP20", + "name": "neng_bep20", + "fname": "Nengcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xaD2c0B5ee5424C6b6f9C06E4fEF3FD7CD9FF0264" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NEXO-ERC20", + "name": "nexo_erc20", + "fname": "Nexo", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Nexo", + "links": { + "homepage": "http://nexo.io" + } + }, + { + "coin": "NEXO-KRC20", + "name": "nexo_krc20", + "fname": "Nexo", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xb7A18bd55e8E3E2262d7c8Ee7b4DD9B216Df0Faf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NEXO-PLG20", + "name": "nexo_plg20", + "fname": "Nexo", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "NFT_AVAX", + "name": "nft_avax", + "fname": "Avalanche", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "AVAX" + } + }, + "derivation_path": "m/44'/9000'", + "trezor_coin": "Avalanche C-Chain", + "links": { + "homepage": "https://www.avax.network/" + }, + "mm2": 1 + }, + { + "coin": "NFT_BNB", + "name": "nft_binancesmartchain", + "fname": "Binance Coin", + "avg_blocktime": 3, + "rpcport": 80, + "chain_id": 56, + "required_confirmations": 3, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "BNB" + } + }, + "derivation_path": "m/44'/714'", + "trezor_coin": "Binance Smart Chain", + "links": { + "homepage": "https://www.binance.org" + }, + "mm2": 1 + }, + { + "coin": "NFT_ETH", + "name": "nft_ethereum", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 1, + "sign_message_prefix": "Ethereum Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "ETH" + } + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "NFT_FTM", + "name": "nft_ftm", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 250, + "required_confirmations": 3, + "avg_blocktime": 1.8, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "FTM" + } + }, + "derivation_path": "m/44'/1007'", + "trezor_coin": "Fantom Opera", + "links": { + "homepage": "https://fantom.foundation" + }, + "mm2": 1 + }, + { + "coin": "NFT_MATIC", + "name": "nft_matic", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 137, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "MATIC" + } + }, + "derivation_path": "m/44'/966'", + "trezor_coin": "Polygon", + "links": { + "homepage": "https://polygon.technology/" + }, + "mm2": 1 + }, + { + "coin": "NINJA", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "NINJA", + "fname": "Ninja", + "rpcport": 8427, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "NMC", + "name": "namecoin", + "fname": "Namecoin", + "rpcport": 8336, + "pubtype": 52, + "p2shtype": 13, + "wiftype": 180, + "txfee": 0, + "segwit": true, + "bech32_hrp": "nc", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/7'", + "trezor_coin": "Namecoin", + "links": { + "github": "https://github.com/namecoin/namecoin-core", + "homepage": "https://namecoin.org" + }, + "mm2": 1 + }, + { + "coin": "NMC-segwit", + "name": "namecoin", + "fname": "Namecoin", + "rpcport": 8336, + "pubtype": 52, + "p2shtype": 13, + "wiftype": 180, + "txfee": 0, + "segwit": true, + "bech32_hrp": "nc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "NMC", + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/7'", + "trezor_coin": "Namecoin", + "links": { + "github": "https://github.com/namecoin/namecoin-core", + "homepage": "https://namecoin.org" + } + }, + { + "coin": "NUCLEUSTEST", + "avg_blocktime": 5, + "name": "nucleus-test", + "fname": "Nucleus Test", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "unucl", + "account_prefix": "nuc", + "chain_registry_name": "nucleus", + "chain_id": "nucleus-3" + } + }, + "derivation_path": "m/44'/118'", + "mm2": 1 + }, + { + "coin": "NVC", + "name": "novacoin", + "fname": "Novacoin", + "sign_message_prefix": "Novacoin Signed Message:\n", + "isPoS": 1, + "rpcport": 8344, + "pubtype": 8, + "p2shtype": 20, + "wiftype": 136, + "decimals": 6, + "txfee": 1000, + "dust": 10000, + "wallet_only": true, + "mature_confirmations": 500, + "required_confirmations": 1, + "avg_blocktime": 450, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/50'", + "mm2": 0 + }, + { + "coin": "NVC-BEP20", + "name": "nvc_bep20", + "fname": "Novacoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBF84720097de111A80f46f9D077643967042841A" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "NVC-QRC20", + "name": "qtum", + "fname": "Novacoin", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xffb67c56c42b71144ae394dbfe298d863fbb3b9e" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "NYC", + "name": "newyorkcoin", + "fname": "NewYorkCoin", + "sign_message_prefix": "NewYorkCoin Signed Message:\n", + "rpcport": 22555, + "pubtype": 60, + "p2shtype": 22, + "wiftype": 188, + "segwit": false, + "txfee": 100000000, + "required_confirmations": 7, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/179'", + "links": { + "github": "https://github.com/NewYorkCoinNYC/newyorkcoin", + "homepage": "https://newyorkcoin.online" + }, + "mm2": 1 + }, + { + "coin": "NYC-BEP20", + "name": "nyc_bep20", + "fname": "NewYorkCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6c015277B0f9b8c24B20BD8BbbD29FDb25738A69" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NZDS-ERC20", + "name": "nzds_erc20", + "fname": "NZD Stablecoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NZDS-PLG20", + "name": "nzds_plg20", + "fname": "NZD Stablecoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OC-QRC20", + "name": "qtum", + "fname": "OceanChain", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "OCEAN-BEP20", + "name": "ocean_bep20", + "fname": "Ocean Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OCEAN-ERC20", + "name": "ocean_erc20", + "fname": "Ocean Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Ocean Token", + "links": { + "github": "https://github.com/oceanprotocol", + "homepage": "https://oceanprotocol.com" + } + }, + { + "coin": "OCEAN-PLG20", + "name": "ocean_plg20", + "fname": "Ocean Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OKB-ERC20", + "name": "okb_erc20", + "fname": "OKB", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x75231F58b43240C9718Dd58B4967c5114342a86c" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "OKB", + "links": { + "github": "https://github.com/okex/okberc20token", + "homepage": "https://www.okex.com/" + } + }, + { + "coin": "OM-BEP20", + "name": "om_bep20", + "fname": "MANTRA", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xF78D2e7936F5Fe18308A3B2951A93b6c4a41F5e2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "OM-ERC20", + "name": "om_erc20", + "fname": "MANTRA", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3593D125a4f7849a1B059E64F4517A86Dd60c95d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OM-PLG20", + "name": "om_plg20", + "fname": "MANTRA", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "OMG-ERC20", + "name": "omg_erc20", + "fname": "OMG Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "OmiseGO", + "links": { + "github": "https://github.com/omisego", + "homepage": "https://omg.omise.co" + } + }, + { + "coin": "OMG-PLG20", + "name": "omg_plg20", + "fname": "OMG Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ONE", + "name": "harmony", + "fname": "Harmony", + "rpcport": 80, + "chain_id": 1666600000, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "ONT-BEP20", + "name": "ont_bep20", + "fname": "Ontology", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xFd7B3A77848f1C2D67E05E54d78d174a0C850335" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "OSMO", + "avg_blocktime": 7, + "name": "osmosis", + "fname": "Osmosis", + "wallet_only": true, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "uosmo", + "account_prefix": "osmo", + "chain_registry_name": "osmosis", + "chain_id": "osmosis-1", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'", + "mm2": 0 + }, + { + "coin": "OSMO-IBC_NUCLEUSTEST", + "avg_blocktime": 5, + "name": "cosmos-ibc-nucleus-test", + "fname": "Osmosis", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINTTOKEN", + "protocol_data": { + "platform": "NUCLEUSTEST", + "decimals": 6, + "denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23" + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "PAX-BEP20", + "name": "pax_bep20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAX-ERC20", + "name": "pax_erc20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Paxos Standard (PAX)", + "links": { + "github": "https://github.com/paxosglobal", + "homepage": "https://www.paxos.com/standard" + } + }, + { + "coin": "PAX-KRC20", + "name": "pax_krc20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAX-PLG20", + "name": "pax_plg20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAXG-BEP20", + "name": "paxg_bep20", + "fname": "PAX Gold", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7950865a9140cB519342433146Ed5b40c6F210f7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAXG-ERC20", + "name": "paxg_erc20", + "fname": "PAX Gold", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x45804880De22913dAFE09f4980848ECE6EcbAf78" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Paxos Gold", + "links": { + "github": "https://github.com/paxosglobal/paxos-gold-contract", + "homepage": "https://www.paxos.com/paxgold" + } + }, + { + "coin": "PAXG-PLG20", + "name": "paxg_plg20", + "fname": "PAX Gold", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x553d3D295e0f695B9228246232eDF400ed3560B5" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "PENDLE-ARB20", + "name": "pendle_arb20", + "fname": "Pendle", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "PENDLE-BEP20", + "name": "pendle_bep20", + "fname": "Pendle", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb3Ed0A426155B79B898849803E3B36552f7ED507" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PENDLE-ERC20", + "name": "pendle_erc20", + "fname": "Pendle", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x808507121B80c02388fAd14726482e061B8da827" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PEP", + "name": "pepecoin", + "fname": "Pepecoin", + "rpcport": 33873, + "pubtype": 56, + "p2shtype": 22, + "wiftype": 158, + "segwit": false, + "txfee": 1000000, + "sign_message_prefix": "Pepecoin Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/3434'", + "links": { + "github": "https://github.com/pepecoinppc/pepecoin", + "homepage": "https://pepecoin.org" + }, + "mm2": 1 + }, + { + "coin": "PEPE-ARB20", + "name": "pepe_arb20", + "fname": "Pepe", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://www.pepe.vip" + }, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "PEPE-BEP20", + "name": "pepe_bep20", + "fname": "Pepe", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://www.pepe.vip" + } + }, + { + "coin": "PEPE-ERC20", + "name": "pepe_erc20", + "fname": "Pepe", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6982508145454Ce325dDbE47a25d4ec3d2311933" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://www.pepe.vip" + } + }, + { + "coin": "PGX-PLG20", + "name": "pegaxy_stone", + "fname": "Pegaxy Stone", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "PINK", + "name": "pink", + "fname": "Pinkcoin", + "rpcport": 9135, + "isPoS": 1, + "pubtype": 3, + "p2shtype": 28, + "wiftype": 131, + "txfee": 10000, + "wallet_only": true, + "sign_message_prefix": "Pinkcoin Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/117'", + "links": { + "github": "https://github.com/Pink2Dev/Pink2", + "homepage": "https://getstarted.with.pink" + }, + "mm2": 0 + }, + { + "coin": "PIVX", + "name": "pivx", + "fname": "PIVX", + "sign_message_prefix": "DarkNet Signed Message:\n", + "rpcport": 51473, + "pubtype": 30, + "p2shtype": 13, + "wiftype": 212, + "txfee": 100000, + "dust": 5460, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/119'", + "mm2": 1 + }, + { + "coin": "PND", + "name": "pandacoin", + "fname": "Pandacoin", + "isPoS": 1, + "rpcport": 22444, + "pubtype": 55, + "p2shtype": 22, + "wiftype": 183, + "decimals": 6, + "txfee": 10000000, + "dust": 1000000, + "segwit": true, + "bech32_hrp": "pn", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/37'", + "mm2": 1 + }, + { + "coin": "PNK-ERC20", + "name": "pnk_erc20", + "fname": "Kleros", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Pinakion", + "links": { + "github": "https://github.com/kleros", + "homepage": "https://kleros.io" + } + }, + { + "coin": "POT", + "name": "potcoin", + "fname": "PotCoin", + "sign_message_prefix": "Potcoin Signed Message:\n", + "isPoSV": 1, + "rpcport": 42000, + "pubtype": 55, + "p2shtype": 5, + "wiftype": 183, + "txversion": 4, + "txfee": 100000, + "dust": 100000, + "wallet_only": true, + "mature_confirmations": 240, + "required_confirmations": 5, + "avg_blocktime": 40, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/81'", + "mm2": 0 + }, + { + "coin": "POT-ERC20", + "name": "pot_erc20", + "fname": "PotCoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "POT-PLG20", + "name": "pot_plg20", + "fname": "PotCoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "POWR-ERC20", + "name": "powr_erc20", + "fname": "Power Ledger", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "PowerLedger", + "links": { + "homepage": "https://powerledger.io" + } + }, + { + "coin": "POWR-PLG20", + "name": "powr_plg20", + "fname": "Power Ledger", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PPC", + "name": "peercoin", + "fname": "Peercoin", + "isPoS": 1, + "rpcport": 9902, + "pubtype": 55, + "p2shtype": 117, + "wiftype": 183, + "decimals": 6, + "txfee": 0, + "dust": 10000, + "segwit": true, + "bech32_hrp": "pc", + "required_confirmations": 1, + "avg_blocktime": 510, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/6'", + "trezor_coin": "Peercoin", + "links": { + "github": "https://github.com/peercoin/peercoin", + "homepage": "https://peercoin.net" + }, + "mm2": 1 + }, + { + "coin": "PPC-ERC20", + "name": "ppc_erc20", + "fname": "Peercoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x044d078F1c86508e13328842Cc75AC021B272958" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PPC-PLG20", + "name": "ppc_plg20", + "fname": "Peercoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x91E7E32C710661C44ae44D10Aa86135d91C3Ed65" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PRCY", + "name": "prcy", + "fname": "PRivaCY Coin", + "rpcport": 59683, + "pubtype": 55, + "p2shtype": 61, + "wiftype": 28, + "txfee": 0, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/853'", + "mm2": 1 + }, + { + "coin": "PRCY-BEP20", + "name": "prcy_bep20", + "fname": "PRivaCY Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PRCY-ERC20", + "name": "prcy_erc20", + "fname": "PRivaCY Coin", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 8, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PRCY-PLG20", + "name": "prcy_plg20", + "fname": "PRivaCY Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PSF-SLP", + "fname": "PS Foundation", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "38e97c5d7d3585a2cbf3f9580c82ca33985f9cb0845d4dcce220cb709f9538b0", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "PUT-QRC20", + "name": "qtum", + "fname": "Profile Utility Token", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "PYR-ERC20", + "name": "pyr_erc20", + "fname": "Vulcan Forged", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PYR-PLG20", + "name": "pyr_plg20", + "fname": "Vulcan Forged", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "QBT-QRC20", + "name": "qtum", + "fname": "Qbao", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QC-QRC20", + "name": "qtum", + "fname": "Qcash", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xf2033ede578e17fa6231047265010445bca8cf1c" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QI-QRC20", + "name": "qtum", + "fname": "Qi Swap", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x54fefdb5b31164f66ddb68becd7bdd864cacd65b" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QIAIR-QRC20", + "name": "qtum", + "fname": "Qi Airdrop Token", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QKC-BEP20", + "name": "qkc_bep20", + "fname": "QuarkChain", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA1434F1FC3F437fa33F7a781E041961C0205B5Da" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "QKC-ERC20", + "name": "qkc_erc20", + "fname": "QuarkChain", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "QuarkChain", + "links": { + "homepage": "https://quarkchain.io" + } + }, + { + "coin": "QNT-ERC20", + "name": "qnt_erc20", + "fname": "Quant", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4a220E6096B25EADb88358cb44068A3248254675" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Quant", + "links": { + "github": "https://github.com/quantnetwork", + "homepage": "https://www.quant.network/" + } + }, + { + "coin": "QNT-KRC20", + "name": "qnt_krc20", + "fname": "Quant", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x791630C11c7159A748d8c2267a66780B3DDC40a7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "QRC20", + "fname": "QRC20", + "pubtype": 120, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "is_testnet": true, + "mature_confirmations": 2000, + "required_confirmations": 1, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "tQTUM", + "contract_address": "0xd362e096e873eb7907e205fadc6175c6fec7bc44" + } + }, + "mm2": 1 + }, + { + "coin": "QTUM", + "name": "qtum", + "fname": "Qtum", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "qc", + "txfee": 400000, + "dust": 72800, + "sign_message_prefix": "Qtum Signed Message:\n", + "force_min_relay_fee": true, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QTUM" + }, + "derivation_path": "m/44'/2301'", + "trezor_coin": "Qtum", + "links": { + "github": "https://github.com/qtumproject/qtum", + "homepage": "https://qtum.org" + }, + "mm2": 1 + }, + { + "coin": "QTUM-ERC20", + "name": "qtum_erc20", + "fname": "Qtum", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3103dF8F05c4D8aF16fD22AE63E406b97FeC6938" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Qtum", + "links": { + "github": "https://github.com/qtumproject", + "homepage": "https://qtum.org/" + } + }, + { + "coin": "RAPH", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "RAPH", + "fname": "Raphael", + "rpcport": 30261, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "RBTC", + "name": "rsksmartbitcoin", + "fname": "RSK Smart Bitcoin", + "sign_message_prefix": "RSK Signed Message:\n", + "wallet_only": true, + "avg_blocktime": 6, + "rpcport": 80, + "alias_ticker": "BTC", + "chain_id": 30, + "required_confirmations": 1, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "RSK", + "links": { + "homepage": "https://rsk.co" + }, + "mm2": 0 + }, + { + "coin": "RDD", + "name": "reddcoin", + "fname": "ReddCoin", + "sign_message_prefix": "Reddcoin Signed Message:\n", + "isPoSV": 1, + "rpcport": 45443, + "pubtype": 61, + "p2shtype": 5, + "wiftype": 189, + "txversion": 2, + "txfee": 100000, + "dust": 100000, + "segwit": false, + "wallet_only": true, + "mature_confirmations": 30, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/4'", + "trezor_coin": "Reddcoin", + "links": { + "github": "https://github.com/reddcoin-project/reddcoin", + "homepage": "https://reddcoin.com" + }, + "mm2": 0 + }, + { + "coin": "REN-ERC20", + "name": "ren_erc20", + "fname": "Ren", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x408e41876cCCDC0F92210600ef50372656052a38" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Republic Token", + "links": { + "github": "https://github.com/renproject", + "homepage": "https://renproject.io/" + } + }, + { + "coin": "REN-HCO20", + "name": "ren_hco20", + "fname": "Ren", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x212208bcc81F3a2D0188afF76A2d39351eb53b96" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "REP-ERC20", + "name": "rep_erc20", + "fname": "Augur", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x221657776846890989a759BA2973e427DfF5C9bB" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Augur", + "links": { + "homepage": "https://augur.net" + } + }, + { + "coin": "REQ-ERC20", + "name": "req_erc20", + "fname": "Request", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "REQ-PLG20", + "name": "req_plg20", + "fname": "Request", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "REV-ERC20", + "name": "rev_erc20", + "fname": "Revain", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9" + } + }, + "decimals": 6, + "derivation_path": "m/44'/60'", + "trezor_coin": "Revain", + "links": { + "github": "https://github.com/Revain", + "homepage": "https://revain.org" + } + }, + { + "coin": "RIC", + "name": "riecoin", + "fname": "Riecoin", + "sign_message_prefix": "Riecoin Signed Message:\n", + "rpcport": 28332, + "pubtype": 60, + "p2shtype": 65, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "ric", + "txfee": 10000, + "wallet_only": false, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/143'", + "mm2": 1 + }, + { + "coin": "RIC-BEP20", + "name": "ric_bep20", + "fname": "Riecoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RIC-segwit", + "name": "riecoin", + "fname": "Riecoin", + "sign_message_prefix": "Riecoin Signed Message:\n", + "rpcport": 28332, + "pubtype": 60, + "p2shtype": 65, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "ric", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "RIC", + "txfee": 10000, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/143'" + }, + { + "coin": "RLC-ERC20", + "name": "rlc_erc20", + "fname": "iExec RLC", + "rpcport": 80, + "chain_id": 1, + "decimals": 9, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x607F4C5BB672230e8672085532f7e901544a7375" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "IEx.ec", + "links": { + "homepage": "http://iex.ec/" + } + }, + { + "coin": "RLC-PLG20", + "name": "rlc_plg20", + "fname": "iExec RLC", + "rpcport": 80, + "chain_id": 137, + "decimals": 9, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RNDR-ERC20", + "name": "rndr_erc20", + "fname": "Render", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RNDR-PLG20", + "name": "rndr_plg20", + "fname": "Render", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x61299774020dA444Af134c82fa83E3810b309991" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "RPL-ERC20", + "name": "rpl_erc20", + "fname": "Rocket Pool", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xD33526068D116cE69F19A9ee46F0bd304F21A51f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RSR-ERC20", + "name": "rsr_erc20", + "fname": "Reserve Rights", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x320623b8E4fF03373931769A31Fc52A4E78B5d70" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Reserve Rights", + "links": { + "github": "https://github.com/reserve-protocol/rsr-mainnet", + "homepage": "https://reserve.org" + } + }, + { + "coin": "RTM", + "name": "raptoreum", + "fname": "Raptoreum", + "rpcport": 9998, + "pubtype": 60, + "p2shtype": 16, + "wiftype": 128, + "txfee": 1000, + "confpath": "USERHOME/.raptoreumcore/raptoreum.conf", + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/10226'", + "mm2": 1 + }, + { + "coin": "RTM-BEP20", + "name": "rtm_bep20", + "fname": "Raptoreum", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xF7C71cab11E3694638Bb9A106E0F430565BD15F1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RUNES", + "name": "runebase", + "fname": "Runebase", + "sign_message_prefix": "Runebase Signed Message:\n", + "rpcport": 9432, + "pubtype": 61, + "p2shtype": 123, + "wiftype": 216, + "txfee": 5000000, + "dust": 400000, + "mature_confirmations": 120, + "segwit": true, + "bech32_hrp": "rc", + "required_confirmations": 6, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/88'", + "links": { + "github": "https://github.com/runebase/runebase", + "homepage": "https://www.runebase.io" + }, + "mm2": 1 + }, + { + "coin": "RVN", + "name": "raven", + "fname": "RavenCoin", + "sign_message_prefix": "Raven Signed Message:\n", + "rpcport": 8766, + "pubtype": 60, + "p2shtype": 122, + "wiftype": 128, + "segwit": true, + "txfee": 1100000, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/175'", + "trezor_coin": "Ravencoin", + "links": { + "github": "https://github.com/RavenProject/Ravencoin", + "homepage": "https://ravencoin.org" + }, + "mm2": 1 + }, + { + "coin": "S4F-BEP20", + "name": "s4f_bep20", + "fname": "S4FE", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x788D2780992222360f674cc12C36478870b8E6ED" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "S4F-ERC20", + "name": "s4f_erc20", + "fname": "S4FE", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SAND-BEP20", + "name": "sand_bep20", + "fname": "The Sandbox", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x67b725d7e342d7B611fa85e859Df9697D9378B2e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SAND-ERC20", + "name": "sand_erc20", + "fname": "The Sandbox", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SAND-PLG20", + "name": "sand_plg20", + "fname": "The Sandbox", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SBCH", + "name": "smartbch", + "fname": "SmartBCH", + "rpcport": 80, + "alias_ticker": "BCH", + "chain_id": 10000, + "required_confirmations": 3, + "avg_blocktime": 6, + "protocol": { + "type": "ETH" + }, + "mm2": 1 + }, + { + "coin": "SCRT-BEP20", + "name": "scrt_bep20", + "fname": "Secret", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SEELE-ERC20", + "name": "seele_erc20", + "fname": "Seele", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB1e93236ab6073fdAC58adA5564897177D4bcC43" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Seele", + "links": { + "homepage": "http://seele.pro" + } + }, + { + "coin": "SEPOLIAETH", + "name": "sepolia", + "fname": "Sepolia", + "rpcport": 80, + "chain_id": 11155111, + "sign_message_prefix": "Sepolia Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "mm2": 1 + }, + { + "coin": "SHIB-BEP20", + "name": "shib_bep20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2859e4544C4bB03966803b044A93563Bd2D0DD4D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SHIB-ERC20", + "name": "shib_erc20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SHIBA INU", + "links": { + "homepage": "https://shibatoken.com" + } + }, + { + "coin": "SHIB-KRC20", + "name": "shib_krc20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x73b6086955c820370A18002F60E9b51FB67d7e1A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SHIB-PLG20", + "name": "shib_plg20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SHR-BEP20", + "name": "shr_bep20", + "fname": "Share", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5fb4968fC85868DF3aD2d6e59883a10570f01D18" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SHR-ERC20", + "name": "shr_erc20", + "fname": "Share", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xd98F75b1A3261dab9eEd4956c93F33749027a964" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SIBM-BEP20", + "name": "sibm_bep20", + "fname": "SibMining", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SIGNA-BEP20", + "name": "signa_bep20", + "fname": "Signum", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7b0E7E40eE4672599F7095D1DdD730b0805195BA" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SKL-ERC20", + "name": "skl_erc20", + "fname": "SKALE", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNT-ERC20", + "name": "snt_erc20", + "fname": "Status", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x744d70FDBE2Ba4CF95131626614a1763DF805B9E" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Status Network Token", + "links": { + "github": "https://github.com/status-im", + "homepage": "https://status.im" + } + }, + { + "coin": "SNX-AVX20", + "name": "snx_avx20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xBeC243C995409E6520D7C41E404da5dEba4b209B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-BEP20", + "name": "snx_bep20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9Ac983826058b8a9C7Aa1C9171441191232E8404" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-ERC20", + "name": "snx_erc20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Synthetix Network Token", + "links": { + "github": "https://github.com/havven/havven", + "homepage": "https://synthetix.io" + } + }, + { + "coin": "SNX-FTM20", + "name": "snx_ftm20", + "fname": "Synthetix", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-KRC20", + "name": "snx_krc20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x31965b5c9c55f5579eb49F4b3AcC59aA10a7B98E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-PLG20", + "name": "snx_plg20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SOL-BEP20", + "name": "sol_bep20", + "fname": "Solana", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x570A5D26f7765Ecb712C0924E4De545B89fD43dF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SOL-PLG20", + "name": "sol_plg20", + "fname": "Solana", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SOLVE-ERC20", + "name": "solve_erc20", + "fname": "SOLVE", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x446C9033E7516D820cc9a2ce2d0B7328b579406F" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SOUR-SLP", + "fname": "Sour", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "6448381f9649ecacd8c30189cfbfee71a91b6b9738ea494fe33f8b8b51cbfca0", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "SPACE-ARB20", + "name": "space_arb20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "SPACE-AVX20", + "name": "space_avx20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SPACE-BEP20", + "name": "space_bep20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9E1170c12FDDd3B00FEc42ddF4C942565D9Be577" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SPACE-FTM20", + "name": "space_ftm20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x5f7F94a1dd7b15594d17543BEB8B30b111DD464c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SPACE-PLG20", + "name": "space_plg20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SPACE-PLG20_OLD", + "name": "space_plg20_old", + "fname": "Space Token (OLD)", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SPACECOIN", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "SPACE", + "fname": "Spacecoin", + "rpcport": 35593, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 6, + "requires_notarization": false, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "SPICE-SLP", + "fname": "Spice", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "4de69e374a8ed21cbddd47f2338cc0f479dc58daa2bbe11cd604ca488eca0ddf", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "SRM-ERC20", + "name": "srm_erc20", + "fname": "Serum", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x476c5E26a75bd202a9683ffD34359C0CC15be0fF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SRM-PLG20", + "name": "srm_plg20", + "fname": "Serum", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "STFIRO-ERC20", + "name": "firo_erc20", + "fname": "StakedFIRO", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 8, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "STORJ-ERC20", + "name": "storj_erc20", + "fname": "Storj", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC" + } + }, + "decimals": 8, + "derivation_path": "m/44'/60'", + "trezor_coin": "STORJ", + "links": { + "github": "https://github.com/Storj", + "homepage": "https://storj.io" + } + }, + { + "coin": "SUSHI-AVX20", + "name": "sushi_avx20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-BEP20", + "name": "sushi_bep20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x947950BcC74888a40Ffa2593C5798F11Fc9124C4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-ERC20", + "name": "sushi_erc20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SushiToken", + "links": { + "github": "https://github.com/sushiswap", + "homepage": "https://sushiswapclassic.org/" + } + }, + { + "coin": "SUSHI-FTM20", + "name": "sushi_ftm20", + "fname": "Sushi", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-KRC20", + "name": "sushi_krc20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xE0a60890BB7F9250089455620063fb6fe4DC159a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-MVR20", + "name": "sushi_mvr20", + "fname": "Sushi", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-PLG20", + "name": "sushi_plg20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SWAP-BEP20", + "name": "swap_bep20", + "fname": "SafeSwap", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xe56a473043EaAB7947c0a2408cEA623074500EE3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SXP-BEP20", + "name": "sxp_bep20", + "fname": "Swipe", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SXP-ERC20", + "name": "sxp_erc20", + "fname": "Swipe", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-AVX20", + "name": "syn_avx20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x1f1E7c893855525b303f99bDF5c3c05Be09ca251" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-BEP20", + "name": "syn_bep20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xa4080f1778e69467E905B8d6F72f6e441f9e9484" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-ERC20", + "name": "syn_erc20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-FTM20", + "name": "syn_ftm20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0xE55e19Fb4F2D85af758950957714292DAC1e25B2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-PLG20", + "name": "syn_plg20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SYS", + "name": "syscoin", + "fname": "Syscoin", + "sign_message_prefix": "Syscoin Signed Message:\n", + "rpcport": 8370, + "pubtype": 63, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 1820, + "segwit": true, + "bech32_hrp": "sys", + "required_confirmations": 5, + "avg_blocktime": 60, + "wallet_only": false, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/57'", + "trezor_coin": "Syscoin", + "links": { + "github": "https://github.com/syscoin/syscoin", + "homepage": "https://syscoin.org" + }, + "mm2": 1 + }, + { + "coin": "SYS-segwit", + "name": "syscoin", + "fname": "Syscoin", + "sign_message_prefix": "Syscoin Signed Message:\n", + "rpcport": 8370, + "pubtype": 63, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 1820, + "segwit": true, + "bech32_hrp": "sys", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "SYS", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/57'", + "trezor_coin": "Syscoin", + "links": { + "github": "https://github.com/syscoin/syscoin", + "homepage": "https://syscoin.org" + } + }, + { + "coin": "TAMA-ERC20", + "name": "tama_erc20", + "fname": "Tamadoge", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x12b6893cE26Ea6341919FE289212ef77e51688c8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TAZ-BEP20", + "name": "taz_bep20", + "fname": "Taz", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x83BC92dcfC1F62Ba5dbd0f3537032f83a004300A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TBTC-ERC20", + "name": "tbtc_erc20", + "fname": "tBTC", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x18084fbA666a33d37592fA2633fD49a74DD93a88" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TBTC-PLG20", + "name": "tbtc_plg20", + "fname": "tBTC", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TEL-ERC20", + "name": "tel_erc20", + "fname": "Telcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x467Bccd9d29f223BcE8043b84E8C8B282827790F" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TEL-KRC20", + "name": "tel_krc20", + "fname": "Telcoin", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x621C1E8610e4B9b7fc9F043203C008EDe52E92F5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TEL-PLG20", + "name": "tel_plg20", + "fname": "Telcoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 2, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TESTBTC", + "name": "tbitcoin", + "fname": "Bitcoin Testnet", + "rpcport": 18332, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "segwit": true, + "bech32_hrp": "tb", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "is_testnet": true, + "required_confirmations": 0, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1'", + "mm2": 1 + }, + { + "coin": "TESTBTC-segwit", + "name": "tbitcoin", + "fname": "Bitcoin Testnet", + "rpcport": 18332, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "segwit": true, + "bech32_hrp": "tb", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "tBTC", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "is_testnet": true, + "required_confirmations": 0, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/84'/1'" + }, + { + "coin": "TFT-BEP20", + "name": "tft_bep20", + "fname": "ThreeFold", + "rpcport": 80, + "chain_id": 56, + "decimals": 7, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8f0FB159380176D324542b3a7933F0C2Fd0c2bbf" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "THC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "THC", + "fname": "HempCoin", + "rpcport": 36790, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "THC-BEP20", + "name": "thc_bep20", + "fname": "HempCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TKL", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "TOKEL", + "fname": "Tokel", + "rpcport": 29405, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "TON-BEP20", + "name": "ton_bep20", + "fname": "Toncoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 9, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x76A797A59Ba2C17726896976B7B3747BfD1d220f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TON-ERC20", + "name": "ton_erc20", + "fname": "Toncoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 9, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TRAC-ERC20", + "name": "trac_erc20", + "fname": "OriginTrail", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "OriginTrail", + "links": { + "homepage": "https://origintrail.io" + } + }, + { + "coin": "TRC", + "name": "terracoin", + "fname": "Terracoin", + "confpath": "USERHOME/.terracoincore/terracoin.conf", + "rpcport": 13332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 5460, + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/83'", + "mm2": 1 + }, + { + "coin": "TRX-BEP20", + "name": "trx_bep20", + "fname": "TRON", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TRX-BEP20_OLD", + "name": "trx_bep20_old", + "fname": "TRON (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TRYB-AVX20", + "name": "tryb_avx20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x564A341Df6C126f90cf3ECB92120FD7190ACb401" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "TRYB-BEP20", + "name": "tryb_bep20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xC1fdbed7Dac39caE2CcC0748f7a80dC446F6a594" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TRYB-ERC20", + "name": "tryb_erc20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2C537E5624e4af88A7ae4060C022609376C8D0EB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TRYB-PLG20", + "name": "tryb_plg20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x4Fb71290Ac171E1d144F7221D882BECAc7196EB5" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TSIA", + "fname": "Siacoin Testnet", + "required_confirmations": 1, + "protocol": { + "type": "SIA" + }, + "mm2": 1 + }, + { + "coin": "TSL-QRC20", + "name": "qtum", + "fname": "Energo TSL", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 18, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "TTT-SLP", + "fname": "Trinity Trust Token", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 2, + "token_id": "5321508197ffed321c5fc9a1427e5c68b31d2c1ec92ae1c495f8acb08d8d66cd", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "TUSD-AVX20", + "name": "tusd_avx20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-BEP20", + "name": "tusd_bep20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x40af3827F39D0EAcBF4A168f8D4ee67c121D11c9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-ERC20", + "name": "tusd_erc20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0000000000085d4780B73119b644AE5ecd22b376" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "TrueUSD", + "links": { + "github": "https://github.com/trusttoken", + "homepage": "https://www.trusttoken.com" + } + }, + { + "coin": "TUSD-FTM20", + "name": "tusd_ftm20", + "fname": "TrueUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x9879aBDea01a879644185341F7aF7d8343556B7a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-HCO20", + "name": "tusd_hco20", + "fname": "TrueUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x5eE41aB6edd38cDfB9f6B4e6Cf7F75c87E170d98" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-KRC20", + "name": "tusd_krc20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xD17027b85Abf02721F953EE528721A980fa58941" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-PLG20", + "name": "tusd_plg20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2e1AD108fF1D8C782fcBbB89AAd783aC49586756" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TWT-BEP20", + "name": "twt_bep20", + "fname": "Trust Wallet", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4B0F1812e5Df2A09796481Ff14017e6005508003" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UBQ", + "name": "ubiq", + "fname": "Ubiq", + "rpcport": 80, + "chain_id": 8, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Ubiq", + "links": { + "homepage": "https://ubiqsmart.com" + }, + "mm2": 1 + }, + { + "coin": "UBT-ERC20", + "name": "ubt_erc20", + "fname": "Unibright", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Unibright", + "links": { + "homepage": "https://unibright.io" + } + }, + { + "coin": "UBT-PLG20", + "name": "ubt_plg20", + "fname": "Unibright", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7FBc10850caE055B27039aF31bD258430e714c62" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UFO", + "name": "ufo", + "fname": "Uniform Fiscal Object", + "sign_message_prefix": "UFO Signed Message:\n", + "rpcport": 8087, + "pubtype": 27, + "p2shtype": 68, + "wiftype": 155, + "txfee": 100000, + "segwit": true, + "bech32_hrp": "uf", + "required_confirmations": 6, + "avg_blocktime": 1.5, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/202'", + "links": { + "github": "https://github.com/fiscalobject/ufo", + "homepage": "https://ufobject.com" + }, + "mm2": 1 + }, + { + "coin": "UIS", + "name": "unitus", + "fname": "Unitus", + "sign_message_prefix": "Unitus Signed Message:\n", + "rpcport": 50604, + "pubtype": 68, + "p2shtype": 10, + "wiftype": 132, + "txfee": 2000000, + "dust": 6000000, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/723'", + "links": { + "github": "https://github.com/unitusdev/unitus", + "homepage": "https://unituscurrency.com" + }, + "mm2": 1 + }, + { + "coin": "UMA-AVX20", + "name": "uma_avx20", + "fname": "UMA", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UMA-ERC20", + "name": "uma_erc20", + "fname": "UMA", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UMA-PLG20", + "name": "uma_plg20", + "fname": "UMA", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x3066818837c5e6eD6601bd5a91B0762877A6B731" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-AVX20", + "name": "uni_avx20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-BEP20", + "name": "uni_bep20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBf5140A22578168FD562DCcF235E5D43A02ce9B1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-ERC20", + "name": "uni_erc20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Uniswap", + "links": { + "homepage": "https://uniswap.org/" + } + }, + { + "coin": "UNI-HCO20", + "name": "uni_hco20", + "fname": "Uniswap", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x22C54cE8321A4015740eE1109D9cBc25815C46E6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-KRC20", + "name": "uni_krc20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xEe58E4D62b10A92dB1089d4D040B759C28aE16Cd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-PLG20", + "name": "uni_plg20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "UNO", + "name": "unobtanium", + "fname": "Unobtanium", + "sign_message_prefix": "Unobtanium Signed Message:\n", + "rpcport": 65535, + "pubtype": 130, + "p2shtype": 30, + "wiftype": 224, + "txfee": 0, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/92'", + "trezor_coin": "Unobtanium", + "links": { + "github": "https://github.com/unobtanium-official/unobtanium", + "homepage": "https://unobtanium.uno" + }, + "mm2": 1 + }, + { + "coin": "UOS-ERC20", + "name": "uos_erc20", + "fname": "Ultra", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c" + } + }, + "decimals": 4, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UQC-ERC20", + "name": "uqc_erc20", + "fname": "Uquid Coin", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Uquid Coin", + "links": { + "homepage": "https://uquidcoin.com" + } + }, + { + "coin": "USDC-ARB20", + "name": "usdc_arb20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 42161, + "decimals": 6, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "USDC-AVX20", + "name": "usdc_avx20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-AVX20_OLD", + "name": "usdc_avx20_old", + "fname": "USD Coin (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-BEP20", + "name": "usdc_bep20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDC-ERC20", + "name": "usdc_erc20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "USD//Coin", + "links": { + "github": "https://github.com/centrehq/centre-tokens", + "homepage": "https://www.centre.io" + } + }, + { + "coin": "USDC-FTM20", + "name": "usdc_ftm20", + "fname": "USD Coin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x04068DA6C83AFCFA0e13ba15A6696662335D5B75" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-HCO20", + "name": "usdc_hco20", + "fname": "USD Coin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "avg_blocktime": 3, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x9362Bbef4B8313A8Aa9f0c9808B80577Aa26B73B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-KRC20", + "name": "usdc_krc20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 321, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-MVR20", + "name": "usdc_mvr20", + "fname": "USD Coin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-PLG20", + "name": "usdc_plg20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDC-PLG20_OLD", + "name": "usdc_plg20_old", + "fname": "USD Coin (OLD)", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDD-BEP20", + "name": "usdd_bep20", + "fname": "USDD", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd17479997F34dd9156Deef8F95A52D81D265be9c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDD-ERC20", + "name": "usdd_erc20", + "fname": "USDD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDF", + "fname": "Fake USD", + "is_testnet": true, + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 4, + "token_id": "bb309e48930671582bea508f9a1d9b491e49b69be3d6f372dc08da2ac6e90eb7", + "platform": "tBCH", + "required_confirmations": 1, + "slp_prefix": "slptest" + } + }, + "mm2": 1 + }, + { + "coin": "USDT-ARB20", + "name": "usdt_arb20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 42161, + "decimals": 6, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "USDT-AVX20", + "name": "usdt_avx20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "USDT-AVX20_OLD", + "name": "usdt_avx20_old", + "fname": "Tether (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-BEP20", + "name": "usdt_bep20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x55d398326f99059fF775485246999027B3197955" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDT-ERC20", + "name": "usdt_erc20", + "fname": "Tether", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "USD Tether (erc20)", + "links": { + "homepage": "https://tether.to" + } + }, + { + "coin": "USDT-FTM20", + "name": "usdt_ftm20", + "fname": "Tether", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x049d68029688eAbF473097a2fC38ef61633A3C7A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-HCO20", + "name": "usdt_hco20", + "fname": "Tether", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xa71EdC38d189767582C38A3145b5873052c3e47a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-KRC20", + "name": "usdt_krc20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 321, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-MVR20", + "name": "usdt_mvr20", + "fname": "Tether", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-PLG20", + "name": "usdt_plg20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDT-SLP", + "fname": "Tether", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "9fc89d6b7d5be2eac0b3787c5b8236bca5de641b5bafafc8f450727b63615c11", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "UTK-ERC20", + "name": "utk_erc20", + "fname": "Utrust", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Utrust", + "links": { + "github": "https://github.com/utrustdev/", + "homepage": "https://utrust.com" + } + }, + { + "coin": "VAL", + "name": "validity", + "fname": "Validity", + "sign_message_prefix": "radium Signed Message:\n", + "confpath": "USERHOME/.Validity/validity.conf", + "isPoS": 1, + "rpcport": 27914, + "pubtype": 76, + "p2shtype": 58, + "wiftype": 121, + "txfee": 100000, + "dust": 300000, + "required_confirmations": 5, + "avg_blocktime": 60, + "mature_confirmations": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/634'", + "links": { + "github": "https://github.com/RadiumCore/Validity", + "homepage": "https://validitytech.com" + }, + "mm2": 1 + }, + { + "coin": "VET-BEP20", + "name": "vet_bep20", + "fname": "VeChain", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "VGX-ERC20", + "name": "vgx_erc20", + "fname": "Voyager", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "VGX-PLG20", + "name": "vgx_plg20", + "fname": "Voyager", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "VIA", + "name": "viacoin", + "fname": "Viacoin", + "sign_message_prefix": "Viacoin Signed Message:\n", + "rpcport": 5222, + "pubtype": 71, + "p2shtype": 33, + "wiftype": 199, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 7, + "mature_confirmations": 3600, + "avg_blocktime": 24, + "segwit": true, + "bech32_hrp": "via", + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/14'", + "trezor_coin": "Viacoin", + "links": { + "github": "https://github.com/viacoin", + "homepage": "https://viacoin.org" + }, + "mm2": 1 + }, + { + "coin": "VIA-segwit", + "name": "viacoin", + "fname": "Viacoin", + "sign_message_prefix": "Viacoin Signed Message:\n", + "rpcport": 5222, + "pubtype": 71, + "p2shtype": 33, + "wiftype": 199, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 7, + "mature_confirmations": 3600, + "avg_blocktime": 24, + "segwit": true, + "bech32_hrp": "via", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "VIA", + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/14'", + "trezor_coin": "Viacoin", + "links": { + "github": "https://github.com/viacoin", + "homepage": "https://viacoin.org" + } + }, + { + "coin": "VITE-BEP20", + "name": "vite_bep20", + "fname": "Vite", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2794DAD4077602eD25A88d03781528D1637898B4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "VPRM", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "VPRM", + "fname": "Vaporum", + "rpcport": 51609, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "VRA-ERC20", + "name": "vra_erc20", + "fname": "Verasity", + "rpcport": 80, + "required_confirmations": 3, + "avg_blocktime": 15, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xF411903cbC70a74d22900a5DE66A2dda66507255" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "VRSC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "VRSC", + "fname": "Verus Coin", + "rpcport": 27486, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "VTC", + "name": "vertcoin", + "fname": "Vertcoin", + "sign_message_prefix": "Vertcoin Signed Message:\n", + "rpcport": 5888, + "pubtype": 71, + "p2shtype": 5, + "wiftype": 128, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "vtc", + "wallet_only": false, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/28'", + "trezor_coin": "Vertcoin", + "links": { + "github": "https://github.com/vertcoin-project/vertcoin-core", + "homepage": "https://vertcoin.org" + }, + "mm2": 1 + }, + { + "coin": "VTC-segwit", + "name": "vertcoin", + "fname": "Vertcoin", + "sign_message_prefix": "Vertcoin Signed Message:\n", + "rpcport": 5888, + "pubtype": 71, + "p2shtype": 5, + "wiftype": 128, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "vtc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "VTC", + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/28'", + "trezor_coin": "Vertcoin", + "links": { + "github": "https://github.com/vertcoin-project/vertcoin-core", + "homepage": "https://vertcoin.org" + } + }, + { + "coin": "WAF", + "name": "waifu", + "fname": "Waifu", + "rpcport": 18332, + "pubtype": 73, + "p2shtype": 22, + "wiftype": 158, + "segwit": true, + "bech32_hrp": "waf", + "txfee": 1000, + "sign_message_prefix": "Waifu Signed Message:\n", + "required_confirmations": 4, + "avg_blocktime": 210, + "protocol": { + "type": "UTXO" + }, + "links": { + "github": "https://github.com/waifu-core/waifu-core" + }, + "mm2": 1 + }, + { + "coin": "WAVES-BEP20", + "name": "waves_bep20", + "fname": "Waves", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xFC3E14af0f0c2129a84Cc013D48C70D682902874" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WBTC-ERC20", + "name": "wbtc_erc20", + "fname": "Wrapped Bitcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Wrapped Bitcoin", + "links": { + "github": "https://github.com/WrappedBTC", + "homepage": "https://wbtc.network" + } + }, + { + "coin": "WBTC-PLG20", + "name": "wbtc_plg20", + "fname": "Wrapped Bitcoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "WHIVE", + "name": "whive", + "fname": "Whive", + "sign_message_prefix": "Bitcoin Signed Message:\n", + "rpcport": 1867, + "pubtype": 73, + "p2shtype": 10, + "wiftype": 128, + "txfee": 0, + "dust": 1000, + "segwit": true, + "bech32_hrp": "wv", + "wallet_only": false, + "required_confirmations": 1, + "mature_confirmations": 100, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/658'", + "links": { + "github": "https://github.com/whiveio/whive", + "homepage": "https://www.whive.io" + }, + "mm2": 1 + }, + { + "coin": "WHIVE-segwit", + "name": "whive", + "fname": "Whive", + "sign_message_prefix": "Bitcoin Signed Message:\n", + "rpcport": 1867, + "pubtype": 73, + "p2shtype": 10, + "wiftype": 128, + "txfee": 0, + "dust": 1000, + "segwit": true, + "bech32_hrp": "wv", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "WHIVE", + "required_confirmations": 1, + "mature_confirmations": 100, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/84'/658'", + "links": { + "github": "https://github.com/whiveio/whive", + "homepage": "https://www.whive.io" + } + }, + { + "coin": "WLD-ERC20", + "name": "wld_erc20", + "fname": "Worldcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x163f8C2467924be0ae7B5347228CABF260318753" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-ARB20", + "name": "woo_arb20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "WOO-AVX20", + "name": "woo_avx20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xaBC9547B534519fF73921b1FBA6E672b5f58D083" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-BEP20", + "name": "woo_bep20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-ERC20", + "name": "woo_erc20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-FTM20", + "name": "woo_ftm20", + "fname": "WOO Network", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-PLG20", + "name": "woo_plg20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XCN-BEP20", + "name": "xcn_bep20", + "fname": "Onyxcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XCN-ERC20", + "name": "xcn_erc20", + "fname": "Onyxcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XEC", + "name": "xec", + "fname": "eCash", + "sign_message_prefix": "eCash Signed Message:\n", + "rpcport": 8332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 0, + "estimate_fee_blocks": 2, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "ecash" + }, + "decimals": 2, + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1899'", + "links": { + "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", + "homepage": "https://e.cash" + }, + "mm2": 1 + }, + { + "coin": "XEP-BEP20", + "name": "xep_bep20", + "fname": "Electra Protocol", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XEP-segwit", + "name": "xep", + "fname": "Electra Protocol", + "sign_message_prefix": "XEP Signed Message:\n", + "rpcport": 16816, + "pubtype": 55, + "p2shtype": 137, + "wiftype": 162, + "txversion": 2, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "signature_version": "witness_v0", + "bech32_hrp": "ep", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "XEP", + "required_confirmations": 4, + "avg_blocktime": 80, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/597'" + }, + { + "coin": "XIDR-ERC20", + "name": "xidr_erc20", + "fname": "StraitsX Indonesian Rupiah", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XIDR-PLG20", + "name": "xidr_plg20", + "fname": "StraitsX Indonesian Rupiah", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XLM-BEP20", + "name": "xlm_bep20", + "fname": "Stellar", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XMY", + "name": "myriadcoin", + "fname": "Myriad", + "sign_message_prefix": "Myriadcoin Signed Message:\n", + "rpcport": 8332, + "pubtype": 50, + "p2shtype": 9, + "wiftype": 178, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "my", + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 240, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/90'", + "mm2": 1 + }, + { + "coin": "XMY-segwit", + "name": "myriadcoin", + "fname": "Myriad", + "sign_message_prefix": "Myriadcoin Signed Message:\n", + "rpcport": 8332, + "pubtype": 50, + "p2shtype": 9, + "wiftype": 178, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "my", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "XMY", + "required_confirmations": 3, + "avg_blocktime": 240, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/90'" + }, + { + "coin": "XNA", + "name": "neurai", + "fname": "Neurai", + "sign_message_prefix": "Neurai Signed Message:\n", + "rpcport": 19001, + "pubtype": 53, + "p2shtype": 117, + "wiftype": 128, + "segwit": true, + "txfee": 1000000, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1900'", + "links": { + "github": "https://github.com/NeuraiProject/Neurai", + "homepage": "https://neurai.org" + }, + "mm2": 1 + }, + { + "coin": "XOR-ERC20", + "name": "xor_erc20", + "fname": "Sora", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x40FD72257597aA14C7231A7B1aaa29Fce868F677" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XPM", + "name": "primecoin", + "fname": "Primecoin", + "rpcport": 8332, + "pubtype": 23, + "p2shtype": 83, + "wiftype": 151, + "txfee": 0, + "dust": 1000000, + "wallet_only": true, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/24'", + "trezor_coin": "Primecoin", + "links": { + "github": "https://github.com/primecoin/primecoin", + "homepage": "https://primecoin.io" + }, + "mm2": 0 + }, + { + "coin": "XRG", + "name": "ergon", + "fname": "Ergon", + "rpcport": 2137, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "ergon" + }, + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2137'", + "mm2": 1 + }, + { + "coin": "XRP-BEP20", + "name": "xrp_bep20", + "fname": "XRP", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XRP-ERC20", + "name": "xrp_erc20", + "fname": "XRP", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XSGD-ERC20", + "name": "xsgd_erc20", + "fname": "StraitsX Singapore Dollar", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Singapore-Dollar Backed Stablecoin", + "links": { + "github": "https://github.com/Xfers/StraitsX-tokens", + "homepage": "https://xfers.com/sg/stablecoin" + } + }, + { + "coin": "XSGD-PLG20", + "name": "xsgd_plg20", + "fname": "StraitsX Singapore Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XTZ-BEP20", + "name": "xtz_bep20", + "fname": "Tezos", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XVC", + "name": "vanillacash", + "fname": "VanillaCash", + "sign_message_prefix": "Vanillacash Signed Message:\n", + "isPoS": 1, + "rpcport": 48888, + "pubtype": 18, + "p2shtype": 30, + "wiftype": 181, + "txfee": 1000, + "dust": 10000, + "required_confirmations": 4, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/724'", + "links": { + "github": "https://github.com/WikiMin3R/Vanillacash", + "homepage": "https://vanillacash.org" + }, + "mm2": 1 + }, + { + "coin": "XVC-BEP20", + "name": "xvc_bep20", + "fname": "VanillaCash", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XVC-QRC20", + "name": "qtum", + "fname": "VanillaCash", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "XVG", + "name": "VERGE", + "fname": "Verge", + "isPoS": 1, + "sign_message_prefix": "VERGE Signed Message:\n", + "rpcport": 20102, + "pubtype": 30, + "p2shtype": 33, + "wiftype": 158, + "decimals": 6, + "segwit": true, + "bech32_hrp": "vg", + "txfee": 400000, + "dust": 400000, + "force_min_relay_fee": true, + "required_confirmations": 10, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/77'", + "mm2": 1 + }, + { + "coin": "XVS-BEP20", + "name": "xvs_bep20", + "fname": "Venus", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "YFI-AVX20", + "name": "yfi_avx20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFI-BEP20", + "name": "yfi_bep20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "YFI-ERC20", + "name": "yfi_erc20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "yearn.finance", + "links": { + "github": "https://github.com/iearn-finance", + "homepage": "https://yearn.finance/" + } + }, + { + "coin": "YFI-FTM20", + "name": "yfi_ftm20", + "fname": "yearn.finance", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x29b0Da86e484E1C0029B56e817912d778aC0EC69" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFI-KRC20", + "name": "yfi_krc20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFI-PLG20", + "name": "yfi_plg20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "YFII-BEP20", + "name": "yfii_bep20", + "fname": "DFI.Money", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFII-ERC20", + "name": "yfii_erc20", + "fname": "DFI.Money", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "YFII.finance", + "links": { + "github": "https://github.com/yfii/vault", + "homepage": "https://dfi.money/" + } + }, + { + "coin": "ZEC", + "name": "zcash", + "fname": "Zcash", + "sign_message_prefix": "Zcash Signed Message:\n", + "rpcport": 8232, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "segwit": true, + "txversion": 4, + "overwintered": 1, + "version_group_id": "0x892f2085", + "consensus_branch_id": "0xc8e71055", + "txfee": 100000, + "required_confirmations": 3, + "avg_blocktime": 75, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/133'", + "trezor_coin": "Zcash", + "links": { + "github": "https://github.com/zcash/zcash", + "homepage": "https://z.cash" + }, + "mm2": 1 + }, + { + "coin": "ZER", + "name": "zero", + "fname": "Zero", + "rpcport": 23811, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "txversion": 4, + "overwintered": 1, + "version_group_id": "0x892f2085", + "consensus_branch_id": "0x7361707a", + "txfee": 1000, + "required_confirmations": 4, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/323'", + "mm2": 1 + }, + { + "coin": "ZER-BEP20", + "name": "zer_bep20", + "fname": "Zero", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ZET", + "name": "zetacoin", + "fname": "Zetacoin", + "sign_message_prefix": "Zetacoin Signed Message:\n", + "isPoS": 1, + "rpcport": 22014, + "pubtype": 20, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "mature_confirmations": 500, + "required_confirmations": 7, + "avg_blocktime": 45, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/719'", + "links": { + "github": "https://github.com/WikiMin3R/ZetacoinE", + "homepage": "https://zetacoin.io" + }, + "mm2": 1 + }, + { + "coin": "ZIL-BEP20", + "name": "zil_bep20", + "fname": "Zilliqa", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ZINU-BEP20", + "name": "zinu_bep20", + "fname": "Zombie Inu", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ZOIN", + "name": "zoin", + "fname": "ZoinCommunity", + "sign_message_prefix": "Zoincoin Signed Message:\n", + "rpcport": 8256, + "pubtype": 80, + "p2shtype": 53, + "wiftype": 208, + "segwit": false, + "txfee": 1000000, + "dust": 1000000, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/60'", + "links": { + "github": "https://github.com/seopub/zoincomumity", + "homepage": "http://zoincommunity.com/" + }, + "mm2": 1 + }, + { + "coin": "ZOMBIE", + "asset": "ZOMBIE", + "fname": "Zombie", + "txversion": 4, + "overwintered": 1, + "avg_blocktime": 60, + "is_testnet": true, + "protocol": { + "type": "ZHTLC", + "protocol_data": { + "consensus_params": { + "overwinter_activation_height": 0, + "sapling_activation_height": 1, + "blossom_activation_height": null, + "heartwood_activation_height": null, + "canopy_activation_height": null, + "coin_type": 133, + "hrp_sapling_extended_spending_key": "secret-extended-key-main", + "hrp_sapling_extended_full_viewing_key": "zxviews", + "hrp_sapling_payment_address": "zs", + "b58_pubkey_address_prefix": [ + 28, + 184 + ], + "b58_script_address_prefix": [ + 28, + 189 + ] + }, + "z_derivation_path": "m/32'/133'" + } + }, + "derivation_path": "m/44'/133'", + "required_confirmations": 3, + "mm2": 1 + }, + { + "coin": "ZRX-AVX20", + "name": "zrx_avx20", + "fname": "0x", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ZRX-ERC20", + "name": "zrx_erc20", + "fname": "0x", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "0x Project", + "links": { + "github": "https://github.com/0xProject", + "homepage": "https://0xproject.com" + } + }, + { + "coin": "ZRX-PLG20", + "name": "zrx_plg20", + "fname": "0x", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "tBCH", + "name": "Bitcoin Cash Testnet", + "fname": "Bitcoin Cash Testnet", + "is_testnet": true, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "txfee": 0, + "estimate_fee_blocks": 2, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "bchtest" + }, + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "BCH", + "protocol_data": { + "slp_prefix": "slptest" + } + }, + "mm2": 1 + }, + { + "coin": "tBLK", + "name": "blackmore", + "fname": "BlackCoin Testnet", + "isPoS": 1, + "rpcport": 25715, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "txfee": 100000, + "segwit": true, + "is_testnet": true, + "required_confirmations": 5, + "mature_confirmations": 10, + "avg_blocktime": 66, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1'", + "mm2": 1 + }, + { + "coin": "tQTUM", + "name": "qtumtest", + "fname": "QTUM Testnet", + "is_testnet": true, + "rpcport": 13889, + "pubtype": 120, + "p2shtype": 110, + "wiftype": 239, + "segwit": true, + "bech32_hrp": "tq", + "txfee": 400000, + "required_confirmations": 1, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QTUM" + }, + "mm2": 1 + }, + { + "coin": "vARRR", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "vARRR", + "fname": "vARRR", + "rpcport": 20778, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 6, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + }, + { + "coin": "vDEX", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "vDEX", + "fname": "vDEX", + "rpcport": 21778, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 6, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "mm2": 1 + } + ] "p2shtype": 33, "wiftype": 158, "decimals": 6, From 0acf87f86341abc32ce0ed0ebf878b1e9dac1f6b Mon Sep 17 00:00:00 2001 From: smk762 Date: Tue, 14 Jan 2025 17:35:04 +0800 Subject: [PATCH 4/6] tighten filter --- utils/generate_app_configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/generate_app_configs.py b/utils/generate_app_configs.py index 52e50e9c9..3553d3066 100755 --- a/utils/generate_app_configs.py +++ b/utils/generate_app_configs.py @@ -701,7 +701,7 @@ def filter_wss(coins_config): nodes = [] for i in coins_config[coin]["nodes"]: if "ws_url" in i: - nodes.append(i) + nodes.append({"ws_url": i["ws_url"]}) if len(nodes) > 0: coins_config_wss.update({coin: coins_config[coin]}) coins_config_wss[coin]["nodes"] = nodes From dc7eae31d77b97726e644f4e900c30e494b389dc Mon Sep 17 00:00:00 2001 From: smk762 Date: Tue, 14 Jan 2025 17:35:39 +0800 Subject: [PATCH 5/6] restore old coins file --- coins | 65384 ++++++++++++++------------------------------------------ 1 file changed, 16246 insertions(+), 49138 deletions(-) diff --git a/coins b/coins index 6acf27d58..6b5691ad6 100644 --- a/coins +++ b/coins @@ -1,49147 +1,16255 @@ [ { - "coin": "1INCH-AVX20", - "name": "1inch_avx20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xd501281565bf7789224523144Fe5D98e8B28f267" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "1INCH-BEP20", - "name": "1inch_bep20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "1INCH-ERC20", - "name": "1inch_erc20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "1INCH-KRC20", - "name": "1inch_krc20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x79f3244F3FFd7500A31a90Bb83C7D56649c2C7C5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "1INCH-PLG20", - "name": "1inch_plg20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AAVE-AVX20", - "name": "aave_avx20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x63a72806098Bd3D9520cC43356dD78afe5D386D9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-BEP20", - "name": "aave_bep20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xfb6115445Bff7b52FeB98650C87f44907E58f802" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AAVE-ERC20", - "name": "aave_erc20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Aave", - "links": { - "github": "https://github.com/aave", - "homepage": "https://aave.com/ " - } - }, - { - "coin": "AAVE-FTM20", - "name": "aave_ftm20", - "fname": "AAVE", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-HCO20", - "name": "aave_hco20", - "fname": "AAVE", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x202b4936fE1a82A4965220860aE46d7d3939Bb25" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-KRC20", - "name": "aave_krc20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xE76e97C157658004eE22e01C03a5e21A4655A2Fd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-PLG20", - "name": "aave_plg20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ABY", - "name": "artbyte", - "fname": "ArtByte", - "sign_message_prefix": "Artbyte Signed Message:\n", - "isPoS": 1, - "rpcport": 9262, - "pubtype": 28, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "mature_confirmations": 550, - "required_confirmations": 7, - "avg_blocktime": 45, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/720'", - "links": { - "github": "https://github.com/WikiMin3R/ArtBytE", - "homepage": "https://artbyte.art" - }, - "mm2": 1 - }, - { - "coin": "ACTN", - "asset": "ACTN", - "fname": "Action Coin", - "sign_message_prefix": "Komodo Signed Message:\n", - "rpcport": 51677, - "txversion": 4, - "overwintered": 1, - "txfee": 1000, - "required_confirmations": 2, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "ACTN-BEP20", - "name": "actn_bep20", - "fname": "Action Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xD7380b10bF3886B34Ab3422DEa42E408850375CA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ADA-BEP20", - "name": "ada_bep20", - "fname": "Cardano", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ADX-BEP20", - "name": "adx_bep20", - "fname": "AdEx", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ADX-ERC20", - "name": "adx_erc20", - "fname": "AdEx", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "AdEx Network", - "links": { - "github": "https://github.com/AdExNetwork", - "homepage": "https://www.adex.network" - } - }, - { - "coin": "AGEUR-AVX20", - "name": "ageur_avx20", - "fname": "agEUR", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AGEUR-ERC20", - "name": "ageur_erc20", - "fname": "agEUR", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AGEUR-PLG20", - "name": "ageur_plg20", - "fname": "agEUR", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AGIX-ERC20", - "name": "agix_erc20", - "fname": "SingularityNET", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AGIX-PLG20", - "name": "agix_plg20", - "fname": "SingularityNET", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AIBC", - "name": "aiblockchain", - "fname": "Aiblockchain", - "sign_message_prefix": "Aiblockchain Signed Message:\n", - "rpcport": 7772, - "pubtype": 23, - "p2shtype": 23, - "wiftype": 176, - "txfee": 0, - "dust": 5460, - "segwit": true, - "bech32_hrp": "aibc", - "required_confirmations": 11, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2'", - "links": { - "github": "https://github.com/nickgsh/AiBlockChain", - "homepage": "https://aibc.space" - }, - "mm2": 1 - }, - { - "coin": "AIPG", - "name": "aipowergrid", - "fname": "AIPowerGrid", - "sign_message_prefix": "Aipg Signed Message:\n", - "rpcport": 9788, - "pubtype": 23, - "p2shtype": 23, - "wiftype": 128, - "segwit": true, - "txfee": 1000000, - "dust": 1000000, - "required_confirmations": 6, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2686'", - "links": { - "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core", - "homepage": "aipowergrid.io" - }, - "mm2": 1 - }, - { - "coin": "ANAGAMI", - "fname": "Anagami Testnet", - "required_confirmations": 1, - "protocol": { - "type": "SIA" - }, - "mm2": 1 - }, - { - "coin": "ANEY", - "name": "aney", - "fname": "Animal Economy", - "rpcport": 33500, - "pubtype": 23, - "p2shtype": 63, - "wiftype": 210, - "txfee": 100000, - "dust": 5460, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/119'", - "links": { - "github": "https://github.com/Animal-Economy/ANEY", - "homepage": "https://aney.one" - }, - "mm2": 1 - }, - { - "coin": "ANKR-BEP20", - "name": "ankr_bep20", - "fname": "Ankr", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xf307910A4c7bbc79691fD374889b36d8531B08e3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ANKR-ERC20", - "name": "ankr_erc20", - "fname": "Ankr", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ANKR-PLG20", - "name": "ankr_plg20", - "fname": "Ankr", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ANT-ERC20", - "name": "ant_erc20", - "fname": "Aragon", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa117000000f279D81A1D3cc75430fAA017FA5A2e" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "APE-BEP20", - "name": "ape_bep20", - "fname": "ApeCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "APE-ERC20", - "name": "ape_erc20", - "fname": "ApeCoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4d224452801ACEd8B2F0aebE155379bb5D594381" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "APE-FTM20", - "name": "ape_ftm20", - "fname": "ApeCoin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x2d72A97a31Dc920dB03330780d30074626e39C8A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "APE-PLG20", - "name": "ape_plg20", - "fname": "ApeCoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xB7b31a6BC18e48888545CE79e83E06003bE70930" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ARB-ARB20", - "name": "arb_arb20", - "fname": "Arbitrum", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x912CE59144191C1204E64559FE8253a0e49E6548" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "ARB-ERC20", - "name": "arb_erc20", - "fname": "Arbitrum", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ARPA-BEP20", - "name": "arpa_bep20", - "fname": "ARPA Chain", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ARPA-ERC20", - "name": "arpa_erc20", - "fname": "ARPA Chain", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBA50933C268F567BDC86E1aC131BE072C6B0b71a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ARPA-PLG20", - "name": "arpa_plg20", - "fname": "ARPA Chain", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xEE800B277A96B0f490a1A732e1D6395FAD960A26" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ARRR", - "asset": "PIRATE", - "fname": "Pirate", - "txversion": 4, - "overwintered": 1, - "avg_blocktime": 60, - "protocol": { - "type": "ZHTLC", - "protocol_data": { - "consensus_params": { - "overwinter_activation_height": 152855, - "sapling_activation_height": 152855, - "blossom_activation_height": null, - "heartwood_activation_height": null, - "canopy_activation_height": null, - "coin_type": 133, - "hrp_sapling_extended_spending_key": "secret-extended-key-main", - "hrp_sapling_extended_full_viewing_key": "zxviews", - "hrp_sapling_payment_address": "zs", - "b58_pubkey_address_prefix": [ - 28, - 184 - ], - "b58_script_address_prefix": [ - 28, - 189 - ] - }, - "check_point_block": { - "height": 1900000, - "time": 1652512363, - "hash": "44797f3bb78323a7717007f1e289a3689e0b5b3433385dbd8e6f6a1700000000", - "sapling_tree": "01e40c26f4a28071535b95ae637d30a209531e92a33de0a649e51183771025fd0f016cdc51442fcb328d047a709dc0f41e0173953404711045b3ef3036d7fd4151271501d6c94c5ce6787826af809aaee83768c4b7d4f02c8dc2d24cf60ed5f127a5d730018a752ea9d9efb3e1ac0e6e705ac9f7f9863cfa8f612ad43802175338d8d7cc6000000001fc3542434eff03075ea5f0a64f1dfb2f042d281b1a057e9f6c765b533ce51219013ad9484b1e901e62b93e7538f913dcb27695380c3bc579e79f5cc900f28e596e0001431da5f01fe11d58300134caf5ac76e0b1b7486fd02425dd8871bca4afa94d4b01bb39de1c1d10a25ce0cc775bc74b6b0f056c28639e7c5b7651bb8460060085530000000001732ddf661e68c9e335599bb0b18b048d2f1c06b20eabd18239ad2f3cc45fa910014496bab5eedab205b5f2a206bd1db30c5bc8bc0c1914a102f87010f3431be21a0000010b5fd8e7610754075f936463780e85841f3ab8ca2978f9afdf7c2c250f16a75f01db56bc66eb1cd54ec6861e5cf24af2f4a17991556a52ca781007569e95b9842401c03877ecdd98378b321250640a1885604d675aaa50380e49da8cfa6ff7deaf15" - }, - "z_derivation_path": "m/32'/133'" - } - }, - "derivation_path": "m/44'/133'", - "required_confirmations": 2, - "requires_notarization": true, - "mm2": 1 - }, - { - "coin": "ARRR-BEP20", - "name": "arrr_bep20", - "fname": "Pirate", - "rpcport": 80, - "wallet_only": true, - "decimals": 8, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xCDAF240C90F989847c56aC9Dee754F76F41c5833" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ASLP-SLP", - "fname": "AtomicSLP", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 2, - "token_id": "926894cbf50269b15c97559b9acfc1bd88cd5f20703313ce0ea0683ecdb40911", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "ATOM", - "avg_blocktime": 7, - "name": "cosmos", - "fname": "Cosmos", - "wallet_only": true, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "uatom", - "account_prefix": "cosmos", - "chain_registry_name": "cosmoshub", - "chain_id": "cosmoshub-4" - } - }, - "derivation_path": "m/44'/118'", - "mm2": 0 - }, - { - "coin": "ATOM-BEP20", - "name": "atom_bep20", - "fname": "Cosmos", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0Eb3a705fc54725037CC9e008bDede697f62F335" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ATOM-IBC_IRIS", - "name": "cosmos_ibc_iris", - "fname": "Cosmos", - "avg_blocktime": 7, - "protocol": { - "type": "TENDERMINTTOKEN", - "protocol_data": { - "platform": "IRIS", - "decimals": 6, - "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "ATOM-IBC_NUCLEUSTEST", - "avg_blocktime": 5, - "name": "cosmos-ibc-nucleus-test", - "fname": "Cosmos", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINTTOKEN", - "protocol_data": { - "platform": "NUCLEUSTEST", - "decimals": 6, - "denom": "ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E" - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "ATOM-PLG20", - "name": "atom_plg20", - "fname": "Cosmos", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AUR", - "name": "auroracoin", - "fname": "Auroracoin", - "sign_message_prefix": "AuroraCoin Signed Message:\n", - "rpcport": 12341, - "pubtype": 23, - "p2shtype": 5, - "wiftype": 176, - "txfee": 5000, - "segwit": false, - "bech32_hrp": "aur", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/85'", - "mm2": 1 - }, - { - "coin": "AVA-BEP20", - "name": "ava_bep20", - "fname": "Travala.com", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AVA-ERC20", - "name": "ava_erc20", - "fname": "AVA", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa6C0c097741D55ECd9a3A7DeF3A8253fD022ceB9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AVAX", - "name": "avax", - "fname": "Avalanche", - "rpcport": 80, - "chain_id": 43114, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Avalanche C-Chain", - "links": { - "homepage": "https://www.avax.network/" - }, - "mm2": 1 - }, - { - "coin": "AVAX-BEP20", - "name": "avax_bep20", - "fname": "Avalanche", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1CE0c2827e2eF14D5C4f29a091d735A204794041" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AVAXT", - "name": "avaxt", - "fname": "Avalanche Testnet", - "is_testnet": true, - "rpcport": 80, - "chain_id": 43113, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "AVN", - "name": "avian", - "fname": "Avian", - "sign_message_prefix": "Raven Signed Message:\n", - "rpcport": 7896, - "pubtype": 60, - "p2shtype": 122, - "wiftype": 128, - "segwit": false, - "fork_id": "0x40", - "signature_version": "base", - "txfee": 1000000, - "required_confirmations": 3, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/921'", - "mm2": 1 - }, - { - "coin": "AVN-PLG20", - "name": "avn_plg20", - "fname": "Avian", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x752DC265EAf6Da2Db0F8e4a32D5596D3f18e8701" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AWC-ERC20", - "name": "atomic-wallet-coin", - "fname": "Atomic Wallet Coin", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaD22f63404f7305e4713CcBd4F296f34770513f4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AXE", - "name": "axe", - "fname": "Axe", - "sign_message_prefix": "DarkCoin Signed Message:\n", - "rpcport": 9337, - "pubtype": 55, - "p2shtype": 16, - "wiftype": 204, - "txfee": 10000, - "confpath": "USERHOME/.axecore/axe.conf", - "mature_confirmations": 101, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/4242'", - "trezor_coin": "Axe", - "links": { - "github": "https://github.com/axerunners/axe", - "homepage": "https://axerunners.com" - }, - "mm2": 1 - }, - { - "coin": "AXS-BEP20", - "name": "axs_bep20", - "fname": "Axie Infinity", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AXS-ERC20", - "name": "axs_erc20", - "fname": "Axie Infinity", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Axie Infinity Shards", - "links": { - "github": "https://github.com/axieinfinity", - "homepage": "https://axieinfinity.com/" - } - }, - { - "coin": "AYA", - "name": "aryacoin", - "fname": "Aryacoin", - "sign_message_prefix": "Aryacoin Signed Message:\n", - "rpcport": 9332, - "pubtype": 23, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 5, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/357'", - "mm2": 1 - }, - { - "coin": "AYA-BEP20", - "name": "aya_bep20", - "fname": "Aryacoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BABYDOGE-BEP20", - "name": "babydoge_bep20", - "fname": "Baby Doge Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc748673057861a797275CD8A068AbB95A902e8de" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAL-BEP20", - "name": "bal_bep20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd4ed60d8368a92b5F1ca33aF61eF2A94714B2d46" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAL-ERC20", - "name": "bal_erc20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xba100000625a3754423978a60c9317c58a424e3D" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Balancer", - "links": { - "github": "https://github.com/balancer-labs", - "homepage": "https://balancer.finance" - } - }, - { - "coin": "BAL-KRC20", - "name": "bal_krc20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xFC31366Be1795c1Ff444b9fBF55759733aD4d26D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAL-PLG20", - "name": "bal_plg20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BANANO-BEP20", - "name": "banano_bep20", - "fname": "Banano", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xe20B9e246db5a0d21BF9209E4858Bc9A3ff7A034" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAND-BEP20", - "name": "band_bep20", - "fname": "Band Protocol", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BAND-ERC20", - "name": "band_erc20", - "fname": "Band Protocol", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAND-FTM20", - "name": "band_ftm20", - "fname": "Band Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAND-PLG20", - "name": "band_plg20", - "fname": "Band Protocol", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAT-AVX20", - "name": "bat_avx20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x98443B96EA4b0858FDF3219Cd13e98C7A4690588" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAT-BEP20", - "name": "bat_bep20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x101d82428437127bF1608F699CD651e6Abf9766E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BAT-ERC20", - "name": "bat_erc20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Basic Attention Token", - "links": { - "homepage": "https://basicattentiontoken.org" - } - }, - { - "coin": "BAT-KRC20", - "name": "bat_krc20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x0bF46C86Ce3B904660aE85677EaA20B0C1b24064" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAT-PLG20", - "name": "bat_plg20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x3Cef98bb43d732E2F285eE605a8158cDE967D219" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BBK", - "name": "bitblocks", - "fname": "BitBlocks", - "rpcport": 59768, - "pubtype": 25, - "p2shtype": 85, - "wiftype": 107, - "txfee": 10000, - "wallet_only": true, - "sign_message_prefix": "DarkNet Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "links": { - "github": "https://github.com/BitBlocksProject/BitBlocks", - "homepage": "https://bitblocksproject.com" - }, - "mm2": 0 - }, - { - "coin": "BBK-BEP20", - "name": "bbk_bep20", - "fname": "BitBlocks", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9045B0eda6B6A556cf9B3d81C2db47411714f847" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BBK-PLG20", - "name": "bbk_plg20", - "fname": "BitBlocks", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2C8a46eF99Cb64928eB3Dd50A925327e02296F63" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCH", - "name": "bch", - "fname": "Bitcoin Cash", - "rpcport": 33333, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 1000, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "bitcoincash" - }, - "sign_message_prefix": "Bitcoin Signed Message:\n", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "BCH", - "protocol_data": { - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'", - "trezor_coin": "Bitcoin Cash", - "links": { - "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", - "homepage": "https://www.bitcoincash.org" - }, - "mm2": 1 - }, - { - "coin": "BCH-BEP20", - "name": "bch_bep20", - "fname": "Bitcoin Cash", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCH-ERC20", - "name": "bch_erc20", - "fname": "Bitcoin Cash", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCH-HCO20", - "name": "bch_hco20", - "fname": "Bitcoin Cash", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xeF3CEBD77E0C52cb6f60875d9306397B5Caca375" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCZERO", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "BCZERO", - "fname": "Buggyra Coin Zero", - "rpcport": 46856, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "links": { - "homepage": "https://buggyracoinzero.com" - }, - "mm2": 1 - }, - { - "coin": "BEST-ERC20", - "name": "best_erc20", - "fname": "Bitpanda Ecosystem", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F" - } - }, - "decimals": 8, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BIDR-BEP20", - "name": "bidr_bep20", - "fname": "BIDR", - "rpcport": 80, - "chain_id": 56, - "wallet_only": true, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BITN", - "name": "bitnet", - "fname": "Bitnet", - "sign_message_prefix": "Bitnet Signed Message:\n", - "rpcport": 9332, - "pubtype": 25, - "p2shtype": 22, - "wiftype": 158, - "txfee": 700000, - "segwit": true, - "bech32_hrp": "bit", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "mm2": 1 - }, - { - "coin": "BKC", - "name": "briskcoin", - "fname": "Briskcoin", - "rpcport": 8552, - "pubtype": 25, - "p2shtype": 33, - "wiftype": 153, - "txfee": 0, - "segwit": true, - "bech32_hrp": "bc", - "required_confirmations": 5, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1918'", - "sign_message_prefix": "Briskcoin Signed Message:\n", - "trezor_coin": "Briskcoin", - "links": { - "github": "https://github.com/briskcoin-project/briskcoin", - "homepage": "https://briskcoin.org" - }, - "mm2": 1 - }, - { - "coin": "BLK", - "name": "blackmore", - "fname": "BlackCoin", - "sign_message_prefix": "BlackCoin Signed Message:\n", - "isPoS": 1, - "rpcport": 15715, - "pubtype": 25, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "required_confirmations": 5, - "mature_confirmations": 500, - "avg_blocktime": 66, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/10'", - "mm2": 1 - }, - { - "coin": "BLK-BEP20", - "name": "blk_bep20", - "fname": "BlackCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd2cDfD5d26dfA1D11116B9ED7DBd7C6B88C6e1D3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BLOCX", - "name": "blocx", - "fname": "BLOCX.", - "rpcport": 12973, - "pubtype": 25, - "p2shtype": 26, - "wiftype": 153, - "segwit": false, - "txfee": 1000, - "sign_message_prefix": "DarkCoin Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/5'", - "links": { - "github": "https://github.com/BLOCXTECH/BLOCX", - "homepage": "https://blocx.tech" - }, - "mm2": 1 - }, - { - "coin": "BNB", - "name": "binancesmartchain", - "fname": "Binance Coin", - "avg_blocktime": 3, - "rpcport": 80, - "chain_id": 56, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Binance Smart Chain", - "links": { - "homepage": "https://www.binance.org" - }, - "mm2": 1 - }, - { - "coin": "BNBT", - "name": "binancesmartchaintest", - "fname": "Binance Coin Testnet", - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 97, - "is_testnet": true, - "required_confirmations": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "BNT-BEP20", - "name": "bnt_bep20", - "fname": "Bancor", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA069008A669e2Af00a86673D9D584cfb524A42Cc" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BNT-ERC20", - "name": "bnt_erc20", - "fname": "Bancor", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Bancor Network Token", - "links": { - "github": "https://github.com/bancorprotocol", - "homepage": "https://www.bancor.network" - } - }, - { - "coin": "BNT-PLG20", - "name": "bnt_plg20", - "fname": "Bancor", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BOLI", - "name": "bolivarcoin", - "fname": "Bolivarcoin", - "confpath": "USERHOME/.bolivarcoincore/bolivarcoin.conf", - "rpcport": 3563, - "pubtype": 85, - "p2shtype": 5, - "wiftype": 213, - "segwit": false, - "txfee": 10000, - "sign_message_prefix": "DarkCoin Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 180, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/278'", - "links": { - "github": "https://github.com/BOLI-Project/BolivarCoin", - "homepage": "https://bolis.info" - }, - "mm2": 1 - }, - { - "coin": "BONE-ERC20", - "name": "bone_erc20", - "fname": "Bone ShibaSwap", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x9813037ee2218799597d83D4a5B6F3b6778218d9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BORG-ERC20", - "name": "borg_erc20", - "fname": "SwissBorg", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x64d0f55Cd8C7133a9D7102b13987235F486F2224" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SwissBorg", - "links": { - "homepage": "https://swissborg.com" - } - }, - { - "coin": "BRZ-AVX20", - "name": "brz_avx20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 43114, - "decimals": 4, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x491a4eB4f1FC3BfF8E1d2FC856a6A46663aD556f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BRZ-BEP20", - "name": "brz_bep20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 4, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BRZ-ERC20", - "name": "brz_erc20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x01d33FD36ec67c6Ada32cf36b31e88EE190B1839" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BRZ-PLG20", - "name": "brz_plg20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "BSTY", - "name": "globalboost", - "fname": "GlobalBoost-Y", - "rpcport": 8225, - "pubtype": 77, - "p2shtype": 139, - "wiftype": 208, - "txfee": 200000, - "segwit": true, - "bech32_hrp": "gb", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/664'", - "mm2": 1 - }, - { - "coin": "BTC", - "name": "bitcoin", - "fname": "Bitcoin", - "rpcport": 8332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "bc", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "wallet_only": false, - "sign_message_prefix": "Bitcoin Signed Message:\n", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/0'", - "trezor_coin": "Bitcoin", - "links": { - "github": "https://github.com/bitcoin/bitcoin", - "homepage": "https://bitcoin.org" - }, - "mm2": 1 - }, - { - "coin": "BTC-BEP20", - "name": "btc_bep20", - "fname": "Bitcoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BTC-segwit", - "name": "bitcoin", - "fname": "Bitcoin", - "sign_message_prefix": "Bitcoin Signed Message:\n", - "rpcport": 8332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "bc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "BTC", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/0'", - "trezor_coin": "Bitcoin", - "links": { - "github": "https://github.com/bitcoin/bitcoin", - "homepage": "https://bitcoin.org" - } - }, - { - "coin": "BTCZ", - "name": "bitcoinz", - "fname": "BitcoinZ", - "sign_message_prefix": "BitcoinZ Signed Message:\n", - "rpcport": 1979, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "txfee": 10000, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/177'", - "mm2": 1 - }, - { - "coin": "BTCZ-BEP20", - "name": "btcz_bep20", - "fname": "BitcoinZ", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcBBB3e5099F769F6d4E2b8b92DC0e268f7E099D8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BTE", - "name": "bitweb", - "fname": "Bitweb", - "sign_message_prefix": "Bitweb Signed Message:\n", - "rpcport": 1605, - "pubtype": 33, - "p2shtype": 30, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "web", - "txfee": 20000, - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/738'", - "links": { - "github": "https://github.com/bitweb-project/bitweb", - "homepage": "https://bitwebcore.net" - }, - "mm2": 1 - }, - { - "coin": "BTE-segwit", - "name": "bitweb", - "fname": "Bitweb", - "sign_message_prefix": "Bitweb Signed Message:\n", - "rpcport": 1605, - "pubtype": 33, - "p2shtype": 30, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "web", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "BTE", - "txfee": 20000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/84'/738'", - "links": { - "github": "https://github.com/bitweb-project/bitweb", - "homepage": "https://bitwebcore.net" - } - }, - { - "coin": "BTT-BEP20", - "name": "btt_bep20", - "fname": "BitTorrent (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BTTC-BEP20", - "name": "bttc_bep20", - "fname": "BitTorrent", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x352Cb5E19b12FC216548a2677bD0fce83BaE434B" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BTU-ERC20", - "name": "btu_erc20", - "fname": "BTU Protocol", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xb683D83a532e2Cb7DFa5275eED3698436371cc9f" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "BTU Protocol", - "links": { - "github": "https://github.com/btuprotocol", - "homepage": "https://btu-protocol.com" - } - }, - { - "coin": "BTU-PLG20", - "name": "btu_plg20", - "fname": "BTU Protocol", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xFdc26CDA2d2440d0E83CD1DeE8E8bE48405806DC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BTX", - "name": "bitcore", - "fname": "BitCore", - "rpcport": 9469, - "pubtype": 3, - "p2shtype": 125, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "btx", - "txfee": 20000, - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/160'", - "trezor_coin": "Bitcore", - "links": { - "github": "https://github.com/LIMXTEC/BitCore", - "homepage": "https://bitcore.cc" - }, - "mm2": 1 - }, - { - "coin": "BTX-BEP20", - "name": "btx_bep20", - "fname": "BitCore", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x000000089fb24237dA101020Ff8e2AfD14624687" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BTX-segwit", - "name": "bitcore", - "fname": "BitCore", - "rpcport": 9469, - "pubtype": 3, - "p2shtype": 125, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "btx", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "BTX", - "txfee": 20000, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/160'", - "trezor_coin": "Bitcore", - "links": { - "github": "https://github.com/LIMXTEC/BitCore", - "homepage": "https://bitcore.cc" - } - }, - { - "coin": "BUSD-AVX20", - "name": "busd_avx20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BUSD-BEP20", - "name": "busd_bep20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BUSD-ERC20", - "name": "busd_erc20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Binance USD (BUSD)", - "links": { - "github": "https://github.com/paxosglobal/busd-contract", - "homepage": "https://www.paxos.com/busd" - } - }, - { - "coin": "BUSD-MVR20", - "name": "busd_mvr20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BUSD-PLG20", - "name": "busd_plg20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CADC-ERC20", - "name": "cadc_erc20", - "fname": "CAD Coin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CADC-PLG20", - "name": "cadc_plg20", - "fname": "CAD Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "CAKE-BEP20", - "name": "cake_bep20", - "fname": "PancakeSwap", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CASE-BEP20", - "name": "case_bep20", - "fname": "Case Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CCL", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "CCL", - "fname": "CoinCollect", - "rpcport": 20849, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "CDN", - "name": "canadaecoin", - "fname": "Canada eCoin", - "sign_message_prefix": "Canada eCoin Signed Message:\n", - "rpcport": 34330, - "pubtype": 28, - "p2shtype": 5, - "wiftype": 156, - "txfee": 200000, - "dust": 54600, - "segwit": true, - "bech32_hrp": "cdn", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/34'", - "mm2": 1 - }, - { - "coin": "CDN-segwit", - "name": "canadaecoin", - "fname": "Canada eCoin", - "sign_message_prefix": "Canada eCoin Signed Message:\n", - "rpcport": 34330, - "pubtype": 28, - "p2shtype": 5, - "wiftype": 156, - "txfee": 200000, - "dust": 54600, - "segwit": true, - "bech32_hrp": "cdn", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "CDN", - "required_confirmations": 2, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/34'" - }, - { - "coin": "CDS-PLG20", - "name": "cds_plg20", - "fname": "Crypto Development Services", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xF7B5991c676929BF98BF3E2e2e386789BB16912a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CEL-ERC20", - "name": "cel_erc20", - "fname": "Celsius", - "rpcport": 80, - "chain_id": 1, - "decimals": 4, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CEL-PLG20", - "name": "cel_plg20", - "fname": "Celsius", - "rpcport": 80, - "chain_id": 137, - "decimals": 4, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xD85d1e945766Fea5Eda9103F918Bd915FbCa63E6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CELR-ARB20", - "name": "celr_arb20", - "fname": "Celer Network", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x3a8B787f78D775AECFEEa15706D4221B40F345AB" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "CELR-BEP20", - "name": "celr_bep20", - "fname": "Celer Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CELR-ERC20", - "name": "celr_erc20", - "fname": "Celer Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "CelerToken", - "links": { - "github": "https://github.com/celer-network", - "homepage": "https://www.celer.network/" - } - }, - { - "coin": "CFX-BEP20", - "name": "cfx_bep20", - "fname": "Conflux", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x045c4324039dA91c52C55DF5D785385Aab073DcF" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CHSB-ERC20", - "name": "chsb_erc20", - "fname": "SwissBorg (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SwissBorg", - "links": { - "homepage": "https://swissborg.com" - } - }, - { - "coin": "CHSB-PLG20", - "name": "chsb_plg20", - "fname": "SwissBorg (OLD)", - "wallet_only": true, - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHTA", - "name": "cheetahcoin", - "fname": "Cheetahcoin", - "rpcport": 8536, - "pubtype": 28, - "p2shtype": 5, - "wiftype": 128, - "txfee": 40000, - "required_confirmations": 2, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/682'", - "mm2": 1 - }, - { - "coin": "CHTA-BEP20", - "name": "chta_bep20", - "fname": "Cheetahcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb096DF47073A39041D9ffeD5d4E1d1b0D5D6b8E7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHZ-ERC20", - "name": "chz_erc20", - "fname": "Chiliz", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHZ-KRC20", - "name": "chz_krc20", - "fname": "Chiliz", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x6E8ce0519B7e4d691BaCE464099547E5fC17679c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHZ-PLG20", - "name": "chz_plg20", - "fname": "Chiliz", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf1938Ce12400f9a761084E7A80d37e732a4dA056" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CLAM", - "name": "clams", - "fname": "Clams", - "isPoS": 1, - "rpcport": 30174, - "pubtype": 137, - "p2shtype": 13, - "wiftype": 133, - "segwit": false, - "txfee": 10000, - "sign_message_prefix": "Clam Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/23'", - "links": { - "github": "https://github.com/nochowderforyou/clams", - "homepage": "http://clamclient.com" - }, - "mm2": 1 - }, - { - "coin": "CLC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "CLC", - "fname": "Collider Coin", - "rpcport": 31034, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "CLP-BEP20", - "name": "clp_bep20", - "fname": "Crypto Lover Productions", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3039e86d39A5BCF38E96D78fF93FD0aBe753212c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "COLX", - "name": "ColossusXT", - "fname": "ColossusXT", - "rpcport": 51473, - "pubtype": 30, - "p2shtype": 13, - "wiftype": 212, - "txfee": 1000000000, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1999'", - "mm2": 1 - }, - { - "coin": "COMP-AVX20", - "name": "comp_avx20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "COMP-BEP20", - "name": "comp_bep20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "COMP-ERC20", - "name": "comp_erc20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xc00e94Cb662C3520282E6f5717214004A7f26888" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Compound", - "links": { - "github": "https://github.com/compound-finance", - "homepage": "https://compound.finance" - } - }, - { - "coin": "COMP-KRC20", - "name": "comp_krc20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x16c4106966cE30e06E806A7c40eEFb46d84cE7e5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "COMP-PLG20", - "name": "comp_plg20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CRNC", - "name": "crioniccoin", - "fname": "CrionicCoin", - "sign_message_prefix": "Crioniccoin Signed Message:\n", - "rpcport": 4466, - "pubtype": 28, - "p2shtype": 45, - "wiftype": 176, - "decimals": 8, - "signature_version": "base", - "txfee": 10000, - "segwit": true, - "bech32_hrp": "crnc", - "required_confirmations": 3, - "avg_blocktime": 20, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/192'", - "links": { - "github": "https://github.com/diabaths/Crionic-Coin", - "homepage": "https://coin.crionic.org" - }, - "mm2": 1 - }, - { - "coin": "CRO-ERC20", - "name": "cro_erc20", - "fname": "Crypto.com", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRO-KRC20", - "name": "cro_krc20", - "fname": "Crypto.com", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x652D253b7Ca91810A4a05ACFc39729387c5090C0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRO-PLG20", - "name": "cro_plg20", - "fname": "Crypto.com", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRT-QRC20", - "name": "qtum", - "fname": "CRT Token", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x0f80aa32ba51e0acf171e106a1cfcd1eb9a9c3a5" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "CRV-ARB20", - "name": "crv_arb20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "CRV-AVX20", - "name": "crv_avx20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-ERC20", - "name": "crv_erc20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xD533a949740bb3306d119CC777fa900bA034cd52" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-FTM20", - "name": "crv_ftm20", - "fname": "Curve DAO", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x1E4F97b9f9F913c46F1632781732927B9019C68b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-KRC20", - "name": "crv_krc20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x4500E16dA66b99e0C55D7B46EBBD59bc413BA171" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-PLG20", - "name": "crv_plg20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CST-BEP20", - "name": "cst_bep20", - "fname": "Crypto Swap Token", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcC4b3EA1F25c8772D390dA1DB507832aBE4a9740" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CUMMIES-BEP20", - "name": "cummies_bep20", - "fname": "CumRocket", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CVC-ERC20", - "name": "cvc_erc20", - "fname": "Civic", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x41e5560054824eA6B0732E656E3Ad64E20e94E45" - } - }, - "decimals": 8, - "derivation_path": "m/44'/60'", - "trezor_coin": "Civic", - "links": { - "homepage": "https://www.civic.com" - } - }, - { - "coin": "CVT-ERC20", - "name": "cvt_erc20", - "fname": "CyberVein", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBe428c3867F05deA2A89Fc76a102b544eaC7f772" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "CyberVein", - "links": { - "homepage": "http://www.cybervein.org" - } - }, - { - "coin": "CVX-ERC20", - "name": "cvx_erc20", - "fname": "Convex Finance", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CY", - "name": "cyberyen", - "fname": "Cyberyen", - "sign_message_prefix": "Cyberyen Signed Message:\n", - "rpcport": 58382, - "pubtype": 28, - "p2shtype": 77, - "wiftype": 156, - "txfee": 0, - "segwit": true, - "bech32_hrp": "cy", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/802'", - "links": { - "github": "https://github.com/cyberyen/cyberyen", - "homepage": "https://cyberyen.org" - }, - "mm2": 1 - }, - { - "coin": "CY-segwit", - "name": "cyberyen", - "fname": "Cyberyen", - "sign_message_prefix": "Cyberyen Signed Message:\n", - "rpcport": 58382, - "pubtype": 28, - "p2shtype": 77, - "wiftype": 156, - "txfee": 0, - "segwit": true, - "bech32_hrp": "cy", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "CY", - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/802'", - "links": { - "github": "https://github.com/cyberyen/cyberyen", - "homepage": "https://cyberyen.org" - } - }, - { - "coin": "DAI-AVX20", - "name": "dai_avx20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-BEP20", - "name": "dai_bep20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DAI-ERC20", - "name": "dai_erc20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6B175474E89094C44Da98b954EedeAC495271d0F" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Dai Stablecoin v2.0", - "links": { - "github": "https://github.com/makerdao", - "homepage": "https://makerdao.com" - } - }, - { - "coin": "DAI-FTM20", - "name": "dai_ftm20", - "fname": "Dai", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-HCO20", - "name": "dai_hco20", - "fname": "Dai", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x3D760a45D0887DFD89A2F5385a236B29Cb46ED2a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-MVR20", - "name": "dai_mvr20", - "fname": "Dai", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-PLG20", - "name": "dai_plg20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DASH", - "name": "dashcore", - "fname": "Dash", - "sign_message_prefix": "DarkCoin Signed Message:\n", - "confpath": "USERHOME/.dashcore/dash.conf", - "rpcport": 9998, - "pubtype": 76, - "p2shtype": 16, - "wiftype": 204, - "txfee": 1000, - "force_min_relay_fee": true, - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/5'", - "trezor_coin": "Dash", - "links": { - "github": "https://github.com/dashpay/dash", - "homepage": "https://www.dash.org" - }, - "mm2": 1 - }, - { - "coin": "DDD-ERC20", - "name": "ddd_erc20", - "fname": "Scry.info", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DENT-ERC20", - "name": "dent_erc20", - "fname": "Dent", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3597bfD533a99c9aa083587B074434E61Eb0A258" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "DENT", - "links": { - "homepage": "https://www.dentwireless.com" - } - }, - { - "coin": "DFX-ERC20", - "name": "dfx_erc20", - "fname": "DFX Finance", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x888888435FDe8e7d4c54cAb67f206e4199454c60" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DFX-PLG20", - "name": "dfx_plg20", - "fname": "DFX Finance", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x27f485b62C4A7E635F561A87560Adf5090239E93" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DGB", - "name": "digibyte", - "fname": "DigiByte", - "sign_message_prefix": "DigiByte Signed Message:\n", - "rpcport": 14022, - "pubtype": 30, - "p2shtype": 63, - "wiftype": 128, - "txfee": 10000000, - "segwit": true, - "bech32_hrp": "dgb", - "wallet_only": false, - "required_confirmations": 7, - "avg_blocktime": 15, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/20'", - "trezor_coin": "DigiByte", - "links": { - "github": "https://github.com/digibyte/digibyte", - "homepage": "https://digibyte.io" - }, - "mm2": 1 - }, - { - "coin": "DGB-segwit", - "name": "digibyte", - "fname": "Digibyte", - "sign_message_prefix": "DigiByte Signed Message:\n", - "rpcport": 14022, - "pubtype": 30, - "p2shtype": 63, - "wiftype": 128, - "txfee": 10000000, - "segwit": true, - "bech32_hrp": "dgb", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "DGB", - "required_confirmations": 7, - "avg_blocktime": 15, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/20'", - "trezor_coin": "DigiByte", - "links": { - "github": "https://github.com/digibyte/digibyte", - "homepage": "https://digibyte.io" - } - }, - { - "coin": "DGC", - "name": "digitalcoin", - "fname": "Digitalcoin", - "sign_message_prefix": "Digitalcoin Signed Message:\n", - "rpcport": 7998, - "pubtype": 30, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "required_confirmations": 3, - "avg_blocktime": 36, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/18'", - "mm2": 1 - }, - { - "coin": "DIA-BEP20", - "name": "dia_bep20", - "fname": "DIAToken", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x99956D38059cf7bEDA96Ec91Aa7BB2477E0901DD" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DIA-ERC20", - "name": "dia_erc20", - "fname": "DIAToken", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DIAC", - "name": "diabasecore", - "fname": "Diabase", - "sign_message_prefix": "DarkCoin Signed Message:\n", - "confpath": "USERHOME/.diabasecore/diabase.conf", - "rpcport": 7676, - "pubtype": 76, - "p2shtype": 16, - "wiftype": 204, - "txfee": 1000, - "force_min_relay_fee": true, - "required_confirmations": 2, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/5'", - "links": { - "github": "https://github.com/diabasecoin/diabase", - "homepage": "https://www.diabasecoin.com" - }, - "mm2": 1 - }, - { - "coin": "DIME", - "name": "dimecoin", - "fname": "Dimecoin", - "rpcport": 11931, - "pubtype": 15, - "p2shtype": 9, - "wiftype": 143, - "segwit": false, - "bech32_hrp": "vx", - "txfee": 1000, - "decimals": 5, - "sign_message_prefix": "Dimecoin Signed Message:\n", - "required_confirmations": 6, - "avg_blocktime": 64, - "protocol": { - "type": "UTXO" - }, - "links": { - "github": "https://github.com/dime-coin/dimecoin/" - }, - "mm2": 1 - }, - { - "coin": "DIMI", - "name": "diminutivecoin", - "fname": "Diminutive Coin", - "sign_message_prefix": "DiminutiveCoin Signed Message:\n", - "rpcport": 49122, - "pubtype": 32, - "p2shtype": 30, - "wiftype": 181, - "isPoS": 1, - "txfee": 1000, - "segwit": false, - "mature_confirmations": 75, - "required_confirmations": 4, - "avg_blocktime": 75, - "protocol": { - "type": "UTXO" - }, - "mm2": 1 - }, - { - "coin": "DIMI-BEP20", - "name": "dimi_bep20", - "fname": "Diminutive Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA33789a5478Add74e8D7628E817a281aAbD92dA9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DIMI-QRC20", - "name": "qtum", - "fname": "Diminutive Coin", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x2c660b0d4d53382aeef855d3010d697970fa0bd5" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "DOC", - "asset": "DOC", - "fname": "DOC", - "rpcport": 62415, - "txversion": 4, - "overwintered": 1, - "sign_message_prefix": "Komodo Signed Message:\n", - "is_testnet": true, - "required_confirmations": 1, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "DODO-ARB20", - "name": "dodo_arb20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x69Eb4FA4a2fbd498C257C57Ea8b7655a2559A581" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "DODO-BEP20", - "name": "dodo_bep20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DODO-ERC20", - "name": "dodo_erc20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DODO-KRC20", - "name": "dodo_krc20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x8724F9FB7B3f1bb6f2c90B3Ad3Fd6B3c20A06429" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOGE", - "name": "dogecoin", - "fname": "Dogecoin", - "sign_message_prefix": "Dogecoin Signed Message:\n", - "rpcport": 22555, - "pubtype": 30, - "p2shtype": 22, - "wiftype": 158, - "txfee": 0, - "force_min_relay_fee": true, - "dust": 1000000, - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/3'", - "trezor_coin": "Dogecoin", - "links": { - "github": "https://github.com/dogecoin/dogecoin", - "homepage": "https://dogecoin.com" - }, - "mm2": 1 - }, - { - "coin": "DOGE-BEP20", - "name": "doge_bep20", - "fname": "Dogecoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOGEC", - "name": "dogecash", - "fname": "DogeCash", - "rpcport": 56750, - "pubtype": 30, - "p2shtype": 19, - "wiftype": 122, - "txfee": 10000, - "dust": 5460, - "sign_message_prefix": "DarkNet Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/385'", - "links": { - "github": "https://github.com/dogecash/dogecash", - "homepage": "https://dogecash.net" - }, - "mm2": 1 - }, - { - "coin": "DOGEDASH-BEP20", - "name": "dogedash_bep20", - "fname": "Doge Dash", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOGGY-BEP20", - "name": "doggy_bep20", - "fname": "Doggy", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x74926B3d118a63F6958922d3DC05eB9C6E6E00c6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOI", - "name": "doichain", - "fname": "Doichain", - "sign_message_prefix": "Doichain Signed Message:\n", - "rpcport": 8339, - "pubtype": 52, - "p2shtype": 13, - "wiftype": 180, - "txfee": 1000, - "dust": 5460, - "segwit": true, - "bech32_hrp": "dc", - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/7070'", - "mm2": 1 - }, - { - "coin": "DOT-BEP20", - "name": "dot_bep20", - "fname": "Polkadot", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DOT-HCO20", - "name": "dot_hco20", - "fname": "Polkadot", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xA2c49cEe16a5E5bDEFDe931107dc1fae9f7773E3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DP", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "DP", - "fname": "DigitalPrice", - "rpcport": 28388, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "DPC", - "name": "dualpowecoin", - "fname": "Dualpowcoin", - "sign_message_prefix": "Dpowcoin Signed Message:\n", - "rpcport": 42002, - "pubtype": 55, - "p2shtype": 28, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "dpc", - "txfee": 10000, - "wallet_only": false, - "required_confirmations": 6, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/739'", - "links": { - "github": "https://github.com/dpowcore-project/dpowcoin", - "homepage": "https://dpowcore.org" - }, - "mm2": 1 - }, - { - "coin": "DX-ERC20", - "name": "dx_erc20", - "fname": "DxChain", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x973e52691176d36453868D9d86572788d27041A9" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "EFL", - "name": "egulden", - "fname": "e-Gulden", - "confpath": "USERHOME/.egulden/coin.conf", - "rpcport": 21015, - "pubtype": 48, - "p2shtype": 5, - "wiftype": 176, - "txfee": 200000, - "dust": 54600, - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/78'", - "mm2": 1 - }, - { - "coin": "EGLD-BEP20", - "name": "egld_bep20", - "fname": "Elrond", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EILN-ERC20", - "name": "eiln_erc20", - "fname": "eIlien", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ELF-BEP20", - "name": "elf_bep20", - "fname": "aelf", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ELF-ERC20", - "name": "elf_erc20", - "fname": "aelf", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "ELF Token", - "links": { - "github": "https://github.com/aelfProject", - "homepage": "https://aelf.io/" - } - }, - { - "coin": "EMC2", - "name": "einsteinium", - "fname": "Einsteinium", - "sign_message_prefix": "Einsteinium Signed Message:\n", - "rpcport": 41879, - "pubtype": 33, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/41'", - "mm2": 1 - }, - { - "coin": "ENJ-ERC20", - "name": "enj_erc20", - "fname": "Enjin Coin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "ENJIN", - "links": { - "github": "https://github.com/enjin/contracts", - "homepage": "https://enjincoin.io" - } - }, - { - "coin": "ENJ-KRC20", - "name": "enj_krc20", - "fname": "Enjin Coin", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x6e2D990C8e718E7b6D86ed08eBf0FF2dEc05253B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ENJ-PLG20", - "name": "enj_plg20", - "fname": "Enjin Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "EOS-BEP20", - "name": "eos_bep20", - "fname": "EOS", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ETC", - "name": "ethereum classic", - "fname": "Ethereum Classic", - "rpcport": 80, - "chain_id": 61, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Ethereum Classic", - "links": { - "homepage": "https://ethereumclassic.org" - }, - "mm2": 1 - }, - { - "coin": "ETC-BEP20", - "name": "etc_bep20", - "fname": "Ethereum Classic", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3d6545b08693daE087E957cb1180ee38B9e3c25E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH", - "name": "ethereum", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 1, - "sign_message_prefix": "Ethereum Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "ETH-ARB20", - "name": "eth_arb20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 42161, - "required_confirmations": 10, - "avg_blocktime": 0.25, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_coins": 300000, - "eth_payment": 700000, - "eth_receiver_spend": 600000, - "eth_sender_refund": 600000 - } - }, - { - "coin": "ETH-AVX20", - "name": "ethereum avalanche", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-BEP20", - "name": "eth_bep20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ETH-FTM20", - "name": "eth_ftm20", - "fname": "Ethereum", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x74b23882a30290451A17c44f4F05243b6b58C76d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-HCO20", - "name": "eth_hco20", - "fname": "Ethereum", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x64FF637fB478863B7468bc97D30a5bF3A428a1fD" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-KRC20", - "name": "eth_krc20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-PLG20", - "name": "eth_plg20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EURE-ERC20", - "name": "eure_erc20", - "fname": "Monerium EUR", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "EURE-PLG20", - "name": "eure_plg20", - "fname": "Monerium EUR", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 90000, - "erc20_payment": 150000, - "erc20_receiver_spend": 120000, - "erc20_sender_refund": 120000 - } - }, - { - "coin": "EUROE-ERC20", - "name": "euroe_erc20", - "fname": "EUROe Stablecoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "EUROE-PLG20", - "name": "euroe_plg20", - "fname": "EUROe Stablecoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EURS-ERC20", - "name": "eurs_erc20", - "fname": "STASIS EURO", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdB25f211AB05b1c97D595516F45794528a807ad8" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "STASIS EURS", - "links": { - "github": "https://github.com/stasisnet", - "homepage": "https://stasis.net" - } - }, - { - "coin": "EURS-PLG20", - "name": "eurs_plg20", - "fname": "STASIS EURO", - "rpcport": 80, - "chain_id": 137, - "decimals": 2, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EVR", - "name": "evrmore", - "fname": "Evrmore Coin", - "sign_message_prefix": "Evrmore Signed Message:\n", - "rpcport": 8819, - "pubtype": 33, - "p2shtype": 92, - "wiftype": 128, - "segwit": true, - "txfee": 1000000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/175'", - "links": { - "github": "https://github.com/EvrmoreOrg/Evrmore", - "homepage": "https://evrmorecoin.org" - }, - "mm2": 1 - }, - { - "coin": "EWT", - "name": "ewt", - "fname": "Energy Web", - "rpcport": 80, - "chain_id": 246, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 5, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Energy Web", - "links": { - "homepage": "https://www.energyweb.org" - }, - "mm2": 1 - }, - { - "coin": "EXN-BEP20", - "name": "exn_bep20", - "fname": "Expoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FDUSD-BEP20", - "name": "fdusd_bep20", - "fname": "First Digital USD", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://firstdigitallabs.com" - }, - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 70000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FDUSD-ERC20", - "name": "fdusd_erc20", - "fname": "First Digital USD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://firstdigitallabs.com" - } - }, - { - "coin": "FEI-ERC20", - "name": "fei_erc20", - "fname": "Fei USD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FET-BEP20", - "name": "fet_bep20", - "fname": "Fetch.ai", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x031b41e504677879370e9DBcF937283A8691Fa7f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FET-ERC20", - "name": "fet_erc20", - "fname": "Fetch.ai", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FET-PLG20", - "name": "fet_plg20", - "fname": "Fetch.ai", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7583FEDDbceFA813dc18259940F76a02710A8905" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FIL-BEP20", - "name": "fil_bep20", - "fname": "Filecoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FIL-ERC20", - "name": "fil_erc20", - "fname": "Filecoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FIL-HCO20", - "name": "fil_hco20", - "fname": "Filecoin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xae3a768f9aB104c69A7CD6041fE16fFa235d1810" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FIRO", - "name": "firo", - "fname": "Firo", - "sign_message_prefix": "Firo Signed Message:\n", - "rpcport": 8888, - "pubtype": 82, - "p2shtype": 7, - "wiftype": 210, - "txfee": 1000, - "required_confirmations": 1, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/136'", - "trezor_coin": "Firo", - "links": { - "github": "https://github.com/firoorg/firo", - "homepage": "https://firo.org" - }, - "mm2": 1 - }, - { - "coin": "FIRO-BEP20", - "name": "firo_bep20", - "fname": "Firo", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FJC", - "name": "fujicoin", - "fname": "Fujicoin", - "sign_message_prefix": "FujiCoin Signed Message:\n", - "rpcport": 3776, - "pubtype": 36, - "p2shtype": 16, - "wiftype": 164, - "segwit": true, - "bech32_hrp": "fc", - "txfee": 0, - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/75'", - "trezor_coin": "Fujicoin", - "links": { - "github": "https://github.com/fujicoin/fujicoin", - "homepage": "https://fujicoin.org" - }, - "mm2": 1 - }, - { - "coin": "FJC-BEP20", - "name": "fjc_bep20", - "fname": "Fujicoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FJC-segwit", - "name": "fujicoin", - "fname": "Fujicoin", - "sign_message_prefix": "FujiCoin Signed Message:\n", - "rpcport": 3776, - "pubtype": 36, - "p2shtype": 16, - "wiftype": 164, - "segwit": true, - "bech32_hrp": "fc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "FJC", - "txfee": 0, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/75'", - "trezor_coin": "Fujicoin", - "links": { - "github": "https://github.com/fujicoin/fujicoin", - "homepage": "https://fujicoin.org" - } - }, - { - "coin": "FJCB-BEP20", - "name": "fjcb_bep20", - "fname": "FJCB Fujicoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FLEXUSD-ERC20", - "name": "flexusd_erc20", - "fname": "flexUSD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FLEXUSD-SLP", - "fname": "FlexUSD", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 6, - "token_id": "dd21be4532d93661e8ffe16db6535af0fb8ee1344d1fef81a193e2b4cfa9fbc9", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "FLO", - "name": "flo", - "fname": "Florincoin", - "rpcport": 7313, - "pubtype": 35, - "p2shtype": 8, - "wiftype": 176, - "txfee": 100000, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/216'", - "trezor_coin": "Flo", - "links": { - "github": "https://github.com/floblockchain/flo", - "homepage": "https://flo.cash" - }, - "mm2": 1 - }, - { - "coin": "FLOKI-BEP20", - "name": "floki_bep20", - "fname": "Floki Inu", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xfb5B838b6cfEEdC2873aB27866079AC55363D37E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 85000, - "erc20_payment": 140000, - "erc20_receiver_spend": 110000, - "erc20_sender_refund": 110000 - } - }, - { - "coin": "FLOW-BEP20", - "name": "flow_bep20", - "fname": "Flow", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xC943c5320B9c18C153d1e2d12cC3074bebfb31A2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FLUX", - "name": "flux", - "fname": "Flux", - "rpcport": 16124, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "txversion": 4, - "overwintered": 1, - "version_group_id": "0x892f2085", - "consensus_branch_id": "0x76b809bb", - "txfee": 10000, - "required_confirmations": 2, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/19167'", - "mm2": 1 - }, - { - "coin": "FLUX-BEP20", - "name": "flux_bep20", - "fname": "Flux", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FLUX-ERC20", - "name": "flux_erc20", - "fname": "Flux", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FRC", - "name": "faircoin", - "fname": "FairCoin", - "rpcport": 9875, - "pubtype": 36, - "p2shtype": 63, - "wiftype": 128, - "decimals": 8, - "signature_version": "base", - "txfee": 10000, - "segwit": true, - "bech32_hrp": "frc", - "required_confirmations": 6, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "mm2": 1 - }, - { - "coin": "FTC", - "name": "feathercoin", - "fname": "Feathercoin", - "sign_message_prefix": "Feathercoin Signed Message:\n", - "rpcport": 9337, - "pubtype": 14, - "p2shtype": 5, - "wiftype": 142, - "txfee": 1000000, - "segwit": true, - "bech32_hrp": "fc", - "wallet_only": false, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/8'", - "trezor_coin": "Feathercoin", - "links": { - "github": "https://github.com/FeatherCoin/Feathercoin", - "homepage": "https://feathercoin.com" - }, - "mm2": 1 - }, - { - "coin": "FTC-segwit", - "name": "feathercoin", - "fname": "Feathercoin", - "sign_message_prefix": "Feathercoin Signed Message:\n", - "rpcport": 9337, - "pubtype": 14, - "p2shtype": 5, - "wiftype": 142, - "txfee": 1000000, - "segwit": true, - "bech32_hrp": "fc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "FTC", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/8'", - "trezor_coin": "Feathercoin", - "links": { - "github": "https://github.com/FeatherCoin/Feathercoin", - "homepage": "https://feathercoin.com" - } - }, - { - "coin": "FTM", - "name": "ftm", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 250, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 1.8, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Fantom Opera", - "links": { - "homepage": "https://fantom.foundation" - }, - "mm2": 1 - }, - { - "coin": "FTM-BEP20", - "name": "ftm_bep20", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xAD29AbB318791D579433D831ed122aFeAf29dcfe" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FTM-ERC20", - "name": "ftm_erc20", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Fantom Token", - "links": { - "github": "https://github.com/Fantom-foundation/", - "homepage": "https://fantom.foundation/" - } - }, - { - "coin": "FTMT", - "name": "ftmt", - "fname": "Fantom Testnet", - "is_testnet": true, - "rpcport": 80, - "chain_id": 4002, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "FXS-AVX20", - "name": "fxs_avx20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x214DB107654fF987AD859F34125307783fC8e387" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FXS-BEP20", - "name": "fxs_bep20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xDE2F075f6F14EB9D96755b24E416A53E736Ca363" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FXS-ERC20", - "name": "fxs_erc20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FXS-FTM20", - "name": "fxs_ftm20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x7d016eec9c25232b01F23EF992D98ca97fc2AF5a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FXS-MVR20", - "name": "fxs_mvr20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 1285, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98" - } - }, - "derivation_path": "m/44'/60'", - "gas_limit": { - "eth_send_erc20": 1000000, - "erc20_payment": 1000000, - "erc20_receiver_spend": 1000000, - "erc20_sender_refund": 1000000 - } - }, - { - "coin": "FXS-PLG20", - "name": "fxs_plg20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1a3acf6D19267E2d3e7f898f42803e90C9219062" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GALA-BEP20", - "name": "gala_bep20", - "fname": "Gala", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990" - } - }, - "wallet_only": true, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GALA-ERC20", - "name": "gala_erc20", - "fname": "Gala", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GAME-ERC20", - "name": "game_erc20", - "fname": "GameCredits", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GAME-PLG20", - "name": "game_plg20", - "fname": "GameCredits", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8d1566569d5b695d44a9a234540f68D393cDC40D" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GBX", - "name": "gobyte", - "fname": "GoByte", - "confpath": "USERHOME/.gobytecore/gobyte.conf", - "rpcport": 12454, - "pubtype": 38, - "p2shtype": 10, - "wiftype": 198, - "segwit": false, - "txfee": 10000, - "sign_message_prefix": "DarkCoin Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/176'", - "links": { - "github": "https://github.com/gobytecoin/gobyte", - "homepage": "https://gobyte.network" - }, - "mm2": 1 - }, - { - "coin": "GBX-BEP20", - "name": "gbx_bep20", - "fname": "GoByte", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8E10F08C9A56a93B6adbfBcFda421919B3357596" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GFT-BEP20", - "name": "gft_bep20", - "fname": "Gifto", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x72fF5742319eF07061836F5C924aC6D72c919080" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GLC", - "name": "goldcoin", - "fname": "Goldcoin", - "rpcport": 8122, - "pubtype": 32, - "p2shtype": 5, - "wiftype": 160, - "segwit": false, - "txfee": 100000, - "dust": 54600, - "sign_message_prefix": "Goldcoin (GLC) Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/101'", - "links": { - "github": "https://github.com/goldcoin/goldcoin", - "homepage": "https://www.goldcoinproject.org" - }, - "mm2": 1 - }, - { - "coin": "GLEEC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "GLEEC", - "fname": "Gleec", - "rpcport": 23345, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "GLEEC-OLD", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "GLEEC", - "fname": "Gleec (OLD)", - "rpcport": 23226, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "GLM-ERC20", - "name": "glm_erc20", - "fname": "Golem", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GLM-PLG20", - "name": "glm_plg20", - "fname": "Golem", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GLMR", - "name": "moonbeam", - "fname": "Moonbeam", - "rpcport": 80, - "chain_id": 1284, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Moonbeam", - "links": { - "homepage": "https://moonbeam.network/networks/moonbeam/" - }, - "mm2": 1 - }, - { - "coin": "GM-BEP20", - "name": "gm_bep20", - "fname": "GM Wagmi", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA55C1e67039B6d59E91eb4cDa2bfc5A854989102" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GMT-BEP20", - "name": "gmt_bep20", - "fname": "STEPN", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GMT-PLG20", - "name": "gmt_plg20", - "fname": "STEPN", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x714DB550b574b3E927af3D93E26127D15721D4C2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GMX-ARB20", - "name": "gmx_arb20", - "fname": "GMX", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "GMX-AVX20", - "name": "gmx_avx20", - "fname": "GMX", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x62edc0692BD897D2295872a9FFCac5425011c661" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "GNEISS-ERC20", - "name": "gneiss_erc20", - "fname": "GNEISS", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 8, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GNO-ERC20", - "name": "gno_erc20", - "fname": "Gnosis", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6810e776880C02933D47DB1b9fc05908e5386b96" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Gnosis", - "links": { - "homepage": "https://gnosis.pm" - } - }, - { - "coin": "GNO-PLG20", - "name": "gno_plg20", - "fname": "Gnosis", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GNS-ARB20", - "name": "gns_arb20", - "fname": "Gains Network", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x18c11FD286C5EC11c3b683Caa813B77f5163A122" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "GNS-PLG20", - "name": "gns_plg20", - "fname": "Gains Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xE5417Af564e4bFDA1c483642db72007871397896" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GRLC", - "name": "garlicoin", - "fname": "Garlicoin", - "sign_message_prefix": "Garlicoin Signed Message:\n", - "rpcport": 42068, - "pubtype": 38, - "p2shtype": 50, - "wiftype": 176, - "segwit": true, - "bech32_hrp": "grlc", - "txfee": 100000, - "dust": 54600, - "required_confirmations": 5, - "avg_blocktime": 40, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/69420'", - "mm2": 1 - }, - { - "coin": "GRLC-BEP20", - "name": "grlc_bep20", - "fname": "Garlicoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7283DfA2d8D7e277b148cc263B5d8Ae02f1076D3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRLC-ERC20", - "name": "grlc_erc20", - "fname": "Garlicoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x58f7345b5295E43aA454911571f13be186655BE9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRMS", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "GRMS", - "fname": "GRMS", - "rpcport": 21687, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "GRR", - "name": "ghostridercoin", - "fname": "Ghostridercoin", - "rpcport": 15420, - "pubtype": 38, - "p2shtype": 16, - "wiftype": 128, - "txfee": 1000, - "confpath": "USERHOME/.grcoincore/grcoin.conf", - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/10226'", - "mm2": 1 - }, - { - "coin": "GRS", - "name": "groestlcoin", - "fname": "Groestlcoin", - "sign_message_prefix": "GroestCoin Signed Message:\n", - "rpcport": 1441, - "pubtype": 36, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 10000, - "segwit": true, - "bech32_hrp": "grs", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/17'", - "trezor_coin": "Groestlcoin", - "links": { - "github": "https://github.com/Groestlcoin/groestlcoin", - "homepage": "https://www.groestlcoin.org" - }, - "mm2": 1 - }, - { - "coin": "GRT-ARB20", - "name": "grt_arb20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x9623063377AD1B27544C965cCd7342f7EA7e88C7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "GRT-AVX20", - "name": "grt_avx20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x8a0cAc13c7da965a312f08ea4229c37869e85cB9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRT-ERC20", - "name": "grt_erc20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xc944E90C64B2c07662A292be6244BDf05Cda44a7" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Graph Token", - "links": { - "github": "https://github.com/graphprotocol", - "homepage": "https://thegraph.com" - } - }, - { - "coin": "GRT-KRC20", - "name": "grt_krc20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xb49dd3eDB98FBe82A01DFcb556Cd016964baf5A3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRT-PLG20", - "name": "grt_plg20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5fe2B58c013d7601147DcdD68C143A77499f5531" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GST-BEP20", - "name": "gst_bep20", - "fname": "Green Satoshi Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GT-ERC20", - "name": "gt_erc20", - "fname": "Gate", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xE66747a101bFF2dBA3697199DCcE5b743b454759" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GURU-BEP20", - "name": "guru_bep20", - "fname": "MobilityGuru", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://mobilityguru.org" - } - }, - { - "coin": "GUSD-ERC20", - "name": "gusd_erc20", - "fname": "Gemini Dollar", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HEX-ERC20", - "name": "hex_erc20", - "fname": "HEX", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "HEX", - "links": { - "github": "https://github.com/bitcoinHEX", - "homepage": "https://hex.win" - } - }, - { - "coin": "HEX-PLG20", - "name": "hex_plg20", - "fname": "HEX", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "HLC-QRC20", - "name": "qtum", - "fname": "HalalChain", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 9, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "HOT-ERC20", - "name": "hot_erc20", - "fname": "Holo", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6c6EE5e31d828De241282B9606C8e98Ea48526E2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HOT-PLG20", - "name": "hot_plg20", - "fname": "Holo", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0C51f415cF478f8D08c246a6C6Ee180C5dC3A012" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HPY-QRC20", - "name": "qtum", - "fname": "HyperPay", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "HT", - "name": "huobi-token", - "fname": "Huobi Token", - "rpcport": 80, - "chain_id": 128, - "required_confirmations": 3, - "avg_blocktime": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Huobi ECO Chain", - "links": { - "homepage": "https://www.hecochain.com" - }, - "mm2": 1 - }, - { - "coin": "HT-ERC20", - "name": "huobi-token", - "fname": "Huobi Token", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6f259637dcD74C767781E37Bc6133cd6A68aa161" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Huobi Token", - "links": { - "homepage": "https://www.hbg.com" - } - }, - { - "coin": "HUSD-ERC20", - "name": "husd_erc20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HUSD-HCO20", - "name": "husd_hco20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x0298c2b32eaE4da002a15f36fdf7615BEa3DA047" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HUSD-KRC20", - "name": "husd_krc20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HUSD-PLG20", - "name": "husd_plg20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IDRT-BEP20", - "name": "idrt_bep20", - "fname": "Rupiah Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 2, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x66207E39bb77e6B99aaB56795C7c340C08520d83" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IDRT-ERC20", - "name": "idrt_erc20", - "fname": "Rupiah Token", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IDRT-PLG20", - "name": "idrt_plg20", - "fname": "Rupiah Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x554cd6bdD03214b10AafA3e0D4D42De0C5D2937b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "IL8P", - "name": "infiniloop", - "fname": "InfiniLooP", - "sign_message_prefix": "InfiniLooP Signed Message:\n", - "isPoS": 1, - "rpcport": 9459, - "pubtype": 33, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "mature_confirmations": 500, - "required_confirmations": 7, - "avg_blocktime": 45, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/722'", - "links": { - "github": "https://github.com/WikiMin3R/InfiniLooP", - "homepage": "https://infiniloop.io" - }, - "mm2": 1 - }, - { - "coin": "ILN", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "ILN", - "fname": "Ilien", - "rpcport": 12986, - "txversion": 4, - "overwintered": 1, - "p2p": 12985, - "magic": "feb4cb23", - "nSPV": "5.9.102.210, 5.9.253.195, 5.9.253.196, 5.9.253.197, 5.9.253.198, 5.9.253.199, 5.9.253.200, 5.9.253.201, 5.9.253.202, 5.9.253.203", - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "ILN-BEP20", - "name": "iln_bep20", - "fname": "Ilien", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILN-PLG20", - "name": "iln_plg20", - "fname": "Ilien", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILNF-BEP20", - "name": "ilnf_bep20", - "fname": "Ilien Fuel", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILNF-PLG20", - "name": "ilnf_plg20", - "fname": "Ilien Fuel", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILNSW-PLG20", - "name": "ilnsw_plg20", - "fname": "Ilien Swap", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILV-BEP20", - "name": "ilv_bep20", - "fname": "Illuvium", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4d5AC5cc4f8aBdf2EC2Cb986C00C382369f787D4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ILV-ERC20", - "name": "ilv_erc20", - "fname": "Illuvium", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IMX-ERC20", - "name": "imx_erc20", - "fname": "ImmutableX", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "INJ-BEP20", - "name": "inj_bep20", - "fname": "Injective Protocol", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xa2B726B1145A4773F68593CF171187d8EBe4d495" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "INJ-ERC20", - "name": "inj_erc20", - "fname": "Injective Protocol", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "INK-QRC20", - "name": "qtum", - "fname": "INK", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 9, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "IOTA-BEP20", - "name": "iota_bep20", - "fname": "IOTA", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "IOTX-BEP20", - "name": "iotx_bep20", - "fname": "IoTeX", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9678E42ceBEb63F23197D726B29b1CB20d0064E5" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "IOTX-PLG20", - "name": "iotx_plg20", - "fname": "IoTeX", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf6372cDb9c1d3674E83842e3800F2A62aC9F3C66" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IRIS", - "avg_blocktime": 7, - "name": "iris", - "fname": "IRISnet", - "chain_id": 6688, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "uiris", - "account_prefix": "iaa", - "chain_id": "irishub-1", - "chain_registry_name": "irishub", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'", - "mm2": 1 - }, - { - "coin": "IRIS-BEP20", - "name": "iris_bep20", - "fname": "IRISnet", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x05C50a62b0b87bE1fFB1Cf3b77d9eDBa834ef6f7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IRISTEST", - "avg_blocktime": 7, - "name": "iristest", - "fname": "Iris Test", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "unyan", - "account_prefix": "iaa", - "chain_id": "nyancat-9", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'", - "mm2": 1 - }, - { - "coin": "IRISTEST-IBC_NUCLEUSTEST", - "avg_blocktime": 5, - "name": "iristest-ibc-nucleus-test", - "fname": "Iris Test", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINTTOKEN", - "protocol_data": { - "platform": "NUCLEUSTEST", - "decimals": 6, - "denom": "ibc/F7F28FF3C09024A0225EDBBDB207E5872D2B4EF2FB874FE47B05EF9C9A7D211C" - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "JASMY-BEP20", - "name": "jasmy_bep20", - "fname": "JasmyCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x15669CF161946C09a8B207650BfBB00e3d8A2E3E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JASMY-ERC20", - "name": "jasmy_erc20", - "fname": "JasmyCoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JAUD-PLG20", - "name": "jaud_plg20", - "fname": "Jarvis Australian Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JBRL-BEP20", - "name": "jbrl_bep20", - "fname": "Jarvis Brazilian Real", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JBRL-PLG20", - "name": "jbrl_plg20", - "fname": "Jarvis Brazilian Real", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JCAD-PLG20", - "name": "jcad_plg20", - "fname": "Jarvis Canadian Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JCHF-AVX20", - "name": "jchf_avx20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JCHF-BEP20", - "name": "jchf_bep20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JCHF-ERC20", - "name": "jchf_erc20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JCHF-PLG20", - "name": "jchf_plg20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JCNY-PLG20", - "name": "jcny_plg20", - "fname": "Jarvis Chinese Yuan", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JDB-BEP20", - "name": "jdb_bep20", - "fname": "Jeet Detector Bot", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JEUR-AVX20", - "name": "jeur_avx20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JEUR-BEP20", - "name": "jeur_bep20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JEUR-ERC20", - "name": "jeur_erc20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JEUR-PLG20", - "name": "jeur_plg20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JGBP-BEP20", - "name": "jgbp_bep20", - "fname": "Jarvis British Pound", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JGBP-ERC20", - "name": "jgbp_erc20", - "fname": "Jarvis British Pound", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JGBP-PLG20", - "name": "jgbp_plg20", - "fname": "Jarvis British Pound", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JGOLD-PLG20", - "name": "jgold_plg20", - "fname": "Jarvis Gold", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JJPY-PLG20", - "name": "jjpy_plg20", - "fname": "Jarvis Japanese Yen", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JKRW-PLG20", - "name": "jkrw_plg20", - "fname": "Jarvis South Korean Won", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JMXN-PLG20", - "name": "jmxn_plg20", - "fname": "Jarvis Mexican Peso", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JNZD-PLG20", - "name": "jnzd_plg20", - "fname": "Jarvis New Zealand Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JOY-PLG20", - "name": "joy_plg20", - "fname": "Joystick.club", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JPHP-PLG20", - "name": "jphp_plg20", - "fname": "Jarvis Philippine Peso", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JPLN-PLG20", - "name": "jpln_plg20", - "fname": "Jarvis Polish Zloty", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JPYC-AVX20", - "name": "jpyc_avx20", - "fname": "JPY Coin", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JPYC-PLG20", - "name": "jpyc_plg20", - "fname": "JPY Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JRT-ERC20", - "name": "jrt_erc20", - "fname": "Jarvis Reward Token", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JRT-PLG20", - "name": "jrt_plg20", - "fname": "Jarvis Reward Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JSEK-PLG20", - "name": "jsek_plg20", - "fname": "Jarvis Swedish Krona", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JSGD-PLG20", - "name": "jsgd_plg20", - "fname": "Jarvis Singapore Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JST-BEP20", - "name": "jst_bep20", - "fname": "JUST", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JTRY-PLG20", - "name": "jtry_plg20", - "fname": "Jarvis Turkish Lira", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JUSD-PLG20", - "name": "jusd_plg20", - "fname": "Jarvis United States Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "KCS", - "name": "kucoin-token", - "fname": "KuCoin Token", - "rpcport": 80, - "chain_id": 321, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "KCC", - "links": { - "homepage": "https://kcc.io" - }, - "mm2": 1 - }, - { - "coin": "KIIRO", - "name": "kiiro", - "fname": "Kiiro", - "sign_message_prefix": "Zcoin Signed Message:\n", - "rpcport": 8999, - "pubtype": 45, - "p2shtype": 7, - "wiftype": 210, - "txfee": 1000, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/136'", - "links": { - "github": "https://github.com/kiirocoin/kiiro", - "homepage": "https://kiirocoin.org" - }, - "mm2": 1 - }, - { - "coin": "KIIRO-BEP20", - "name": "kiiro_bep20", - "fname": "Kiiro", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x347862372f7C8f83D69025234367Ac11c5241Db3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "KMD", - "name": "komodo", - "fname": "Komodo", - "rpcport": 7771, - "pubtype": 60, - "p2shtype": 85, - "wiftype": 188, - "txversion": 4, - "overwintered": 1, - "txfee": 1000, - "sign_message_prefix": "Komodo Signed Message:\n", - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "links": { - "github": "https://github.com/komodoplatform/komodo", - "homepage": "https://komodoplatform.com" - }, - "mm2": 1 - }, - { - "coin": "KMD-BEP20", - "name": "kmd_bep20", - "fname": "Komodo", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "KNC-AVX20", - "name": "knc_avx20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "KNC-BEP20", - "name": "knc_bep20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "KNC-ERC20", - "name": "knc_erc20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Kyber Network", - "links": { - "github": "https://github.com/KyberNetwork", - "homepage": "https://kyber.network" - } - }, - { - "coin": "KNC-PLG20", - "name": "knc_plg20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "KOIN", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "KOIN", - "fname": "Koinon", - "rpcport": 10702, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "KSM-BEP20", - "name": "ksm_bep20", - "fname": "Kusama", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LBC", - "name": "lbrycrd", - "fname": "LBRY Credits", - "sign_message_prefix": "LBRYcrd Signed Message:\n", - "rpcport": 9245, - "pubtype": 85, - "p2shtype": 122, - "wiftype": 28, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "lbc", - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/140'", - "mm2": 1 - }, - { - "coin": "LBC-segwit", - "name": "lbrycrd", - "fname": "LBRY Credits", - "sign_message_prefix": "LBRYcrd Signed Message:\n", - "rpcport": 9245, - "pubtype": 85, - "p2shtype": 122, - "wiftype": 28, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "lbc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "LBC", - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/140'" - }, - { - "coin": "LCC", - "name": "litecoincash", - "fname": "Litecoin Cash", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 62457, - "pubtype": 28, - "p2shtype": 50, - "wiftype": 176, - "decimals": 7, - "fork_id": "0x40", - "signature_version": "base", - "txfee": 20000, - "segwit": true, - "bech32_hrp": "lcc", - "wallet_only": false, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/192'", - "mm2": 1 - }, - { - "coin": "LCC-segwit", - "name": "litecoincash", - "fname": "Litecoin Cash", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 62457, - "pubtype": 28, - "p2shtype": 50, - "wiftype": 176, - "decimals": 7, - "fork_id": "0x40", - "signature_version": "base", - "txfee": 20000, - "segwit": true, - "bech32_hrp": "lcc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "LCC", - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/192'" - }, - { - "coin": "LDO-ERC20", - "name": "ldo_erc20", - "fname": "Lido DAO", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LDO-PLG20", - "name": "ldo_plg20", - "fname": "Lido DAO", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LEASH-ERC20", - "name": "leash_erc20", - "fname": "Doge Killer", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x27C70Cd1946795B66be9d954418546998b546634" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LEO-ERC20", - "name": "leo_erc20", - "fname": "LEO Token", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "LEOcoin", - "links": { - "homepage": "https://www.leocoin.org/" - } - }, - { - "coin": "LEO-PLG20", - "name": "leo_plg20", - "fname": "LEO Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-AVX20", - "name": "link_avx20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x5947BB275c521040051D82396192181b413227A3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-BEP20", - "name": "link_bep20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-ERC20", - "name": "link_erc20", - "fname": "Chainlink", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x514910771AF9Ca656af840dff83E8264EcF986CA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-FTM20", - "name": "link_ftm20", - "fname": "Chainlink", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-HCO20", - "name": "link_hco20", - "fname": "Chainlink", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x9e004545c59D359F6B7BFB06a26390b087717b42" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-KRC20", - "name": "link_krc20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x47841910329aaa6b88D5e9DcdE9000195151dc72" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-PLG20", - "name": "link_plg20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LOLS-BEP20", - "name": "lols_bep20", - "fname": "LOLSmash", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x19961cf3B822d37e16E310AB7C6C0277F95f31c3" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://lolsmash.net" - } - }, - { - "coin": "LOOM-BEP20", - "name": "loom_bep20", - "fname": "Loom Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xE6Ce27025F13f5213bBc560dC275e292965a392F" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LOOM-ERC20", - "name": "loom_erc20", - "fname": "Loom Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x42476F744292107e34519F9c357927074Ea3F75D" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "LOOM", - "links": { - "github": "github.com/loomnetwork/", - "homepage": "https://loomx.io" - } - }, - { - "coin": "LOOP-BEP20", - "name": "loop_bep20", - "fname": "LoopNetwork", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcE186ad6430E2Fe494a22C9eDbD4c68794a28B35" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LRC-BEP20", - "name": "lrc_bep20", - "fname": "Loopring", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x66e4d38b20173F509A1fF5d82866949e4fE898da" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LRC-ERC20", - "name": "lrc_erc20", - "fname": "Loopring", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Loopring", - "links": { - "github": "https://github.com/loopring", - "homepage": "https://loopring.org" - } - }, - { - "coin": "LRC-PLG20", - "name": "lrc_plg20", - "fname": "Loopring", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LSTR-QRC20", - "name": "qtum", - "fname": "Luna Stars", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "LSWAP-BEP20", - "name": "lswap_bep20", - "fname": "LoopSwap", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3F8a14f5a3Ee2F4A3Ed61cCF5EEA3c9535C090C8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LTC", - "name": "litecoin", - "fname": "Litecoin", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 9332, - "pubtype": 48, - "p2shtype": 50, - "wiftype": 176, - "txfee": 0, - "dust": 5460, - "segwit": true, - "bech32_hrp": "ltc", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2'", - "trezor_coin": "Litecoin", - "links": { - "github": "https://github.com/litecoin-project/litecoin", - "homepage": "https://litecoin.org" - }, - "mm2": 1 - }, - { - "coin": "LTC-segwit", - "name": "litecoin", - "fname": "Litecoin", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 9332, - "pubtype": 48, - "p2shtype": 50, - "wiftype": 176, - "txfee": 0, - "dust": 5460, - "segwit": true, - "bech32_hrp": "ltc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "LTC", - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2'", - "trezor_coin": "Litecoin", - "links": { - "github": "https://github.com/litecoin-project/litecoin", - "homepage": "https://litecoin.org" - } - }, - { - "coin": "LUPA", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "LUPA", - "fname": "Lupaza", - "rpcport": 64151, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "LYNX", - "name": "lynx", - "fname": "Lynx", - "sign_message_prefix": "Lynx Signed Message:\n", - "rpcport": 9332, - "pubtype": 45, - "p2shtype": 22, - "wiftype": 173, - "txfee": 100000, - "dust": 54600, - "segwit": false, - "required_confirmations": 1, - "avg_blocktime": 1200, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/191'", - "mm2": 1 - }, - { - "coin": "MANA-BEP20", - "name": "mana_bep20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MANA-ERC20", - "name": "mana_erc20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Decentraland MANA", - "links": { - "github": "https://github.com/decentraland", - "homepage": "https://decentraland.org" - } - }, - { - "coin": "MANA-KRC20", - "name": "mana_krc20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MANA-PLG20", - "name": "mana_plg20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MARTY", - "asset": "MARTY", - "fname": "MARTY", - "rpcport": 52592, - "txversion": 4, - "overwintered": 1, - "sign_message_prefix": "Komodo Signed Message:\n", - "is_testnet": true, - "required_confirmations": 1, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "MASK-BEP20", - "name": "mask_bep20", - "fname": "Mask Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2eD9a5C8C13b93955103B9a7C167B67Ef4d568a3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MASK-ERC20", - "name": "mask_erc20", - "fname": "Mask Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MASK-PLG20", - "name": "mask_plg20", - "fname": "Mask Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MATIC", - "name": "matic", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 137, - "use_access_list": true, - "max_eth_tx_type": 2, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Polygon", - "links": { - "homepage": "https://polygon.technology/" - }, - "mm2": 1 - }, - { - "coin": "MATIC-BEP20", - "name": "matic_bep20", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xCC42724C6683B7E57334c4E856f4c9965ED682bD" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MATIC-ERC20", - "name": "matic_erc20", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Matic Token", - "links": { - "homepage": "https://polygon.technology/" - } - }, - { - "coin": "MATIC-HCO20", - "name": "matic_hco20", - "fname": "Polygon", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xdB11743fe8B129b49b11236E8a715004BDabe7e5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MATIC-KRC20", - "name": "matic_krc20", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x1B8e27ABA297466fc6765Ce55BD12A8E216759da" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MATICTEST", - "name": "matic testnet", - "fname": "Matic Testnet", - "is_testnet": true, - "rpcport": 80, - "chain_id": 80001, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "MAZA", - "name": "mazacoin", - "fname": "MazaCoin", - "sign_message_prefix": "Mazacoin Signed Message:\n", - "rpcport": 12832, - "pubtype": 50, - "p2shtype": 9, - "wiftype": 244, - "decimals": 8, - "signature_version": "base", - "txfee": 10000, - "segwit": true, - "bech32_hrp": "maza", - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/13'", - "links": { - "github": "https://github.com/Mazacoin", - "homepage": "https://www.mazacoin.org" - }, - "mm2": 1 - }, - { - "coin": "MAZE-SLP", - "fname": "Maze", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 6, - "token_id": "bb553ac2ac7af0fcd4f24f9dfacc7f925bfb1446c6e18c7966db95a8d50fb378", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "MC-BEP20", - "name": "mc_bep20", - "fname": "Merit Circle", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MC-ERC20", - "name": "mc_erc20", - "fname": "Merit Circle", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MCL", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "MCL", - "fname": "Marmara Credit Loops", - "rpcport": 33825, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "MDX", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "MDX", - "fname": "Mandala", - "rpcport": 18482, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "links": { - "homepage": "https://mandala.exchange" - }, - "mm2": 1 - }, - { - "coin": "MED-QRC20", - "name": "qtum", - "fname": "Medibloc", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "MEWC", - "name": "meowcoin", - "fname": "Meowcoin", - "sign_message_prefix": "Meowcoin Signed Message:\n", - "rpcport": 9766, - "pubtype": 50, - "p2shtype": 122, - "wiftype": 112, - "segwit": false, - "txfee": 1000000, - "dust": 1000000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1669'", - "links": { - "github": "https://github.com/Meowcoin-Foundation/Meowcoin", - "homepage": "https://www.mewccrypto.com/" - }, - "mm2": 1 - }, - { - "coin": "MINDS-ERC20", - "name": "minds_erc20", - "fname": "Minds", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB26631c6dda06aD89B93C71400D25692de89c068" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Minds Token", - "links": { - "homepage": "https://www.minds.com/" - } - }, - { - "coin": "MINU-BEP20", - "name": "minu_bep20", - "fname": "Minu", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xf48f91df403976060cC05dBbf8A0901b09fdeFd4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MIR-BEP20", - "name": "mir_bep20", - "fname": "Mirror Protocol", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5B6DcF557E2aBE2323c48445E8CC948910d8c2c9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MIR-ERC20", - "name": "mir_erc20", - "fname": "Mirror Protocol", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x09a3EcAFa817268f77BE1283176B946C4ff2E608" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-AVX20", - "name": "mkr_avx20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x88128fd4b259552A9A1D457f435a6527AAb72d42" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-BEP20", - "name": "mkr_bep20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-ERC20", - "name": "mkr_erc20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "MakerDAO", - "links": { - "github": "https://github.com/makerdao", - "homepage": "https://makerdao.com" - } - }, - { - "coin": "MKR-KRC20", - "name": "mkr_krc20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xdE81028C743f5304fe2cdEfac588f572d629a687" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-PLG20", - "name": "mkr_plg20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6f7C932e7684666C9fd1d44527765433e01fF61d" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MLN-ERC20", - "name": "mln_erc20", - "fname": "Enzyme", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xec67005c4E498Ec7f55E092bd1d35cbC47C91892" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MM-AVX20", - "name": "mm_avx20", - "fname": "Million", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x993163CaD35162fB579D7B64e6695cB076EF5064" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MM-BEP20", - "name": "mm_bep20", - "fname": "Million", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MM-ERC20", - "name": "mm_erc20", - "fname": "Million", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Million", - "links": { - "homepage": "https://www.milliontoken.org" - } - }, - { - "coin": "MM-MVR20", - "name": "mm_mvr20", - "fname": "Million", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MM-PLG20", - "name": "mm_plg20", - "fname": "Million", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MONA", - "name": "monacoin", - "fname": "MonaCoin", - "sign_message_prefix": "Monacoin Signed Message:\n", - "rpcport": 9402, - "pubtype": 50, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "mona", - "wallet_only": false, - "required_confirmations": 5, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/22'", - "trezor_coin": "Monacoin", - "links": { - "github": "https://github.com/monacoinproject/monacoin", - "homepage": "https://monacoin.org" - }, - "mm2": 1 - }, - { - "coin": "MONA-segwit", - "name": "monacoin", - "fname": "MonaCoin", - "sign_message_prefix": "Monacoin Signed Message:\n", - "rpcport": 9402, - "pubtype": 50, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "mona", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "MONA", - "required_confirmations": 5, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/22'", - "trezor_coin": "Monacoin", - "links": { - "github": "https://github.com/monacoinproject/monacoin", - "homepage": "https://monacoin.org" - } - }, - { - "coin": "MOR-ARB20", - "name": "mor_arb20", - "fname": "Morpheus", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "MOR-ERC20", - "name": "mor_erc20", - "fname": "Morpheus", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xcBB8f1BDA10b9696c57E13BC128Fe674769DCEc0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MOVR", - "name": "moonriver", - "fname": "Moonriver", - "rpcport": 80, - "chain_id": 1285, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Moonriver", - "links": { - "homepage": "https://moonbeam.network/networks/moonriver/" - }, - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_payment": 100000, - "eth_receiver_spend": 500000, - "eth_sender_refund": 500000 - }, - "mm2": 1 - }, - { - "coin": "NAV", - "name": "navcoin", - "fname": "Navcoin", - "sign_message_prefix": "Navcoin Signed Message:\n", - "isPoS": 1, - "txversion": 3, - "confpath": "USERHOME/.navcoin4/navcoin.conf", - "rpcport": 44444, - "pubtype": 53, - "p2shtype": 85, - "wiftype": 150, - "txfee": 10000, - "required_confirmations": 10, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/130'", - "mm2": 1 - }, - { - "coin": "NAV-BEP20", - "name": "nav_bep20", - "fname": "Navcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NEAR-BEP20", - "name": "near_bep20", - "fname": "NEAR Protocol", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "NENG", - "name": "nengcoin", - "fname": "Nengcoin", - "rpcport": 6376, - "pubtype": 53, - "p2shtype": 5, - "wiftype": 176, - "txfee": 200000, - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/681'", - "mm2": 1 - }, - { - "coin": "NENG-BEP20", - "name": "neng_bep20", - "fname": "Nengcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xaD2c0B5ee5424C6b6f9C06E4fEF3FD7CD9FF0264" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NEXO-ERC20", - "name": "nexo_erc20", - "fname": "Nexo", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Nexo", - "links": { - "homepage": "http://nexo.io" - } - }, - { - "coin": "NEXO-KRC20", - "name": "nexo_krc20", - "fname": "Nexo", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xb7A18bd55e8E3E2262d7c8Ee7b4DD9B216Df0Faf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NEXO-PLG20", - "name": "nexo_plg20", - "fname": "Nexo", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "NFT_AVAX", - "name": "nft_avax", - "fname": "Avalanche", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "AVAX" - } - }, - "derivation_path": "m/44'/9000'", - "trezor_coin": "Avalanche C-Chain", - "links": { - "homepage": "https://www.avax.network/" - }, - "mm2": 1 - }, - { - "coin": "NFT_BNB", - "name": "nft_binancesmartchain", - "fname": "Binance Coin", - "avg_blocktime": 3, - "rpcport": 80, - "chain_id": 56, - "required_confirmations": 3, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "BNB" - } - }, - "derivation_path": "m/44'/714'", - "trezor_coin": "Binance Smart Chain", - "links": { - "homepage": "https://www.binance.org" - }, - "mm2": 1 - }, - { - "coin": "NFT_ETH", - "name": "nft_ethereum", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 1, - "sign_message_prefix": "Ethereum Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "ETH" - } - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "NFT_FTM", - "name": "nft_ftm", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 250, - "required_confirmations": 3, - "avg_blocktime": 1.8, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "FTM" - } - }, - "derivation_path": "m/44'/1007'", - "trezor_coin": "Fantom Opera", - "links": { - "homepage": "https://fantom.foundation" - }, - "mm2": 1 - }, - { - "coin": "NFT_MATIC", - "name": "nft_matic", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 137, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "MATIC" - } - }, - "derivation_path": "m/44'/966'", - "trezor_coin": "Polygon", - "links": { - "homepage": "https://polygon.technology/" - }, - "mm2": 1 - }, - { - "coin": "NINJA", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "NINJA", - "fname": "Ninja", - "rpcport": 8427, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "NMC", - "name": "namecoin", - "fname": "Namecoin", - "rpcport": 8336, - "pubtype": 52, - "p2shtype": 13, - "wiftype": 180, - "txfee": 0, - "segwit": true, - "bech32_hrp": "nc", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/7'", - "trezor_coin": "Namecoin", - "links": { - "github": "https://github.com/namecoin/namecoin-core", - "homepage": "https://namecoin.org" - }, - "mm2": 1 - }, - { - "coin": "NMC-segwit", - "name": "namecoin", - "fname": "Namecoin", - "rpcport": 8336, - "pubtype": 52, - "p2shtype": 13, - "wiftype": 180, - "txfee": 0, - "segwit": true, - "bech32_hrp": "nc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "NMC", - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/7'", - "trezor_coin": "Namecoin", - "links": { - "github": "https://github.com/namecoin/namecoin-core", - "homepage": "https://namecoin.org" - } - }, - { - "coin": "NUCLEUSTEST", - "avg_blocktime": 5, - "name": "nucleus-test", - "fname": "Nucleus Test", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "unucl", - "account_prefix": "nuc", - "chain_registry_name": "nucleus", - "chain_id": "nucleus-3" - } - }, - "derivation_path": "m/44'/118'", - "mm2": 1 - }, - { - "coin": "NVC", - "name": "novacoin", - "fname": "Novacoin", - "sign_message_prefix": "Novacoin Signed Message:\n", - "isPoS": 1, - "rpcport": 8344, - "pubtype": 8, - "p2shtype": 20, - "wiftype": 136, - "decimals": 6, - "txfee": 1000, - "dust": 10000, - "wallet_only": true, - "mature_confirmations": 500, - "required_confirmations": 1, - "avg_blocktime": 450, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/50'", - "mm2": 0 - }, - { - "coin": "NVC-BEP20", - "name": "nvc_bep20", - "fname": "Novacoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBF84720097de111A80f46f9D077643967042841A" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "NVC-QRC20", - "name": "qtum", - "fname": "Novacoin", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xffb67c56c42b71144ae394dbfe298d863fbb3b9e" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "NYC", - "name": "newyorkcoin", - "fname": "NewYorkCoin", - "sign_message_prefix": "NewYorkCoin Signed Message:\n", - "rpcport": 22555, - "pubtype": 60, - "p2shtype": 22, - "wiftype": 188, - "segwit": false, - "txfee": 100000000, - "required_confirmations": 7, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/179'", - "links": { - "github": "https://github.com/NewYorkCoinNYC/newyorkcoin", - "homepage": "https://newyorkcoin.online" - }, - "mm2": 1 - }, - { - "coin": "NYC-BEP20", - "name": "nyc_bep20", - "fname": "NewYorkCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6c015277B0f9b8c24B20BD8BbbD29FDb25738A69" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NZDS-ERC20", - "name": "nzds_erc20", - "fname": "NZD Stablecoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NZDS-PLG20", - "name": "nzds_plg20", - "fname": "NZD Stablecoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OC-QRC20", - "name": "qtum", - "fname": "OceanChain", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "OCEAN-BEP20", - "name": "ocean_bep20", - "fname": "Ocean Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OCEAN-ERC20", - "name": "ocean_erc20", - "fname": "Ocean Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Ocean Token", - "links": { - "github": "https://github.com/oceanprotocol", - "homepage": "https://oceanprotocol.com" - } - }, - { - "coin": "OCEAN-PLG20", - "name": "ocean_plg20", - "fname": "Ocean Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OKB-ERC20", - "name": "okb_erc20", - "fname": "OKB", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x75231F58b43240C9718Dd58B4967c5114342a86c" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "OKB", - "links": { - "github": "https://github.com/okex/okberc20token", - "homepage": "https://www.okex.com/" - } - }, - { - "coin": "OM-BEP20", - "name": "om_bep20", - "fname": "MANTRA", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xF78D2e7936F5Fe18308A3B2951A93b6c4a41F5e2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "OM-ERC20", - "name": "om_erc20", - "fname": "MANTRA", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3593D125a4f7849a1B059E64F4517A86Dd60c95d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OM-PLG20", - "name": "om_plg20", - "fname": "MANTRA", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "OMG-ERC20", - "name": "omg_erc20", - "fname": "OMG Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "OmiseGO", - "links": { - "github": "https://github.com/omisego", - "homepage": "https://omg.omise.co" - } - }, - { - "coin": "OMG-PLG20", - "name": "omg_plg20", - "fname": "OMG Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ONE", - "name": "harmony", - "fname": "Harmony", - "rpcport": 80, - "chain_id": 1666600000, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "ONT-BEP20", - "name": "ont_bep20", - "fname": "Ontology", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xFd7B3A77848f1C2D67E05E54d78d174a0C850335" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "OSMO", - "avg_blocktime": 7, - "name": "osmosis", - "fname": "Osmosis", - "wallet_only": true, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "uosmo", - "account_prefix": "osmo", - "chain_registry_name": "osmosis", - "chain_id": "osmosis-1", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'", - "mm2": 0 - }, - { - "coin": "OSMO-IBC_NUCLEUSTEST", - "avg_blocktime": 5, - "name": "cosmos-ibc-nucleus-test", - "fname": "Osmosis", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINTTOKEN", - "protocol_data": { - "platform": "NUCLEUSTEST", - "decimals": 6, - "denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23" - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "PAX-BEP20", - "name": "pax_bep20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAX-ERC20", - "name": "pax_erc20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Paxos Standard (PAX)", - "links": { - "github": "https://github.com/paxosglobal", - "homepage": "https://www.paxos.com/standard" - } - }, - { - "coin": "PAX-KRC20", - "name": "pax_krc20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAX-PLG20", - "name": "pax_plg20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAXG-BEP20", - "name": "paxg_bep20", - "fname": "PAX Gold", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7950865a9140cB519342433146Ed5b40c6F210f7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAXG-ERC20", - "name": "paxg_erc20", - "fname": "PAX Gold", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x45804880De22913dAFE09f4980848ECE6EcbAf78" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Paxos Gold", - "links": { - "github": "https://github.com/paxosglobal/paxos-gold-contract", - "homepage": "https://www.paxos.com/paxgold" - } - }, - { - "coin": "PAXG-PLG20", - "name": "paxg_plg20", - "fname": "PAX Gold", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x553d3D295e0f695B9228246232eDF400ed3560B5" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "PENDLE-ARB20", - "name": "pendle_arb20", - "fname": "Pendle", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "PENDLE-BEP20", - "name": "pendle_bep20", - "fname": "Pendle", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb3Ed0A426155B79B898849803E3B36552f7ED507" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PENDLE-ERC20", - "name": "pendle_erc20", - "fname": "Pendle", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x808507121B80c02388fAd14726482e061B8da827" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PEP", - "name": "pepecoin", - "fname": "Pepecoin", - "rpcport": 33873, - "pubtype": 56, - "p2shtype": 22, - "wiftype": 158, - "segwit": false, - "txfee": 1000000, - "sign_message_prefix": "Pepecoin Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/3434'", - "links": { - "github": "https://github.com/pepecoinppc/pepecoin", - "homepage": "https://pepecoin.org" - }, - "mm2": 1 - }, - { - "coin": "PEPE-ARB20", - "name": "pepe_arb20", - "fname": "Pepe", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://www.pepe.vip" - }, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "PEPE-BEP20", - "name": "pepe_bep20", - "fname": "Pepe", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://www.pepe.vip" - } - }, - { - "coin": "PEPE-ERC20", - "name": "pepe_erc20", - "fname": "Pepe", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6982508145454Ce325dDbE47a25d4ec3d2311933" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://www.pepe.vip" - } - }, - { - "coin": "PGX-PLG20", - "name": "pegaxy_stone", - "fname": "Pegaxy Stone", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "PINK", - "name": "pink", - "fname": "Pinkcoin", - "rpcport": 9135, - "isPoS": 1, - "pubtype": 3, - "p2shtype": 28, - "wiftype": 131, - "txfee": 10000, - "wallet_only": true, - "sign_message_prefix": "Pinkcoin Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/117'", - "links": { - "github": "https://github.com/Pink2Dev/Pink2", - "homepage": "https://getstarted.with.pink" - }, - "mm2": 0 - }, - { - "coin": "PIVX", - "name": "pivx", - "fname": "PIVX", - "sign_message_prefix": "DarkNet Signed Message:\n", - "rpcport": 51473, - "pubtype": 30, - "p2shtype": 13, - "wiftype": 212, - "txfee": 100000, - "dust": 5460, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/119'", - "mm2": 1 - }, - { - "coin": "PND", - "name": "pandacoin", - "fname": "Pandacoin", - "isPoS": 1, - "rpcport": 22444, - "pubtype": 55, - "p2shtype": 22, - "wiftype": 183, - "decimals": 6, - "txfee": 10000000, - "dust": 1000000, - "segwit": true, - "bech32_hrp": "pn", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/37'", - "mm2": 1 - }, - { - "coin": "PNK-ERC20", - "name": "pnk_erc20", - "fname": "Kleros", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Pinakion", - "links": { - "github": "https://github.com/kleros", - "homepage": "https://kleros.io" - } - }, - { - "coin": "POT", - "name": "potcoin", - "fname": "PotCoin", - "sign_message_prefix": "Potcoin Signed Message:\n", - "isPoSV": 1, - "rpcport": 42000, - "pubtype": 55, - "p2shtype": 5, - "wiftype": 183, - "txversion": 4, - "txfee": 100000, - "dust": 100000, - "wallet_only": true, - "mature_confirmations": 240, - "required_confirmations": 5, - "avg_blocktime": 40, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/81'", - "mm2": 0 - }, - { - "coin": "POT-ERC20", - "name": "pot_erc20", - "fname": "PotCoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "POT-PLG20", - "name": "pot_plg20", - "fname": "PotCoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "POWR-ERC20", - "name": "powr_erc20", - "fname": "Power Ledger", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "PowerLedger", - "links": { - "homepage": "https://powerledger.io" - } - }, - { - "coin": "POWR-PLG20", - "name": "powr_plg20", - "fname": "Power Ledger", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PPC", - "name": "peercoin", - "fname": "Peercoin", - "isPoS": 1, - "rpcport": 9902, - "pubtype": 55, - "p2shtype": 117, - "wiftype": 183, - "decimals": 6, - "txfee": 0, - "dust": 10000, - "segwit": true, - "bech32_hrp": "pc", - "required_confirmations": 1, - "avg_blocktime": 510, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/6'", - "trezor_coin": "Peercoin", - "links": { - "github": "https://github.com/peercoin/peercoin", - "homepage": "https://peercoin.net" - }, - "mm2": 1 - }, - { - "coin": "PPC-ERC20", - "name": "ppc_erc20", - "fname": "Peercoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x044d078F1c86508e13328842Cc75AC021B272958" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PPC-PLG20", - "name": "ppc_plg20", - "fname": "Peercoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x91E7E32C710661C44ae44D10Aa86135d91C3Ed65" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PRCY", - "name": "prcy", - "fname": "PRivaCY Coin", - "rpcport": 59683, - "pubtype": 55, - "p2shtype": 61, - "wiftype": 28, - "txfee": 0, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/853'", - "mm2": 1 - }, - { - "coin": "PRCY-BEP20", - "name": "prcy_bep20", - "fname": "PRivaCY Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PRCY-ERC20", - "name": "prcy_erc20", - "fname": "PRivaCY Coin", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 8, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PRCY-PLG20", - "name": "prcy_plg20", - "fname": "PRivaCY Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PSF-SLP", - "fname": "PS Foundation", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "38e97c5d7d3585a2cbf3f9580c82ca33985f9cb0845d4dcce220cb709f9538b0", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "PUT-QRC20", - "name": "qtum", - "fname": "Profile Utility Token", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "PYR-ERC20", - "name": "pyr_erc20", - "fname": "Vulcan Forged", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PYR-PLG20", - "name": "pyr_plg20", - "fname": "Vulcan Forged", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "QBT-QRC20", - "name": "qtum", - "fname": "Qbao", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QC-QRC20", - "name": "qtum", - "fname": "Qcash", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xf2033ede578e17fa6231047265010445bca8cf1c" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QI-QRC20", - "name": "qtum", - "fname": "Qi Swap", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x54fefdb5b31164f66ddb68becd7bdd864cacd65b" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QIAIR-QRC20", - "name": "qtum", - "fname": "Qi Airdrop Token", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QKC-BEP20", - "name": "qkc_bep20", - "fname": "QuarkChain", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA1434F1FC3F437fa33F7a781E041961C0205B5Da" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "QKC-ERC20", - "name": "qkc_erc20", - "fname": "QuarkChain", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "QuarkChain", - "links": { - "homepage": "https://quarkchain.io" - } - }, - { - "coin": "QNT-ERC20", - "name": "qnt_erc20", - "fname": "Quant", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4a220E6096B25EADb88358cb44068A3248254675" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Quant", - "links": { - "github": "https://github.com/quantnetwork", - "homepage": "https://www.quant.network/" - } - }, - { - "coin": "QNT-KRC20", - "name": "qnt_krc20", - "fname": "Quant", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x791630C11c7159A748d8c2267a66780B3DDC40a7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "QRC20", - "fname": "QRC20", - "pubtype": 120, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "is_testnet": true, - "mature_confirmations": 2000, - "required_confirmations": 1, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "tQTUM", - "contract_address": "0xd362e096e873eb7907e205fadc6175c6fec7bc44" - } - }, - "mm2": 1 - }, - { - "coin": "QTUM", - "name": "qtum", - "fname": "Qtum", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "qc", - "txfee": 400000, - "dust": 72800, - "sign_message_prefix": "Qtum Signed Message:\n", - "force_min_relay_fee": true, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QTUM" - }, - "derivation_path": "m/44'/2301'", - "trezor_coin": "Qtum", - "links": { - "github": "https://github.com/qtumproject/qtum", - "homepage": "https://qtum.org" - }, - "mm2": 1 - }, - { - "coin": "QTUM-ERC20", - "name": "qtum_erc20", - "fname": "Qtum", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3103dF8F05c4D8aF16fD22AE63E406b97FeC6938" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Qtum", - "links": { - "github": "https://github.com/qtumproject", - "homepage": "https://qtum.org/" - } - }, - { - "coin": "RAPH", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "RAPH", - "fname": "Raphael", - "rpcport": 30261, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "RBTC", - "name": "rsksmartbitcoin", - "fname": "RSK Smart Bitcoin", - "sign_message_prefix": "RSK Signed Message:\n", - "wallet_only": true, - "avg_blocktime": 6, - "rpcport": 80, - "alias_ticker": "BTC", - "chain_id": 30, - "required_confirmations": 1, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "RSK", - "links": { - "homepage": "https://rsk.co" - }, - "mm2": 0 - }, - { - "coin": "RDD", - "name": "reddcoin", - "fname": "ReddCoin", - "sign_message_prefix": "Reddcoin Signed Message:\n", - "isPoSV": 1, - "rpcport": 45443, - "pubtype": 61, - "p2shtype": 5, - "wiftype": 189, - "txversion": 2, - "txfee": 100000, - "dust": 100000, - "segwit": false, - "wallet_only": true, - "mature_confirmations": 30, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/4'", - "trezor_coin": "Reddcoin", - "links": { - "github": "https://github.com/reddcoin-project/reddcoin", - "homepage": "https://reddcoin.com" - }, - "mm2": 0 - }, - { - "coin": "REN-ERC20", - "name": "ren_erc20", - "fname": "Ren", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x408e41876cCCDC0F92210600ef50372656052a38" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Republic Token", - "links": { - "github": "https://github.com/renproject", - "homepage": "https://renproject.io/" - } - }, - { - "coin": "REN-HCO20", - "name": "ren_hco20", - "fname": "Ren", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x212208bcc81F3a2D0188afF76A2d39351eb53b96" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "REP-ERC20", - "name": "rep_erc20", - "fname": "Augur", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x221657776846890989a759BA2973e427DfF5C9bB" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Augur", - "links": { - "homepage": "https://augur.net" - } - }, - { - "coin": "REQ-ERC20", - "name": "req_erc20", - "fname": "Request", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "REQ-PLG20", - "name": "req_plg20", - "fname": "Request", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "REV-ERC20", - "name": "rev_erc20", - "fname": "Revain", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9" - } - }, - "decimals": 6, - "derivation_path": "m/44'/60'", - "trezor_coin": "Revain", - "links": { - "github": "https://github.com/Revain", - "homepage": "https://revain.org" - } - }, - { - "coin": "RIC", - "name": "riecoin", - "fname": "Riecoin", - "sign_message_prefix": "Riecoin Signed Message:\n", - "rpcport": 28332, - "pubtype": 60, - "p2shtype": 65, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "ric", - "txfee": 10000, - "wallet_only": false, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/143'", - "mm2": 1 - }, - { - "coin": "RIC-BEP20", - "name": "ric_bep20", - "fname": "Riecoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RIC-segwit", - "name": "riecoin", - "fname": "Riecoin", - "sign_message_prefix": "Riecoin Signed Message:\n", - "rpcport": 28332, - "pubtype": 60, - "p2shtype": 65, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "ric", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "RIC", - "txfee": 10000, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/143'" - }, - { - "coin": "RLC-ERC20", - "name": "rlc_erc20", - "fname": "iExec RLC", - "rpcport": 80, - "chain_id": 1, - "decimals": 9, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x607F4C5BB672230e8672085532f7e901544a7375" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "IEx.ec", - "links": { - "homepage": "http://iex.ec/" - } - }, - { - "coin": "RLC-PLG20", - "name": "rlc_plg20", - "fname": "iExec RLC", - "rpcport": 80, - "chain_id": 137, - "decimals": 9, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RNDR-ERC20", - "name": "rndr_erc20", - "fname": "Render", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RNDR-PLG20", - "name": "rndr_plg20", - "fname": "Render", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x61299774020dA444Af134c82fa83E3810b309991" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "RPL-ERC20", - "name": "rpl_erc20", - "fname": "Rocket Pool", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xD33526068D116cE69F19A9ee46F0bd304F21A51f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RSR-ERC20", - "name": "rsr_erc20", - "fname": "Reserve Rights", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x320623b8E4fF03373931769A31Fc52A4E78B5d70" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Reserve Rights", - "links": { - "github": "https://github.com/reserve-protocol/rsr-mainnet", - "homepage": "https://reserve.org" - } - }, - { - "coin": "RTM", - "name": "raptoreum", - "fname": "Raptoreum", - "rpcport": 9998, - "pubtype": 60, - "p2shtype": 16, - "wiftype": 128, - "txfee": 1000, - "confpath": "USERHOME/.raptoreumcore/raptoreum.conf", - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/10226'", - "mm2": 1 - }, - { - "coin": "RTM-BEP20", - "name": "rtm_bep20", - "fname": "Raptoreum", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xF7C71cab11E3694638Bb9A106E0F430565BD15F1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RUNES", - "name": "runebase", - "fname": "Runebase", - "sign_message_prefix": "Runebase Signed Message:\n", - "rpcport": 9432, - "pubtype": 61, - "p2shtype": 123, - "wiftype": 216, - "txfee": 5000000, - "dust": 400000, - "mature_confirmations": 120, - "segwit": true, - "bech32_hrp": "rc", - "required_confirmations": 6, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/88'", - "links": { - "github": "https://github.com/runebase/runebase", - "homepage": "https://www.runebase.io" - }, - "mm2": 1 - }, - { - "coin": "RVN", - "name": "raven", - "fname": "RavenCoin", - "sign_message_prefix": "Raven Signed Message:\n", - "rpcport": 8766, - "pubtype": 60, - "p2shtype": 122, - "wiftype": 128, - "segwit": true, - "txfee": 1100000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/175'", - "trezor_coin": "Ravencoin", - "links": { - "github": "https://github.com/RavenProject/Ravencoin", - "homepage": "https://ravencoin.org" - }, - "mm2": 1 - }, - { - "coin": "S4F-BEP20", - "name": "s4f_bep20", - "fname": "S4FE", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x788D2780992222360f674cc12C36478870b8E6ED" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "S4F-ERC20", - "name": "s4f_erc20", - "fname": "S4FE", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SAND-BEP20", - "name": "sand_bep20", - "fname": "The Sandbox", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x67b725d7e342d7B611fa85e859Df9697D9378B2e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SAND-ERC20", - "name": "sand_erc20", - "fname": "The Sandbox", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SAND-PLG20", - "name": "sand_plg20", - "fname": "The Sandbox", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SBCH", - "name": "smartbch", - "fname": "SmartBCH", - "rpcport": 80, - "alias_ticker": "BCH", - "chain_id": 10000, - "required_confirmations": 3, - "avg_blocktime": 6, - "protocol": { - "type": "ETH" - }, - "mm2": 1 - }, - { - "coin": "SCRT-BEP20", - "name": "scrt_bep20", - "fname": "Secret", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SEELE-ERC20", - "name": "seele_erc20", - "fname": "Seele", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB1e93236ab6073fdAC58adA5564897177D4bcC43" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Seele", - "links": { - "homepage": "http://seele.pro" - } - }, - { - "coin": "SEPOLIAETH", - "name": "sepolia", - "fname": "Sepolia", - "rpcport": 80, - "chain_id": 11155111, - "sign_message_prefix": "Sepolia Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "SHIB-BEP20", - "name": "shib_bep20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2859e4544C4bB03966803b044A93563Bd2D0DD4D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SHIB-ERC20", - "name": "shib_erc20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SHIBA INU", - "links": { - "homepage": "https://shibatoken.com" - } - }, - { - "coin": "SHIB-KRC20", - "name": "shib_krc20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x73b6086955c820370A18002F60E9b51FB67d7e1A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SHIB-PLG20", - "name": "shib_plg20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SHR-BEP20", - "name": "shr_bep20", - "fname": "Share", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5fb4968fC85868DF3aD2d6e59883a10570f01D18" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SHR-ERC20", - "name": "shr_erc20", - "fname": "Share", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xd98F75b1A3261dab9eEd4956c93F33749027a964" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SIBM-BEP20", - "name": "sibm_bep20", - "fname": "SibMining", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SIGNA-BEP20", - "name": "signa_bep20", - "fname": "Signum", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7b0E7E40eE4672599F7095D1DdD730b0805195BA" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SKL-ERC20", - "name": "skl_erc20", - "fname": "SKALE", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNT-ERC20", - "name": "snt_erc20", - "fname": "Status", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x744d70FDBE2Ba4CF95131626614a1763DF805B9E" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Status Network Token", - "links": { - "github": "https://github.com/status-im", - "homepage": "https://status.im" - } - }, - { - "coin": "SNX-AVX20", - "name": "snx_avx20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xBeC243C995409E6520D7C41E404da5dEba4b209B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-BEP20", - "name": "snx_bep20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9Ac983826058b8a9C7Aa1C9171441191232E8404" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-ERC20", - "name": "snx_erc20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Synthetix Network Token", - "links": { - "github": "https://github.com/havven/havven", - "homepage": "https://synthetix.io" - } - }, - { - "coin": "SNX-FTM20", - "name": "snx_ftm20", - "fname": "Synthetix", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-KRC20", - "name": "snx_krc20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x31965b5c9c55f5579eb49F4b3AcC59aA10a7B98E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-PLG20", - "name": "snx_plg20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SOL-BEP20", - "name": "sol_bep20", - "fname": "Solana", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x570A5D26f7765Ecb712C0924E4De545B89fD43dF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SOL-PLG20", - "name": "sol_plg20", - "fname": "Solana", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SOLVE-ERC20", - "name": "solve_erc20", - "fname": "SOLVE", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x446C9033E7516D820cc9a2ce2d0B7328b579406F" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SOUR-SLP", - "fname": "Sour", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "6448381f9649ecacd8c30189cfbfee71a91b6b9738ea494fe33f8b8b51cbfca0", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "SPACE-ARB20", - "name": "space_arb20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "SPACE-AVX20", - "name": "space_avx20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SPACE-BEP20", - "name": "space_bep20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9E1170c12FDDd3B00FEc42ddF4C942565D9Be577" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SPACE-FTM20", - "name": "space_ftm20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x5f7F94a1dd7b15594d17543BEB8B30b111DD464c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SPACE-PLG20", - "name": "space_plg20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SPACE-PLG20_OLD", - "name": "space_plg20_old", - "fname": "Space Token (OLD)", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SPACECOIN", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "SPACE", - "fname": "Spacecoin", - "rpcport": 35593, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 6, - "requires_notarization": false, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "SPICE-SLP", - "fname": "Spice", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "4de69e374a8ed21cbddd47f2338cc0f479dc58daa2bbe11cd604ca488eca0ddf", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "SRM-ERC20", - "name": "srm_erc20", - "fname": "Serum", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x476c5E26a75bd202a9683ffD34359C0CC15be0fF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SRM-PLG20", - "name": "srm_plg20", - "fname": "Serum", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "STFIRO-ERC20", - "name": "firo_erc20", - "fname": "StakedFIRO", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 8, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "STORJ-ERC20", - "name": "storj_erc20", - "fname": "Storj", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC" - } - }, - "decimals": 8, - "derivation_path": "m/44'/60'", - "trezor_coin": "STORJ", - "links": { - "github": "https://github.com/Storj", - "homepage": "https://storj.io" - } - }, - { - "coin": "SUSHI-AVX20", - "name": "sushi_avx20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-BEP20", - "name": "sushi_bep20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x947950BcC74888a40Ffa2593C5798F11Fc9124C4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-ERC20", - "name": "sushi_erc20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SushiToken", - "links": { - "github": "https://github.com/sushiswap", - "homepage": "https://sushiswapclassic.org/" - } - }, - { - "coin": "SUSHI-FTM20", - "name": "sushi_ftm20", - "fname": "Sushi", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-KRC20", - "name": "sushi_krc20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xE0a60890BB7F9250089455620063fb6fe4DC159a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-MVR20", - "name": "sushi_mvr20", - "fname": "Sushi", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-PLG20", - "name": "sushi_plg20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SWAP-BEP20", - "name": "swap_bep20", - "fname": "SafeSwap", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xe56a473043EaAB7947c0a2408cEA623074500EE3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SXP-BEP20", - "name": "sxp_bep20", - "fname": "Swipe", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SXP-ERC20", - "name": "sxp_erc20", - "fname": "Swipe", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-AVX20", - "name": "syn_avx20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x1f1E7c893855525b303f99bDF5c3c05Be09ca251" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-BEP20", - "name": "syn_bep20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xa4080f1778e69467E905B8d6F72f6e441f9e9484" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-ERC20", - "name": "syn_erc20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-FTM20", - "name": "syn_ftm20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0xE55e19Fb4F2D85af758950957714292DAC1e25B2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-PLG20", - "name": "syn_plg20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SYS", - "name": "syscoin", - "fname": "Syscoin", - "sign_message_prefix": "Syscoin Signed Message:\n", - "rpcport": 8370, - "pubtype": 63, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 1820, - "segwit": true, - "bech32_hrp": "sys", - "required_confirmations": 5, - "avg_blocktime": 60, - "wallet_only": false, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/57'", - "trezor_coin": "Syscoin", - "links": { - "github": "https://github.com/syscoin/syscoin", - "homepage": "https://syscoin.org" - }, - "mm2": 1 - }, - { - "coin": "SYS-segwit", - "name": "syscoin", - "fname": "Syscoin", - "sign_message_prefix": "Syscoin Signed Message:\n", - "rpcport": 8370, - "pubtype": 63, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 1820, - "segwit": true, - "bech32_hrp": "sys", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "SYS", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/57'", - "trezor_coin": "Syscoin", - "links": { - "github": "https://github.com/syscoin/syscoin", - "homepage": "https://syscoin.org" - } - }, - { - "coin": "TAMA-ERC20", - "name": "tama_erc20", - "fname": "Tamadoge", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x12b6893cE26Ea6341919FE289212ef77e51688c8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TAZ-BEP20", - "name": "taz_bep20", - "fname": "Taz", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x83BC92dcfC1F62Ba5dbd0f3537032f83a004300A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TBTC-ERC20", - "name": "tbtc_erc20", - "fname": "tBTC", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x18084fbA666a33d37592fA2633fD49a74DD93a88" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TBTC-PLG20", - "name": "tbtc_plg20", - "fname": "tBTC", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TEL-ERC20", - "name": "tel_erc20", - "fname": "Telcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x467Bccd9d29f223BcE8043b84E8C8B282827790F" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TEL-KRC20", - "name": "tel_krc20", - "fname": "Telcoin", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x621C1E8610e4B9b7fc9F043203C008EDe52E92F5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TEL-PLG20", - "name": "tel_plg20", - "fname": "Telcoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 2, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TESTBTC", - "name": "tbitcoin", - "fname": "Bitcoin Testnet", - "rpcport": 18332, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "segwit": true, - "bech32_hrp": "tb", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "is_testnet": true, - "required_confirmations": 0, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1'", - "mm2": 1 - }, - { - "coin": "TESTBTC-segwit", - "name": "tbitcoin", - "fname": "Bitcoin Testnet", - "rpcport": 18332, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "segwit": true, - "bech32_hrp": "tb", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "tBTC", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "is_testnet": true, - "required_confirmations": 0, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/84'/1'" - }, - { - "coin": "TFT-BEP20", - "name": "tft_bep20", - "fname": "ThreeFold", - "rpcport": 80, - "chain_id": 56, - "decimals": 7, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8f0FB159380176D324542b3a7933F0C2Fd0c2bbf" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "THC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "THC", - "fname": "HempCoin", - "rpcport": 36790, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "THC-BEP20", - "name": "thc_bep20", - "fname": "HempCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TKL", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "TOKEL", - "fname": "Tokel", - "rpcport": 29405, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "TON-BEP20", - "name": "ton_bep20", - "fname": "Toncoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 9, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x76A797A59Ba2C17726896976B7B3747BfD1d220f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TON-ERC20", - "name": "ton_erc20", - "fname": "Toncoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 9, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TRAC-ERC20", - "name": "trac_erc20", - "fname": "OriginTrail", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "OriginTrail", - "links": { - "homepage": "https://origintrail.io" - } - }, - { - "coin": "TRC", - "name": "terracoin", - "fname": "Terracoin", - "confpath": "USERHOME/.terracoincore/terracoin.conf", - "rpcport": 13332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 5460, - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/83'", - "mm2": 1 - }, - { - "coin": "TRX-BEP20", - "name": "trx_bep20", - "fname": "TRON", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TRX-BEP20_OLD", - "name": "trx_bep20_old", - "fname": "TRON (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TRYB-AVX20", - "name": "tryb_avx20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x564A341Df6C126f90cf3ECB92120FD7190ACb401" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "TRYB-BEP20", - "name": "tryb_bep20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xC1fdbed7Dac39caE2CcC0748f7a80dC446F6a594" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TRYB-ERC20", - "name": "tryb_erc20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2C537E5624e4af88A7ae4060C022609376C8D0EB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TRYB-PLG20", - "name": "tryb_plg20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x4Fb71290Ac171E1d144F7221D882BECAc7196EB5" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TSIA", - "fname": "Siacoin Testnet", - "required_confirmations": 1, - "protocol": { - "type": "SIA" - }, - "mm2": 1 - }, - { - "coin": "TSL-QRC20", - "name": "qtum", - "fname": "Energo TSL", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 18, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "TTT-SLP", - "fname": "Trinity Trust Token", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 2, - "token_id": "5321508197ffed321c5fc9a1427e5c68b31d2c1ec92ae1c495f8acb08d8d66cd", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "TUSD-AVX20", - "name": "tusd_avx20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-BEP20", - "name": "tusd_bep20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x40af3827F39D0EAcBF4A168f8D4ee67c121D11c9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-ERC20", - "name": "tusd_erc20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0000000000085d4780B73119b644AE5ecd22b376" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "TrueUSD", - "links": { - "github": "https://github.com/trusttoken", - "homepage": "https://www.trusttoken.com" - } - }, - { - "coin": "TUSD-FTM20", - "name": "tusd_ftm20", - "fname": "TrueUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x9879aBDea01a879644185341F7aF7d8343556B7a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-HCO20", - "name": "tusd_hco20", - "fname": "TrueUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x5eE41aB6edd38cDfB9f6B4e6Cf7F75c87E170d98" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-KRC20", - "name": "tusd_krc20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xD17027b85Abf02721F953EE528721A980fa58941" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-PLG20", - "name": "tusd_plg20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2e1AD108fF1D8C782fcBbB89AAd783aC49586756" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TWT-BEP20", - "name": "twt_bep20", - "fname": "Trust Wallet", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4B0F1812e5Df2A09796481Ff14017e6005508003" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UBQ", - "name": "ubiq", - "fname": "Ubiq", - "rpcport": 80, - "chain_id": 8, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Ubiq", - "links": { - "homepage": "https://ubiqsmart.com" - }, - "mm2": 1 - }, - { - "coin": "UBT-ERC20", - "name": "ubt_erc20", - "fname": "Unibright", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Unibright", - "links": { - "homepage": "https://unibright.io" - } - }, - { - "coin": "UBT-PLG20", - "name": "ubt_plg20", - "fname": "Unibright", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7FBc10850caE055B27039aF31bD258430e714c62" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UFO", - "name": "ufo", - "fname": "Uniform Fiscal Object", - "sign_message_prefix": "UFO Signed Message:\n", - "rpcport": 8087, - "pubtype": 27, - "p2shtype": 68, - "wiftype": 155, - "txfee": 100000, - "segwit": true, - "bech32_hrp": "uf", - "required_confirmations": 6, - "avg_blocktime": 1.5, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/202'", - "links": { - "github": "https://github.com/fiscalobject/ufo", - "homepage": "https://ufobject.com" - }, - "mm2": 1 - }, - { - "coin": "UIS", - "name": "unitus", - "fname": "Unitus", - "sign_message_prefix": "Unitus Signed Message:\n", - "rpcport": 50604, - "pubtype": 68, - "p2shtype": 10, - "wiftype": 132, - "txfee": 2000000, - "dust": 6000000, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/723'", - "links": { - "github": "https://github.com/unitusdev/unitus", - "homepage": "https://unituscurrency.com" - }, - "mm2": 1 - }, - { - "coin": "UMA-AVX20", - "name": "uma_avx20", - "fname": "UMA", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UMA-ERC20", - "name": "uma_erc20", - "fname": "UMA", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UMA-PLG20", - "name": "uma_plg20", - "fname": "UMA", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x3066818837c5e6eD6601bd5a91B0762877A6B731" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-AVX20", - "name": "uni_avx20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-BEP20", - "name": "uni_bep20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBf5140A22578168FD562DCcF235E5D43A02ce9B1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-ERC20", - "name": "uni_erc20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Uniswap", - "links": { - "homepage": "https://uniswap.org/" - } - }, - { - "coin": "UNI-HCO20", - "name": "uni_hco20", - "fname": "Uniswap", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x22C54cE8321A4015740eE1109D9cBc25815C46E6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-KRC20", - "name": "uni_krc20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xEe58E4D62b10A92dB1089d4D040B759C28aE16Cd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-PLG20", - "name": "uni_plg20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "UNO", - "name": "unobtanium", - "fname": "Unobtanium", - "sign_message_prefix": "Unobtanium Signed Message:\n", - "rpcport": 65535, - "pubtype": 130, - "p2shtype": 30, - "wiftype": 224, - "txfee": 0, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/92'", - "trezor_coin": "Unobtanium", - "links": { - "github": "https://github.com/unobtanium-official/unobtanium", - "homepage": "https://unobtanium.uno" - }, - "mm2": 1 - }, - { - "coin": "UOS-ERC20", - "name": "uos_erc20", - "fname": "Ultra", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c" - } - }, - "decimals": 4, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UQC-ERC20", - "name": "uqc_erc20", - "fname": "Uquid Coin", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Uquid Coin", - "links": { - "homepage": "https://uquidcoin.com" - } - }, - { - "coin": "USDC-ARB20", - "name": "usdc_arb20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 42161, - "decimals": 6, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "USDC-AVX20", - "name": "usdc_avx20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-AVX20_OLD", - "name": "usdc_avx20_old", - "fname": "USD Coin (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-BEP20", - "name": "usdc_bep20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDC-ERC20", - "name": "usdc_erc20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "USD//Coin", - "links": { - "github": "https://github.com/centrehq/centre-tokens", - "homepage": "https://www.centre.io" - } - }, - { - "coin": "USDC-FTM20", - "name": "usdc_ftm20", - "fname": "USD Coin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x04068DA6C83AFCFA0e13ba15A6696662335D5B75" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-HCO20", - "name": "usdc_hco20", - "fname": "USD Coin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "avg_blocktime": 3, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x9362Bbef4B8313A8Aa9f0c9808B80577Aa26B73B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-KRC20", - "name": "usdc_krc20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 321, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-MVR20", - "name": "usdc_mvr20", - "fname": "USD Coin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-PLG20", - "name": "usdc_plg20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDC-PLG20_OLD", - "name": "usdc_plg20_old", - "fname": "USD Coin (OLD)", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDD-BEP20", - "name": "usdd_bep20", - "fname": "USDD", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd17479997F34dd9156Deef8F95A52D81D265be9c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDD-ERC20", - "name": "usdd_erc20", - "fname": "USDD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDF", - "fname": "Fake USD", - "is_testnet": true, - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 4, - "token_id": "bb309e48930671582bea508f9a1d9b491e49b69be3d6f372dc08da2ac6e90eb7", - "platform": "tBCH", - "required_confirmations": 1, - "slp_prefix": "slptest" - } - }, - "mm2": 1 - }, - { - "coin": "USDT-ARB20", - "name": "usdt_arb20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 42161, - "decimals": 6, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "USDT-AVX20", - "name": "usdt_avx20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "USDT-AVX20_OLD", - "name": "usdt_avx20_old", - "fname": "Tether (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-BEP20", - "name": "usdt_bep20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x55d398326f99059fF775485246999027B3197955" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDT-ERC20", - "name": "usdt_erc20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "USD Tether (erc20)", - "links": { - "homepage": "https://tether.to" - } - }, - { - "coin": "USDT-FTM20", - "name": "usdt_ftm20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x049d68029688eAbF473097a2fC38ef61633A3C7A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-HCO20", - "name": "usdt_hco20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xa71EdC38d189767582C38A3145b5873052c3e47a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-KRC20", - "name": "usdt_krc20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 321, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-MVR20", - "name": "usdt_mvr20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-PLG20", - "name": "usdt_plg20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDT-SLP", - "fname": "Tether", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "9fc89d6b7d5be2eac0b3787c5b8236bca5de641b5bafafc8f450727b63615c11", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "UTK-ERC20", - "name": "utk_erc20", - "fname": "Utrust", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Utrust", - "links": { - "github": "https://github.com/utrustdev/", - "homepage": "https://utrust.com" - } - }, - { - "coin": "VAL", - "name": "validity", - "fname": "Validity", - "sign_message_prefix": "radium Signed Message:\n", - "confpath": "USERHOME/.Validity/validity.conf", - "isPoS": 1, - "rpcport": 27914, - "pubtype": 76, - "p2shtype": 58, - "wiftype": 121, - "txfee": 100000, - "dust": 300000, - "required_confirmations": 5, - "avg_blocktime": 60, - "mature_confirmations": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/634'", - "links": { - "github": "https://github.com/RadiumCore/Validity", - "homepage": "https://validitytech.com" - }, - "mm2": 1 - }, - { - "coin": "VET-BEP20", - "name": "vet_bep20", - "fname": "VeChain", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "VGX-ERC20", - "name": "vgx_erc20", - "fname": "Voyager", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "VGX-PLG20", - "name": "vgx_plg20", - "fname": "Voyager", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "VIA", - "name": "viacoin", - "fname": "Viacoin", - "sign_message_prefix": "Viacoin Signed Message:\n", - "rpcport": 5222, - "pubtype": 71, - "p2shtype": 33, - "wiftype": 199, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 7, - "mature_confirmations": 3600, - "avg_blocktime": 24, - "segwit": true, - "bech32_hrp": "via", - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/14'", - "trezor_coin": "Viacoin", - "links": { - "github": "https://github.com/viacoin", - "homepage": "https://viacoin.org" - }, - "mm2": 1 - }, - { - "coin": "VIA-segwit", - "name": "viacoin", - "fname": "Viacoin", - "sign_message_prefix": "Viacoin Signed Message:\n", - "rpcport": 5222, - "pubtype": 71, - "p2shtype": 33, - "wiftype": 199, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 7, - "mature_confirmations": 3600, - "avg_blocktime": 24, - "segwit": true, - "bech32_hrp": "via", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "VIA", - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/14'", - "trezor_coin": "Viacoin", - "links": { - "github": "https://github.com/viacoin", - "homepage": "https://viacoin.org" - } - }, - { - "coin": "VITE-BEP20", - "name": "vite_bep20", - "fname": "Vite", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2794DAD4077602eD25A88d03781528D1637898B4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "VPRM", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "VPRM", - "fname": "Vaporum", - "rpcport": 51609, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "VRA-ERC20", - "name": "vra_erc20", - "fname": "Verasity", - "rpcport": 80, - "required_confirmations": 3, - "avg_blocktime": 15, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xF411903cbC70a74d22900a5DE66A2dda66507255" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "VRSC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "VRSC", - "fname": "Verus Coin", - "rpcport": 27486, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "VTC", - "name": "vertcoin", - "fname": "Vertcoin", - "sign_message_prefix": "Vertcoin Signed Message:\n", - "rpcport": 5888, - "pubtype": 71, - "p2shtype": 5, - "wiftype": 128, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "vtc", - "wallet_only": false, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/28'", - "trezor_coin": "Vertcoin", - "links": { - "github": "https://github.com/vertcoin-project/vertcoin-core", - "homepage": "https://vertcoin.org" - }, - "mm2": 1 - }, - { - "coin": "VTC-segwit", - "name": "vertcoin", - "fname": "Vertcoin", - "sign_message_prefix": "Vertcoin Signed Message:\n", - "rpcport": 5888, - "pubtype": 71, - "p2shtype": 5, - "wiftype": 128, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "vtc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "VTC", - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/28'", - "trezor_coin": "Vertcoin", - "links": { - "github": "https://github.com/vertcoin-project/vertcoin-core", - "homepage": "https://vertcoin.org" - } - }, - { - "coin": "WAF", - "name": "waifu", - "fname": "Waifu", - "rpcport": 18332, - "pubtype": 73, - "p2shtype": 22, - "wiftype": 158, - "segwit": true, - "bech32_hrp": "waf", - "txfee": 1000, - "sign_message_prefix": "Waifu Signed Message:\n", - "required_confirmations": 4, - "avg_blocktime": 210, - "protocol": { - "type": "UTXO" - }, - "links": { - "github": "https://github.com/waifu-core/waifu-core" - }, - "mm2": 1 - }, - { - "coin": "WAVES-BEP20", - "name": "waves_bep20", - "fname": "Waves", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xFC3E14af0f0c2129a84Cc013D48C70D682902874" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WBTC-ERC20", - "name": "wbtc_erc20", - "fname": "Wrapped Bitcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Wrapped Bitcoin", - "links": { - "github": "https://github.com/WrappedBTC", - "homepage": "https://wbtc.network" - } - }, - { - "coin": "WBTC-PLG20", - "name": "wbtc_plg20", - "fname": "Wrapped Bitcoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "WHIVE", - "name": "whive", - "fname": "Whive", - "sign_message_prefix": "Bitcoin Signed Message:\n", - "rpcport": 1867, - "pubtype": 73, - "p2shtype": 10, - "wiftype": 128, - "txfee": 0, - "dust": 1000, - "segwit": true, - "bech32_hrp": "wv", - "wallet_only": false, - "required_confirmations": 1, - "mature_confirmations": 100, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/658'", - "links": { - "github": "https://github.com/whiveio/whive", - "homepage": "https://www.whive.io" - }, - "mm2": 1 - }, - { - "coin": "WHIVE-segwit", - "name": "whive", - "fname": "Whive", - "sign_message_prefix": "Bitcoin Signed Message:\n", - "rpcport": 1867, - "pubtype": 73, - "p2shtype": 10, - "wiftype": 128, - "txfee": 0, - "dust": 1000, - "segwit": true, - "bech32_hrp": "wv", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "WHIVE", - "required_confirmations": 1, - "mature_confirmations": 100, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/84'/658'", - "links": { - "github": "https://github.com/whiveio/whive", - "homepage": "https://www.whive.io" - } - }, - { - "coin": "WLD-ERC20", - "name": "wld_erc20", - "fname": "Worldcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x163f8C2467924be0ae7B5347228CABF260318753" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-ARB20", - "name": "woo_arb20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "WOO-AVX20", - "name": "woo_avx20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xaBC9547B534519fF73921b1FBA6E672b5f58D083" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-BEP20", - "name": "woo_bep20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-ERC20", - "name": "woo_erc20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-FTM20", - "name": "woo_ftm20", - "fname": "WOO Network", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-PLG20", - "name": "woo_plg20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XCN-BEP20", - "name": "xcn_bep20", - "fname": "Onyxcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XCN-ERC20", - "name": "xcn_erc20", - "fname": "Onyxcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XEC", - "name": "xec", - "fname": "eCash", - "sign_message_prefix": "eCash Signed Message:\n", - "rpcport": 8332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 0, - "estimate_fee_blocks": 2, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "ecash" - }, - "decimals": 2, - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1899'", - "links": { - "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", - "homepage": "https://e.cash" - }, - "mm2": 1 - }, - { - "coin": "XEP-BEP20", - "name": "xep_bep20", - "fname": "Electra Protocol", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XEP-segwit", - "name": "xep", - "fname": "Electra Protocol", - "sign_message_prefix": "XEP Signed Message:\n", - "rpcport": 16816, - "pubtype": 55, - "p2shtype": 137, - "wiftype": 162, - "txversion": 2, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "signature_version": "witness_v0", - "bech32_hrp": "ep", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "XEP", - "required_confirmations": 4, - "avg_blocktime": 80, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/597'" - }, - { - "coin": "XIDR-ERC20", - "name": "xidr_erc20", - "fname": "StraitsX Indonesian Rupiah", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XIDR-PLG20", - "name": "xidr_plg20", - "fname": "StraitsX Indonesian Rupiah", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XLM-BEP20", - "name": "xlm_bep20", - "fname": "Stellar", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XMY", - "name": "myriadcoin", - "fname": "Myriad", - "sign_message_prefix": "Myriadcoin Signed Message:\n", - "rpcport": 8332, - "pubtype": 50, - "p2shtype": 9, - "wiftype": 178, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "my", - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 240, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/90'", - "mm2": 1 - }, - { - "coin": "XMY-segwit", - "name": "myriadcoin", - "fname": "Myriad", - "sign_message_prefix": "Myriadcoin Signed Message:\n", - "rpcport": 8332, - "pubtype": 50, - "p2shtype": 9, - "wiftype": 178, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "my", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "XMY", - "required_confirmations": 3, - "avg_blocktime": 240, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/90'" - }, - { - "coin": "XNA", - "name": "neurai", - "fname": "Neurai", - "sign_message_prefix": "Neurai Signed Message:\n", - "rpcport": 19001, - "pubtype": 53, - "p2shtype": 117, - "wiftype": 128, - "segwit": true, - "txfee": 1000000, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1900'", - "links": { - "github": "https://github.com/NeuraiProject/Neurai", - "homepage": "https://neurai.org" - }, - "mm2": 1 - }, - { - "coin": "XOR-ERC20", - "name": "xor_erc20", - "fname": "Sora", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x40FD72257597aA14C7231A7B1aaa29Fce868F677" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XPM", - "name": "primecoin", - "fname": "Primecoin", - "rpcport": 8332, - "pubtype": 23, - "p2shtype": 83, - "wiftype": 151, - "txfee": 0, - "dust": 1000000, - "wallet_only": true, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/24'", - "trezor_coin": "Primecoin", - "links": { - "github": "https://github.com/primecoin/primecoin", - "homepage": "https://primecoin.io" - }, - "mm2": 0 - }, - { - "coin": "XRG", - "name": "ergon", - "fname": "Ergon", - "rpcport": 2137, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "ergon" - }, - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2137'", - "mm2": 1 - }, - { - "coin": "XRP-BEP20", - "name": "xrp_bep20", - "fname": "XRP", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XRP-ERC20", - "name": "xrp_erc20", - "fname": "XRP", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XSGD-ERC20", - "name": "xsgd_erc20", - "fname": "StraitsX Singapore Dollar", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Singapore-Dollar Backed Stablecoin", - "links": { - "github": "https://github.com/Xfers/StraitsX-tokens", - "homepage": "https://xfers.com/sg/stablecoin" - } - }, - { - "coin": "XSGD-PLG20", - "name": "xsgd_plg20", - "fname": "StraitsX Singapore Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XTZ-BEP20", - "name": "xtz_bep20", - "fname": "Tezos", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XVC", - "name": "vanillacash", - "fname": "VanillaCash", - "sign_message_prefix": "Vanillacash Signed Message:\n", - "isPoS": 1, - "rpcport": 48888, - "pubtype": 18, - "p2shtype": 30, - "wiftype": 181, - "txfee": 1000, - "dust": 10000, - "required_confirmations": 4, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/724'", - "links": { - "github": "https://github.com/WikiMin3R/Vanillacash", - "homepage": "https://vanillacash.org" - }, - "mm2": 1 - }, - { - "coin": "XVC-BEP20", - "name": "xvc_bep20", - "fname": "VanillaCash", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XVC-QRC20", - "name": "qtum", - "fname": "VanillaCash", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30" - } - }, - "derivation_path": "m/44'/2301'"[ - { - "coin": "1INCH-AVX20", - "name": "1inch_avx20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xd501281565bf7789224523144Fe5D98e8B28f267" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "1INCH-BEP20", - "name": "1inch_bep20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "1INCH-ERC20", - "name": "1inch_erc20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "1INCH-KRC20", - "name": "1inch_krc20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x79f3244F3FFd7500A31a90Bb83C7D56649c2C7C5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "1INCH-PLG20", - "name": "1inch_plg20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AAVE-AVX20", - "name": "aave_avx20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x63a72806098Bd3D9520cC43356dD78afe5D386D9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-BEP20", - "name": "aave_bep20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xfb6115445Bff7b52FeB98650C87f44907E58f802" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AAVE-ERC20", - "name": "aave_erc20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Aave", - "links": { - "github": "https://github.com/aave", - "homepage": "https://aave.com/ " - } - }, - { - "coin": "AAVE-FTM20", - "name": "aave_ftm20", - "fname": "AAVE", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-HCO20", - "name": "aave_hco20", - "fname": "AAVE", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x202b4936fE1a82A4965220860aE46d7d3939Bb25" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-KRC20", - "name": "aave_krc20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xE76e97C157658004eE22e01C03a5e21A4655A2Fd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-PLG20", - "name": "aave_plg20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ABY", - "name": "artbyte", - "fname": "ArtByte", - "sign_message_prefix": "Artbyte Signed Message:\n", - "isPoS": 1, - "rpcport": 9262, - "pubtype": 28, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "mature_confirmations": 550, - "required_confirmations": 7, - "avg_blocktime": 45, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/720'", - "links": { - "github": "https://github.com/WikiMin3R/ArtBytE", - "homepage": "https://artbyte.art" - }, - "mm2": 1 - }, - { - "coin": "ACTN", - "asset": "ACTN", - "fname": "Action Coin", - "sign_message_prefix": "Komodo Signed Message:\n", - "rpcport": 51677, - "txversion": 4, - "overwintered": 1, - "txfee": 1000, - "required_confirmations": 2, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "ACTN-BEP20", - "name": "actn_bep20", - "fname": "Action Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xD7380b10bF3886B34Ab3422DEa42E408850375CA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ADA-BEP20", - "name": "ada_bep20", - "fname": "Cardano", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ADX-BEP20", - "name": "adx_bep20", - "fname": "AdEx", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ADX-ERC20", - "name": "adx_erc20", - "fname": "AdEx", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "AdEx Network", - "links": { - "github": "https://github.com/AdExNetwork", - "homepage": "https://www.adex.network" - } - }, - { - "coin": "AGEUR-AVX20", - "name": "ageur_avx20", - "fname": "agEUR", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AGEUR-ERC20", - "name": "ageur_erc20", - "fname": "agEUR", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AGEUR-PLG20", - "name": "ageur_plg20", - "fname": "agEUR", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AGIX-ERC20", - "name": "agix_erc20", - "fname": "SingularityNET", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AGIX-PLG20", - "name": "agix_plg20", - "fname": "SingularityNET", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AIBC", - "name": "aiblockchain", - "fname": "Aiblockchain", - "sign_message_prefix": "Aiblockchain Signed Message:\n", - "rpcport": 7772, - "pubtype": 23, - "p2shtype": 23, - "wiftype": 176, - "txfee": 0, - "dust": 5460, - "segwit": true, - "bech32_hrp": "aibc", - "required_confirmations": 11, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2'", - "links": { - "github": "https://github.com/nickgsh/AiBlockChain", - "homepage": "https://aibc.space" - }, - "mm2": 1 - }, - { - "coin": "AIPG", - "name": "aipowergrid", - "fname": "AIPowerGrid", - "sign_message_prefix": "Aipg Signed Message:\n", - "rpcport": 9788, - "pubtype": 23, - "p2shtype": 23, - "wiftype": 128, - "segwit": true, - "txfee": 1000000, - "dust": 1000000, - "required_confirmations": 6, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2686'", - "links": { - "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core", - "homepage": "aipowergrid.io" - }, - "mm2": 1 - }, - { - "coin": "ANAGAMI", - "fname": "Anagami Testnet", - "required_confirmations": 1, - "protocol": { - "type": "SIA" - }, - "mm2": 1 - }, - { - "coin": "ANEY", - "name": "aney", - "fname": "Animal Economy", - "rpcport": 33500, - "pubtype": 23, - "p2shtype": 63, - "wiftype": 210, - "txfee": 100000, - "dust": 5460, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/119'", - "links": { - "github": "https://github.com/Animal-Economy/ANEY", - "homepage": "https://aney.one" - }, - "mm2": 1 - }, - { - "coin": "ANKR-BEP20", - "name": "ankr_bep20", - "fname": "Ankr", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xf307910A4c7bbc79691fD374889b36d8531B08e3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ANKR-ERC20", - "name": "ankr_erc20", - "fname": "Ankr", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ANKR-PLG20", - "name": "ankr_plg20", - "fname": "Ankr", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ANT-ERC20", - "name": "ant_erc20", - "fname": "Aragon", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa117000000f279D81A1D3cc75430fAA017FA5A2e" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "APE-BEP20", - "name": "ape_bep20", - "fname": "ApeCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "APE-ERC20", - "name": "ape_erc20", - "fname": "ApeCoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4d224452801ACEd8B2F0aebE155379bb5D594381" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "APE-FTM20", - "name": "ape_ftm20", - "fname": "ApeCoin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x2d72A97a31Dc920dB03330780d30074626e39C8A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "APE-PLG20", - "name": "ape_plg20", - "fname": "ApeCoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xB7b31a6BC18e48888545CE79e83E06003bE70930" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ARB-ARB20", - "name": "arb_arb20", - "fname": "Arbitrum", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x912CE59144191C1204E64559FE8253a0e49E6548" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "ARB-ERC20", - "name": "arb_erc20", - "fname": "Arbitrum", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ARPA-BEP20", - "name": "arpa_bep20", - "fname": "ARPA Chain", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ARPA-ERC20", - "name": "arpa_erc20", - "fname": "ARPA Chain", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBA50933C268F567BDC86E1aC131BE072C6B0b71a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ARPA-PLG20", - "name": "arpa_plg20", - "fname": "ARPA Chain", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xEE800B277A96B0f490a1A732e1D6395FAD960A26" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ARRR", - "asset": "PIRATE", - "fname": "Pirate", - "txversion": 4, - "overwintered": 1, - "avg_blocktime": 60, - "protocol": { - "type": "ZHTLC", - "protocol_data": { - "consensus_params": { - "overwinter_activation_height": 152855, - "sapling_activation_height": 152855, - "blossom_activation_height": null, - "heartwood_activation_height": null, - "canopy_activation_height": null, - "coin_type": 133, - "hrp_sapling_extended_spending_key": "secret-extended-key-main", - "hrp_sapling_extended_full_viewing_key": "zxviews", - "hrp_sapling_payment_address": "zs", - "b58_pubkey_address_prefix": [ - 28, - 184 - ], - "b58_script_address_prefix": [ - 28, - 189 - ] - }, - "check_point_block": { - "height": 1900000, - "time": 1652512363, - "hash": "44797f3bb78323a7717007f1e289a3689e0b5b3433385dbd8e6f6a1700000000", - "sapling_tree": "01e40c26f4a28071535b95ae637d30a209531e92a33de0a649e51183771025fd0f016cdc51442fcb328d047a709dc0f41e0173953404711045b3ef3036d7fd4151271501d6c94c5ce6787826af809aaee83768c4b7d4f02c8dc2d24cf60ed5f127a5d730018a752ea9d9efb3e1ac0e6e705ac9f7f9863cfa8f612ad43802175338d8d7cc6000000001fc3542434eff03075ea5f0a64f1dfb2f042d281b1a057e9f6c765b533ce51219013ad9484b1e901e62b93e7538f913dcb27695380c3bc579e79f5cc900f28e596e0001431da5f01fe11d58300134caf5ac76e0b1b7486fd02425dd8871bca4afa94d4b01bb39de1c1d10a25ce0cc775bc74b6b0f056c28639e7c5b7651bb8460060085530000000001732ddf661e68c9e335599bb0b18b048d2f1c06b20eabd18239ad2f3cc45fa910014496bab5eedab205b5f2a206bd1db30c5bc8bc0c1914a102f87010f3431be21a0000010b5fd8e7610754075f936463780e85841f3ab8ca2978f9afdf7c2c250f16a75f01db56bc66eb1cd54ec6861e5cf24af2f4a17991556a52ca781007569e95b9842401c03877ecdd98378b321250640a1885604d675aaa50380e49da8cfa6ff7deaf15" - }, - "z_derivation_path": "m/32'/133'" - } - }, - "derivation_path": "m/44'/133'", - "required_confirmations": 2, - "requires_notarization": true, - "mm2": 1 - }, - { - "coin": "ARRR-BEP20", - "name": "arrr_bep20", - "fname": "Pirate", - "rpcport": 80, - "wallet_only": true, - "decimals": 8, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xCDAF240C90F989847c56aC9Dee754F76F41c5833" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ASLP-SLP", - "fname": "AtomicSLP", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 2, - "token_id": "926894cbf50269b15c97559b9acfc1bd88cd5f20703313ce0ea0683ecdb40911", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "ATOM", - "avg_blocktime": 7, - "name": "cosmos", - "fname": "Cosmos", - "wallet_only": true, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "uatom", - "account_prefix": "cosmos", - "chain_registry_name": "cosmoshub", - "chain_id": "cosmoshub-4" - } - }, - "derivation_path": "m/44'/118'", - "mm2": 0 - }, - { - "coin": "ATOM-BEP20", - "name": "atom_bep20", - "fname": "Cosmos", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0Eb3a705fc54725037CC9e008bDede697f62F335" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ATOM-IBC_IRIS", - "name": "cosmos_ibc_iris", - "fname": "Cosmos", - "avg_blocktime": 7, - "protocol": { - "type": "TENDERMINTTOKEN", - "protocol_data": { - "platform": "IRIS", - "decimals": 6, - "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "ATOM-IBC_NUCLEUSTEST", - "avg_blocktime": 5, - "name": "cosmos-ibc-nucleus-test", - "fname": "Cosmos", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINTTOKEN", - "protocol_data": { - "platform": "NUCLEUSTEST", - "decimals": 6, - "denom": "ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E" - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "ATOM-PLG20", - "name": "atom_plg20", - "fname": "Cosmos", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AUR", - "name": "auroracoin", - "fname": "Auroracoin", - "sign_message_prefix": "AuroraCoin Signed Message:\n", - "rpcport": 12341, - "pubtype": 23, - "p2shtype": 5, - "wiftype": 176, - "txfee": 5000, - "segwit": false, - "bech32_hrp": "aur", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/85'", - "mm2": 1 - }, - { - "coin": "AVA-BEP20", - "name": "ava_bep20", - "fname": "Travala.com", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AVA-ERC20", - "name": "ava_erc20", - "fname": "AVA", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa6C0c097741D55ECd9a3A7DeF3A8253fD022ceB9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AVAX", - "name": "avax", - "fname": "Avalanche", - "rpcport": 80, - "chain_id": 43114, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Avalanche C-Chain", - "links": { - "homepage": "https://www.avax.network/" - }, - "mm2": 1 - }, - { - "coin": "AVAX-BEP20", - "name": "avax_bep20", - "fname": "Avalanche", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1CE0c2827e2eF14D5C4f29a091d735A204794041" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AVAXT", - "name": "avaxt", - "fname": "Avalanche Testnet", - "is_testnet": true, - "rpcport": 80, - "chain_id": 43113, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "AVN", - "name": "avian", - "fname": "Avian", - "sign_message_prefix": "Raven Signed Message:\n", - "rpcport": 7896, - "pubtype": 60, - "p2shtype": 122, - "wiftype": 128, - "segwit": false, - "fork_id": "0x40", - "signature_version": "base", - "txfee": 1000000, - "required_confirmations": 3, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/921'", - "mm2": 1 - }, - { - "coin": "AVN-PLG20", - "name": "avn_plg20", - "fname": "Avian", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x752DC265EAf6Da2Db0F8e4a32D5596D3f18e8701" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AWC-ERC20", - "name": "atomic-wallet-coin", - "fname": "Atomic Wallet Coin", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaD22f63404f7305e4713CcBd4F296f34770513f4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AXE", - "name": "axe", - "fname": "Axe", - "sign_message_prefix": "DarkCoin Signed Message:\n", - "rpcport": 9337, - "pubtype": 55, - "p2shtype": 16, - "wiftype": 204, - "txfee": 10000, - "confpath": "USERHOME/.axecore/axe.conf", - "mature_confirmations": 101, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/4242'", - "trezor_coin": "Axe", - "links": { - "github": "https://github.com/axerunners/axe", - "homepage": "https://axerunners.com" - }, - "mm2": 1 - }, - { - "coin": "AXS-BEP20", - "name": "axs_bep20", - "fname": "Axie Infinity", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AXS-ERC20", - "name": "axs_erc20", - "fname": "Axie Infinity", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Axie Infinity Shards", - "links": { - "github": "https://github.com/axieinfinity", - "homepage": "https://axieinfinity.com/" - } - }, - { - "coin": "AYA", - "name": "aryacoin", - "fname": "Aryacoin", - "sign_message_prefix": "Aryacoin Signed Message:\n", - "rpcport": 9332, - "pubtype": 23, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 5, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/357'", - "mm2": 1 - }, - { - "coin": "AYA-BEP20", - "name": "aya_bep20", - "fname": "Aryacoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BABYDOGE-BEP20", - "name": "babydoge_bep20", - "fname": "Baby Doge Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc748673057861a797275CD8A068AbB95A902e8de" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAL-BEP20", - "name": "bal_bep20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd4ed60d8368a92b5F1ca33aF61eF2A94714B2d46" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAL-ERC20", - "name": "bal_erc20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xba100000625a3754423978a60c9317c58a424e3D" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Balancer", - "links": { - "github": "https://github.com/balancer-labs", - "homepage": "https://balancer.finance" - } - }, - { - "coin": "BAL-KRC20", - "name": "bal_krc20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xFC31366Be1795c1Ff444b9fBF55759733aD4d26D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAL-PLG20", - "name": "bal_plg20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BANANO-BEP20", - "name": "banano_bep20", - "fname": "Banano", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xe20B9e246db5a0d21BF9209E4858Bc9A3ff7A034" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAND-BEP20", - "name": "band_bep20", - "fname": "Band Protocol", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BAND-ERC20", - "name": "band_erc20", - "fname": "Band Protocol", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAND-FTM20", - "name": "band_ftm20", - "fname": "Band Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAND-PLG20", - "name": "band_plg20", - "fname": "Band Protocol", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAT-AVX20", - "name": "bat_avx20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x98443B96EA4b0858FDF3219Cd13e98C7A4690588" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAT-BEP20", - "name": "bat_bep20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x101d82428437127bF1608F699CD651e6Abf9766E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BAT-ERC20", - "name": "bat_erc20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Basic Attention Token", - "links": { - "homepage": "https://basicattentiontoken.org" - } - }, - { - "coin": "BAT-KRC20", - "name": "bat_krc20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x0bF46C86Ce3B904660aE85677EaA20B0C1b24064" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAT-PLG20", - "name": "bat_plg20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x3Cef98bb43d732E2F285eE605a8158cDE967D219" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BBK", - "name": "bitblocks", - "fname": "BitBlocks", - "rpcport": 59768, - "pubtype": 25, - "p2shtype": 85, - "wiftype": 107, - "txfee": 10000, - "wallet_only": true, - "sign_message_prefix": "DarkNet Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "links": { - "github": "https://github.com/BitBlocksProject/BitBlocks", - "homepage": "https://bitblocksproject.com" - }, - "mm2": 0 - }, - { - "coin": "BBK-BEP20", - "name": "bbk_bep20", - "fname": "BitBlocks", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9045B0eda6B6A556cf9B3d81C2db47411714f847" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BBK-PLG20", - "name": "bbk_plg20", - "fname": "BitBlocks", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2C8a46eF99Cb64928eB3Dd50A925327e02296F63" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCH", - "name": "bch", - "fname": "Bitcoin Cash", - "rpcport": 33333, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 1000, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "bitcoincash" - }, - "sign_message_prefix": "Bitcoin Signed Message:\n", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "BCH", - "protocol_data": { - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'", - "trezor_coin": "Bitcoin Cash", - "links": { - "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", - "homepage": "https://www.bitcoincash.org" - }, - "mm2": 1 - }, - { - "coin": "BCH-BEP20", - "name": "bch_bep20", - "fname": "Bitcoin Cash", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCH-ERC20", - "name": "bch_erc20", - "fname": "Bitcoin Cash", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCH-HCO20", - "name": "bch_hco20", - "fname": "Bitcoin Cash", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xeF3CEBD77E0C52cb6f60875d9306397B5Caca375" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCZERO", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "BCZERO", - "fname": "Buggyra Coin Zero", - "rpcport": 46856, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "links": { - "homepage": "https://buggyracoinzero.com" - }, - "mm2": 1 - }, - { - "coin": "BEST-ERC20", - "name": "best_erc20", - "fname": "Bitpanda Ecosystem", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F" - } - }, - "decimals": 8, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BIDR-BEP20", - "name": "bidr_bep20", - "fname": "BIDR", - "rpcport": 80, - "chain_id": 56, - "wallet_only": true, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BITN", - "name": "bitnet", - "fname": "Bitnet", - "sign_message_prefix": "Bitnet Signed Message:\n", - "rpcport": 9332, - "pubtype": 25, - "p2shtype": 22, - "wiftype": 158, - "txfee": 700000, - "segwit": true, - "bech32_hrp": "bit", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "mm2": 1 - }, - { - "coin": "BKC", - "name": "briskcoin", - "fname": "Briskcoin", - "rpcport": 8552, - "pubtype": 25, - "p2shtype": 33, - "wiftype": 153, - "txfee": 0, - "segwit": true, - "bech32_hrp": "bc", - "required_confirmations": 5, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1918'", - "sign_message_prefix": "Briskcoin Signed Message:\n", - "trezor_coin": "Briskcoin", - "links": { - "github": "https://github.com/briskcoin-project/briskcoin", - "homepage": "https://briskcoin.org" - }, - "mm2": 1 - }, - { - "coin": "BLK", - "name": "blackmore", - "fname": "BlackCoin", - "sign_message_prefix": "BlackCoin Signed Message:\n", - "isPoS": 1, - "rpcport": 15715, - "pubtype": 25, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "required_confirmations": 5, - "mature_confirmations": 500, - "avg_blocktime": 66, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/10'", - "mm2": 1 - }, - { - "coin": "BLK-BEP20", - "name": "blk_bep20", - "fname": "BlackCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd2cDfD5d26dfA1D11116B9ED7DBd7C6B88C6e1D3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BLOCX", - "name": "blocx", - "fname": "BLOCX.", - "rpcport": 12973, - "pubtype": 25, - "p2shtype": 26, - "wiftype": 153, - "segwit": false, - "txfee": 1000, - "sign_message_prefix": "DarkCoin Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/5'", - "links": { - "github": "https://github.com/BLOCXTECH/BLOCX", - "homepage": "https://blocx.tech" - }, - "mm2": 1 - }, - { - "coin": "BNB", - "name": "binancesmartchain", - "fname": "Binance Coin", - "avg_blocktime": 3, - "rpcport": 80, - "chain_id": 56, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Binance Smart Chain", - "links": { - "homepage": "https://www.binance.org" - }, - "mm2": 1 - }, - { - "coin": "BNBT", - "name": "binancesmartchaintest", - "fname": "Binance Coin Testnet", - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 97, - "is_testnet": true, - "required_confirmations": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "BNT-BEP20", - "name": "bnt_bep20", - "fname": "Bancor", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA069008A669e2Af00a86673D9D584cfb524A42Cc" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BNT-ERC20", - "name": "bnt_erc20", - "fname": "Bancor", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Bancor Network Token", - "links": { - "github": "https://github.com/bancorprotocol", - "homepage": "https://www.bancor.network" - } - }, - { - "coin": "BNT-PLG20", - "name": "bnt_plg20", - "fname": "Bancor", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BOLI", - "name": "bolivarcoin", - "fname": "Bolivarcoin", - "confpath": "USERHOME/.bolivarcoincore/bolivarcoin.conf", - "rpcport": 3563, - "pubtype": 85, - "p2shtype": 5, - "wiftype": 213, - "segwit": false, - "txfee": 10000, - "sign_message_prefix": "DarkCoin Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 180, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/278'", - "links": { - "github": "https://github.com/BOLI-Project/BolivarCoin", - "homepage": "https://bolis.info" - }, - "mm2": 1 - }, - { - "coin": "BONE-ERC20", - "name": "bone_erc20", - "fname": "Bone ShibaSwap", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x9813037ee2218799597d83D4a5B6F3b6778218d9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BORG-ERC20", - "name": "borg_erc20", - "fname": "SwissBorg", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x64d0f55Cd8C7133a9D7102b13987235F486F2224" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SwissBorg", - "links": { - "homepage": "https://swissborg.com" - } - }, - { - "coin": "BRZ-AVX20", - "name": "brz_avx20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 43114, - "decimals": 4, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x491a4eB4f1FC3BfF8E1d2FC856a6A46663aD556f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BRZ-BEP20", - "name": "brz_bep20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 4, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BRZ-ERC20", - "name": "brz_erc20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x01d33FD36ec67c6Ada32cf36b31e88EE190B1839" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BRZ-PLG20", - "name": "brz_plg20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "BSTY", - "name": "globalboost", - "fname": "GlobalBoost-Y", - "rpcport": 8225, - "pubtype": 77, - "p2shtype": 139, - "wiftype": 208, - "txfee": 200000, - "segwit": true, - "bech32_hrp": "gb", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/664'", - "mm2": 1 - }, - { - "coin": "BTC", - "name": "bitcoin", - "fname": "Bitcoin", - "rpcport": 8332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "bc", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "wallet_only": false, - "sign_message_prefix": "Bitcoin Signed Message:\n", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/0'", - "trezor_coin": "Bitcoin", - "links": { - "github": "https://github.com/bitcoin/bitcoin", - "homepage": "https://bitcoin.org" - }, - "mm2": 1 - }, - { - "coin": "BTC-BEP20", - "name": "btc_bep20", - "fname": "Bitcoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BTC-segwit", - "name": "bitcoin", - "fname": "Bitcoin", - "sign_message_prefix": "Bitcoin Signed Message:\n", - "rpcport": 8332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "bc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "BTC", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/0'", - "trezor_coin": "Bitcoin", - "links": { - "github": "https://github.com/bitcoin/bitcoin", - "homepage": "https://bitcoin.org" - } - }, - { - "coin": "BTCZ", - "name": "bitcoinz", - "fname": "BitcoinZ", - "sign_message_prefix": "BitcoinZ Signed Message:\n", - "rpcport": 1979, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "txfee": 10000, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/177'", - "mm2": 1 - }, - { - "coin": "BTCZ-BEP20", - "name": "btcz_bep20", - "fname": "BitcoinZ", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcBBB3e5099F769F6d4E2b8b92DC0e268f7E099D8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BTE", - "name": "bitweb", - "fname": "Bitweb", - "sign_message_prefix": "Bitweb Signed Message:\n", - "rpcport": 1605, - "pubtype": 33, - "p2shtype": 30, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "web", - "txfee": 20000, - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/738'", - "links": { - "github": "https://github.com/bitweb-project/bitweb", - "homepage": "https://bitwebcore.net" - }, - "mm2": 1 - }, - { - "coin": "BTE-segwit", - "name": "bitweb", - "fname": "Bitweb", - "sign_message_prefix": "Bitweb Signed Message:\n", - "rpcport": 1605, - "pubtype": 33, - "p2shtype": 30, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "web", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "BTE", - "txfee": 20000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/84'/738'", - "links": { - "github": "https://github.com/bitweb-project/bitweb", - "homepage": "https://bitwebcore.net" - } - }, - { - "coin": "BTT-BEP20", - "name": "btt_bep20", - "fname": "BitTorrent (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BTTC-BEP20", - "name": "bttc_bep20", - "fname": "BitTorrent", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x352Cb5E19b12FC216548a2677bD0fce83BaE434B" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BTU-ERC20", - "name": "btu_erc20", - "fname": "BTU Protocol", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xb683D83a532e2Cb7DFa5275eED3698436371cc9f" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "BTU Protocol", - "links": { - "github": "https://github.com/btuprotocol", - "homepage": "https://btu-protocol.com" - } - }, - { - "coin": "BTU-PLG20", - "name": "btu_plg20", - "fname": "BTU Protocol", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xFdc26CDA2d2440d0E83CD1DeE8E8bE48405806DC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BTX", - "name": "bitcore", - "fname": "BitCore", - "rpcport": 9469, - "pubtype": 3, - "p2shtype": 125, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "btx", - "txfee": 20000, - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/160'", - "trezor_coin": "Bitcore", - "links": { - "github": "https://github.com/LIMXTEC/BitCore", - "homepage": "https://bitcore.cc" - }, - "mm2": 1 - }, - { - "coin": "BTX-BEP20", - "name": "btx_bep20", - "fname": "BitCore", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x000000089fb24237dA101020Ff8e2AfD14624687" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BTX-segwit", - "name": "bitcore", - "fname": "BitCore", - "rpcport": 9469, - "pubtype": 3, - "p2shtype": 125, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "btx", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "BTX", - "txfee": 20000, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/160'", - "trezor_coin": "Bitcore", - "links": { - "github": "https://github.com/LIMXTEC/BitCore", - "homepage": "https://bitcore.cc" - } - }, - { - "coin": "BUSD-AVX20", - "name": "busd_avx20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BUSD-BEP20", - "name": "busd_bep20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BUSD-ERC20", - "name": "busd_erc20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Binance USD (BUSD)", - "links": { - "github": "https://github.com/paxosglobal/busd-contract", - "homepage": "https://www.paxos.com/busd" - } - }, - { - "coin": "BUSD-MVR20", - "name": "busd_mvr20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BUSD-PLG20", - "name": "busd_plg20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CADC-ERC20", - "name": "cadc_erc20", - "fname": "CAD Coin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CADC-PLG20", - "name": "cadc_plg20", - "fname": "CAD Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "CAKE-BEP20", - "name": "cake_bep20", - "fname": "PancakeSwap", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CASE-BEP20", - "name": "case_bep20", - "fname": "Case Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CCL", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "CCL", - "fname": "CoinCollect", - "rpcport": 20849, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "CDN", - "name": "canadaecoin", - "fname": "Canada eCoin", - "sign_message_prefix": "Canada eCoin Signed Message:\n", - "rpcport": 34330, - "pubtype": 28, - "p2shtype": 5, - "wiftype": 156, - "txfee": 200000, - "dust": 54600, - "segwit": true, - "bech32_hrp": "cdn", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/34'", - "mm2": 1 - }, - { - "coin": "CDN-segwit", - "name": "canadaecoin", - "fname": "Canada eCoin", - "sign_message_prefix": "Canada eCoin Signed Message:\n", - "rpcport": 34330, - "pubtype": 28, - "p2shtype": 5, - "wiftype": 156, - "txfee": 200000, - "dust": 54600, - "segwit": true, - "bech32_hrp": "cdn", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "CDN", - "required_confirmations": 2, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/34'" - }, - { - "coin": "CDS-PLG20", - "name": "cds_plg20", - "fname": "Crypto Development Services", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xF7B5991c676929BF98BF3E2e2e386789BB16912a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CEL-ERC20", - "name": "cel_erc20", - "fname": "Celsius", - "rpcport": 80, - "chain_id": 1, - "decimals": 4, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CEL-PLG20", - "name": "cel_plg20", - "fname": "Celsius", - "rpcport": 80, - "chain_id": 137, - "decimals": 4, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xD85d1e945766Fea5Eda9103F918Bd915FbCa63E6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CELR-ARB20", - "name": "celr_arb20", - "fname": "Celer Network", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x3a8B787f78D775AECFEEa15706D4221B40F345AB" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "CELR-BEP20", - "name": "celr_bep20", - "fname": "Celer Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CELR-ERC20", - "name": "celr_erc20", - "fname": "Celer Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "CelerToken", - "links": { - "github": "https://github.com/celer-network", - "homepage": "https://www.celer.network/" - } - }, - { - "coin": "CFX-BEP20", - "name": "cfx_bep20", - "fname": "Conflux", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x045c4324039dA91c52C55DF5D785385Aab073DcF" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CHSB-ERC20", - "name": "chsb_erc20", - "fname": "SwissBorg (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SwissBorg", - "links": { - "homepage": "https://swissborg.com" - } - }, - { - "coin": "CHSB-PLG20", - "name": "chsb_plg20", - "fname": "SwissBorg (OLD)", - "wallet_only": true, - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHTA", - "name": "cheetahcoin", - "fname": "Cheetahcoin", - "rpcport": 8536, - "pubtype": 28, - "p2shtype": 5, - "wiftype": 128, - "txfee": 40000, - "required_confirmations": 2, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/682'", - "mm2": 1 - }, - { - "coin": "CHTA-BEP20", - "name": "chta_bep20", - "fname": "Cheetahcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb096DF47073A39041D9ffeD5d4E1d1b0D5D6b8E7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHZ-ERC20", - "name": "chz_erc20", - "fname": "Chiliz", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHZ-KRC20", - "name": "chz_krc20", - "fname": "Chiliz", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x6E8ce0519B7e4d691BaCE464099547E5fC17679c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHZ-PLG20", - "name": "chz_plg20", - "fname": "Chiliz", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf1938Ce12400f9a761084E7A80d37e732a4dA056" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CLAM", - "name": "clams", - "fname": "Clams", - "isPoS": 1, - "rpcport": 30174, - "pubtype": 137, - "p2shtype": 13, - "wiftype": 133, - "segwit": false, - "txfee": 10000, - "sign_message_prefix": "Clam Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/23'", - "links": { - "github": "https://github.com/nochowderforyou/clams", - "homepage": "http://clamclient.com" - }, - "mm2": 1 - }, - { - "coin": "CLC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "CLC", - "fname": "Collider Coin", - "rpcport": 31034, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "CLP-BEP20", - "name": "clp_bep20", - "fname": "Crypto Lover Productions", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3039e86d39A5BCF38E96D78fF93FD0aBe753212c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "COLX", - "name": "ColossusXT", - "fname": "ColossusXT", - "rpcport": 51473, - "pubtype": 30, - "p2shtype": 13, - "wiftype": 212, - "txfee": 1000000000, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1999'", - "mm2": 1 - }, - { - "coin": "COMP-AVX20", - "name": "comp_avx20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "COMP-BEP20", - "name": "comp_bep20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "COMP-ERC20", - "name": "comp_erc20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xc00e94Cb662C3520282E6f5717214004A7f26888" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Compound", - "links": { - "github": "https://github.com/compound-finance", - "homepage": "https://compound.finance" - } - }, - { - "coin": "COMP-KRC20", - "name": "comp_krc20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x16c4106966cE30e06E806A7c40eEFb46d84cE7e5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "COMP-PLG20", - "name": "comp_plg20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CRNC", - "name": "crioniccoin", - "fname": "CrionicCoin", - "sign_message_prefix": "Crioniccoin Signed Message:\n", - "rpcport": 4466, - "pubtype": 28, - "p2shtype": 45, - "wiftype": 176, - "decimals": 8, - "signature_version": "base", - "txfee": 10000, - "segwit": true, - "bech32_hrp": "crnc", - "required_confirmations": 3, - "avg_blocktime": 20, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/192'", - "links": { - "github": "https://github.com/diabaths/Crionic-Coin", - "homepage": "https://coin.crionic.org" - }, - "mm2": 1 - }, - { - "coin": "CRO-ERC20", - "name": "cro_erc20", - "fname": "Crypto.com", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRO-KRC20", - "name": "cro_krc20", - "fname": "Crypto.com", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x652D253b7Ca91810A4a05ACFc39729387c5090C0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRO-PLG20", - "name": "cro_plg20", - "fname": "Crypto.com", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRT-QRC20", - "name": "qtum", - "fname": "CRT Token", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x0f80aa32ba51e0acf171e106a1cfcd1eb9a9c3a5" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "CRV-ARB20", - "name": "crv_arb20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "CRV-AVX20", - "name": "crv_avx20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-ERC20", - "name": "crv_erc20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xD533a949740bb3306d119CC777fa900bA034cd52" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-FTM20", - "name": "crv_ftm20", - "fname": "Curve DAO", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x1E4F97b9f9F913c46F1632781732927B9019C68b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-KRC20", - "name": "crv_krc20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x4500E16dA66b99e0C55D7B46EBBD59bc413BA171" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-PLG20", - "name": "crv_plg20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CST-BEP20", - "name": "cst_bep20", - "fname": "Crypto Swap Token", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcC4b3EA1F25c8772D390dA1DB507832aBE4a9740" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CUMMIES-BEP20", - "name": "cummies_bep20", - "fname": "CumRocket", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CVC-ERC20", - "name": "cvc_erc20", - "fname": "Civic", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x41e5560054824eA6B0732E656E3Ad64E20e94E45" - } - }, - "decimals": 8, - "derivation_path": "m/44'/60'", - "trezor_coin": "Civic", - "links": { - "homepage": "https://www.civic.com" - } - }, - { - "coin": "CVT-ERC20", - "name": "cvt_erc20", - "fname": "CyberVein", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBe428c3867F05deA2A89Fc76a102b544eaC7f772" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "CyberVein", - "links": { - "homepage": "http://www.cybervein.org" - } - }, - { - "coin": "CVX-ERC20", - "name": "cvx_erc20", - "fname": "Convex Finance", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CY", - "name": "cyberyen", - "fname": "Cyberyen", - "sign_message_prefix": "Cyberyen Signed Message:\n", - "rpcport": 58382, - "pubtype": 28, - "p2shtype": 77, - "wiftype": 156, - "txfee": 0, - "segwit": true, - "bech32_hrp": "cy", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/802'", - "links": { - "github": "https://github.com/cyberyen/cyberyen", - "homepage": "https://cyberyen.org" - }, - "mm2": 1 - }, - { - "coin": "CY-segwit", - "name": "cyberyen", - "fname": "Cyberyen", - "sign_message_prefix": "Cyberyen Signed Message:\n", - "rpcport": 58382, - "pubtype": 28, - "p2shtype": 77, - "wiftype": 156, - "txfee": 0, - "segwit": true, - "bech32_hrp": "cy", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "CY", - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/802'", - "links": { - "github": "https://github.com/cyberyen/cyberyen", - "homepage": "https://cyberyen.org" - } - }, - { - "coin": "DAI-AVX20", - "name": "dai_avx20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-BEP20", - "name": "dai_bep20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DAI-ERC20", - "name": "dai_erc20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6B175474E89094C44Da98b954EedeAC495271d0F" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Dai Stablecoin v2.0", - "links": { - "github": "https://github.com/makerdao", - "homepage": "https://makerdao.com" - } - }, - { - "coin": "DAI-FTM20", - "name": "dai_ftm20", - "fname": "Dai", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-HCO20", - "name": "dai_hco20", - "fname": "Dai", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x3D760a45D0887DFD89A2F5385a236B29Cb46ED2a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-MVR20", - "name": "dai_mvr20", - "fname": "Dai", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-PLG20", - "name": "dai_plg20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DASH", - "name": "dashcore", - "fname": "Dash", - "sign_message_prefix": "DarkCoin Signed Message:\n", - "confpath": "USERHOME/.dashcore/dash.conf", - "rpcport": 9998, - "pubtype": 76, - "p2shtype": 16, - "wiftype": 204, - "txfee": 1000, - "force_min_relay_fee": true, - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/5'", - "trezor_coin": "Dash", - "links": { - "github": "https://github.com/dashpay/dash", - "homepage": "https://www.dash.org" - }, - "mm2": 1 - }, - { - "coin": "DDD-ERC20", - "name": "ddd_erc20", - "fname": "Scry.info", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DENT-ERC20", - "name": "dent_erc20", - "fname": "Dent", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3597bfD533a99c9aa083587B074434E61Eb0A258" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "DENT", - "links": { - "homepage": "https://www.dentwireless.com" - } - }, - { - "coin": "DFX-ERC20", - "name": "dfx_erc20", - "fname": "DFX Finance", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x888888435FDe8e7d4c54cAb67f206e4199454c60" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DFX-PLG20", - "name": "dfx_plg20", - "fname": "DFX Finance", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x27f485b62C4A7E635F561A87560Adf5090239E93" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DGB", - "name": "digibyte", - "fname": "DigiByte", - "sign_message_prefix": "DigiByte Signed Message:\n", - "rpcport": 14022, - "pubtype": 30, - "p2shtype": 63, - "wiftype": 128, - "txfee": 10000000, - "segwit": true, - "bech32_hrp": "dgb", - "wallet_only": false, - "required_confirmations": 7, - "avg_blocktime": 15, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/20'", - "trezor_coin": "DigiByte", - "links": { - "github": "https://github.com/digibyte/digibyte", - "homepage": "https://digibyte.io" - }, - "mm2": 1 - }, - { - "coin": "DGB-segwit", - "name": "digibyte", - "fname": "Digibyte", - "sign_message_prefix": "DigiByte Signed Message:\n", - "rpcport": 14022, - "pubtype": 30, - "p2shtype": 63, - "wiftype": 128, - "txfee": 10000000, - "segwit": true, - "bech32_hrp": "dgb", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "DGB", - "required_confirmations": 7, - "avg_blocktime": 15, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/20'", - "trezor_coin": "DigiByte", - "links": { - "github": "https://github.com/digibyte/digibyte", - "homepage": "https://digibyte.io" - } - }, - { - "coin": "DGC", - "name": "digitalcoin", - "fname": "Digitalcoin", - "sign_message_prefix": "Digitalcoin Signed Message:\n", - "rpcport": 7998, - "pubtype": 30, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "required_confirmations": 3, - "avg_blocktime": 36, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/18'", - "mm2": 1 - }, - { - "coin": "DIA-BEP20", - "name": "dia_bep20", - "fname": "DIAToken", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x99956D38059cf7bEDA96Ec91Aa7BB2477E0901DD" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DIA-ERC20", - "name": "dia_erc20", - "fname": "DIAToken", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DIAC", - "name": "diabasecore", - "fname": "Diabase", - "sign_message_prefix": "DarkCoin Signed Message:\n", - "confpath": "USERHOME/.diabasecore/diabase.conf", - "rpcport": 7676, - "pubtype": 76, - "p2shtype": 16, - "wiftype": 204, - "txfee": 1000, - "force_min_relay_fee": true, - "required_confirmations": 2, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/5'", - "links": { - "github": "https://github.com/diabasecoin/diabase", - "homepage": "https://www.diabasecoin.com" - }, - "mm2": 1 - }, - { - "coin": "DIME", - "name": "dimecoin", - "fname": "Dimecoin", - "rpcport": 11931, - "pubtype": 15, - "p2shtype": 9, - "wiftype": 143, - "segwit": false, - "bech32_hrp": "vx", - "txfee": 1000, - "decimals": 5, - "sign_message_prefix": "Dimecoin Signed Message:\n", - "required_confirmations": 6, - "avg_blocktime": 64, - "protocol": { - "type": "UTXO" - }, - "links": { - "github": "https://github.com/dime-coin/dimecoin/" - }, - "mm2": 1 - }, - { - "coin": "DIMI", - "name": "diminutivecoin", - "fname": "Diminutive Coin", - "sign_message_prefix": "DiminutiveCoin Signed Message:\n", - "rpcport": 49122, - "pubtype": 32, - "p2shtype": 30, - "wiftype": 181, - "isPoS": 1, - "txfee": 1000, - "segwit": false, - "mature_confirmations": 75, - "required_confirmations": 4, - "avg_blocktime": 75, - "protocol": { - "type": "UTXO" - }, - "mm2": 1 - }, - { - "coin": "DIMI-BEP20", - "name": "dimi_bep20", - "fname": "Diminutive Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA33789a5478Add74e8D7628E817a281aAbD92dA9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DIMI-QRC20", - "name": "qtum", - "fname": "Diminutive Coin", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x2c660b0d4d53382aeef855d3010d697970fa0bd5" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "DOC", - "asset": "DOC", - "fname": "DOC", - "rpcport": 62415, - "txversion": 4, - "overwintered": 1, - "sign_message_prefix": "Komodo Signed Message:\n", - "is_testnet": true, - "required_confirmations": 1, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "DODO-ARB20", - "name": "dodo_arb20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x69Eb4FA4a2fbd498C257C57Ea8b7655a2559A581" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "DODO-BEP20", - "name": "dodo_bep20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DODO-ERC20", - "name": "dodo_erc20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DODO-KRC20", - "name": "dodo_krc20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x8724F9FB7B3f1bb6f2c90B3Ad3Fd6B3c20A06429" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOGE", - "name": "dogecoin", - "fname": "Dogecoin", - "sign_message_prefix": "Dogecoin Signed Message:\n", - "rpcport": 22555, - "pubtype": 30, - "p2shtype": 22, - "wiftype": 158, - "txfee": 0, - "force_min_relay_fee": true, - "dust": 1000000, - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/3'", - "trezor_coin": "Dogecoin", - "links": { - "github": "https://github.com/dogecoin/dogecoin", - "homepage": "https://dogecoin.com" - }, - "mm2": 1 - }, - { - "coin": "DOGE-BEP20", - "name": "doge_bep20", - "fname": "Dogecoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOGEC", - "name": "dogecash", - "fname": "DogeCash", - "rpcport": 56750, - "pubtype": 30, - "p2shtype": 19, - "wiftype": 122, - "txfee": 10000, - "dust": 5460, - "sign_message_prefix": "DarkNet Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/385'", - "links": { - "github": "https://github.com/dogecash/dogecash", - "homepage": "https://dogecash.net" - }, - "mm2": 1 - }, - { - "coin": "DOGEDASH-BEP20", - "name": "dogedash_bep20", - "fname": "Doge Dash", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOGGY-BEP20", - "name": "doggy_bep20", - "fname": "Doggy", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x74926B3d118a63F6958922d3DC05eB9C6E6E00c6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOI", - "name": "doichain", - "fname": "Doichain", - "sign_message_prefix": "Doichain Signed Message:\n", - "rpcport": 8339, - "pubtype": 52, - "p2shtype": 13, - "wiftype": 180, - "txfee": 1000, - "dust": 5460, - "segwit": true, - "bech32_hrp": "dc", - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/7070'", - "mm2": 1 - }, - { - "coin": "DOT-BEP20", - "name": "dot_bep20", - "fname": "Polkadot", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DOT-HCO20", - "name": "dot_hco20", - "fname": "Polkadot", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xA2c49cEe16a5E5bDEFDe931107dc1fae9f7773E3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DP", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "DP", - "fname": "DigitalPrice", - "rpcport": 28388, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "DPC", - "name": "dualpowecoin", - "fname": "Dualpowcoin", - "sign_message_prefix": "Dpowcoin Signed Message:\n", - "rpcport": 42002, - "pubtype": 55, - "p2shtype": 28, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "dpc", - "txfee": 10000, - "wallet_only": false, - "required_confirmations": 6, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/739'", - "links": { - "github": "https://github.com/dpowcore-project/dpowcoin", - "homepage": "https://dpowcore.org" - }, - "mm2": 1 - }, - { - "coin": "DX-ERC20", - "name": "dx_erc20", - "fname": "DxChain", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x973e52691176d36453868D9d86572788d27041A9" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "EFL", - "name": "egulden", - "fname": "e-Gulden", - "confpath": "USERHOME/.egulden/coin.conf", - "rpcport": 21015, - "pubtype": 48, - "p2shtype": 5, - "wiftype": 176, - "txfee": 200000, - "dust": 54600, - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/78'", - "mm2": 1 - }, - { - "coin": "EGLD-BEP20", - "name": "egld_bep20", - "fname": "Elrond", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EILN-ERC20", - "name": "eiln_erc20", - "fname": "eIlien", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ELF-BEP20", - "name": "elf_bep20", - "fname": "aelf", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ELF-ERC20", - "name": "elf_erc20", - "fname": "aelf", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "ELF Token", - "links": { - "github": "https://github.com/aelfProject", - "homepage": "https://aelf.io/" - } - }, - { - "coin": "EMC2", - "name": "einsteinium", - "fname": "Einsteinium", - "sign_message_prefix": "Einsteinium Signed Message:\n", - "rpcport": 41879, - "pubtype": 33, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/41'", - "mm2": 1 - }, - { - "coin": "ENJ-ERC20", - "name": "enj_erc20", - "fname": "Enjin Coin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "ENJIN", - "links": { - "github": "https://github.com/enjin/contracts", - "homepage": "https://enjincoin.io" - } - }, - { - "coin": "ENJ-KRC20", - "name": "enj_krc20", - "fname": "Enjin Coin", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x6e2D990C8e718E7b6D86ed08eBf0FF2dEc05253B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ENJ-PLG20", - "name": "enj_plg20", - "fname": "Enjin Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "EOS-BEP20", - "name": "eos_bep20", - "fname": "EOS", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ETC", - "name": "ethereum classic", - "fname": "Ethereum Classic", - "rpcport": 80, - "chain_id": 61, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Ethereum Classic", - "links": { - "homepage": "https://ethereumclassic.org" - }, - "mm2": 1 - }, - { - "coin": "ETC-BEP20", - "name": "etc_bep20", - "fname": "Ethereum Classic", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3d6545b08693daE087E957cb1180ee38B9e3c25E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH", - "name": "ethereum", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 1, - "sign_message_prefix": "Ethereum Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "ETH-ARB20", - "name": "eth_arb20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 42161, - "required_confirmations": 10, - "avg_blocktime": 0.25, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_coins": 300000, - "eth_payment": 700000, - "eth_receiver_spend": 600000, - "eth_sender_refund": 600000 - } - }, - { - "coin": "ETH-AVX20", - "name": "ethereum avalanche", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-BEP20", - "name": "eth_bep20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ETH-FTM20", - "name": "eth_ftm20", - "fname": "Ethereum", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x74b23882a30290451A17c44f4F05243b6b58C76d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-HCO20", - "name": "eth_hco20", - "fname": "Ethereum", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x64FF637fB478863B7468bc97D30a5bF3A428a1fD" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-KRC20", - "name": "eth_krc20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-PLG20", - "name": "eth_plg20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EURE-ERC20", - "name": "eure_erc20", - "fname": "Monerium EUR", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "EURE-PLG20", - "name": "eure_plg20", - "fname": "Monerium EUR", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 90000, - "erc20_payment": 150000, - "erc20_receiver_spend": 120000, - "erc20_sender_refund": 120000 - } - }, - { - "coin": "EUROE-ERC20", - "name": "euroe_erc20", - "fname": "EUROe Stablecoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "EUROE-PLG20", - "name": "euroe_plg20", - "fname": "EUROe Stablecoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EURS-ERC20", - "name": "eurs_erc20", - "fname": "STASIS EURO", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdB25f211AB05b1c97D595516F45794528a807ad8" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "STASIS EURS", - "links": { - "github": "https://github.com/stasisnet", - "homepage": "https://stasis.net" - } - }, - { - "coin": "EURS-PLG20", - "name": "eurs_plg20", - "fname": "STASIS EURO", - "rpcport": 80, - "chain_id": 137, - "decimals": 2, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EVR", - "name": "evrmore", - "fname": "Evrmore Coin", - "sign_message_prefix": "Evrmore Signed Message:\n", - "rpcport": 8819, - "pubtype": 33, - "p2shtype": 92, - "wiftype": 128, - "segwit": true, - "txfee": 1000000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/175'", - "links": { - "github": "https://github.com/EvrmoreOrg/Evrmore", - "homepage": "https://evrmorecoin.org" - }, - "mm2": 1 - }, - { - "coin": "EWT", - "name": "ewt", - "fname": "Energy Web", - "rpcport": 80, - "chain_id": 246, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 5, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Energy Web", - "links": { - "homepage": "https://www.energyweb.org" - }, - "mm2": 1 - }, - { - "coin": "EXN-BEP20", - "name": "exn_bep20", - "fname": "Expoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FDUSD-BEP20", - "name": "fdusd_bep20", - "fname": "First Digital USD", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://firstdigitallabs.com" - }, - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 70000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FDUSD-ERC20", - "name": "fdusd_erc20", - "fname": "First Digital USD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://firstdigitallabs.com" - } - }, - { - "coin": "FEI-ERC20", - "name": "fei_erc20", - "fname": "Fei USD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FET-BEP20", - "name": "fet_bep20", - "fname": "Fetch.ai", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x031b41e504677879370e9DBcF937283A8691Fa7f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FET-ERC20", - "name": "fet_erc20", - "fname": "Fetch.ai", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FET-PLG20", - "name": "fet_plg20", - "fname": "Fetch.ai", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7583FEDDbceFA813dc18259940F76a02710A8905" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FIL-BEP20", - "name": "fil_bep20", - "fname": "Filecoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FIL-ERC20", - "name": "fil_erc20", - "fname": "Filecoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FIL-HCO20", - "name": "fil_hco20", - "fname": "Filecoin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xae3a768f9aB104c69A7CD6041fE16fFa235d1810" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FIRO", - "name": "firo", - "fname": "Firo", - "sign_message_prefix": "Firo Signed Message:\n", - "rpcport": 8888, - "pubtype": 82, - "p2shtype": 7, - "wiftype": 210, - "txfee": 1000, - "required_confirmations": 1, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/136'", - "trezor_coin": "Firo", - "links": { - "github": "https://github.com/firoorg/firo", - "homepage": "https://firo.org" - }, - "mm2": 1 - }, - { - "coin": "FIRO-BEP20", - "name": "firo_bep20", - "fname": "Firo", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FJC", - "name": "fujicoin", - "fname": "Fujicoin", - "sign_message_prefix": "FujiCoin Signed Message:\n", - "rpcport": 3776, - "pubtype": 36, - "p2shtype": 16, - "wiftype": 164, - "segwit": true, - "bech32_hrp": "fc", - "txfee": 0, - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/75'", - "trezor_coin": "Fujicoin", - "links": { - "github": "https://github.com/fujicoin/fujicoin", - "homepage": "https://fujicoin.org" - }, - "mm2": 1 - }, - { - "coin": "FJC-BEP20", - "name": "fjc_bep20", - "fname": "Fujicoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FJC-segwit", - "name": "fujicoin", - "fname": "Fujicoin", - "sign_message_prefix": "FujiCoin Signed Message:\n", - "rpcport": 3776, - "pubtype": 36, - "p2shtype": 16, - "wiftype": 164, - "segwit": true, - "bech32_hrp": "fc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "FJC", - "txfee": 0, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/75'", - "trezor_coin": "Fujicoin", - "links": { - "github": "https://github.com/fujicoin/fujicoin", - "homepage": "https://fujicoin.org" - } - }, - { - "coin": "FJCB-BEP20", - "name": "fjcb_bep20", - "fname": "FJCB Fujicoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FLEXUSD-ERC20", - "name": "flexusd_erc20", - "fname": "flexUSD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FLEXUSD-SLP", - "fname": "FlexUSD", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 6, - "token_id": "dd21be4532d93661e8ffe16db6535af0fb8ee1344d1fef81a193e2b4cfa9fbc9", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "FLO", - "name": "flo", - "fname": "Florincoin", - "rpcport": 7313, - "pubtype": 35, - "p2shtype": 8, - "wiftype": 176, - "txfee": 100000, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/216'", - "trezor_coin": "Flo", - "links": { - "github": "https://github.com/floblockchain/flo", - "homepage": "https://flo.cash" - }, - "mm2": 1 - }, - { - "coin": "FLOKI-BEP20", - "name": "floki_bep20", - "fname": "Floki Inu", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xfb5B838b6cfEEdC2873aB27866079AC55363D37E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 85000, - "erc20_payment": 140000, - "erc20_receiver_spend": 110000, - "erc20_sender_refund": 110000 - } - }, - { - "coin": "FLOW-BEP20", - "name": "flow_bep20", - "fname": "Flow", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xC943c5320B9c18C153d1e2d12cC3074bebfb31A2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FLUX", - "name": "flux", - "fname": "Flux", - "rpcport": 16124, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "txversion": 4, - "overwintered": 1, - "version_group_id": "0x892f2085", - "consensus_branch_id": "0x76b809bb", - "txfee": 10000, - "required_confirmations": 2, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/19167'", - "mm2": 1 - }, - { - "coin": "FLUX-BEP20", - "name": "flux_bep20", - "fname": "Flux", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FLUX-ERC20", - "name": "flux_erc20", - "fname": "Flux", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FRC", - "name": "faircoin", - "fname": "FairCoin", - "rpcport": 9875, - "pubtype": 36, - "p2shtype": 63, - "wiftype": 128, - "decimals": 8, - "signature_version": "base", - "txfee": 10000, - "segwit": true, - "bech32_hrp": "frc", - "required_confirmations": 6, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "mm2": 1 - }, - { - "coin": "FTC", - "name": "feathercoin", - "fname": "Feathercoin", - "sign_message_prefix": "Feathercoin Signed Message:\n", - "rpcport": 9337, - "pubtype": 14, - "p2shtype": 5, - "wiftype": 142, - "txfee": 1000000, - "segwit": true, - "bech32_hrp": "fc", - "wallet_only": false, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/8'", - "trezor_coin": "Feathercoin", - "links": { - "github": "https://github.com/FeatherCoin/Feathercoin", - "homepage": "https://feathercoin.com" - }, - "mm2": 1 - }, - { - "coin": "FTC-segwit", - "name": "feathercoin", - "fname": "Feathercoin", - "sign_message_prefix": "Feathercoin Signed Message:\n", - "rpcport": 9337, - "pubtype": 14, - "p2shtype": 5, - "wiftype": 142, - "txfee": 1000000, - "segwit": true, - "bech32_hrp": "fc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "FTC", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/8'", - "trezor_coin": "Feathercoin", - "links": { - "github": "https://github.com/FeatherCoin/Feathercoin", - "homepage": "https://feathercoin.com" - } - }, - { - "coin": "FTM", - "name": "ftm", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 250, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 1.8, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Fantom Opera", - "links": { - "homepage": "https://fantom.foundation" - }, - "mm2": 1 - }, - { - "coin": "FTM-BEP20", - "name": "ftm_bep20", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xAD29AbB318791D579433D831ed122aFeAf29dcfe" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FTM-ERC20", - "name": "ftm_erc20", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Fantom Token", - "links": { - "github": "https://github.com/Fantom-foundation/", - "homepage": "https://fantom.foundation/" - } - }, - { - "coin": "FTMT", - "name": "ftmt", - "fname": "Fantom Testnet", - "is_testnet": true, - "rpcport": 80, - "chain_id": 4002, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "FXS-AVX20", - "name": "fxs_avx20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x214DB107654fF987AD859F34125307783fC8e387" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FXS-BEP20", - "name": "fxs_bep20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xDE2F075f6F14EB9D96755b24E416A53E736Ca363" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FXS-ERC20", - "name": "fxs_erc20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FXS-FTM20", - "name": "fxs_ftm20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x7d016eec9c25232b01F23EF992D98ca97fc2AF5a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FXS-MVR20", - "name": "fxs_mvr20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 1285, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98" - } - }, - "derivation_path": "m/44'/60'", - "gas_limit": { - "eth_send_erc20": 1000000, - "erc20_payment": 1000000, - "erc20_receiver_spend": 1000000, - "erc20_sender_refund": 1000000 - } - }, - { - "coin": "FXS-PLG20", - "name": "fxs_plg20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1a3acf6D19267E2d3e7f898f42803e90C9219062" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GALA-BEP20", - "name": "gala_bep20", - "fname": "Gala", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990" - } - }, - "wallet_only": true, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GALA-ERC20", - "name": "gala_erc20", - "fname": "Gala", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GAME-ERC20", - "name": "game_erc20", - "fname": "GameCredits", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GAME-PLG20", - "name": "game_plg20", - "fname": "GameCredits", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8d1566569d5b695d44a9a234540f68D393cDC40D" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GBX", - "name": "gobyte", - "fname": "GoByte", - "confpath": "USERHOME/.gobytecore/gobyte.conf", - "rpcport": 12454, - "pubtype": 38, - "p2shtype": 10, - "wiftype": 198, - "segwit": false, - "txfee": 10000, - "sign_message_prefix": "DarkCoin Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/176'", - "links": { - "github": "https://github.com/gobytecoin/gobyte", - "homepage": "https://gobyte.network" - }, - "mm2": 1 - }, - { - "coin": "GBX-BEP20", - "name": "gbx_bep20", - "fname": "GoByte", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8E10F08C9A56a93B6adbfBcFda421919B3357596" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GFT-BEP20", - "name": "gft_bep20", - "fname": "Gifto", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x72fF5742319eF07061836F5C924aC6D72c919080" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GLC", - "name": "goldcoin", - "fname": "Goldcoin", - "rpcport": 8122, - "pubtype": 32, - "p2shtype": 5, - "wiftype": 160, - "segwit": false, - "txfee": 100000, - "dust": 54600, - "sign_message_prefix": "Goldcoin (GLC) Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/101'", - "links": { - "github": "https://github.com/goldcoin/goldcoin", - "homepage": "https://www.goldcoinproject.org" - }, - "mm2": 1 - }, - { - "coin": "GLEEC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "GLEEC", - "fname": "Gleec", - "rpcport": 23345, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "GLEEC-OLD", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "GLEEC", - "fname": "Gleec (OLD)", - "rpcport": 23226, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "GLM-ERC20", - "name": "glm_erc20", - "fname": "Golem", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GLM-PLG20", - "name": "glm_plg20", - "fname": "Golem", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GLMR", - "name": "moonbeam", - "fname": "Moonbeam", - "rpcport": 80, - "chain_id": 1284, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Moonbeam", - "links": { - "homepage": "https://moonbeam.network/networks/moonbeam/" - }, - "mm2": 1 - }, - { - "coin": "GM-BEP20", - "name": "gm_bep20", - "fname": "GM Wagmi", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA55C1e67039B6d59E91eb4cDa2bfc5A854989102" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GMT-BEP20", - "name": "gmt_bep20", - "fname": "STEPN", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GMT-PLG20", - "name": "gmt_plg20", - "fname": "STEPN", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x714DB550b574b3E927af3D93E26127D15721D4C2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GMX-ARB20", - "name": "gmx_arb20", - "fname": "GMX", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "GMX-AVX20", - "name": "gmx_avx20", - "fname": "GMX", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x62edc0692BD897D2295872a9FFCac5425011c661" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "GNEISS-ERC20", - "name": "gneiss_erc20", - "fname": "GNEISS", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 8, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GNO-ERC20", - "name": "gno_erc20", - "fname": "Gnosis", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6810e776880C02933D47DB1b9fc05908e5386b96" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Gnosis", - "links": { - "homepage": "https://gnosis.pm" - } - }, - { - "coin": "GNO-PLG20", - "name": "gno_plg20", - "fname": "Gnosis", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GNS-ARB20", - "name": "gns_arb20", - "fname": "Gains Network", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x18c11FD286C5EC11c3b683Caa813B77f5163A122" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "GNS-PLG20", - "name": "gns_plg20", - "fname": "Gains Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xE5417Af564e4bFDA1c483642db72007871397896" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GRLC", - "name": "garlicoin", - "fname": "Garlicoin", - "sign_message_prefix": "Garlicoin Signed Message:\n", - "rpcport": 42068, - "pubtype": 38, - "p2shtype": 50, - "wiftype": 176, - "segwit": true, - "bech32_hrp": "grlc", - "txfee": 100000, - "dust": 54600, - "required_confirmations": 5, - "avg_blocktime": 40, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/69420'", - "mm2": 1 - }, - { - "coin": "GRLC-BEP20", - "name": "grlc_bep20", - "fname": "Garlicoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7283DfA2d8D7e277b148cc263B5d8Ae02f1076D3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRLC-ERC20", - "name": "grlc_erc20", - "fname": "Garlicoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x58f7345b5295E43aA454911571f13be186655BE9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRMS", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "GRMS", - "fname": "GRMS", - "rpcport": 21687, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "GRR", - "name": "ghostridercoin", - "fname": "Ghostridercoin", - "rpcport": 15420, - "pubtype": 38, - "p2shtype": 16, - "wiftype": 128, - "txfee": 1000, - "confpath": "USERHOME/.grcoincore/grcoin.conf", - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/10226'", - "mm2": 1 - }, - { - "coin": "GRS", - "name": "groestlcoin", - "fname": "Groestlcoin", - "sign_message_prefix": "GroestCoin Signed Message:\n", - "rpcport": 1441, - "pubtype": 36, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 10000, - "segwit": true, - "bech32_hrp": "grs", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/17'", - "trezor_coin": "Groestlcoin", - "links": { - "github": "https://github.com/Groestlcoin/groestlcoin", - "homepage": "https://www.groestlcoin.org" - }, - "mm2": 1 - }, - { - "coin": "GRT-ARB20", - "name": "grt_arb20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x9623063377AD1B27544C965cCd7342f7EA7e88C7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "GRT-AVX20", - "name": "grt_avx20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x8a0cAc13c7da965a312f08ea4229c37869e85cB9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRT-ERC20", - "name": "grt_erc20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xc944E90C64B2c07662A292be6244BDf05Cda44a7" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Graph Token", - "links": { - "github": "https://github.com/graphprotocol", - "homepage": "https://thegraph.com" - } - }, - { - "coin": "GRT-KRC20", - "name": "grt_krc20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xb49dd3eDB98FBe82A01DFcb556Cd016964baf5A3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRT-PLG20", - "name": "grt_plg20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5fe2B58c013d7601147DcdD68C143A77499f5531" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GST-BEP20", - "name": "gst_bep20", - "fname": "Green Satoshi Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GT-ERC20", - "name": "gt_erc20", - "fname": "Gate", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xE66747a101bFF2dBA3697199DCcE5b743b454759" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GURU-BEP20", - "name": "guru_bep20", - "fname": "MobilityGuru", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://mobilityguru.org" - } - }, - { - "coin": "GUSD-ERC20", - "name": "gusd_erc20", - "fname": "Gemini Dollar", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HEX-ERC20", - "name": "hex_erc20", - "fname": "HEX", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "HEX", - "links": { - "github": "https://github.com/bitcoinHEX", - "homepage": "https://hex.win" - } - }, - { - "coin": "HEX-PLG20", - "name": "hex_plg20", - "fname": "HEX", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "HLC-QRC20", - "name": "qtum", - "fname": "HalalChain", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 9, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "HOT-ERC20", - "name": "hot_erc20", - "fname": "Holo", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6c6EE5e31d828De241282B9606C8e98Ea48526E2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HOT-PLG20", - "name": "hot_plg20", - "fname": "Holo", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0C51f415cF478f8D08c246a6C6Ee180C5dC3A012" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HPY-QRC20", - "name": "qtum", - "fname": "HyperPay", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "HT", - "name": "huobi-token", - "fname": "Huobi Token", - "rpcport": 80, - "chain_id": 128, - "required_confirmations": 3, - "avg_blocktime": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Huobi ECO Chain", - "links": { - "homepage": "https://www.hecochain.com" - }, - "mm2": 1 - }, - { - "coin": "HT-ERC20", - "name": "huobi-token", - "fname": "Huobi Token", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6f259637dcD74C767781E37Bc6133cd6A68aa161" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Huobi Token", - "links": { - "homepage": "https://www.hbg.com" - } - }, - { - "coin": "HUSD-ERC20", - "name": "husd_erc20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HUSD-HCO20", - "name": "husd_hco20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x0298c2b32eaE4da002a15f36fdf7615BEa3DA047" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HUSD-KRC20", - "name": "husd_krc20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HUSD-PLG20", - "name": "husd_plg20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IDRT-BEP20", - "name": "idrt_bep20", - "fname": "Rupiah Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 2, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x66207E39bb77e6B99aaB56795C7c340C08520d83" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IDRT-ERC20", - "name": "idrt_erc20", - "fname": "Rupiah Token", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IDRT-PLG20", - "name": "idrt_plg20", - "fname": "Rupiah Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x554cd6bdD03214b10AafA3e0D4D42De0C5D2937b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "IL8P", - "name": "infiniloop", - "fname": "InfiniLooP", - "sign_message_prefix": "InfiniLooP Signed Message:\n", - "isPoS": 1, - "rpcport": 9459, - "pubtype": 33, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "mature_confirmations": 500, - "required_confirmations": 7, - "avg_blocktime": 45, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/722'", - "links": { - "github": "https://github.com/WikiMin3R/InfiniLooP", - "homepage": "https://infiniloop.io" - }, - "mm2": 1 - }, - { - "coin": "ILN", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "ILN", - "fname": "Ilien", - "rpcport": 12986, - "txversion": 4, - "overwintered": 1, - "p2p": 12985, - "magic": "feb4cb23", - "nSPV": "5.9.102.210, 5.9.253.195, 5.9.253.196, 5.9.253.197, 5.9.253.198, 5.9.253.199, 5.9.253.200, 5.9.253.201, 5.9.253.202, 5.9.253.203", - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "ILN-BEP20", - "name": "iln_bep20", - "fname": "Ilien", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILN-PLG20", - "name": "iln_plg20", - "fname": "Ilien", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILNF-BEP20", - "name": "ilnf_bep20", - "fname": "Ilien Fuel", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILNF-PLG20", - "name": "ilnf_plg20", - "fname": "Ilien Fuel", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILNSW-PLG20", - "name": "ilnsw_plg20", - "fname": "Ilien Swap", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILV-BEP20", - "name": "ilv_bep20", - "fname": "Illuvium", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4d5AC5cc4f8aBdf2EC2Cb986C00C382369f787D4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ILV-ERC20", - "name": "ilv_erc20", - "fname": "Illuvium", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IMX-ERC20", - "name": "imx_erc20", - "fname": "ImmutableX", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "INJ-BEP20", - "name": "inj_bep20", - "fname": "Injective Protocol", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xa2B726B1145A4773F68593CF171187d8EBe4d495" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "INJ-ERC20", - "name": "inj_erc20", - "fname": "Injective Protocol", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "INK-QRC20", - "name": "qtum", - "fname": "INK", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 9, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "IOTA-BEP20", - "name": "iota_bep20", - "fname": "IOTA", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "IOTX-BEP20", - "name": "iotx_bep20", - "fname": "IoTeX", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9678E42ceBEb63F23197D726B29b1CB20d0064E5" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "IOTX-PLG20", - "name": "iotx_plg20", - "fname": "IoTeX", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf6372cDb9c1d3674E83842e3800F2A62aC9F3C66" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IRIS", - "avg_blocktime": 7, - "name": "iris", - "fname": "IRISnet", - "chain_id": 6688, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "uiris", - "account_prefix": "iaa", - "chain_id": "irishub-1", - "chain_registry_name": "irishub", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'", - "mm2": 1 - }, - { - "coin": "IRIS-BEP20", - "name": "iris_bep20", - "fname": "IRISnet", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x05C50a62b0b87bE1fFB1Cf3b77d9eDBa834ef6f7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IRISTEST", - "avg_blocktime": 7, - "name": "iristest", - "fname": "Iris Test", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "unyan", - "account_prefix": "iaa", - "chain_id": "nyancat-9", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'", - "mm2": 1 - }, - { - "coin": "IRISTEST-IBC_NUCLEUSTEST", - "avg_blocktime": 5, - "name": "iristest-ibc-nucleus-test", - "fname": "Iris Test", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINTTOKEN", - "protocol_data": { - "platform": "NUCLEUSTEST", - "decimals": 6, - "denom": "ibc/F7F28FF3C09024A0225EDBBDB207E5872D2B4EF2FB874FE47B05EF9C9A7D211C" - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "JASMY-BEP20", - "name": "jasmy_bep20", - "fname": "JasmyCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x15669CF161946C09a8B207650BfBB00e3d8A2E3E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JASMY-ERC20", - "name": "jasmy_erc20", - "fname": "JasmyCoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JAUD-PLG20", - "name": "jaud_plg20", - "fname": "Jarvis Australian Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JBRL-BEP20", - "name": "jbrl_bep20", - "fname": "Jarvis Brazilian Real", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JBRL-PLG20", - "name": "jbrl_plg20", - "fname": "Jarvis Brazilian Real", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JCAD-PLG20", - "name": "jcad_plg20", - "fname": "Jarvis Canadian Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JCHF-AVX20", - "name": "jchf_avx20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JCHF-BEP20", - "name": "jchf_bep20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JCHF-ERC20", - "name": "jchf_erc20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JCHF-PLG20", - "name": "jchf_plg20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JCNY-PLG20", - "name": "jcny_plg20", - "fname": "Jarvis Chinese Yuan", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JDB-BEP20", - "name": "jdb_bep20", - "fname": "Jeet Detector Bot", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JEUR-AVX20", - "name": "jeur_avx20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JEUR-BEP20", - "name": "jeur_bep20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JEUR-ERC20", - "name": "jeur_erc20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JEUR-PLG20", - "name": "jeur_plg20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JGBP-BEP20", - "name": "jgbp_bep20", - "fname": "Jarvis British Pound", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JGBP-ERC20", - "name": "jgbp_erc20", - "fname": "Jarvis British Pound", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JGBP-PLG20", - "name": "jgbp_plg20", - "fname": "Jarvis British Pound", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JGOLD-PLG20", - "name": "jgold_plg20", - "fname": "Jarvis Gold", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JJPY-PLG20", - "name": "jjpy_plg20", - "fname": "Jarvis Japanese Yen", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JKRW-PLG20", - "name": "jkrw_plg20", - "fname": "Jarvis South Korean Won", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JMXN-PLG20", - "name": "jmxn_plg20", - "fname": "Jarvis Mexican Peso", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JNZD-PLG20", - "name": "jnzd_plg20", - "fname": "Jarvis New Zealand Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JOY-PLG20", - "name": "joy_plg20", - "fname": "Joystick.club", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JPHP-PLG20", - "name": "jphp_plg20", - "fname": "Jarvis Philippine Peso", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JPLN-PLG20", - "name": "jpln_plg20", - "fname": "Jarvis Polish Zloty", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JPYC-AVX20", - "name": "jpyc_avx20", - "fname": "JPY Coin", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JPYC-PLG20", - "name": "jpyc_plg20", - "fname": "JPY Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JRT-ERC20", - "name": "jrt_erc20", - "fname": "Jarvis Reward Token", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JRT-PLG20", - "name": "jrt_plg20", - "fname": "Jarvis Reward Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JSEK-PLG20", - "name": "jsek_plg20", - "fname": "Jarvis Swedish Krona", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JSGD-PLG20", - "name": "jsgd_plg20", - "fname": "Jarvis Singapore Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JST-BEP20", - "name": "jst_bep20", - "fname": "JUST", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JTRY-PLG20", - "name": "jtry_plg20", - "fname": "Jarvis Turkish Lira", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JUSD-PLG20", - "name": "jusd_plg20", - "fname": "Jarvis United States Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "KCS", - "name": "kucoin-token", - "fname": "KuCoin Token", - "rpcport": 80, - "chain_id": 321, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "KCC", - "links": { - "homepage": "https://kcc.io" - }, - "mm2": 1 - }, - { - "coin": "KIIRO", - "name": "kiiro", - "fname": "Kiiro", - "sign_message_prefix": "Zcoin Signed Message:\n", - "rpcport": 8999, - "pubtype": 45, - "p2shtype": 7, - "wiftype": 210, - "txfee": 1000, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/136'", - "links": { - "github": "https://github.com/kiirocoin/kiiro", - "homepage": "https://kiirocoin.org" - }, - "mm2": 1 - }, - { - "coin": "KIIRO-BEP20", - "name": "kiiro_bep20", - "fname": "Kiiro", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x347862372f7C8f83D69025234367Ac11c5241Db3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "KMD", - "name": "komodo", - "fname": "Komodo", - "rpcport": 7771, - "pubtype": 60, - "p2shtype": 85, - "wiftype": 188, - "txversion": 4, - "overwintered": 1, - "txfee": 1000, - "sign_message_prefix": "Komodo Signed Message:\n", - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "links": { - "github": "https://github.com/komodoplatform/komodo", - "homepage": "https://komodoplatform.com" - }, - "mm2": 1 - }, - { - "coin": "KMD-BEP20", - "name": "kmd_bep20", - "fname": "Komodo", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "KNC-AVX20", - "name": "knc_avx20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "KNC-BEP20", - "name": "knc_bep20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "KNC-ERC20", - "name": "knc_erc20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Kyber Network", - "links": { - "github": "https://github.com/KyberNetwork", - "homepage": "https://kyber.network" - } - }, - { - "coin": "KNC-PLG20", - "name": "knc_plg20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "KOIN", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "KOIN", - "fname": "Koinon", - "rpcport": 10702, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "KSM-BEP20", - "name": "ksm_bep20", - "fname": "Kusama", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LBC", - "name": "lbrycrd", - "fname": "LBRY Credits", - "sign_message_prefix": "LBRYcrd Signed Message:\n", - "rpcport": 9245, - "pubtype": 85, - "p2shtype": 122, - "wiftype": 28, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "lbc", - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/140'", - "mm2": 1 - }, - { - "coin": "LBC-segwit", - "name": "lbrycrd", - "fname": "LBRY Credits", - "sign_message_prefix": "LBRYcrd Signed Message:\n", - "rpcport": 9245, - "pubtype": 85, - "p2shtype": 122, - "wiftype": 28, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "lbc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "LBC", - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/140'" - }, - { - "coin": "LCC", - "name": "litecoincash", - "fname": "Litecoin Cash", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 62457, - "pubtype": 28, - "p2shtype": 50, - "wiftype": 176, - "decimals": 7, - "fork_id": "0x40", - "signature_version": "base", - "txfee": 20000, - "segwit": true, - "bech32_hrp": "lcc", - "wallet_only": false, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/192'", - "mm2": 1 - }, - { - "coin": "LCC-segwit", - "name": "litecoincash", - "fname": "Litecoin Cash", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 62457, - "pubtype": 28, - "p2shtype": 50, - "wiftype": 176, - "decimals": 7, - "fork_id": "0x40", - "signature_version": "base", - "txfee": 20000, - "segwit": true, - "bech32_hrp": "lcc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "LCC", - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/192'" - }, - { - "coin": "LDO-ERC20", - "name": "ldo_erc20", - "fname": "Lido DAO", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LDO-PLG20", - "name": "ldo_plg20", - "fname": "Lido DAO", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LEASH-ERC20", - "name": "leash_erc20", - "fname": "Doge Killer", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x27C70Cd1946795B66be9d954418546998b546634" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LEO-ERC20", - "name": "leo_erc20", - "fname": "LEO Token", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "LEOcoin", - "links": { - "homepage": "https://www.leocoin.org/" - } - }, - { - "coin": "LEO-PLG20", - "name": "leo_plg20", - "fname": "LEO Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-AVX20", - "name": "link_avx20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x5947BB275c521040051D82396192181b413227A3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-BEP20", - "name": "link_bep20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-ERC20", - "name": "link_erc20", - "fname": "Chainlink", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x514910771AF9Ca656af840dff83E8264EcF986CA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-FTM20", - "name": "link_ftm20", - "fname": "Chainlink", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-HCO20", - "name": "link_hco20", - "fname": "Chainlink", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x9e004545c59D359F6B7BFB06a26390b087717b42" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-KRC20", - "name": "link_krc20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x47841910329aaa6b88D5e9DcdE9000195151dc72" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-PLG20", - "name": "link_plg20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LOLS-BEP20", - "name": "lols_bep20", - "fname": "LOLSmash", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x19961cf3B822d37e16E310AB7C6C0277F95f31c3" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://lolsmash.net" - } - }, - { - "coin": "LOOM-BEP20", - "name": "loom_bep20", - "fname": "Loom Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xE6Ce27025F13f5213bBc560dC275e292965a392F" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LOOM-ERC20", - "name": "loom_erc20", - "fname": "Loom Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x42476F744292107e34519F9c357927074Ea3F75D" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "LOOM", - "links": { - "github": "github.com/loomnetwork/", - "homepage": "https://loomx.io" - } - }, - { - "coin": "LOOP-BEP20", - "name": "loop_bep20", - "fname": "LoopNetwork", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcE186ad6430E2Fe494a22C9eDbD4c68794a28B35" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LRC-BEP20", - "name": "lrc_bep20", - "fname": "Loopring", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x66e4d38b20173F509A1fF5d82866949e4fE898da" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LRC-ERC20", - "name": "lrc_erc20", - "fname": "Loopring", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Loopring", - "links": { - "github": "https://github.com/loopring", - "homepage": "https://loopring.org" - } - }, - { - "coin": "LRC-PLG20", - "name": "lrc_plg20", - "fname": "Loopring", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LSTR-QRC20", - "name": "qtum", - "fname": "Luna Stars", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "LSWAP-BEP20", - "name": "lswap_bep20", - "fname": "LoopSwap", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3F8a14f5a3Ee2F4A3Ed61cCF5EEA3c9535C090C8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LTC", - "name": "litecoin", - "fname": "Litecoin", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 9332, - "pubtype": 48, - "p2shtype": 50, - "wiftype": 176, - "txfee": 0, - "dust": 5460, - "segwit": true, - "bech32_hrp": "ltc", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2'", - "trezor_coin": "Litecoin", - "links": { - "github": "https://github.com/litecoin-project/litecoin", - "homepage": "https://litecoin.org" - }, - "mm2": 1 - }, - { - "coin": "LTC-segwit", - "name": "litecoin", - "fname": "Litecoin", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 9332, - "pubtype": 48, - "p2shtype": 50, - "wiftype": 176, - "txfee": 0, - "dust": 5460, - "segwit": true, - "bech32_hrp": "ltc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "LTC", - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2'", - "trezor_coin": "Litecoin", - "links": { - "github": "https://github.com/litecoin-project/litecoin", - "homepage": "https://litecoin.org" - } - }, - { - "coin": "LUPA", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "LUPA", - "fname": "Lupaza", - "rpcport": 64151, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "LYNX", - "name": "lynx", - "fname": "Lynx", - "sign_message_prefix": "Lynx Signed Message:\n", - "rpcport": 9332, - "pubtype": 45, - "p2shtype": 22, - "wiftype": 173, - "txfee": 100000, - "dust": 54600, - "segwit": false, - "required_confirmations": 1, - "avg_blocktime": 1200, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/191'", - "mm2": 1 - }, - { - "coin": "MANA-BEP20", - "name": "mana_bep20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MANA-ERC20", - "name": "mana_erc20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Decentraland MANA", - "links": { - "github": "https://github.com/decentraland", - "homepage": "https://decentraland.org" - } - }, - { - "coin": "MANA-KRC20", - "name": "mana_krc20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MANA-PLG20", - "name": "mana_plg20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MARTY", - "asset": "MARTY", - "fname": "MARTY", - "rpcport": 52592, - "txversion": 4, - "overwintered": 1, - "sign_message_prefix": "Komodo Signed Message:\n", - "is_testnet": true, - "required_confirmations": 1, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "MASK-BEP20", - "name": "mask_bep20", - "fname": "Mask Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2eD9a5C8C13b93955103B9a7C167B67Ef4d568a3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MASK-ERC20", - "name": "mask_erc20", - "fname": "Mask Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MASK-PLG20", - "name": "mask_plg20", - "fname": "Mask Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MATIC", - "name": "matic", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 137, - "use_access_list": true, - "max_eth_tx_type": 2, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Polygon", - "links": { - "homepage": "https://polygon.technology/" - }, - "mm2": 1 - }, - { - "coin": "MATIC-BEP20", - "name": "matic_bep20", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xCC42724C6683B7E57334c4E856f4c9965ED682bD" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MATIC-ERC20", - "name": "matic_erc20", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Matic Token", - "links": { - "homepage": "https://polygon.technology/" - } - }, - { - "coin": "MATIC-HCO20", - "name": "matic_hco20", - "fname": "Polygon", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xdB11743fe8B129b49b11236E8a715004BDabe7e5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MATIC-KRC20", - "name": "matic_krc20", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x1B8e27ABA297466fc6765Ce55BD12A8E216759da" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MATICTEST", - "name": "matic testnet", - "fname": "Matic Testnet", - "is_testnet": true, - "rpcport": 80, - "chain_id": 80001, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "MAZA", - "name": "mazacoin", - "fname": "MazaCoin", - "sign_message_prefix": "Mazacoin Signed Message:\n", - "rpcport": 12832, - "pubtype": 50, - "p2shtype": 9, - "wiftype": 244, - "decimals": 8, - "signature_version": "base", - "txfee": 10000, - "segwit": true, - "bech32_hrp": "maza", - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/13'", - "links": { - "github": "https://github.com/Mazacoin", - "homepage": "https://www.mazacoin.org" - }, - "mm2": 1 - }, - { - "coin": "MAZE-SLP", - "fname": "Maze", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 6, - "token_id": "bb553ac2ac7af0fcd4f24f9dfacc7f925bfb1446c6e18c7966db95a8d50fb378", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "MC-BEP20", - "name": "mc_bep20", - "fname": "Merit Circle", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MC-ERC20", - "name": "mc_erc20", - "fname": "Merit Circle", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MCL", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "MCL", - "fname": "Marmara Credit Loops", - "rpcport": 33825, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "MDX", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "MDX", - "fname": "Mandala", - "rpcport": 18482, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "links": { - "homepage": "https://mandala.exchange" - }, - "mm2": 1 - }, - { - "coin": "MED-QRC20", - "name": "qtum", - "fname": "Medibloc", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "MEWC", - "name": "meowcoin", - "fname": "Meowcoin", - "sign_message_prefix": "Meowcoin Signed Message:\n", - "rpcport": 9766, - "pubtype": 50, - "p2shtype": 122, - "wiftype": 112, - "segwit": false, - "txfee": 1000000, - "dust": 1000000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1669'", - "links": { - "github": "https://github.com/Meowcoin-Foundation/Meowcoin", - "homepage": "https://www.mewccrypto.com/" - }, - "mm2": 1 - }, - { - "coin": "MINDS-ERC20", - "name": "minds_erc20", - "fname": "Minds", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB26631c6dda06aD89B93C71400D25692de89c068" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Minds Token", - "links": { - "homepage": "https://www.minds.com/" - } - }, - { - "coin": "MINU-BEP20", - "name": "minu_bep20", - "fname": "Minu", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xf48f91df403976060cC05dBbf8A0901b09fdeFd4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MIR-BEP20", - "name": "mir_bep20", - "fname": "Mirror Protocol", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5B6DcF557E2aBE2323c48445E8CC948910d8c2c9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MIR-ERC20", - "name": "mir_erc20", - "fname": "Mirror Protocol", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x09a3EcAFa817268f77BE1283176B946C4ff2E608" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-AVX20", - "name": "mkr_avx20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x88128fd4b259552A9A1D457f435a6527AAb72d42" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-BEP20", - "name": "mkr_bep20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-ERC20", - "name": "mkr_erc20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "MakerDAO", - "links": { - "github": "https://github.com/makerdao", - "homepage": "https://makerdao.com" - } - }, - { - "coin": "MKR-KRC20", - "name": "mkr_krc20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xdE81028C743f5304fe2cdEfac588f572d629a687" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-PLG20", - "name": "mkr_plg20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6f7C932e7684666C9fd1d44527765433e01fF61d" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MLN-ERC20", - "name": "mln_erc20", - "fname": "Enzyme", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xec67005c4E498Ec7f55E092bd1d35cbC47C91892" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MM-AVX20", - "name": "mm_avx20", - "fname": "Million", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x993163CaD35162fB579D7B64e6695cB076EF5064" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MM-BEP20", - "name": "mm_bep20", - "fname": "Million", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MM-ERC20", - "name": "mm_erc20", - "fname": "Million", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Million", - "links": { - "homepage": "https://www.milliontoken.org" - } - }, - { - "coin": "MM-MVR20", - "name": "mm_mvr20", - "fname": "Million", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MM-PLG20", - "name": "mm_plg20", - "fname": "Million", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MONA", - "name": "monacoin", - "fname": "MonaCoin", - "sign_message_prefix": "Monacoin Signed Message:\n", - "rpcport": 9402, - "pubtype": 50, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "mona", - "wallet_only": false, - "required_confirmations": 5, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/22'", - "trezor_coin": "Monacoin", - "links": { - "github": "https://github.com/monacoinproject/monacoin", - "homepage": "https://monacoin.org" - }, - "mm2": 1 - }, - { - "coin": "MONA-segwit", - "name": "monacoin", - "fname": "MonaCoin", - "sign_message_prefix": "Monacoin Signed Message:\n", - "rpcport": 9402, - "pubtype": 50, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "mona", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "MONA", - "required_confirmations": 5, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/22'", - "trezor_coin": "Monacoin", - "links": { - "github": "https://github.com/monacoinproject/monacoin", - "homepage": "https://monacoin.org" - } - }, - { - "coin": "MOR-ARB20", - "name": "mor_arb20", - "fname": "Morpheus", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "MOR-ERC20", - "name": "mor_erc20", - "fname": "Morpheus", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xcBB8f1BDA10b9696c57E13BC128Fe674769DCEc0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MOVR", - "name": "moonriver", - "fname": "Moonriver", - "rpcport": 80, - "chain_id": 1285, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Moonriver", - "links": { - "homepage": "https://moonbeam.network/networks/moonriver/" - }, - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_payment": 100000, - "eth_receiver_spend": 500000, - "eth_sender_refund": 500000 - }, - "mm2": 1 - }, - { - "coin": "NAV", - "name": "navcoin", - "fname": "Navcoin", - "sign_message_prefix": "Navcoin Signed Message:\n", - "isPoS": 1, - "txversion": 3, - "confpath": "USERHOME/.navcoin4/navcoin.conf", - "rpcport": 44444, - "pubtype": 53, - "p2shtype": 85, - "wiftype": 150, - "txfee": 10000, - "required_confirmations": 10, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/130'", - "mm2": 1 - }, - { - "coin": "NAV-BEP20", - "name": "nav_bep20", - "fname": "Navcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NEAR-BEP20", - "name": "near_bep20", - "fname": "NEAR Protocol", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "NENG", - "name": "nengcoin", - "fname": "Nengcoin", - "rpcport": 6376, - "pubtype": 53, - "p2shtype": 5, - "wiftype": 176, - "txfee": 200000, - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/681'", - "mm2": 1 - }, - { - "coin": "NENG-BEP20", - "name": "neng_bep20", - "fname": "Nengcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xaD2c0B5ee5424C6b6f9C06E4fEF3FD7CD9FF0264" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NEXO-ERC20", - "name": "nexo_erc20", - "fname": "Nexo", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Nexo", - "links": { - "homepage": "http://nexo.io" - } - }, - { - "coin": "NEXO-KRC20", - "name": "nexo_krc20", - "fname": "Nexo", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xb7A18bd55e8E3E2262d7c8Ee7b4DD9B216Df0Faf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NEXO-PLG20", - "name": "nexo_plg20", - "fname": "Nexo", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "NFT_AVAX", - "name": "nft_avax", - "fname": "Avalanche", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "AVAX" - } - }, - "derivation_path": "m/44'/9000'", - "trezor_coin": "Avalanche C-Chain", - "links": { - "homepage": "https://www.avax.network/" - }, - "mm2": 1 - }, - { - "coin": "NFT_BNB", - "name": "nft_binancesmartchain", - "fname": "Binance Coin", - "avg_blocktime": 3, - "rpcport": 80, - "chain_id": 56, - "required_confirmations": 3, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "BNB" - } - }, - "derivation_path": "m/44'/714'", - "trezor_coin": "Binance Smart Chain", - "links": { - "homepage": "https://www.binance.org" - }, - "mm2": 1 - }, - { - "coin": "NFT_ETH", - "name": "nft_ethereum", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 1, - "sign_message_prefix": "Ethereum Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "ETH" - } - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "NFT_FTM", - "name": "nft_ftm", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 250, - "required_confirmations": 3, - "avg_blocktime": 1.8, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "FTM" - } - }, - "derivation_path": "m/44'/1007'", - "trezor_coin": "Fantom Opera", - "links": { - "homepage": "https://fantom.foundation" - }, - "mm2": 1 - }, - { - "coin": "NFT_MATIC", - "name": "nft_matic", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 137, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "MATIC" - } - }, - "derivation_path": "m/44'/966'", - "trezor_coin": "Polygon", - "links": { - "homepage": "https://polygon.technology/" - }, - "mm2": 1 - }, - { - "coin": "NINJA", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "NINJA", - "fname": "Ninja", - "rpcport": 8427, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "NMC", - "name": "namecoin", - "fname": "Namecoin", - "rpcport": 8336, - "pubtype": 52, - "p2shtype": 13, - "wiftype": 180, - "txfee": 0, - "segwit": true, - "bech32_hrp": "nc", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/7'", - "trezor_coin": "Namecoin", - "links": { - "github": "https://github.com/namecoin/namecoin-core", - "homepage": "https://namecoin.org" - }, - "mm2": 1 - }, - { - "coin": "NMC-segwit", - "name": "namecoin", - "fname": "Namecoin", - "rpcport": 8336, - "pubtype": 52, - "p2shtype": 13, - "wiftype": 180, - "txfee": 0, - "segwit": true, - "bech32_hrp": "nc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "NMC", - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/7'", - "trezor_coin": "Namecoin", - "links": { - "github": "https://github.com/namecoin/namecoin-core", - "homepage": "https://namecoin.org" - } - }, - { - "coin": "NUCLEUSTEST", - "avg_blocktime": 5, - "name": "nucleus-test", - "fname": "Nucleus Test", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "unucl", - "account_prefix": "nuc", - "chain_registry_name": "nucleus", - "chain_id": "nucleus-3" - } - }, - "derivation_path": "m/44'/118'", - "mm2": 1 - }, - { - "coin": "NVC", - "name": "novacoin", - "fname": "Novacoin", - "sign_message_prefix": "Novacoin Signed Message:\n", - "isPoS": 1, - "rpcport": 8344, - "pubtype": 8, - "p2shtype": 20, - "wiftype": 136, - "decimals": 6, - "txfee": 1000, - "dust": 10000, - "wallet_only": true, - "mature_confirmations": 500, - "required_confirmations": 1, - "avg_blocktime": 450, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/50'", - "mm2": 0 - }, - { - "coin": "NVC-BEP20", - "name": "nvc_bep20", - "fname": "Novacoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBF84720097de111A80f46f9D077643967042841A" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "NVC-QRC20", - "name": "qtum", - "fname": "Novacoin", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xffb67c56c42b71144ae394dbfe298d863fbb3b9e" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "NYC", - "name": "newyorkcoin", - "fname": "NewYorkCoin", - "sign_message_prefix": "NewYorkCoin Signed Message:\n", - "rpcport": 22555, - "pubtype": 60, - "p2shtype": 22, - "wiftype": 188, - "segwit": false, - "txfee": 100000000, - "required_confirmations": 7, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/179'", - "links": { - "github": "https://github.com/NewYorkCoinNYC/newyorkcoin", - "homepage": "https://newyorkcoin.online" - }, - "mm2": 1 - }, - { - "coin": "NYC-BEP20", - "name": "nyc_bep20", - "fname": "NewYorkCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6c015277B0f9b8c24B20BD8BbbD29FDb25738A69" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NZDS-ERC20", - "name": "nzds_erc20", - "fname": "NZD Stablecoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NZDS-PLG20", - "name": "nzds_plg20", - "fname": "NZD Stablecoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OC-QRC20", - "name": "qtum", - "fname": "OceanChain", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "OCEAN-BEP20", - "name": "ocean_bep20", - "fname": "Ocean Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OCEAN-ERC20", - "name": "ocean_erc20", - "fname": "Ocean Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Ocean Token", - "links": { - "github": "https://github.com/oceanprotocol", - "homepage": "https://oceanprotocol.com" - } - }, - { - "coin": "OCEAN-PLG20", - "name": "ocean_plg20", - "fname": "Ocean Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OKB-ERC20", - "name": "okb_erc20", - "fname": "OKB", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x75231F58b43240C9718Dd58B4967c5114342a86c" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "OKB", - "links": { - "github": "https://github.com/okex/okberc20token", - "homepage": "https://www.okex.com/" - } - }, - { - "coin": "OM-BEP20", - "name": "om_bep20", - "fname": "MANTRA", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xF78D2e7936F5Fe18308A3B2951A93b6c4a41F5e2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "OM-ERC20", - "name": "om_erc20", - "fname": "MANTRA", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3593D125a4f7849a1B059E64F4517A86Dd60c95d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OM-PLG20", - "name": "om_plg20", - "fname": "MANTRA", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "OMG-ERC20", - "name": "omg_erc20", - "fname": "OMG Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "OmiseGO", - "links": { - "github": "https://github.com/omisego", - "homepage": "https://omg.omise.co" - } - }, - { - "coin": "OMG-PLG20", - "name": "omg_plg20", - "fname": "OMG Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ONE", - "name": "harmony", - "fname": "Harmony", - "rpcport": 80, - "chain_id": 1666600000, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "ONT-BEP20", - "name": "ont_bep20", - "fname": "Ontology", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xFd7B3A77848f1C2D67E05E54d78d174a0C850335" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "OSMO", - "avg_blocktime": 7, - "name": "osmosis", - "fname": "Osmosis", - "wallet_only": true, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "uosmo", - "account_prefix": "osmo", - "chain_registry_name": "osmosis", - "chain_id": "osmosis-1", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'", - "mm2": 0 - }, - { - "coin": "OSMO-IBC_NUCLEUSTEST", - "avg_blocktime": 5, - "name": "cosmos-ibc-nucleus-test", - "fname": "Osmosis", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINTTOKEN", - "protocol_data": { - "platform": "NUCLEUSTEST", - "decimals": 6, - "denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23" - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "PAX-BEP20", - "name": "pax_bep20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAX-ERC20", - "name": "pax_erc20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Paxos Standard (PAX)", - "links": { - "github": "https://github.com/paxosglobal", - "homepage": "https://www.paxos.com/standard" - } - }, - { - "coin": "PAX-KRC20", - "name": "pax_krc20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAX-PLG20", - "name": "pax_plg20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAXG-BEP20", - "name": "paxg_bep20", - "fname": "PAX Gold", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7950865a9140cB519342433146Ed5b40c6F210f7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAXG-ERC20", - "name": "paxg_erc20", - "fname": "PAX Gold", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x45804880De22913dAFE09f4980848ECE6EcbAf78" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Paxos Gold", - "links": { - "github": "https://github.com/paxosglobal/paxos-gold-contract", - "homepage": "https://www.paxos.com/paxgold" - } - }, - { - "coin": "PAXG-PLG20", - "name": "paxg_plg20", - "fname": "PAX Gold", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x553d3D295e0f695B9228246232eDF400ed3560B5" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "PENDLE-ARB20", - "name": "pendle_arb20", - "fname": "Pendle", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "PENDLE-BEP20", - "name": "pendle_bep20", - "fname": "Pendle", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb3Ed0A426155B79B898849803E3B36552f7ED507" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PENDLE-ERC20", - "name": "pendle_erc20", - "fname": "Pendle", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x808507121B80c02388fAd14726482e061B8da827" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PEP", - "name": "pepecoin", - "fname": "Pepecoin", - "rpcport": 33873, - "pubtype": 56, - "p2shtype": 22, - "wiftype": 158, - "segwit": false, - "txfee": 1000000, - "sign_message_prefix": "Pepecoin Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/3434'", - "links": { - "github": "https://github.com/pepecoinppc/pepecoin", - "homepage": "https://pepecoin.org" - }, - "mm2": 1 - }, - { - "coin": "PEPE-ARB20", - "name": "pepe_arb20", - "fname": "Pepe", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://www.pepe.vip" - }, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "PEPE-BEP20", - "name": "pepe_bep20", - "fname": "Pepe", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://www.pepe.vip" - } - }, - { - "coin": "PEPE-ERC20", - "name": "pepe_erc20", - "fname": "Pepe", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6982508145454Ce325dDbE47a25d4ec3d2311933" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://www.pepe.vip" - } - }, - { - "coin": "PGX-PLG20", - "name": "pegaxy_stone", - "fname": "Pegaxy Stone", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "PINK", - "name": "pink", - "fname": "Pinkcoin", - "rpcport": 9135, - "isPoS": 1, - "pubtype": 3, - "p2shtype": 28, - "wiftype": 131, - "txfee": 10000, - "wallet_only": true, - "sign_message_prefix": "Pinkcoin Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/117'", - "links": { - "github": "https://github.com/Pink2Dev/Pink2", - "homepage": "https://getstarted.with.pink" - }, - "mm2": 0 - }, - { - "coin": "PIVX", - "name": "pivx", - "fname": "PIVX", - "sign_message_prefix": "DarkNet Signed Message:\n", - "rpcport": 51473, - "pubtype": 30, - "p2shtype": 13, - "wiftype": 212, - "txfee": 100000, - "dust": 5460, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/119'", - "mm2": 1 - }, - { - "coin": "PND", - "name": "pandacoin", - "fname": "Pandacoin", - "isPoS": 1, - "rpcport": 22444, - "pubtype": 55, - "p2shtype": 22, - "wiftype": 183, - "decimals": 6, - "txfee": 10000000, - "dust": 1000000, - "segwit": true, - "bech32_hrp": "pn", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/37'", - "mm2": 1 - }, - { - "coin": "PNK-ERC20", - "name": "pnk_erc20", - "fname": "Kleros", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Pinakion", - "links": { - "github": "https://github.com/kleros", - "homepage": "https://kleros.io" - } - }, - { - "coin": "POT", - "name": "potcoin", - "fname": "PotCoin", - "sign_message_prefix": "Potcoin Signed Message:\n", - "isPoSV": 1, - "rpcport": 42000, - "pubtype": 55, - "p2shtype": 5, - "wiftype": 183, - "txversion": 4, - "txfee": 100000, - "dust": 100000, - "wallet_only": true, - "mature_confirmations": 240, - "required_confirmations": 5, - "avg_blocktime": 40, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/81'", - "mm2": 0 - }, - { - "coin": "POT-ERC20", - "name": "pot_erc20", - "fname": "PotCoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "POT-PLG20", - "name": "pot_plg20", - "fname": "PotCoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "POWR-ERC20", - "name": "powr_erc20", - "fname": "Power Ledger", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "PowerLedger", - "links": { - "homepage": "https://powerledger.io" - } - }, - { - "coin": "POWR-PLG20", - "name": "powr_plg20", - "fname": "Power Ledger", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PPC", - "name": "peercoin", - "fname": "Peercoin", - "isPoS": 1, - "rpcport": 9902, - "pubtype": 55, - "p2shtype": 117, - "wiftype": 183, - "decimals": 6, - "txfee": 0, - "dust": 10000, - "segwit": true, - "bech32_hrp": "pc", - "required_confirmations": 1, - "avg_blocktime": 510, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/6'", - "trezor_coin": "Peercoin", - "links": { - "github": "https://github.com/peercoin/peercoin", - "homepage": "https://peercoin.net" - }, - "mm2": 1 - }, - { - "coin": "PPC-ERC20", - "name": "ppc_erc20", - "fname": "Peercoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x044d078F1c86508e13328842Cc75AC021B272958" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PPC-PLG20", - "name": "ppc_plg20", - "fname": "Peercoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x91E7E32C710661C44ae44D10Aa86135d91C3Ed65" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PRCY", - "name": "prcy", - "fname": "PRivaCY Coin", - "rpcport": 59683, - "pubtype": 55, - "p2shtype": 61, - "wiftype": 28, - "txfee": 0, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/853'", - "mm2": 1 - }, - { - "coin": "PRCY-BEP20", - "name": "prcy_bep20", - "fname": "PRivaCY Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PRCY-ERC20", - "name": "prcy_erc20", - "fname": "PRivaCY Coin", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 8, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PRCY-PLG20", - "name": "prcy_plg20", - "fname": "PRivaCY Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PSF-SLP", - "fname": "PS Foundation", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "38e97c5d7d3585a2cbf3f9580c82ca33985f9cb0845d4dcce220cb709f9538b0", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "PUT-QRC20", - "name": "qtum", - "fname": "Profile Utility Token", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "PYR-ERC20", - "name": "pyr_erc20", - "fname": "Vulcan Forged", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PYR-PLG20", - "name": "pyr_plg20", - "fname": "Vulcan Forged", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "QBT-QRC20", - "name": "qtum", - "fname": "Qbao", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QC-QRC20", - "name": "qtum", - "fname": "Qcash", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xf2033ede578e17fa6231047265010445bca8cf1c" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QI-QRC20", - "name": "qtum", - "fname": "Qi Swap", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x54fefdb5b31164f66ddb68becd7bdd864cacd65b" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QIAIR-QRC20", - "name": "qtum", - "fname": "Qi Airdrop Token", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QKC-BEP20", - "name": "qkc_bep20", - "fname": "QuarkChain", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA1434F1FC3F437fa33F7a781E041961C0205B5Da" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "QKC-ERC20", - "name": "qkc_erc20", - "fname": "QuarkChain", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "QuarkChain", - "links": { - "homepage": "https://quarkchain.io" - } - }, - { - "coin": "QNT-ERC20", - "name": "qnt_erc20", - "fname": "Quant", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4a220E6096B25EADb88358cb44068A3248254675" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Quant", - "links": { - "github": "https://github.com/quantnetwork", - "homepage": "https://www.quant.network/" - } - }, - { - "coin": "QNT-KRC20", - "name": "qnt_krc20", - "fname": "Quant", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x791630C11c7159A748d8c2267a66780B3DDC40a7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "QRC20", - "fname": "QRC20", - "pubtype": 120, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "is_testnet": true, - "mature_confirmations": 2000, - "required_confirmations": 1, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "tQTUM", - "contract_address": "0xd362e096e873eb7907e205fadc6175c6fec7bc44" - } - }, - "mm2": 1 - }, - { - "coin": "QTUM", - "name": "qtum", - "fname": "Qtum", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "qc", - "txfee": 400000, - "dust": 72800, - "sign_message_prefix": "Qtum Signed Message:\n", - "force_min_relay_fee": true, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QTUM" - }, - "derivation_path": "m/44'/2301'", - "trezor_coin": "Qtum", - "links": { - "github": "https://github.com/qtumproject/qtum", - "homepage": "https://qtum.org" - }, - "mm2": 1 - }, - { - "coin": "QTUM-ERC20", - "name": "qtum_erc20", - "fname": "Qtum", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3103dF8F05c4D8aF16fD22AE63E406b97FeC6938" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Qtum", - "links": { - "github": "https://github.com/qtumproject", - "homepage": "https://qtum.org/" - } - }, - { - "coin": "RAPH", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "RAPH", - "fname": "Raphael", - "rpcport": 30261, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "RBTC", - "name": "rsksmartbitcoin", - "fname": "RSK Smart Bitcoin", - "sign_message_prefix": "RSK Signed Message:\n", - "wallet_only": true, - "avg_blocktime": 6, - "rpcport": 80, - "alias_ticker": "BTC", - "chain_id": 30, - "required_confirmations": 1, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "RSK", - "links": { - "homepage": "https://rsk.co" - }, - "mm2": 0 - }, - { - "coin": "RDD", - "name": "reddcoin", - "fname": "ReddCoin", - "sign_message_prefix": "Reddcoin Signed Message:\n", - "isPoSV": 1, - "rpcport": 45443, - "pubtype": 61, - "p2shtype": 5, - "wiftype": 189, - "txversion": 2, - "txfee": 100000, - "dust": 100000, - "segwit": false, - "wallet_only": true, - "mature_confirmations": 30, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/4'", - "trezor_coin": "Reddcoin", - "links": { - "github": "https://github.com/reddcoin-project/reddcoin", - "homepage": "https://reddcoin.com" - }, - "mm2": 0 - }, - { - "coin": "REN-ERC20", - "name": "ren_erc20", - "fname": "Ren", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x408e41876cCCDC0F92210600ef50372656052a38" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Republic Token", - "links": { - "github": "https://github.com/renproject", - "homepage": "https://renproject.io/" - } - }, - { - "coin": "REN-HCO20", - "name": "ren_hco20", - "fname": "Ren", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x212208bcc81F3a2D0188afF76A2d39351eb53b96" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "REP-ERC20", - "name": "rep_erc20", - "fname": "Augur", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x221657776846890989a759BA2973e427DfF5C9bB" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Augur", - "links": { - "homepage": "https://augur.net" - } - }, - { - "coin": "REQ-ERC20", - "name": "req_erc20", - "fname": "Request", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "REQ-PLG20", - "name": "req_plg20", - "fname": "Request", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "REV-ERC20", - "name": "rev_erc20", - "fname": "Revain", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9" - } - }, - "decimals": 6, - "derivation_path": "m/44'/60'", - "trezor_coin": "Revain", - "links": { - "github": "https://github.com/Revain", - "homepage": "https://revain.org" - } - }, - { - "coin": "RIC", - "name": "riecoin", - "fname": "Riecoin", - "sign_message_prefix": "Riecoin Signed Message:\n", - "rpcport": 28332, - "pubtype": 60, - "p2shtype": 65, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "ric", - "txfee": 10000, - "wallet_only": false, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/143'", - "mm2": 1 - }, - { - "coin": "RIC-BEP20", - "name": "ric_bep20", - "fname": "Riecoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RIC-segwit", - "name": "riecoin", - "fname": "Riecoin", - "sign_message_prefix": "Riecoin Signed Message:\n", - "rpcport": 28332, - "pubtype": 60, - "p2shtype": 65, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "ric", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "RIC", - "txfee": 10000, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/143'" - }, - { - "coin": "RLC-ERC20", - "name": "rlc_erc20", - "fname": "iExec RLC", - "rpcport": 80, - "chain_id": 1, - "decimals": 9, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x607F4C5BB672230e8672085532f7e901544a7375" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "IEx.ec", - "links": { - "homepage": "http://iex.ec/" - } - }, - { - "coin": "RLC-PLG20", - "name": "rlc_plg20", - "fname": "iExec RLC", - "rpcport": 80, - "chain_id": 137, - "decimals": 9, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RNDR-ERC20", - "name": "rndr_erc20", - "fname": "Render", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RNDR-PLG20", - "name": "rndr_plg20", - "fname": "Render", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x61299774020dA444Af134c82fa83E3810b309991" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "RPL-ERC20", - "name": "rpl_erc20", - "fname": "Rocket Pool", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xD33526068D116cE69F19A9ee46F0bd304F21A51f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RSR-ERC20", - "name": "rsr_erc20", - "fname": "Reserve Rights", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x320623b8E4fF03373931769A31Fc52A4E78B5d70" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Reserve Rights", - "links": { - "github": "https://github.com/reserve-protocol/rsr-mainnet", - "homepage": "https://reserve.org" - } - }, - { - "coin": "RTM", - "name": "raptoreum", - "fname": "Raptoreum", - "rpcport": 9998, - "pubtype": 60, - "p2shtype": 16, - "wiftype": 128, - "txfee": 1000, - "confpath": "USERHOME/.raptoreumcore/raptoreum.conf", - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/10226'", - "mm2": 1 - }, - { - "coin": "RTM-BEP20", - "name": "rtm_bep20", - "fname": "Raptoreum", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xF7C71cab11E3694638Bb9A106E0F430565BD15F1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RUNES", - "name": "runebase", - "fname": "Runebase", - "sign_message_prefix": "Runebase Signed Message:\n", - "rpcport": 9432, - "pubtype": 61, - "p2shtype": 123, - "wiftype": 216, - "txfee": 5000000, - "dust": 400000, - "mature_confirmations": 120, - "segwit": true, - "bech32_hrp": "rc", - "required_confirmations": 6, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/88'", - "links": { - "github": "https://github.com/runebase/runebase", - "homepage": "https://www.runebase.io" - }, - "mm2": 1 - }, - { - "coin": "RVN", - "name": "raven", - "fname": "RavenCoin", - "sign_message_prefix": "Raven Signed Message:\n", - "rpcport": 8766, - "pubtype": 60, - "p2shtype": 122, - "wiftype": 128, - "segwit": true, - "txfee": 1100000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/175'", - "trezor_coin": "Ravencoin", - "links": { - "github": "https://github.com/RavenProject/Ravencoin", - "homepage": "https://ravencoin.org" - }, - "mm2": 1 - }, - { - "coin": "S4F-BEP20", - "name": "s4f_bep20", - "fname": "S4FE", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x788D2780992222360f674cc12C36478870b8E6ED" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "S4F-ERC20", - "name": "s4f_erc20", - "fname": "S4FE", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SAND-BEP20", - "name": "sand_bep20", - "fname": "The Sandbox", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x67b725d7e342d7B611fa85e859Df9697D9378B2e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SAND-ERC20", - "name": "sand_erc20", - "fname": "The Sandbox", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SAND-PLG20", - "name": "sand_plg20", - "fname": "The Sandbox", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SBCH", - "name": "smartbch", - "fname": "SmartBCH", - "rpcport": 80, - "alias_ticker": "BCH", - "chain_id": 10000, - "required_confirmations": 3, - "avg_blocktime": 6, - "protocol": { - "type": "ETH" - }, - "mm2": 1 - }, - { - "coin": "SCRT-BEP20", - "name": "scrt_bep20", - "fname": "Secret", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SEELE-ERC20", - "name": "seele_erc20", - "fname": "Seele", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB1e93236ab6073fdAC58adA5564897177D4bcC43" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Seele", - "links": { - "homepage": "http://seele.pro" - } - }, - { - "coin": "SEPOLIAETH", - "name": "sepolia", - "fname": "Sepolia", - "rpcport": 80, - "chain_id": 11155111, - "sign_message_prefix": "Sepolia Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "SHIB-BEP20", - "name": "shib_bep20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2859e4544C4bB03966803b044A93563Bd2D0DD4D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SHIB-ERC20", - "name": "shib_erc20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SHIBA INU", - "links": { - "homepage": "https://shibatoken.com" - } - }, - { - "coin": "SHIB-KRC20", - "name": "shib_krc20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x73b6086955c820370A18002F60E9b51FB67d7e1A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SHIB-PLG20", - "name": "shib_plg20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SHR-BEP20", - "name": "shr_bep20", - "fname": "Share", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5fb4968fC85868DF3aD2d6e59883a10570f01D18" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SHR-ERC20", - "name": "shr_erc20", - "fname": "Share", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xd98F75b1A3261dab9eEd4956c93F33749027a964" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SIBM-BEP20", - "name": "sibm_bep20", - "fname": "SibMining", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SIGNA-BEP20", - "name": "signa_bep20", - "fname": "Signum", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7b0E7E40eE4672599F7095D1DdD730b0805195BA" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SKL-ERC20", - "name": "skl_erc20", - "fname": "SKALE", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNT-ERC20", - "name": "snt_erc20", - "fname": "Status", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x744d70FDBE2Ba4CF95131626614a1763DF805B9E" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Status Network Token", - "links": { - "github": "https://github.com/status-im", - "homepage": "https://status.im" - } - }, - { - "coin": "SNX-AVX20", - "name": "snx_avx20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xBeC243C995409E6520D7C41E404da5dEba4b209B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-BEP20", - "name": "snx_bep20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9Ac983826058b8a9C7Aa1C9171441191232E8404" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-ERC20", - "name": "snx_erc20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Synthetix Network Token", - "links": { - "github": "https://github.com/havven/havven", - "homepage": "https://synthetix.io" - } - }, - { - "coin": "SNX-FTM20", - "name": "snx_ftm20", - "fname": "Synthetix", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-KRC20", - "name": "snx_krc20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x31965b5c9c55f5579eb49F4b3AcC59aA10a7B98E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-PLG20", - "name": "snx_plg20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SOL-BEP20", - "name": "sol_bep20", - "fname": "Solana", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x570A5D26f7765Ecb712C0924E4De545B89fD43dF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SOL-PLG20", - "name": "sol_plg20", - "fname": "Solana", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SOLVE-ERC20", - "name": "solve_erc20", - "fname": "SOLVE", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x446C9033E7516D820cc9a2ce2d0B7328b579406F" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SOUR-SLP", - "fname": "Sour", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "6448381f9649ecacd8c30189cfbfee71a91b6b9738ea494fe33f8b8b51cbfca0", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "SPACE-ARB20", - "name": "space_arb20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "SPACE-AVX20", - "name": "space_avx20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SPACE-BEP20", - "name": "space_bep20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9E1170c12FDDd3B00FEc42ddF4C942565D9Be577" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SPACE-FTM20", - "name": "space_ftm20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x5f7F94a1dd7b15594d17543BEB8B30b111DD464c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SPACE-PLG20", - "name": "space_plg20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SPACE-PLG20_OLD", - "name": "space_plg20_old", - "fname": "Space Token (OLD)", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SPACECOIN", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "SPACE", - "fname": "Spacecoin", - "rpcport": 35593, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 6, - "requires_notarization": false, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "SPICE-SLP", - "fname": "Spice", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "4de69e374a8ed21cbddd47f2338cc0f479dc58daa2bbe11cd604ca488eca0ddf", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "SRM-ERC20", - "name": "srm_erc20", - "fname": "Serum", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x476c5E26a75bd202a9683ffD34359C0CC15be0fF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SRM-PLG20", - "name": "srm_plg20", - "fname": "Serum", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "STFIRO-ERC20", - "name": "firo_erc20", - "fname": "StakedFIRO", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 8, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "STORJ-ERC20", - "name": "storj_erc20", - "fname": "Storj", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC" - } - }, - "decimals": 8, - "derivation_path": "m/44'/60'", - "trezor_coin": "STORJ", - "links": { - "github": "https://github.com/Storj", - "homepage": "https://storj.io" - } - }, - { - "coin": "SUSHI-AVX20", - "name": "sushi_avx20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-BEP20", - "name": "sushi_bep20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x947950BcC74888a40Ffa2593C5798F11Fc9124C4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-ERC20", - "name": "sushi_erc20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SushiToken", - "links": { - "github": "https://github.com/sushiswap", - "homepage": "https://sushiswapclassic.org/" - } - }, - { - "coin": "SUSHI-FTM20", - "name": "sushi_ftm20", - "fname": "Sushi", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-KRC20", - "name": "sushi_krc20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xE0a60890BB7F9250089455620063fb6fe4DC159a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-MVR20", - "name": "sushi_mvr20", - "fname": "Sushi", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-PLG20", - "name": "sushi_plg20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SWAP-BEP20", - "name": "swap_bep20", - "fname": "SafeSwap", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xe56a473043EaAB7947c0a2408cEA623074500EE3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SXP-BEP20", - "name": "sxp_bep20", - "fname": "Swipe", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SXP-ERC20", - "name": "sxp_erc20", - "fname": "Swipe", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-AVX20", - "name": "syn_avx20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x1f1E7c893855525b303f99bDF5c3c05Be09ca251" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-BEP20", - "name": "syn_bep20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xa4080f1778e69467E905B8d6F72f6e441f9e9484" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-ERC20", - "name": "syn_erc20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-FTM20", - "name": "syn_ftm20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0xE55e19Fb4F2D85af758950957714292DAC1e25B2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-PLG20", - "name": "syn_plg20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SYS", - "name": "syscoin", - "fname": "Syscoin", - "sign_message_prefix": "Syscoin Signed Message:\n", - "rpcport": 8370, - "pubtype": 63, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 1820, - "segwit": true, - "bech32_hrp": "sys", - "required_confirmations": 5, - "avg_blocktime": 60, - "wallet_only": false, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/57'", - "trezor_coin": "Syscoin", - "links": { - "github": "https://github.com/syscoin/syscoin", - "homepage": "https://syscoin.org" - }, - "mm2": 1 - }, - { - "coin": "SYS-segwit", - "name": "syscoin", - "fname": "Syscoin", - "sign_message_prefix": "Syscoin Signed Message:\n", - "rpcport": 8370, - "pubtype": 63, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 1820, - "segwit": true, - "bech32_hrp": "sys", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "SYS", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/57'", - "trezor_coin": "Syscoin", - "links": { - "github": "https://github.com/syscoin/syscoin", - "homepage": "https://syscoin.org" - } - }, - { - "coin": "TAMA-ERC20", - "name": "tama_erc20", - "fname": "Tamadoge", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x12b6893cE26Ea6341919FE289212ef77e51688c8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TAZ-BEP20", - "name": "taz_bep20", - "fname": "Taz", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x83BC92dcfC1F62Ba5dbd0f3537032f83a004300A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TBTC-ERC20", - "name": "tbtc_erc20", - "fname": "tBTC", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x18084fbA666a33d37592fA2633fD49a74DD93a88" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TBTC-PLG20", - "name": "tbtc_plg20", - "fname": "tBTC", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TEL-ERC20", - "name": "tel_erc20", - "fname": "Telcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x467Bccd9d29f223BcE8043b84E8C8B282827790F" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TEL-KRC20", - "name": "tel_krc20", - "fname": "Telcoin", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x621C1E8610e4B9b7fc9F043203C008EDe52E92F5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TEL-PLG20", - "name": "tel_plg20", - "fname": "Telcoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 2, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TESTBTC", - "name": "tbitcoin", - "fname": "Bitcoin Testnet", - "rpcport": 18332, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "segwit": true, - "bech32_hrp": "tb", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "is_testnet": true, - "required_confirmations": 0, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1'", - "mm2": 1 - }, - { - "coin": "TESTBTC-segwit", - "name": "tbitcoin", - "fname": "Bitcoin Testnet", - "rpcport": 18332, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "segwit": true, - "bech32_hrp": "tb", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "tBTC", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "is_testnet": true, - "required_confirmations": 0, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/84'/1'" - }, - { - "coin": "TFT-BEP20", - "name": "tft_bep20", - "fname": "ThreeFold", - "rpcport": 80, - "chain_id": 56, - "decimals": 7, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8f0FB159380176D324542b3a7933F0C2Fd0c2bbf" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "THC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "THC", - "fname": "HempCoin", - "rpcport": 36790, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "THC-BEP20", - "name": "thc_bep20", - "fname": "HempCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TKL", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "TOKEL", - "fname": "Tokel", - "rpcport": 29405, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "TON-BEP20", - "name": "ton_bep20", - "fname": "Toncoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 9, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x76A797A59Ba2C17726896976B7B3747BfD1d220f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TON-ERC20", - "name": "ton_erc20", - "fname": "Toncoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 9, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TRAC-ERC20", - "name": "trac_erc20", - "fname": "OriginTrail", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "OriginTrail", - "links": { - "homepage": "https://origintrail.io" - } - }, - { - "coin": "TRC", - "name": "terracoin", - "fname": "Terracoin", - "confpath": "USERHOME/.terracoincore/terracoin.conf", - "rpcport": 13332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 5460, - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/83'", - "mm2": 1 - }, - { - "coin": "TRX-BEP20", - "name": "trx_bep20", - "fname": "TRON", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TRX-BEP20_OLD", - "name": "trx_bep20_old", - "fname": "TRON (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TRYB-AVX20", - "name": "tryb_avx20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x564A341Df6C126f90cf3ECB92120FD7190ACb401" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "TRYB-BEP20", - "name": "tryb_bep20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xC1fdbed7Dac39caE2CcC0748f7a80dC446F6a594" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TRYB-ERC20", - "name": "tryb_erc20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2C537E5624e4af88A7ae4060C022609376C8D0EB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TRYB-PLG20", - "name": "tryb_plg20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x4Fb71290Ac171E1d144F7221D882BECAc7196EB5" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TSIA", - "fname": "Siacoin Testnet", - "required_confirmations": 1, - "protocol": { - "type": "SIA" - }, - "mm2": 1 - }, - { - "coin": "TSL-QRC20", - "name": "qtum", - "fname": "Energo TSL", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 18, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "TTT-SLP", - "fname": "Trinity Trust Token", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 2, - "token_id": "5321508197ffed321c5fc9a1427e5c68b31d2c1ec92ae1c495f8acb08d8d66cd", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "TUSD-AVX20", - "name": "tusd_avx20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-BEP20", - "name": "tusd_bep20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x40af3827F39D0EAcBF4A168f8D4ee67c121D11c9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-ERC20", - "name": "tusd_erc20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0000000000085d4780B73119b644AE5ecd22b376" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "TrueUSD", - "links": { - "github": "https://github.com/trusttoken", - "homepage": "https://www.trusttoken.com" - } - }, - { - "coin": "TUSD-FTM20", - "name": "tusd_ftm20", - "fname": "TrueUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x9879aBDea01a879644185341F7aF7d8343556B7a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-HCO20", - "name": "tusd_hco20", - "fname": "TrueUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x5eE41aB6edd38cDfB9f6B4e6Cf7F75c87E170d98" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-KRC20", - "name": "tusd_krc20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xD17027b85Abf02721F953EE528721A980fa58941" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-PLG20", - "name": "tusd_plg20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2e1AD108fF1D8C782fcBbB89AAd783aC49586756" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TWT-BEP20", - "name": "twt_bep20", - "fname": "Trust Wallet", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4B0F1812e5Df2A09796481Ff14017e6005508003" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UBQ", - "name": "ubiq", - "fname": "Ubiq", - "rpcport": 80, - "chain_id": 8, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Ubiq", - "links": { - "homepage": "https://ubiqsmart.com" - }, - "mm2": 1 - }, - { - "coin": "UBT-ERC20", - "name": "ubt_erc20", - "fname": "Unibright", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Unibright", - "links": { - "homepage": "https://unibright.io" - } - }, - { - "coin": "UBT-PLG20", - "name": "ubt_plg20", - "fname": "Unibright", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7FBc10850caE055B27039aF31bD258430e714c62" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UFO", - "name": "ufo", - "fname": "Uniform Fiscal Object", - "sign_message_prefix": "UFO Signed Message:\n", - "rpcport": 8087, - "pubtype": 27, - "p2shtype": 68, - "wiftype": 155, - "txfee": 100000, - "segwit": true, - "bech32_hrp": "uf", - "required_confirmations": 6, - "avg_blocktime": 1.5, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/202'", - "links": { - "github": "https://github.com/fiscalobject/ufo", - "homepage": "https://ufobject.com" - }, - "mm2": 1 - }, - { - "coin": "UIS", - "name": "unitus", - "fname": "Unitus", - "sign_message_prefix": "Unitus Signed Message:\n", - "rpcport": 50604, - "pubtype": 68, - "p2shtype": 10, - "wiftype": 132, - "txfee": 2000000, - "dust": 6000000, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/723'", - "links": { - "github": "https://github.com/unitusdev/unitus", - "homepage": "https://unituscurrency.com" - }, - "mm2": 1 - }, - { - "coin": "UMA-AVX20", - "name": "uma_avx20", - "fname": "UMA", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UMA-ERC20", - "name": "uma_erc20", - "fname": "UMA", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UMA-PLG20", - "name": "uma_plg20", - "fname": "UMA", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x3066818837c5e6eD6601bd5a91B0762877A6B731" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-AVX20", - "name": "uni_avx20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-BEP20", - "name": "uni_bep20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBf5140A22578168FD562DCcF235E5D43A02ce9B1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-ERC20", - "name": "uni_erc20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Uniswap", - "links": { - "homepage": "https://uniswap.org/" - } - }, - { - "coin": "UNI-HCO20", - "name": "uni_hco20", - "fname": "Uniswap", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x22C54cE8321A4015740eE1109D9cBc25815C46E6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-KRC20", - "name": "uni_krc20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xEe58E4D62b10A92dB1089d4D040B759C28aE16Cd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-PLG20", - "name": "uni_plg20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "UNO", - "name": "unobtanium", - "fname": "Unobtanium", - "sign_message_prefix": "Unobtanium Signed Message:\n", - "rpcport": 65535, - "pubtype": 130, - "p2shtype": 30, - "wiftype": 224, - "txfee": 0, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/92'", - "trezor_coin": "Unobtanium", - "links": { - "github": "https://github.com/unobtanium-official/unobtanium", - "homepage": "https://unobtanium.uno" - }, - "mm2": 1 - }, - { - "coin": "UOS-ERC20", - "name": "uos_erc20", - "fname": "Ultra", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c" - } - }, - "decimals": 4, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UQC-ERC20", - "name": "uqc_erc20", - "fname": "Uquid Coin", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Uquid Coin", - "links": { - "homepage": "https://uquidcoin.com" - } - }, - { - "coin": "USDC-ARB20", - "name": "usdc_arb20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 42161, - "decimals": 6, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "USDC-AVX20", - "name": "usdc_avx20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-AVX20_OLD", - "name": "usdc_avx20_old", - "fname": "USD Coin (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-BEP20", - "name": "usdc_bep20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDC-ERC20", - "name": "usdc_erc20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "USD//Coin", - "links": { - "github": "https://github.com/centrehq/centre-tokens", - "homepage": "https://www.centre.io" - } - }, - { - "coin": "USDC-FTM20", - "name": "usdc_ftm20", - "fname": "USD Coin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x04068DA6C83AFCFA0e13ba15A6696662335D5B75" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-HCO20", - "name": "usdc_hco20", - "fname": "USD Coin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "avg_blocktime": 3, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x9362Bbef4B8313A8Aa9f0c9808B80577Aa26B73B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-KRC20", - "name": "usdc_krc20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 321, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-MVR20", - "name": "usdc_mvr20", - "fname": "USD Coin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-PLG20", - "name": "usdc_plg20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDC-PLG20_OLD", - "name": "usdc_plg20_old", - "fname": "USD Coin (OLD)", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDD-BEP20", - "name": "usdd_bep20", - "fname": "USDD", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd17479997F34dd9156Deef8F95A52D81D265be9c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDD-ERC20", - "name": "usdd_erc20", - "fname": "USDD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDF", - "fname": "Fake USD", - "is_testnet": true, - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 4, - "token_id": "bb309e48930671582bea508f9a1d9b491e49b69be3d6f372dc08da2ac6e90eb7", - "platform": "tBCH", - "required_confirmations": 1, - "slp_prefix": "slptest" - } - }, - "mm2": 1 - }, - { - "coin": "USDT-ARB20", - "name": "usdt_arb20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 42161, - "decimals": 6, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "USDT-AVX20", - "name": "usdt_avx20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "USDT-AVX20_OLD", - "name": "usdt_avx20_old", - "fname": "Tether (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-BEP20", - "name": "usdt_bep20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x55d398326f99059fF775485246999027B3197955" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDT-ERC20", - "name": "usdt_erc20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "USD Tether (erc20)", - "links": { - "homepage": "https://tether.to" - } - }, - { - "coin": "USDT-FTM20", - "name": "usdt_ftm20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x049d68029688eAbF473097a2fC38ef61633A3C7A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-HCO20", - "name": "usdt_hco20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xa71EdC38d189767582C38A3145b5873052c3e47a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-KRC20", - "name": "usdt_krc20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 321, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-MVR20", - "name": "usdt_mvr20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-PLG20", - "name": "usdt_plg20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDT-SLP", - "fname": "Tether", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "9fc89d6b7d5be2eac0b3787c5b8236bca5de641b5bafafc8f450727b63615c11", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "UTK-ERC20", - "name": "utk_erc20", - "fname": "Utrust", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Utrust", - "links": { - "github": "https://github.com/utrustdev/", - "homepage": "https://utrust.com" - } - }, - { - "coin": "VAL", - "name": "validity", - "fname": "Validity", - "sign_message_prefix": "radium Signed Message:\n", - "confpath": "USERHOME/.Validity/validity.conf", - "isPoS": 1, - "rpcport": 27914, - "pubtype": 76, - "p2shtype": 58, - "wiftype": 121, - "txfee": 100000, - "dust": 300000, - "required_confirmations": 5, - "avg_blocktime": 60, - "mature_confirmations": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/634'", - "links": { - "github": "https://github.com/RadiumCore/Validity", - "homepage": "https://validitytech.com" - }, - "mm2": 1 - }, - { - "coin": "VET-BEP20", - "name": "vet_bep20", - "fname": "VeChain", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "VGX-ERC20", - "name": "vgx_erc20", - "fname": "Voyager", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "VGX-PLG20", - "name": "vgx_plg20", - "fname": "Voyager", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "VIA", - "name": "viacoin", - "fname": "Viacoin", - "sign_message_prefix": "Viacoin Signed Message:\n", - "rpcport": 5222, - "pubtype": 71, - "p2shtype": 33, - "wiftype": 199, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 7, - "mature_confirmations": 3600, - "avg_blocktime": 24, - "segwit": true, - "bech32_hrp": "via", - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/14'", - "trezor_coin": "Viacoin", - "links": { - "github": "https://github.com/viacoin", - "homepage": "https://viacoin.org" - }, - "mm2": 1 - }, - { - "coin": "VIA-segwit", - "name": "viacoin", - "fname": "Viacoin", - "sign_message_prefix": "Viacoin Signed Message:\n", - "rpcport": 5222, - "pubtype": 71, - "p2shtype": 33, - "wiftype": 199, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 7, - "mature_confirmations": 3600, - "avg_blocktime": 24, - "segwit": true, - "bech32_hrp": "via", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "VIA", - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/14'", - "trezor_coin": "Viacoin", - "links": { - "github": "https://github.com/viacoin", - "homepage": "https://viacoin.org" - } - }, - { - "coin": "VITE-BEP20", - "name": "vite_bep20", - "fname": "Vite", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2794DAD4077602eD25A88d03781528D1637898B4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "VPRM", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "VPRM", - "fname": "Vaporum", - "rpcport": 51609, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "VRA-ERC20", - "name": "vra_erc20", - "fname": "Verasity", - "rpcport": 80, - "required_confirmations": 3, - "avg_blocktime": 15, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xF411903cbC70a74d22900a5DE66A2dda66507255" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "VRSC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "VRSC", - "fname": "Verus Coin", - "rpcport": 27486, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "VTC", - "name": "vertcoin", - "fname": "Vertcoin", - "sign_message_prefix": "Vertcoin Signed Message:\n", - "rpcport": 5888, - "pubtype": 71, - "p2shtype": 5, - "wiftype": 128, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "vtc", - "wallet_only": false, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/28'", - "trezor_coin": "Vertcoin", - "links": { - "github": "https://github.com/vertcoin-project/vertcoin-core", - "homepage": "https://vertcoin.org" - }, - "mm2": 1 - }, - { - "coin": "VTC-segwit", - "name": "vertcoin", - "fname": "Vertcoin", - "sign_message_prefix": "Vertcoin Signed Message:\n", - "rpcport": 5888, - "pubtype": 71, - "p2shtype": 5, - "wiftype": 128, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "vtc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "VTC", - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/28'", - "trezor_coin": "Vertcoin", - "links": { - "github": "https://github.com/vertcoin-project/vertcoin-core", - "homepage": "https://vertcoin.org" - } - }, - { - "coin": "WAF", - "name": "waifu", - "fname": "Waifu", - "rpcport": 18332, - "pubtype": 73, - "p2shtype": 22, - "wiftype": 158, - "segwit": true, - "bech32_hrp": "waf", - "txfee": 1000, - "sign_message_prefix": "Waifu Signed Message:\n", - "required_confirmations": 4, - "avg_blocktime": 210, - "protocol": { - "type": "UTXO" - }, - "links": { - "github": "https://github.com/waifu-core/waifu-core" - }, - "mm2": 1 - }, - { - "coin": "WAVES-BEP20", - "name": "waves_bep20", - "fname": "Waves", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xFC3E14af0f0c2129a84Cc013D48C70D682902874" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WBTC-ERC20", - "name": "wbtc_erc20", - "fname": "Wrapped Bitcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Wrapped Bitcoin", - "links": { - "github": "https://github.com/WrappedBTC", - "homepage": "https://wbtc.network" - } - }, - { - "coin": "WBTC-PLG20", - "name": "wbtc_plg20", - "fname": "Wrapped Bitcoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "WHIVE", - "name": "whive", - "fname": "Whive", - "sign_message_prefix": "Bitcoin Signed Message:\n", - "rpcport": 1867, - "pubtype": 73, - "p2shtype": 10, - "wiftype": 128, - "txfee": 0, - "dust": 1000, - "segwit": true, - "bech32_hrp": "wv", - "wallet_only": false, - "required_confirmations": 1, - "mature_confirmations": 100, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/658'", - "links": { - "github": "https://github.com/whiveio/whive", - "homepage": "https://www.whive.io" - }, - "mm2": 1 - }, - { - "coin": "WHIVE-segwit", - "name": "whive", - "fname": "Whive", - "sign_message_prefix": "Bitcoin Signed Message:\n", - "rpcport": 1867, - "pubtype": 73, - "p2shtype": 10, - "wiftype": 128, - "txfee": 0, - "dust": 1000, - "segwit": true, - "bech32_hrp": "wv", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "WHIVE", - "required_confirmations": 1, - "mature_confirmations": 100, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/84'/658'", - "links": { - "github": "https://github.com/whiveio/whive", - "homepage": "https://www.whive.io" - } - }, - { - "coin": "WLD-ERC20", - "name": "wld_erc20", - "fname": "Worldcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x163f8C2467924be0ae7B5347228CABF260318753" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-ARB20", - "name": "woo_arb20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "WOO-AVX20", - "name": "woo_avx20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xaBC9547B534519fF73921b1FBA6E672b5f58D083" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-BEP20", - "name": "woo_bep20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-ERC20", - "name": "woo_erc20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-FTM20", - "name": "woo_ftm20", - "fname": "WOO Network", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-PLG20", - "name": "woo_plg20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XCN-BEP20", - "name": "xcn_bep20", - "fname": "Onyxcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XCN-ERC20", - "name": "xcn_erc20", - "fname": "Onyxcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XEC", - "name": "xec", - "fname": "eCash", - "sign_message_prefix": "eCash Signed Message:\n", - "rpcport": 8332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 0, - "estimate_fee_blocks": 2, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "ecash" - }, - "decimals": 2, - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1899'", - "links": { - "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", - "homepage": "https://e.cash" - }, - "mm2": 1 - }, - { - "coin": "XEP-BEP20", - "name": "xep_bep20", - "fname": "Electra Protocol", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XEP-segwit", - "name": "xep", - "fname": "Electra Protocol", - "sign_message_prefix": "XEP Signed Message:\n", - "rpcport": 16816, - "pubtype": 55, - "p2shtype": 137, - "wiftype": 162, - "txversion": 2, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "signature_version": "witness_v0", - "bech32_hrp": "ep", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "XEP", - "required_confirmations": 4, - "avg_blocktime": 80, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/597'" - }, - { - "coin": "XIDR-ERC20", - "name": "xidr_erc20", - "fname": "StraitsX Indonesian Rupiah", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XIDR-PLG20", - "name": "xidr_plg20", - "fname": "StraitsX Indonesian Rupiah", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XLM-BEP20", - "name": "xlm_bep20", - "fname": "Stellar", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XMY", - "name": "myriadcoin", - "fname": "Myriad", - "sign_message_prefix": "Myriadcoin Signed Message:\n", - "rpcport": 8332, - "pubtype": 50, - "p2shtype": 9, - "wiftype": 178, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "my", - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 240, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/90'", - "mm2": 1 - }, - { - "coin": "XMY-segwit", - "name": "myriadcoin", - "fname": "Myriad", - "sign_message_prefix": "Myriadcoin Signed Message:\n", - "rpcport": 8332, - "pubtype": 50, - "p2shtype": 9, - "wiftype": 178, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "my", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "XMY", - "required_confirmations": 3, - "avg_blocktime": 240, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/90'" - }, - { - "coin": "XNA", - "name": "neurai", - "fname": "Neurai", - "sign_message_prefix": "Neurai Signed Message:\n", - "rpcport": 19001, - "pubtype": 53, - "p2shtype": 117, - "wiftype": 128, - "segwit": true, - "txfee": 1000000, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1900'", - "links": { - "github": "https://github.com/NeuraiProject/Neurai", - "homepage": "https://neurai.org" - }, - "mm2": 1 - }, - { - "coin": "XOR-ERC20", - "name": "xor_erc20", - "fname": "Sora", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x40FD72257597aA14C7231A7B1aaa29Fce868F677" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XPM", - "name": "primecoin", - "fname": "Primecoin", - "rpcport": 8332, - "pubtype": 23, - "p2shtype": 83, - "wiftype": 151, - "txfee": 0, - "dust": 1000000, - "wallet_only": true, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/24'", - "trezor_coin": "Primecoin", - "links": { - "github": "https://github.com/primecoin/primecoin", - "homepage": "https://primecoin.io" - }, - "mm2": 0 - }, - { - "coin": "XRG", - "name": "ergon", - "fname": "Ergon", - "rpcport": 2137, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "ergon" - }, - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2137'", - "mm2": 1 - }, - { - "coin": "XRP-BEP20", - "name": "xrp_bep20", - "fname": "XRP", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XRP-ERC20", - "name": "xrp_erc20", - "fname": "XRP", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XSGD-ERC20", - "name": "xsgd_erc20", - "fname": "StraitsX Singapore Dollar", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Singapore-Dollar Backed Stablecoin", - "links": { - "github": "https://github.com/Xfers/StraitsX-tokens", - "homepage": "https://xfers.com/sg/stablecoin" - } - }, - { - "coin": "XSGD-PLG20", - "name": "xsgd_plg20", - "fname": "StraitsX Singapore Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XTZ-BEP20", - "name": "xtz_bep20", - "fname": "Tezos", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XVC", - "name": "vanillacash", - "fname": "VanillaCash", - "sign_message_prefix": "Vanillacash Signed Message:\n", - "isPoS": 1, - "rpcport": 48888, - "pubtype": 18, - "p2shtype": 30, - "wiftype": 181, - "txfee": 1000, - "dust": 10000, - "required_confirmations": 4, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/724'", - "links": { - "github": "https://github.com/WikiMin3R/Vanillacash", - "homepage": "https://vanillacash.org" - }, - "mm2": 1 - }, - { - "coin": "XVC-BEP20", - "name": "xvc_bep20", - "fname": "VanillaCash", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XVC-QRC20", - "name": "qtum", - "fname": "VanillaCash", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "XVG", - "name": "VERGE", - "fname": "Verge", - "isPoS": 1, - "sign_message_prefix": "VERGE Signed Message:\n", - "rpcport": 20102, - "pubtype": 30, - "p2shtype": 33, - "wiftype": 158, - "decimals": 6, - "segwit": true, - "bech32_hrp": "vg", - "txfee": 400000, - "dust": 400000, - "force_min_relay_fee": true, - "required_confirmations": 10, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/77'", - "mm2": 1 - }, - { - "coin": "XVS-BEP20", - "name": "xvs_bep20", - "fname": "Venus", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "YFI-AVX20", - "name": "yfi_avx20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFI-BEP20", - "name": "yfi_bep20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "YFI-ERC20", - "name": "yfi_erc20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "yearn.finance", - "links": { - "github": "https://github.com/iearn-finance", - "homepage": "https://yearn.finance/" - } - }, - { - "coin": "YFI-FTM20", - "name": "yfi_ftm20", - "fname": "yearn.finance", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x29b0Da86e484E1C0029B56e817912d778aC0EC69" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFI-KRC20", - "name": "yfi_krc20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFI-PLG20", - "name": "yfi_plg20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "YFII-BEP20", - "name": "yfii_bep20", - "fname": "DFI.Money", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFII-ERC20", - "name": "yfii_erc20", - "fname": "DFI.Money", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "YFII.finance", - "links": { - "github": "https://github.com/yfii/vault", - "homepage": "https://dfi.money/" - } - }, - { - "coin": "ZEC", - "name": "zcash", - "fname": "Zcash", - "sign_message_prefix": "Zcash Signed Message:\n", - "rpcport": 8232, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "segwit": true, - "txversion": 4, - "overwintered": 1, - "version_group_id": "0x892f2085", - "consensus_branch_id": "0xc8e71055", - "txfee": 100000, - "required_confirmations": 3, - "avg_blocktime": 75, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/133'", - "trezor_coin": "Zcash", - "links": { - "github": "https://github.com/zcash/zcash", - "homepage": "https://z.cash" - }, - "mm2": 1 - }, - { - "coin": "ZER", - "name": "zero", - "fname": "Zero", - "rpcport": 23811, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "txversion": 4, - "overwintered": 1, - "version_group_id": "0x892f2085", - "consensus_branch_id": "0x7361707a", - "txfee": 1000, - "required_confirmations": 4, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/323'", - "mm2": 1 - }, - { - "coin": "ZER-BEP20", - "name": "zer_bep20", - "fname": "Zero", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ZET", - "name": "zetacoin", - "fname": "Zetacoin", - "sign_message_prefix": "Zetacoin Signed Message:\n", - "isPoS": 1, - "rpcport": 22014, - "pubtype": 20, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "mature_confirmations": 500, - "required_confirmations": 7, - "avg_blocktime": 45, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/719'", - "links": { - "github": "https://github.com/WikiMin3R/ZetacoinE", - "homepage": "https://zetacoin.io" - }, - "mm2": 1 - }, - { - "coin": "ZIL-BEP20", - "name": "zil_bep20", - "fname": "Zilliqa", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ZINU-BEP20", - "name": "zinu_bep20", - "fname": "Zombie Inu", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ZOIN", - "name": "zoin", - "fname": "ZoinCommunity", - "sign_message_prefix": "Zoincoin Signed Message:\n", - "rpcport": 8256, - "pubtype": 80, - "p2shtype": 53, - "wiftype": 208, - "segwit": false, - "txfee": 1000000, - "dust": 1000000, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/60'", - "links": { - "github": "https://github.com/seopub/zoincomumity", - "homepage": "http://zoincommunity.com/" - }, - "mm2": 1 - }, - { - "coin": "ZOMBIE", - "asset": "ZOMBIE", - "fname": "Zombie", - "txversion": 4, - "overwintered": 1, - "avg_blocktime": 60, - "is_testnet": true, - "protocol": { - "type": "ZHTLC", - "protocol_data": { - "consensus_params": { - "overwinter_activation_height": 0, - "sapling_activation_height": 1, - "blossom_activation_height": null, - "heartwood_activation_height": null, - "canopy_activation_height": null, - "coin_type": 133, - "hrp_sapling_extended_spending_key": "secret-extended-key-main", - "hrp_sapling_extended_full_viewing_key": "zxviews", - "hrp_sapling_payment_address": "zs", - "b58_pubkey_address_prefix": [ - 28, - 184 - ], - "b58_script_address_prefix": [ - 28, - 189 - ] - }, - "z_derivation_path": "m/32'/133'" - } - }, - "derivation_path": "m/44'/133'", - "required_confirmations": 3, - "mm2": 1 - }, - { - "coin": "ZRX-AVX20", - "name": "zrx_avx20", - "fname": "0x", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ZRX-ERC20", - "name": "zrx_erc20", - "fname": "0x", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "0x Project", - "links": { - "github": "https://github.com/0xProject", - "homepage": "https://0xproject.com" - } - }, - { - "coin": "ZRX-PLG20", - "name": "zrx_plg20", - "fname": "0x", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "tBCH", - "name": "Bitcoin Cash Testnet", - "fname": "Bitcoin Cash Testnet", - "is_testnet": true, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "txfee": 0, - "estimate_fee_blocks": 2, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "bchtest" - }, - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "BCH", - "protocol_data": { - "slp_prefix": "slptest" - } - }, - "mm2": 1 - }, - { - "coin": "tBLK", - "name": "blackmore", - "fname": "BlackCoin Testnet", - "isPoS": 1, - "rpcport": 25715, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "txfee": 100000, - "segwit": true, - "is_testnet": true, - "required_confirmations": 5, - "mature_confirmations": 10, - "avg_blocktime": 66, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1'", - "mm2": 1 - }, - { - "coin": "tQTUM", - "name": "qtumtest", - "fname": "QTUM Testnet", - "is_testnet": true, - "rpcport": 13889, - "pubtype": 120, - "p2shtype": 110, - "wiftype": 239, - "segwit": true, - "bech32_hrp": "tq", - "txfee": 400000, - "required_confirmations": 1, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QTUM" - }, - "mm2": 1 - }, - { - "coin": "vARRR", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "vARRR", - "fname": "vARRR", - "rpcport": 20778, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 6, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "vDEX", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "vDEX", - "fname": "vDEX", - "rpcport": 21778, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 6, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - } - ] - }, - { - "coin": "XVG", - "name": "VERGE", - "fname": "Verge", - "isPoS": 1, - "sign_message_prefix": "VERGE Signed Message:\n", - "rpcport": 20102, - "pubtype": 30,[ - { - "coin": "1INCH-AVX20", - "name": "1inch_avx20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xd501281565bf7789224523144Fe5D98e8B28f267" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "1INCH-BEP20", - "name": "1inch_bep20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "1INCH-ERC20", - "name": "1inch_erc20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "1INCH-KRC20", - "name": "1inch_krc20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x79f3244F3FFd7500A31a90Bb83C7D56649c2C7C5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "1INCH-PLG20", - "name": "1inch_plg20", - "fname": "1Inch", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AAVE-AVX20", - "name": "aave_avx20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x63a72806098Bd3D9520cC43356dD78afe5D386D9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-BEP20", - "name": "aave_bep20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xfb6115445Bff7b52FeB98650C87f44907E58f802" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AAVE-ERC20", - "name": "aave_erc20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Aave", - "links": { - "github": "https://github.com/aave", - "homepage": "https://aave.com/ " - } - }, - { - "coin": "AAVE-FTM20", - "name": "aave_ftm20", - "fname": "AAVE", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-HCO20", - "name": "aave_hco20", - "fname": "AAVE", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x202b4936fE1a82A4965220860aE46d7d3939Bb25" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-KRC20", - "name": "aave_krc20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xE76e97C157658004eE22e01C03a5e21A4655A2Fd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AAVE-PLG20", - "name": "aave_plg20", - "fname": "AAVE", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ABY", - "name": "artbyte", - "fname": "ArtByte", - "sign_message_prefix": "Artbyte Signed Message:\n", - "isPoS": 1, - "rpcport": 9262, - "pubtype": 28, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "mature_confirmations": 550, - "required_confirmations": 7, - "avg_blocktime": 45, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/720'", - "links": { - "github": "https://github.com/WikiMin3R/ArtBytE", - "homepage": "https://artbyte.art" - }, - "mm2": 1 - }, - { - "coin": "ACTN", - "asset": "ACTN", - "fname": "Action Coin", - "sign_message_prefix": "Komodo Signed Message:\n", - "rpcport": 51677, - "txversion": 4, - "overwintered": 1, - "txfee": 1000, - "required_confirmations": 2, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "ACTN-BEP20", - "name": "actn_bep20", - "fname": "Action Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xD7380b10bF3886B34Ab3422DEa42E408850375CA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ADA-BEP20", - "name": "ada_bep20", - "fname": "Cardano", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ADX-BEP20", - "name": "adx_bep20", - "fname": "AdEx", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ADX-ERC20", - "name": "adx_erc20", - "fname": "AdEx", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "AdEx Network", - "links": { - "github": "https://github.com/AdExNetwork", - "homepage": "https://www.adex.network" - } - }, - { - "coin": "AGEUR-AVX20", - "name": "ageur_avx20", - "fname": "agEUR", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AGEUR-ERC20", - "name": "ageur_erc20", - "fname": "agEUR", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AGEUR-PLG20", - "name": "ageur_plg20", - "fname": "agEUR", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AGIX-ERC20", - "name": "agix_erc20", - "fname": "SingularityNET", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AGIX-PLG20", - "name": "agix_plg20", - "fname": "SingularityNET", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AIBC", - "name": "aiblockchain", - "fname": "Aiblockchain", - "sign_message_prefix": "Aiblockchain Signed Message:\n", - "rpcport": 7772, - "pubtype": 23, - "p2shtype": 23, - "wiftype": 176, - "txfee": 0, - "dust": 5460, - "segwit": true, - "bech32_hrp": "aibc", - "required_confirmations": 11, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2'", - "links": { - "github": "https://github.com/nickgsh/AiBlockChain", - "homepage": "https://aibc.space" - }, - "mm2": 1 - }, - { - "coin": "AIPG", - "name": "aipowergrid", - "fname": "AIPowerGrid", - "sign_message_prefix": "Aipg Signed Message:\n", - "rpcport": 9788, - "pubtype": 23, - "p2shtype": 23, - "wiftype": 128, - "segwit": true, - "txfee": 1000000, - "dust": 1000000, - "required_confirmations": 6, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2686'", - "links": { - "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core", - "homepage": "aipowergrid.io" - }, - "mm2": 1 - }, - { - "coin": "ANAGAMI", - "fname": "Anagami Testnet", - "required_confirmations": 1, - "protocol": { - "type": "SIA" - }, - "mm2": 1 - }, - { - "coin": "ANEY", - "name": "aney", - "fname": "Animal Economy", - "rpcport": 33500, - "pubtype": 23, - "p2shtype": 63, - "wiftype": 210, - "txfee": 100000, - "dust": 5460, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/119'", - "links": { - "github": "https://github.com/Animal-Economy/ANEY", - "homepage": "https://aney.one" - }, - "mm2": 1 - }, - { - "coin": "ANKR-BEP20", - "name": "ankr_bep20", - "fname": "Ankr", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xf307910A4c7bbc79691fD374889b36d8531B08e3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ANKR-ERC20", - "name": "ankr_erc20", - "fname": "Ankr", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ANKR-PLG20", - "name": "ankr_plg20", - "fname": "Ankr", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ANT-ERC20", - "name": "ant_erc20", - "fname": "Aragon", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa117000000f279D81A1D3cc75430fAA017FA5A2e" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "APE-BEP20", - "name": "ape_bep20", - "fname": "ApeCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "APE-ERC20", - "name": "ape_erc20", - "fname": "ApeCoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4d224452801ACEd8B2F0aebE155379bb5D594381" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "APE-FTM20", - "name": "ape_ftm20", - "fname": "ApeCoin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x2d72A97a31Dc920dB03330780d30074626e39C8A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "APE-PLG20", - "name": "ape_plg20", - "fname": "ApeCoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xB7b31a6BC18e48888545CE79e83E06003bE70930" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ARB-ARB20", - "name": "arb_arb20", - "fname": "Arbitrum", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x912CE59144191C1204E64559FE8253a0e49E6548" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "ARB-ERC20", - "name": "arb_erc20", - "fname": "Arbitrum", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ARPA-BEP20", - "name": "arpa_bep20", - "fname": "ARPA Chain", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ARPA-ERC20", - "name": "arpa_erc20", - "fname": "ARPA Chain", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBA50933C268F567BDC86E1aC131BE072C6B0b71a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ARPA-PLG20", - "name": "arpa_plg20", - "fname": "ARPA Chain", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xEE800B277A96B0f490a1A732e1D6395FAD960A26" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ARRR", - "asset": "PIRATE", - "fname": "Pirate", - "txversion": 4, - "overwintered": 1, - "avg_blocktime": 60, - "protocol": { - "type": "ZHTLC", - "protocol_data": { - "consensus_params": { - "overwinter_activation_height": 152855, - "sapling_activation_height": 152855, - "blossom_activation_height": null, - "heartwood_activation_height": null, - "canopy_activation_height": null, - "coin_type": 133, - "hrp_sapling_extended_spending_key": "secret-extended-key-main", - "hrp_sapling_extended_full_viewing_key": "zxviews", - "hrp_sapling_payment_address": "zs", - "b58_pubkey_address_prefix": [ - 28, - 184 - ], - "b58_script_address_prefix": [ - 28, - 189 - ] - }, - "check_point_block": { - "height": 1900000, - "time": 1652512363, - "hash": "44797f3bb78323a7717007f1e289a3689e0b5b3433385dbd8e6f6a1700000000", - "sapling_tree": "01e40c26f4a28071535b95ae637d30a209531e92a33de0a649e51183771025fd0f016cdc51442fcb328d047a709dc0f41e0173953404711045b3ef3036d7fd4151271501d6c94c5ce6787826af809aaee83768c4b7d4f02c8dc2d24cf60ed5f127a5d730018a752ea9d9efb3e1ac0e6e705ac9f7f9863cfa8f612ad43802175338d8d7cc6000000001fc3542434eff03075ea5f0a64f1dfb2f042d281b1a057e9f6c765b533ce51219013ad9484b1e901e62b93e7538f913dcb27695380c3bc579e79f5cc900f28e596e0001431da5f01fe11d58300134caf5ac76e0b1b7486fd02425dd8871bca4afa94d4b01bb39de1c1d10a25ce0cc775bc74b6b0f056c28639e7c5b7651bb8460060085530000000001732ddf661e68c9e335599bb0b18b048d2f1c06b20eabd18239ad2f3cc45fa910014496bab5eedab205b5f2a206bd1db30c5bc8bc0c1914a102f87010f3431be21a0000010b5fd8e7610754075f936463780e85841f3ab8ca2978f9afdf7c2c250f16a75f01db56bc66eb1cd54ec6861e5cf24af2f4a17991556a52ca781007569e95b9842401c03877ecdd98378b321250640a1885604d675aaa50380e49da8cfa6ff7deaf15" - }, - "z_derivation_path": "m/32'/133'" - } - }, - "derivation_path": "m/44'/133'", - "required_confirmations": 2, - "requires_notarization": true, - "mm2": 1 - }, - { - "coin": "ARRR-BEP20", - "name": "arrr_bep20", - "fname": "Pirate", - "rpcport": 80, - "wallet_only": true, - "decimals": 8, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xCDAF240C90F989847c56aC9Dee754F76F41c5833" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ASLP-SLP", - "fname": "AtomicSLP", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 2, - "token_id": "926894cbf50269b15c97559b9acfc1bd88cd5f20703313ce0ea0683ecdb40911", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "ATOM", - "avg_blocktime": 7, - "name": "cosmos", - "fname": "Cosmos", - "wallet_only": true, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "uatom", - "account_prefix": "cosmos", - "chain_registry_name": "cosmoshub", - "chain_id": "cosmoshub-4" - } - }, - "derivation_path": "m/44'/118'", - "mm2": 0 - }, - { - "coin": "ATOM-BEP20", - "name": "atom_bep20", - "fname": "Cosmos", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0Eb3a705fc54725037CC9e008bDede697f62F335" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ATOM-IBC_IRIS", - "name": "cosmos_ibc_iris", - "fname": "Cosmos", - "avg_blocktime": 7, - "protocol": { - "type": "TENDERMINTTOKEN", - "protocol_data": { - "platform": "IRIS", - "decimals": 6, - "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "ATOM-IBC_NUCLEUSTEST", - "avg_blocktime": 5, - "name": "cosmos-ibc-nucleus-test", - "fname": "Cosmos", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINTTOKEN", - "protocol_data": { - "platform": "NUCLEUSTEST", - "decimals": 6, - "denom": "ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E" - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "ATOM-PLG20", - "name": "atom_plg20", - "fname": "Cosmos", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AUR", - "name": "auroracoin", - "fname": "Auroracoin", - "sign_message_prefix": "AuroraCoin Signed Message:\n", - "rpcport": 12341, - "pubtype": 23, - "p2shtype": 5, - "wiftype": 176, - "txfee": 5000, - "segwit": false, - "bech32_hrp": "aur", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/85'", - "mm2": 1 - }, - { - "coin": "AVA-BEP20", - "name": "ava_bep20", - "fname": "Travala.com", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AVA-ERC20", - "name": "ava_erc20", - "fname": "AVA", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa6C0c097741D55ECd9a3A7DeF3A8253fD022ceB9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AVAX", - "name": "avax", - "fname": "Avalanche", - "rpcport": 80, - "chain_id": 43114, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Avalanche C-Chain", - "links": { - "homepage": "https://www.avax.network/" - }, - "mm2": 1 - }, - { - "coin": "AVAX-BEP20", - "name": "avax_bep20", - "fname": "Avalanche", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1CE0c2827e2eF14D5C4f29a091d735A204794041" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AVAXT", - "name": "avaxt", - "fname": "Avalanche Testnet", - "is_testnet": true, - "rpcport": 80, - "chain_id": 43113, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "AVN", - "name": "avian", - "fname": "Avian", - "sign_message_prefix": "Raven Signed Message:\n", - "rpcport": 7896, - "pubtype": 60, - "p2shtype": 122, - "wiftype": 128, - "segwit": false, - "fork_id": "0x40", - "signature_version": "base", - "txfee": 1000000, - "required_confirmations": 3, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/921'", - "mm2": 1 - }, - { - "coin": "AVN-PLG20", - "name": "avn_plg20", - "fname": "Avian", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x752DC265EAf6Da2Db0F8e4a32D5596D3f18e8701" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AWC-ERC20", - "name": "atomic-wallet-coin", - "fname": "Atomic Wallet Coin", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaD22f63404f7305e4713CcBd4F296f34770513f4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "AXE", - "name": "axe", - "fname": "Axe", - "sign_message_prefix": "DarkCoin Signed Message:\n", - "rpcport": 9337, - "pubtype": 55, - "p2shtype": 16, - "wiftype": 204, - "txfee": 10000, - "confpath": "USERHOME/.axecore/axe.conf", - "mature_confirmations": 101, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/4242'", - "trezor_coin": "Axe", - "links": { - "github": "https://github.com/axerunners/axe", - "homepage": "https://axerunners.com" - }, - "mm2": 1 - }, - { - "coin": "AXS-BEP20", - "name": "axs_bep20", - "fname": "Axie Infinity", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "AXS-ERC20", - "name": "axs_erc20", - "fname": "Axie Infinity", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Axie Infinity Shards", - "links": { - "github": "https://github.com/axieinfinity", - "homepage": "https://axieinfinity.com/" - } - }, - { - "coin": "AYA", - "name": "aryacoin", - "fname": "Aryacoin", - "sign_message_prefix": "Aryacoin Signed Message:\n", - "rpcport": 9332, - "pubtype": 23, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 5, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/357'", - "mm2": 1 - }, - { - "coin": "AYA-BEP20", - "name": "aya_bep20", - "fname": "Aryacoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BABYDOGE-BEP20", - "name": "babydoge_bep20", - "fname": "Baby Doge Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc748673057861a797275CD8A068AbB95A902e8de" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAL-BEP20", - "name": "bal_bep20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd4ed60d8368a92b5F1ca33aF61eF2A94714B2d46" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAL-ERC20", - "name": "bal_erc20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xba100000625a3754423978a60c9317c58a424e3D" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Balancer", - "links": { - "github": "https://github.com/balancer-labs", - "homepage": "https://balancer.finance" - } - }, - { - "coin": "BAL-KRC20", - "name": "bal_krc20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xFC31366Be1795c1Ff444b9fBF55759733aD4d26D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAL-PLG20", - "name": "bal_plg20", - "fname": "Balancer", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BANANO-BEP20", - "name": "banano_bep20", - "fname": "Banano", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xe20B9e246db5a0d21BF9209E4858Bc9A3ff7A034" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAND-BEP20", - "name": "band_bep20", - "fname": "Band Protocol", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BAND-ERC20", - "name": "band_erc20", - "fname": "Band Protocol", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAND-FTM20", - "name": "band_ftm20", - "fname": "Band Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAND-PLG20", - "name": "band_plg20", - "fname": "Band Protocol", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAT-AVX20", - "name": "bat_avx20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x98443B96EA4b0858FDF3219Cd13e98C7A4690588" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAT-BEP20", - "name": "bat_bep20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x101d82428437127bF1608F699CD651e6Abf9766E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BAT-ERC20", - "name": "bat_erc20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Basic Attention Token", - "links": { - "homepage": "https://basicattentiontoken.org" - } - }, - { - "coin": "BAT-KRC20", - "name": "bat_krc20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x0bF46C86Ce3B904660aE85677EaA20B0C1b24064" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BAT-PLG20", - "name": "bat_plg20", - "fname": "Basic Attention Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x3Cef98bb43d732E2F285eE605a8158cDE967D219" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BBK", - "name": "bitblocks", - "fname": "BitBlocks", - "rpcport": 59768, - "pubtype": 25, - "p2shtype": 85, - "wiftype": 107, - "txfee": 10000, - "wallet_only": true, - "sign_message_prefix": "DarkNet Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "links": { - "github": "https://github.com/BitBlocksProject/BitBlocks", - "homepage": "https://bitblocksproject.com" - }, - "mm2": 0 - }, - { - "coin": "BBK-BEP20", - "name": "bbk_bep20", - "fname": "BitBlocks", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9045B0eda6B6A556cf9B3d81C2db47411714f847" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BBK-PLG20", - "name": "bbk_plg20", - "fname": "BitBlocks", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2C8a46eF99Cb64928eB3Dd50A925327e02296F63" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCH", - "name": "bch", - "fname": "Bitcoin Cash", - "rpcport": 33333, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 1000, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "bitcoincash" - }, - "sign_message_prefix": "Bitcoin Signed Message:\n", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "BCH", - "protocol_data": { - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'", - "trezor_coin": "Bitcoin Cash", - "links": { - "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", - "homepage": "https://www.bitcoincash.org" - }, - "mm2": 1 - }, - { - "coin": "BCH-BEP20", - "name": "bch_bep20", - "fname": "Bitcoin Cash", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCH-ERC20", - "name": "bch_erc20", - "fname": "Bitcoin Cash", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCH-HCO20", - "name": "bch_hco20", - "fname": "Bitcoin Cash", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xeF3CEBD77E0C52cb6f60875d9306397B5Caca375" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BCZERO", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "BCZERO", - "fname": "Buggyra Coin Zero", - "rpcport": 46856, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "links": { - "homepage": "https://buggyracoinzero.com" - }, - "mm2": 1 - }, - { - "coin": "BEST-ERC20", - "name": "best_erc20", - "fname": "Bitpanda Ecosystem", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F" - } - }, - "decimals": 8, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BIDR-BEP20", - "name": "bidr_bep20", - "fname": "BIDR", - "rpcport": 80, - "chain_id": 56, - "wallet_only": true, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BITN", - "name": "bitnet", - "fname": "Bitnet", - "sign_message_prefix": "Bitnet Signed Message:\n", - "rpcport": 9332, - "pubtype": 25, - "p2shtype": 22, - "wiftype": 158, - "txfee": 700000, - "segwit": true, - "bech32_hrp": "bit", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "mm2": 1 - }, - { - "coin": "BKC", - "name": "briskcoin", - "fname": "Briskcoin", - "rpcport": 8552, - "pubtype": 25, - "p2shtype": 33, - "wiftype": 153, - "txfee": 0, - "segwit": true, - "bech32_hrp": "bc", - "required_confirmations": 5, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1918'", - "sign_message_prefix": "Briskcoin Signed Message:\n", - "trezor_coin": "Briskcoin", - "links": { - "github": "https://github.com/briskcoin-project/briskcoin", - "homepage": "https://briskcoin.org" - }, - "mm2": 1 - }, - { - "coin": "BLK", - "name": "blackmore", - "fname": "BlackCoin", - "sign_message_prefix": "BlackCoin Signed Message:\n", - "isPoS": 1, - "rpcport": 15715, - "pubtype": 25, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "required_confirmations": 5, - "mature_confirmations": 500, - "avg_blocktime": 66, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/10'", - "mm2": 1 - }, - { - "coin": "BLK-BEP20", - "name": "blk_bep20", - "fname": "BlackCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd2cDfD5d26dfA1D11116B9ED7DBd7C6B88C6e1D3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BLOCX", - "name": "blocx", - "fname": "BLOCX.", - "rpcport": 12973, - "pubtype": 25, - "p2shtype": 26, - "wiftype": 153, - "segwit": false, - "txfee": 1000, - "sign_message_prefix": "DarkCoin Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/5'", - "links": { - "github": "https://github.com/BLOCXTECH/BLOCX", - "homepage": "https://blocx.tech" - }, - "mm2": 1 - }, - { - "coin": "BNB", - "name": "binancesmartchain", - "fname": "Binance Coin", - "avg_blocktime": 3, - "rpcport": 80, - "chain_id": 56, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Binance Smart Chain", - "links": { - "homepage": "https://www.binance.org" - }, - "mm2": 1 - }, - { - "coin": "BNBT", - "name": "binancesmartchaintest", - "fname": "Binance Coin Testnet", - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 97, - "is_testnet": true, - "required_confirmations": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "BNT-BEP20", - "name": "bnt_bep20", - "fname": "Bancor", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA069008A669e2Af00a86673D9D584cfb524A42Cc" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BNT-ERC20", - "name": "bnt_erc20", - "fname": "Bancor", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Bancor Network Token", - "links": { - "github": "https://github.com/bancorprotocol", - "homepage": "https://www.bancor.network" - } - }, - { - "coin": "BNT-PLG20", - "name": "bnt_plg20", - "fname": "Bancor", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BOLI", - "name": "bolivarcoin", - "fname": "Bolivarcoin", - "confpath": "USERHOME/.bolivarcoincore/bolivarcoin.conf", - "rpcport": 3563, - "pubtype": 85, - "p2shtype": 5, - "wiftype": 213, - "segwit": false, - "txfee": 10000, - "sign_message_prefix": "DarkCoin Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 180, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/278'", - "links": { - "github": "https://github.com/BOLI-Project/BolivarCoin", - "homepage": "https://bolis.info" - }, - "mm2": 1 - }, - { - "coin": "BONE-ERC20", - "name": "bone_erc20", - "fname": "Bone ShibaSwap", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x9813037ee2218799597d83D4a5B6F3b6778218d9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BORG-ERC20", - "name": "borg_erc20", - "fname": "SwissBorg", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x64d0f55Cd8C7133a9D7102b13987235F486F2224" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SwissBorg", - "links": { - "homepage": "https://swissborg.com" - } - }, - { - "coin": "BRZ-AVX20", - "name": "brz_avx20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 43114, - "decimals": 4, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x491a4eB4f1FC3BfF8E1d2FC856a6A46663aD556f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BRZ-BEP20", - "name": "brz_bep20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 4, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BRZ-ERC20", - "name": "brz_erc20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x01d33FD36ec67c6Ada32cf36b31e88EE190B1839" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BRZ-PLG20", - "name": "brz_plg20", - "fname": "Brazilian Digital Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "BSTY", - "name": "globalboost", - "fname": "GlobalBoost-Y", - "rpcport": 8225, - "pubtype": 77, - "p2shtype": 139, - "wiftype": 208, - "txfee": 200000, - "segwit": true, - "bech32_hrp": "gb", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/664'", - "mm2": 1 - }, - { - "coin": "BTC", - "name": "bitcoin", - "fname": "Bitcoin", - "rpcport": 8332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "bc", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "wallet_only": false, - "sign_message_prefix": "Bitcoin Signed Message:\n", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/0'", - "trezor_coin": "Bitcoin", - "links": { - "github": "https://github.com/bitcoin/bitcoin", - "homepage": "https://bitcoin.org" - }, - "mm2": 1 - }, - { - "coin": "BTC-BEP20", - "name": "btc_bep20", - "fname": "Bitcoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BTC-segwit", - "name": "bitcoin", - "fname": "Bitcoin", - "sign_message_prefix": "Bitcoin Signed Message:\n", - "rpcport": 8332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "bc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "BTC", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/0'", - "trezor_coin": "Bitcoin", - "links": { - "github": "https://github.com/bitcoin/bitcoin", - "homepage": "https://bitcoin.org" - } - }, - { - "coin": "BTCZ", - "name": "bitcoinz", - "fname": "BitcoinZ", - "sign_message_prefix": "BitcoinZ Signed Message:\n", - "rpcport": 1979, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "txfee": 10000, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/177'", - "mm2": 1 - }, - { - "coin": "BTCZ-BEP20", - "name": "btcz_bep20", - "fname": "BitcoinZ", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcBBB3e5099F769F6d4E2b8b92DC0e268f7E099D8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BTE", - "name": "bitweb", - "fname": "Bitweb", - "sign_message_prefix": "Bitweb Signed Message:\n", - "rpcport": 1605, - "pubtype": 33, - "p2shtype": 30, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "web", - "txfee": 20000, - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/738'", - "links": { - "github": "https://github.com/bitweb-project/bitweb", - "homepage": "https://bitwebcore.net" - }, - "mm2": 1 - }, - { - "coin": "BTE-segwit", - "name": "bitweb", - "fname": "Bitweb", - "sign_message_prefix": "Bitweb Signed Message:\n", - "rpcport": 1605, - "pubtype": 33, - "p2shtype": 30, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "web", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "BTE", - "txfee": 20000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/84'/738'", - "links": { - "github": "https://github.com/bitweb-project/bitweb", - "homepage": "https://bitwebcore.net" - } - }, - { - "coin": "BTT-BEP20", - "name": "btt_bep20", - "fname": "BitTorrent (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BTTC-BEP20", - "name": "bttc_bep20", - "fname": "BitTorrent", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x352Cb5E19b12FC216548a2677bD0fce83BaE434B" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "BTU-ERC20", - "name": "btu_erc20", - "fname": "BTU Protocol", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xb683D83a532e2Cb7DFa5275eED3698436371cc9f" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "BTU Protocol", - "links": { - "github": "https://github.com/btuprotocol", - "homepage": "https://btu-protocol.com" - } - }, - { - "coin": "BTU-PLG20", - "name": "btu_plg20", - "fname": "BTU Protocol", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xFdc26CDA2d2440d0E83CD1DeE8E8bE48405806DC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BTX", - "name": "bitcore", - "fname": "BitCore", - "rpcport": 9469, - "pubtype": 3, - "p2shtype": 125, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "btx", - "txfee": 20000, - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/160'", - "trezor_coin": "Bitcore", - "links": { - "github": "https://github.com/LIMXTEC/BitCore", - "homepage": "https://bitcore.cc" - }, - "mm2": 1 - }, - { - "coin": "BTX-BEP20", - "name": "btx_bep20", - "fname": "BitCore", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x000000089fb24237dA101020Ff8e2AfD14624687" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BTX-segwit", - "name": "bitcore", - "fname": "BitCore", - "rpcport": 9469, - "pubtype": 3, - "p2shtype": 125, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "btx", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "BTX", - "txfee": 20000, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/160'", - "trezor_coin": "Bitcore", - "links": { - "github": "https://github.com/LIMXTEC/BitCore", - "homepage": "https://bitcore.cc" - } - }, - { - "coin": "BUSD-AVX20", - "name": "busd_avx20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BUSD-BEP20", - "name": "busd_bep20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BUSD-ERC20", - "name": "busd_erc20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Binance USD (BUSD)", - "links": { - "github": "https://github.com/paxosglobal/busd-contract", - "homepage": "https://www.paxos.com/busd" - } - }, - { - "coin": "BUSD-MVR20", - "name": "busd_mvr20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "BUSD-PLG20", - "name": "busd_plg20", - "fname": "Binance USD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CADC-ERC20", - "name": "cadc_erc20", - "fname": "CAD Coin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CADC-PLG20", - "name": "cadc_plg20", - "fname": "CAD Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "CAKE-BEP20", - "name": "cake_bep20", - "fname": "PancakeSwap", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CASE-BEP20", - "name": "case_bep20", - "fname": "Case Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CCL", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "CCL", - "fname": "CoinCollect", - "rpcport": 20849, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "CDN", - "name": "canadaecoin", - "fname": "Canada eCoin", - "sign_message_prefix": "Canada eCoin Signed Message:\n", - "rpcport": 34330, - "pubtype": 28, - "p2shtype": 5, - "wiftype": 156, - "txfee": 200000, - "dust": 54600, - "segwit": true, - "bech32_hrp": "cdn", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/34'", - "mm2": 1 - }, - { - "coin": "CDN-segwit", - "name": "canadaecoin", - "fname": "Canada eCoin", - "sign_message_prefix": "Canada eCoin Signed Message:\n", - "rpcport": 34330, - "pubtype": 28, - "p2shtype": 5, - "wiftype": 156, - "txfee": 200000, - "dust": 54600, - "segwit": true, - "bech32_hrp": "cdn", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "CDN", - "required_confirmations": 2, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/34'" - }, - { - "coin": "CDS-PLG20", - "name": "cds_plg20", - "fname": "Crypto Development Services", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xF7B5991c676929BF98BF3E2e2e386789BB16912a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CEL-ERC20", - "name": "cel_erc20", - "fname": "Celsius", - "rpcport": 80, - "chain_id": 1, - "decimals": 4, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CEL-PLG20", - "name": "cel_plg20", - "fname": "Celsius", - "rpcport": 80, - "chain_id": 137, - "decimals": 4, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xD85d1e945766Fea5Eda9103F918Bd915FbCa63E6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CELR-ARB20", - "name": "celr_arb20", - "fname": "Celer Network", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x3a8B787f78D775AECFEEa15706D4221B40F345AB" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "CELR-BEP20", - "name": "celr_bep20", - "fname": "Celer Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CELR-ERC20", - "name": "celr_erc20", - "fname": "Celer Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "CelerToken", - "links": { - "github": "https://github.com/celer-network", - "homepage": "https://www.celer.network/" - } - }, - { - "coin": "CFX-BEP20", - "name": "cfx_bep20", - "fname": "Conflux", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x045c4324039dA91c52C55DF5D785385Aab073DcF" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CHSB-ERC20", - "name": "chsb_erc20", - "fname": "SwissBorg (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SwissBorg", - "links": { - "homepage": "https://swissborg.com" - } - }, - { - "coin": "CHSB-PLG20", - "name": "chsb_plg20", - "fname": "SwissBorg (OLD)", - "wallet_only": true, - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHTA", - "name": "cheetahcoin", - "fname": "Cheetahcoin", - "rpcport": 8536, - "pubtype": 28, - "p2shtype": 5, - "wiftype": 128, - "txfee": 40000, - "required_confirmations": 2, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/682'", - "mm2": 1 - }, - { - "coin": "CHTA-BEP20", - "name": "chta_bep20", - "fname": "Cheetahcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb096DF47073A39041D9ffeD5d4E1d1b0D5D6b8E7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHZ-ERC20", - "name": "chz_erc20", - "fname": "Chiliz", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHZ-KRC20", - "name": "chz_krc20", - "fname": "Chiliz", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x6E8ce0519B7e4d691BaCE464099547E5fC17679c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CHZ-PLG20", - "name": "chz_plg20", - "fname": "Chiliz", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf1938Ce12400f9a761084E7A80d37e732a4dA056" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CLAM", - "name": "clams", - "fname": "Clams", - "isPoS": 1, - "rpcport": 30174, - "pubtype": 137, - "p2shtype": 13, - "wiftype": 133, - "segwit": false, - "txfee": 10000, - "sign_message_prefix": "Clam Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/23'", - "links": { - "github": "https://github.com/nochowderforyou/clams", - "homepage": "http://clamclient.com" - }, - "mm2": 1 - }, - { - "coin": "CLC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "CLC", - "fname": "Collider Coin", - "rpcport": 31034, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "CLP-BEP20", - "name": "clp_bep20", - "fname": "Crypto Lover Productions", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3039e86d39A5BCF38E96D78fF93FD0aBe753212c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "COLX", - "name": "ColossusXT", - "fname": "ColossusXT", - "rpcport": 51473, - "pubtype": 30, - "p2shtype": 13, - "wiftype": 212, - "txfee": 1000000000, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1999'", - "mm2": 1 - }, - { - "coin": "COMP-AVX20", - "name": "comp_avx20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "COMP-BEP20", - "name": "comp_bep20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "COMP-ERC20", - "name": "comp_erc20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xc00e94Cb662C3520282E6f5717214004A7f26888" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Compound", - "links": { - "github": "https://github.com/compound-finance", - "homepage": "https://compound.finance" - } - }, - { - "coin": "COMP-KRC20", - "name": "comp_krc20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x16c4106966cE30e06E806A7c40eEFb46d84cE7e5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "COMP-PLG20", - "name": "comp_plg20", - "fname": "Compound", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CRNC", - "name": "crioniccoin", - "fname": "CrionicCoin", - "sign_message_prefix": "Crioniccoin Signed Message:\n", - "rpcport": 4466, - "pubtype": 28, - "p2shtype": 45, - "wiftype": 176, - "decimals": 8, - "signature_version": "base", - "txfee": 10000, - "segwit": true, - "bech32_hrp": "crnc", - "required_confirmations": 3, - "avg_blocktime": 20, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/192'", - "links": { - "github": "https://github.com/diabaths/Crionic-Coin", - "homepage": "https://coin.crionic.org" - }, - "mm2": 1 - }, - { - "coin": "CRO-ERC20", - "name": "cro_erc20", - "fname": "Crypto.com", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRO-KRC20", - "name": "cro_krc20", - "fname": "Crypto.com", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x652D253b7Ca91810A4a05ACFc39729387c5090C0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRO-PLG20", - "name": "cro_plg20", - "fname": "Crypto.com", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRT-QRC20", - "name": "qtum", - "fname": "CRT Token", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x0f80aa32ba51e0acf171e106a1cfcd1eb9a9c3a5" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "CRV-ARB20", - "name": "crv_arb20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "CRV-AVX20", - "name": "crv_avx20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-ERC20", - "name": "crv_erc20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xD533a949740bb3306d119CC777fa900bA034cd52" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-FTM20", - "name": "crv_ftm20", - "fname": "Curve DAO", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x1E4F97b9f9F913c46F1632781732927B9019C68b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-KRC20", - "name": "crv_krc20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x4500E16dA66b99e0C55D7B46EBBD59bc413BA171" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CRV-PLG20", - "name": "crv_plg20", - "fname": "Curve DAO", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "CST-BEP20", - "name": "cst_bep20", - "fname": "Crypto Swap Token", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcC4b3EA1F25c8772D390dA1DB507832aBE4a9740" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CUMMIES-BEP20", - "name": "cummies_bep20", - "fname": "CumRocket", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CVC-ERC20", - "name": "cvc_erc20", - "fname": "Civic", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x41e5560054824eA6B0732E656E3Ad64E20e94E45" - } - }, - "decimals": 8, - "derivation_path": "m/44'/60'", - "trezor_coin": "Civic", - "links": { - "homepage": "https://www.civic.com" - } - }, - { - "coin": "CVT-ERC20", - "name": "cvt_erc20", - "fname": "CyberVein", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBe428c3867F05deA2A89Fc76a102b544eaC7f772" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "CyberVein", - "links": { - "homepage": "http://www.cybervein.org" - } - }, - { - "coin": "CVX-ERC20", - "name": "cvx_erc20", - "fname": "Convex Finance", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "CY", - "name": "cyberyen", - "fname": "Cyberyen", - "sign_message_prefix": "Cyberyen Signed Message:\n", - "rpcport": 58382, - "pubtype": 28, - "p2shtype": 77, - "wiftype": 156, - "txfee": 0, - "segwit": true, - "bech32_hrp": "cy", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/802'", - "links": { - "github": "https://github.com/cyberyen/cyberyen", - "homepage": "https://cyberyen.org" - }, - "mm2": 1 - }, - { - "coin": "CY-segwit", - "name": "cyberyen", - "fname": "Cyberyen", - "sign_message_prefix": "Cyberyen Signed Message:\n", - "rpcport": 58382, - "pubtype": 28, - "p2shtype": 77, - "wiftype": 156, - "txfee": 0, - "segwit": true, - "bech32_hrp": "cy", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "CY", - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/802'", - "links": { - "github": "https://github.com/cyberyen/cyberyen", - "homepage": "https://cyberyen.org" - } - }, - { - "coin": "DAI-AVX20", - "name": "dai_avx20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-BEP20", - "name": "dai_bep20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DAI-ERC20", - "name": "dai_erc20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6B175474E89094C44Da98b954EedeAC495271d0F" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Dai Stablecoin v2.0", - "links": { - "github": "https://github.com/makerdao", - "homepage": "https://makerdao.com" - } - }, - { - "coin": "DAI-FTM20", - "name": "dai_ftm20", - "fname": "Dai", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-HCO20", - "name": "dai_hco20", - "fname": "Dai", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x3D760a45D0887DFD89A2F5385a236B29Cb46ED2a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-MVR20", - "name": "dai_mvr20", - "fname": "Dai", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DAI-PLG20", - "name": "dai_plg20", - "fname": "Dai", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DASH", - "name": "dashcore", - "fname": "Dash", - "sign_message_prefix": "DarkCoin Signed Message:\n", - "confpath": "USERHOME/.dashcore/dash.conf", - "rpcport": 9998, - "pubtype": 76, - "p2shtype": 16, - "wiftype": 204, - "txfee": 1000, - "force_min_relay_fee": true, - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/5'", - "trezor_coin": "Dash", - "links": { - "github": "https://github.com/dashpay/dash", - "homepage": "https://www.dash.org" - }, - "mm2": 1 - }, - { - "coin": "DDD-ERC20", - "name": "ddd_erc20", - "fname": "Scry.info", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DENT-ERC20", - "name": "dent_erc20", - "fname": "Dent", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3597bfD533a99c9aa083587B074434E61Eb0A258" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "DENT", - "links": { - "homepage": "https://www.dentwireless.com" - } - }, - { - "coin": "DFX-ERC20", - "name": "dfx_erc20", - "fname": "DFX Finance", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x888888435FDe8e7d4c54cAb67f206e4199454c60" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DFX-PLG20", - "name": "dfx_plg20", - "fname": "DFX Finance", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x27f485b62C4A7E635F561A87560Adf5090239E93" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DGB", - "name": "digibyte", - "fname": "DigiByte", - "sign_message_prefix": "DigiByte Signed Message:\n", - "rpcport": 14022, - "pubtype": 30, - "p2shtype": 63, - "wiftype": 128, - "txfee": 10000000, - "segwit": true, - "bech32_hrp": "dgb", - "wallet_only": false, - "required_confirmations": 7, - "avg_blocktime": 15, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/20'", - "trezor_coin": "DigiByte", - "links": { - "github": "https://github.com/digibyte/digibyte", - "homepage": "https://digibyte.io" - }, - "mm2": 1 - }, - { - "coin": "DGB-segwit", - "name": "digibyte", - "fname": "Digibyte", - "sign_message_prefix": "DigiByte Signed Message:\n", - "rpcport": 14022, - "pubtype": 30, - "p2shtype": 63, - "wiftype": 128, - "txfee": 10000000, - "segwit": true, - "bech32_hrp": "dgb", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "DGB", - "required_confirmations": 7, - "avg_blocktime": 15, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/20'", - "trezor_coin": "DigiByte", - "links": { - "github": "https://github.com/digibyte/digibyte", - "homepage": "https://digibyte.io" - } - }, - { - "coin": "DGC", - "name": "digitalcoin", - "fname": "Digitalcoin", - "sign_message_prefix": "Digitalcoin Signed Message:\n", - "rpcport": 7998, - "pubtype": 30, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "required_confirmations": 3, - "avg_blocktime": 36, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/18'", - "mm2": 1 - }, - { - "coin": "DIA-BEP20", - "name": "dia_bep20", - "fname": "DIAToken", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x99956D38059cf7bEDA96Ec91Aa7BB2477E0901DD" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DIA-ERC20", - "name": "dia_erc20", - "fname": "DIAToken", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DIAC", - "name": "diabasecore", - "fname": "Diabase", - "sign_message_prefix": "DarkCoin Signed Message:\n", - "confpath": "USERHOME/.diabasecore/diabase.conf", - "rpcport": 7676, - "pubtype": 76, - "p2shtype": 16, - "wiftype": 204, - "txfee": 1000, - "force_min_relay_fee": true, - "required_confirmations": 2, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/5'", - "links": { - "github": "https://github.com/diabasecoin/diabase", - "homepage": "https://www.diabasecoin.com" - }, - "mm2": 1 - }, - { - "coin": "DIME", - "name": "dimecoin", - "fname": "Dimecoin", - "rpcport": 11931, - "pubtype": 15, - "p2shtype": 9, - "wiftype": 143, - "segwit": false, - "bech32_hrp": "vx", - "txfee": 1000, - "decimals": 5, - "sign_message_prefix": "Dimecoin Signed Message:\n", - "required_confirmations": 6, - "avg_blocktime": 64, - "protocol": { - "type": "UTXO" - }, - "links": { - "github": "https://github.com/dime-coin/dimecoin/" - }, - "mm2": 1 - }, - { - "coin": "DIMI", - "name": "diminutivecoin", - "fname": "Diminutive Coin", - "sign_message_prefix": "DiminutiveCoin Signed Message:\n", - "rpcport": 49122, - "pubtype": 32, - "p2shtype": 30, - "wiftype": 181, - "isPoS": 1, - "txfee": 1000, - "segwit": false, - "mature_confirmations": 75, - "required_confirmations": 4, - "avg_blocktime": 75, - "protocol": { - "type": "UTXO" - }, - "mm2": 1 - }, - { - "coin": "DIMI-BEP20", - "name": "dimi_bep20", - "fname": "Diminutive Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA33789a5478Add74e8D7628E817a281aAbD92dA9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DIMI-QRC20", - "name": "qtum", - "fname": "Diminutive Coin", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x2c660b0d4d53382aeef855d3010d697970fa0bd5" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "DOC", - "asset": "DOC", - "fname": "DOC", - "rpcport": 62415, - "txversion": 4, - "overwintered": 1, - "sign_message_prefix": "Komodo Signed Message:\n", - "is_testnet": true, - "required_confirmations": 1, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "DODO-ARB20", - "name": "dodo_arb20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x69Eb4FA4a2fbd498C257C57Ea8b7655a2559A581" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "DODO-BEP20", - "name": "dodo_bep20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DODO-ERC20", - "name": "dodo_erc20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DODO-KRC20", - "name": "dodo_krc20", - "fname": "DODO", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x8724F9FB7B3f1bb6f2c90B3Ad3Fd6B3c20A06429" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOGE", - "name": "dogecoin", - "fname": "Dogecoin", - "sign_message_prefix": "Dogecoin Signed Message:\n", - "rpcport": 22555, - "pubtype": 30, - "p2shtype": 22, - "wiftype": 158, - "txfee": 0, - "force_min_relay_fee": true, - "dust": 1000000, - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/3'", - "trezor_coin": "Dogecoin", - "links": { - "github": "https://github.com/dogecoin/dogecoin", - "homepage": "https://dogecoin.com" - }, - "mm2": 1 - }, - { - "coin": "DOGE-BEP20", - "name": "doge_bep20", - "fname": "Dogecoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOGEC", - "name": "dogecash", - "fname": "DogeCash", - "rpcport": 56750, - "pubtype": 30, - "p2shtype": 19, - "wiftype": 122, - "txfee": 10000, - "dust": 5460, - "sign_message_prefix": "DarkNet Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/385'", - "links": { - "github": "https://github.com/dogecash/dogecash", - "homepage": "https://dogecash.net" - }, - "mm2": 1 - }, - { - "coin": "DOGEDASH-BEP20", - "name": "dogedash_bep20", - "fname": "Doge Dash", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOGGY-BEP20", - "name": "doggy_bep20", - "fname": "Doggy", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x74926B3d118a63F6958922d3DC05eB9C6E6E00c6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DOI", - "name": "doichain", - "fname": "Doichain", - "sign_message_prefix": "Doichain Signed Message:\n", - "rpcport": 8339, - "pubtype": 52, - "p2shtype": 13, - "wiftype": 180, - "txfee": 1000, - "dust": 5460, - "segwit": true, - "bech32_hrp": "dc", - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/7070'", - "mm2": 1 - }, - { - "coin": "DOT-BEP20", - "name": "dot_bep20", - "fname": "Polkadot", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "DOT-HCO20", - "name": "dot_hco20", - "fname": "Polkadot", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xA2c49cEe16a5E5bDEFDe931107dc1fae9f7773E3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "DP", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "DP", - "fname": "DigitalPrice", - "rpcport": 28388, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "DPC", - "name": "dualpowecoin", - "fname": "Dualpowcoin", - "sign_message_prefix": "Dpowcoin Signed Message:\n", - "rpcport": 42002, - "pubtype": 55, - "p2shtype": 28, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "dpc", - "txfee": 10000, - "wallet_only": false, - "required_confirmations": 6, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/739'", - "links": { - "github": "https://github.com/dpowcore-project/dpowcoin", - "homepage": "https://dpowcore.org" - }, - "mm2": 1 - }, - { - "coin": "DX-ERC20", - "name": "dx_erc20", - "fname": "DxChain", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x973e52691176d36453868D9d86572788d27041A9" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "EFL", - "name": "egulden", - "fname": "e-Gulden", - "confpath": "USERHOME/.egulden/coin.conf", - "rpcport": 21015, - "pubtype": 48, - "p2shtype": 5, - "wiftype": 176, - "txfee": 200000, - "dust": 54600, - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/78'", - "mm2": 1 - }, - { - "coin": "EGLD-BEP20", - "name": "egld_bep20", - "fname": "Elrond", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EILN-ERC20", - "name": "eiln_erc20", - "fname": "eIlien", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ELF-BEP20", - "name": "elf_bep20", - "fname": "aelf", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ELF-ERC20", - "name": "elf_erc20", - "fname": "aelf", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "ELF Token", - "links": { - "github": "https://github.com/aelfProject", - "homepage": "https://aelf.io/" - } - }, - { - "coin": "EMC2", - "name": "einsteinium", - "fname": "Einsteinium", - "sign_message_prefix": "Einsteinium Signed Message:\n", - "rpcport": 41879, - "pubtype": 33, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/41'", - "mm2": 1 - }, - { - "coin": "ENJ-ERC20", - "name": "enj_erc20", - "fname": "Enjin Coin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "ENJIN", - "links": { - "github": "https://github.com/enjin/contracts", - "homepage": "https://enjincoin.io" - } - }, - { - "coin": "ENJ-KRC20", - "name": "enj_krc20", - "fname": "Enjin Coin", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x6e2D990C8e718E7b6D86ed08eBf0FF2dEc05253B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ENJ-PLG20", - "name": "enj_plg20", - "fname": "Enjin Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "EOS-BEP20", - "name": "eos_bep20", - "fname": "EOS", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ETC", - "name": "ethereum classic", - "fname": "Ethereum Classic", - "rpcport": 80, - "chain_id": 61, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Ethereum Classic", - "links": { - "homepage": "https://ethereumclassic.org" - }, - "mm2": 1 - }, - { - "coin": "ETC-BEP20", - "name": "etc_bep20", - "fname": "Ethereum Classic", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3d6545b08693daE087E957cb1180ee38B9e3c25E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH", - "name": "ethereum", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 1, - "sign_message_prefix": "Ethereum Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "ETH-ARB20", - "name": "eth_arb20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 42161, - "required_confirmations": 10, - "avg_blocktime": 0.25, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_coins": 300000, - "eth_payment": 700000, - "eth_receiver_spend": 600000, - "eth_sender_refund": 600000 - } - }, - { - "coin": "ETH-AVX20", - "name": "ethereum avalanche", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-BEP20", - "name": "eth_bep20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ETH-FTM20", - "name": "eth_ftm20", - "fname": "Ethereum", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x74b23882a30290451A17c44f4F05243b6b58C76d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-HCO20", - "name": "eth_hco20", - "fname": "Ethereum", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x64FF637fB478863B7468bc97D30a5bF3A428a1fD" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-KRC20", - "name": "eth_krc20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ETH-PLG20", - "name": "eth_plg20", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EURE-ERC20", - "name": "eure_erc20", - "fname": "Monerium EUR", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "EURE-PLG20", - "name": "eure_plg20", - "fname": "Monerium EUR", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 90000, - "erc20_payment": 150000, - "erc20_receiver_spend": 120000, - "erc20_sender_refund": 120000 - } - }, - { - "coin": "EUROE-ERC20", - "name": "euroe_erc20", - "fname": "EUROe Stablecoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "EUROE-PLG20", - "name": "euroe_plg20", - "fname": "EUROe Stablecoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EURS-ERC20", - "name": "eurs_erc20", - "fname": "STASIS EURO", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdB25f211AB05b1c97D595516F45794528a807ad8" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "STASIS EURS", - "links": { - "github": "https://github.com/stasisnet", - "homepage": "https://stasis.net" - } - }, - { - "coin": "EURS-PLG20", - "name": "eurs_plg20", - "fname": "STASIS EURO", - "rpcport": 80, - "chain_id": 137, - "decimals": 2, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "EVR", - "name": "evrmore", - "fname": "Evrmore Coin", - "sign_message_prefix": "Evrmore Signed Message:\n", - "rpcport": 8819, - "pubtype": 33, - "p2shtype": 92, - "wiftype": 128, - "segwit": true, - "txfee": 1000000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/175'", - "links": { - "github": "https://github.com/EvrmoreOrg/Evrmore", - "homepage": "https://evrmorecoin.org" - }, - "mm2": 1 - }, - { - "coin": "EWT", - "name": "ewt", - "fname": "Energy Web", - "rpcport": 80, - "chain_id": 246, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 5, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Energy Web", - "links": { - "homepage": "https://www.energyweb.org" - }, - "mm2": 1 - }, - { - "coin": "EXN-BEP20", - "name": "exn_bep20", - "fname": "Expoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FDUSD-BEP20", - "name": "fdusd_bep20", - "fname": "First Digital USD", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://firstdigitallabs.com" - }, - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 70000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FDUSD-ERC20", - "name": "fdusd_erc20", - "fname": "First Digital USD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://firstdigitallabs.com" - } - }, - { - "coin": "FEI-ERC20", - "name": "fei_erc20", - "fname": "Fei USD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FET-BEP20", - "name": "fet_bep20", - "fname": "Fetch.ai", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x031b41e504677879370e9DBcF937283A8691Fa7f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FET-ERC20", - "name": "fet_erc20", - "fname": "Fetch.ai", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FET-PLG20", - "name": "fet_plg20", - "fname": "Fetch.ai", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7583FEDDbceFA813dc18259940F76a02710A8905" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FIL-BEP20", - "name": "fil_bep20", - "fname": "Filecoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FIL-ERC20", - "name": "fil_erc20", - "fname": "Filecoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FIL-HCO20", - "name": "fil_hco20", - "fname": "Filecoin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xae3a768f9aB104c69A7CD6041fE16fFa235d1810" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FIRO", - "name": "firo", - "fname": "Firo", - "sign_message_prefix": "Firo Signed Message:\n", - "rpcport": 8888, - "pubtype": 82, - "p2shtype": 7, - "wiftype": 210, - "txfee": 1000, - "required_confirmations": 1, - "avg_blocktime": 300, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/136'", - "trezor_coin": "Firo", - "links": { - "github": "https://github.com/firoorg/firo", - "homepage": "https://firo.org" - }, - "mm2": 1 - }, - { - "coin": "FIRO-BEP20", - "name": "firo_bep20", - "fname": "Firo", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FJC", - "name": "fujicoin", - "fname": "Fujicoin", - "sign_message_prefix": "FujiCoin Signed Message:\n", - "rpcport": 3776, - "pubtype": 36, - "p2shtype": 16, - "wiftype": 164, - "segwit": true, - "bech32_hrp": "fc", - "txfee": 0, - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/75'", - "trezor_coin": "Fujicoin", - "links": { - "github": "https://github.com/fujicoin/fujicoin", - "homepage": "https://fujicoin.org" - }, - "mm2": 1 - }, - { - "coin": "FJC-BEP20", - "name": "fjc_bep20", - "fname": "Fujicoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FJC-segwit", - "name": "fujicoin", - "fname": "Fujicoin", - "sign_message_prefix": "FujiCoin Signed Message:\n", - "rpcport": 3776, - "pubtype": 36, - "p2shtype": 16, - "wiftype": 164, - "segwit": true, - "bech32_hrp": "fc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "FJC", - "txfee": 0, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/75'", - "trezor_coin": "Fujicoin", - "links": { - "github": "https://github.com/fujicoin/fujicoin", - "homepage": "https://fujicoin.org" - } - }, - { - "coin": "FJCB-BEP20", - "name": "fjcb_bep20", - "fname": "FJCB Fujicoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FLEXUSD-ERC20", - "name": "flexusd_erc20", - "fname": "flexUSD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FLEXUSD-SLP", - "fname": "FlexUSD", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 6, - "token_id": "dd21be4532d93661e8ffe16db6535af0fb8ee1344d1fef81a193e2b4cfa9fbc9", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "FLO", - "name": "flo", - "fname": "Florincoin", - "rpcport": 7313, - "pubtype": 35, - "p2shtype": 8, - "wiftype": 176, - "txfee": 100000, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/216'", - "trezor_coin": "Flo", - "links": { - "github": "https://github.com/floblockchain/flo", - "homepage": "https://flo.cash" - }, - "mm2": 1 - }, - { - "coin": "FLOKI-BEP20", - "name": "floki_bep20", - "fname": "Floki Inu", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xfb5B838b6cfEEdC2873aB27866079AC55363D37E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 85000, - "erc20_payment": 140000, - "erc20_receiver_spend": 110000, - "erc20_sender_refund": 110000 - } - }, - { - "coin": "FLOW-BEP20", - "name": "flow_bep20", - "fname": "Flow", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xC943c5320B9c18C153d1e2d12cC3074bebfb31A2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FLUX", - "name": "flux", - "fname": "Flux", - "rpcport": 16124, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "txversion": 4, - "overwintered": 1, - "version_group_id": "0x892f2085", - "consensus_branch_id": "0x76b809bb", - "txfee": 10000, - "required_confirmations": 2, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/19167'", - "mm2": 1 - }, - { - "coin": "FLUX-BEP20", - "name": "flux_bep20", - "fname": "Flux", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FLUX-ERC20", - "name": "flux_erc20", - "fname": "Flux", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FRC", - "name": "faircoin", - "fname": "FairCoin", - "rpcport": 9875, - "pubtype": 36, - "p2shtype": 63, - "wiftype": 128, - "decimals": 8, - "signature_version": "base", - "txfee": 10000, - "segwit": true, - "bech32_hrp": "frc", - "required_confirmations": 6, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "mm2": 1 - }, - { - "coin": "FTC", - "name": "feathercoin", - "fname": "Feathercoin", - "sign_message_prefix": "Feathercoin Signed Message:\n", - "rpcport": 9337, - "pubtype": 14, - "p2shtype": 5, - "wiftype": 142, - "txfee": 1000000, - "segwit": true, - "bech32_hrp": "fc", - "wallet_only": false, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/8'", - "trezor_coin": "Feathercoin", - "links": { - "github": "https://github.com/FeatherCoin/Feathercoin", - "homepage": "https://feathercoin.com" - }, - "mm2": 1 - }, - { - "coin": "FTC-segwit", - "name": "feathercoin", - "fname": "Feathercoin", - "sign_message_prefix": "Feathercoin Signed Message:\n", - "rpcport": 9337, - "pubtype": 14, - "p2shtype": 5, - "wiftype": 142, - "txfee": 1000000, - "segwit": true, - "bech32_hrp": "fc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "FTC", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/8'", - "trezor_coin": "Feathercoin", - "links": { - "github": "https://github.com/FeatherCoin/Feathercoin", - "homepage": "https://feathercoin.com" - } - }, - { - "coin": "FTM", - "name": "ftm", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 250, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 1.8, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Fantom Opera", - "links": { - "homepage": "https://fantom.foundation" - }, - "mm2": 1 - }, - { - "coin": "FTM-BEP20", - "name": "ftm_bep20", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xAD29AbB318791D579433D831ed122aFeAf29dcfe" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FTM-ERC20", - "name": "ftm_erc20", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Fantom Token", - "links": { - "github": "https://github.com/Fantom-foundation/", - "homepage": "https://fantom.foundation/" - } - }, - { - "coin": "FTMT", - "name": "ftmt", - "fname": "Fantom Testnet", - "is_testnet": true, - "rpcport": 80, - "chain_id": 4002, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "FXS-AVX20", - "name": "fxs_avx20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x214DB107654fF987AD859F34125307783fC8e387" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FXS-BEP20", - "name": "fxs_bep20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xDE2F075f6F14EB9D96755b24E416A53E736Ca363" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "FXS-ERC20", - "name": "fxs_erc20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FXS-FTM20", - "name": "fxs_ftm20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x7d016eec9c25232b01F23EF992D98ca97fc2AF5a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "FXS-MVR20", - "name": "fxs_mvr20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 1285, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98" - } - }, - "derivation_path": "m/44'/60'", - "gas_limit": { - "eth_send_erc20": 1000000, - "erc20_payment": 1000000, - "erc20_receiver_spend": 1000000, - "erc20_sender_refund": 1000000 - } - }, - { - "coin": "FXS-PLG20", - "name": "fxs_plg20", - "fname": "Frax Share", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1a3acf6D19267E2d3e7f898f42803e90C9219062" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GALA-BEP20", - "name": "gala_bep20", - "fname": "Gala", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990" - } - }, - "wallet_only": true, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GALA-ERC20", - "name": "gala_erc20", - "fname": "Gala", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GAME-ERC20", - "name": "game_erc20", - "fname": "GameCredits", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GAME-PLG20", - "name": "game_plg20", - "fname": "GameCredits", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8d1566569d5b695d44a9a234540f68D393cDC40D" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GBX", - "name": "gobyte", - "fname": "GoByte", - "confpath": "USERHOME/.gobytecore/gobyte.conf", - "rpcport": 12454, - "pubtype": 38, - "p2shtype": 10, - "wiftype": 198, - "segwit": false, - "txfee": 10000, - "sign_message_prefix": "DarkCoin Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/176'", - "links": { - "github": "https://github.com/gobytecoin/gobyte", - "homepage": "https://gobyte.network" - }, - "mm2": 1 - }, - { - "coin": "GBX-BEP20", - "name": "gbx_bep20", - "fname": "GoByte", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8E10F08C9A56a93B6adbfBcFda421919B3357596" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GFT-BEP20", - "name": "gft_bep20", - "fname": "Gifto", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x72fF5742319eF07061836F5C924aC6D72c919080" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GLC", - "name": "goldcoin", - "fname": "Goldcoin", - "rpcport": 8122, - "pubtype": 32, - "p2shtype": 5, - "wiftype": 160, - "segwit": false, - "txfee": 100000, - "dust": 54600, - "sign_message_prefix": "Goldcoin (GLC) Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/101'", - "links": { - "github": "https://github.com/goldcoin/goldcoin", - "homepage": "https://www.goldcoinproject.org" - }, - "mm2": 1 - }, - { - "coin": "GLEEC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "GLEEC", - "fname": "Gleec", - "rpcport": 23345, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "GLEEC-OLD", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "GLEEC", - "fname": "Gleec (OLD)", - "rpcport": 23226, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo" - }, - { - "coin": "GLM-ERC20", - "name": "glm_erc20", - "fname": "Golem", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GLM-PLG20", - "name": "glm_plg20", - "fname": "Golem", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GLMR", - "name": "moonbeam", - "fname": "Moonbeam", - "rpcport": 80, - "chain_id": 1284, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Moonbeam", - "links": { - "homepage": "https://moonbeam.network/networks/moonbeam/" - }, - "mm2": 1 - }, - { - "coin": "GM-BEP20", - "name": "gm_bep20", - "fname": "GM Wagmi", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA55C1e67039B6d59E91eb4cDa2bfc5A854989102" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GMT-BEP20", - "name": "gmt_bep20", - "fname": "STEPN", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GMT-PLG20", - "name": "gmt_plg20", - "fname": "STEPN", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x714DB550b574b3E927af3D93E26127D15721D4C2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GMX-ARB20", - "name": "gmx_arb20", - "fname": "GMX", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "GMX-AVX20", - "name": "gmx_avx20", - "fname": "GMX", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x62edc0692BD897D2295872a9FFCac5425011c661" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "GNEISS-ERC20", - "name": "gneiss_erc20", - "fname": "GNEISS", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 8, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GNO-ERC20", - "name": "gno_erc20", - "fname": "Gnosis", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6810e776880C02933D47DB1b9fc05908e5386b96" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Gnosis", - "links": { - "homepage": "https://gnosis.pm" - } - }, - { - "coin": "GNO-PLG20", - "name": "gno_plg20", - "fname": "Gnosis", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GNS-ARB20", - "name": "gns_arb20", - "fname": "Gains Network", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x18c11FD286C5EC11c3b683Caa813B77f5163A122" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "GNS-PLG20", - "name": "gns_plg20", - "fname": "Gains Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xE5417Af564e4bFDA1c483642db72007871397896" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GRLC", - "name": "garlicoin", - "fname": "Garlicoin", - "sign_message_prefix": "Garlicoin Signed Message:\n", - "rpcport": 42068, - "pubtype": 38, - "p2shtype": 50, - "wiftype": 176, - "segwit": true, - "bech32_hrp": "grlc", - "txfee": 100000, - "dust": 54600, - "required_confirmations": 5, - "avg_blocktime": 40, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/69420'", - "mm2": 1 - }, - { - "coin": "GRLC-BEP20", - "name": "grlc_bep20", - "fname": "Garlicoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7283DfA2d8D7e277b148cc263B5d8Ae02f1076D3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRLC-ERC20", - "name": "grlc_erc20", - "fname": "Garlicoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x58f7345b5295E43aA454911571f13be186655BE9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRMS", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "GRMS", - "fname": "GRMS", - "rpcport": 21687, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "GRR", - "name": "ghostridercoin", - "fname": "Ghostridercoin", - "rpcport": 15420, - "pubtype": 38, - "p2shtype": 16, - "wiftype": 128, - "txfee": 1000, - "confpath": "USERHOME/.grcoincore/grcoin.conf", - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/10226'", - "mm2": 1 - }, - { - "coin": "GRS", - "name": "groestlcoin", - "fname": "Groestlcoin", - "sign_message_prefix": "GroestCoin Signed Message:\n", - "rpcport": 1441, - "pubtype": 36, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 10000, - "segwit": true, - "bech32_hrp": "grs", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/17'", - "trezor_coin": "Groestlcoin", - "links": { - "github": "https://github.com/Groestlcoin/groestlcoin", - "homepage": "https://www.groestlcoin.org" - }, - "mm2": 1 - }, - { - "coin": "GRT-ARB20", - "name": "grt_arb20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x9623063377AD1B27544C965cCd7342f7EA7e88C7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "GRT-AVX20", - "name": "grt_avx20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x8a0cAc13c7da965a312f08ea4229c37869e85cB9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRT-ERC20", - "name": "grt_erc20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xc944E90C64B2c07662A292be6244BDf05Cda44a7" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Graph Token", - "links": { - "github": "https://github.com/graphprotocol", - "homepage": "https://thegraph.com" - } - }, - { - "coin": "GRT-KRC20", - "name": "grt_krc20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xb49dd3eDB98FBe82A01DFcb556Cd016964baf5A3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GRT-PLG20", - "name": "grt_plg20", - "fname": "The Graph", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5fe2B58c013d7601147DcdD68C143A77499f5531" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "GST-BEP20", - "name": "gst_bep20", - "fname": "Green Satoshi Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GT-ERC20", - "name": "gt_erc20", - "fname": "Gate", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xE66747a101bFF2dBA3697199DCcE5b743b454759" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "GURU-BEP20", - "name": "guru_bep20", - "fname": "MobilityGuru", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://mobilityguru.org" - } - }, - { - "coin": "GUSD-ERC20", - "name": "gusd_erc20", - "fname": "Gemini Dollar", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HEX-ERC20", - "name": "hex_erc20", - "fname": "HEX", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "HEX", - "links": { - "github": "https://github.com/bitcoinHEX", - "homepage": "https://hex.win" - } - }, - { - "coin": "HEX-PLG20", - "name": "hex_plg20", - "fname": "HEX", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "HLC-QRC20", - "name": "qtum", - "fname": "HalalChain", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 9, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "HOT-ERC20", - "name": "hot_erc20", - "fname": "Holo", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6c6EE5e31d828De241282B9606C8e98Ea48526E2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HOT-PLG20", - "name": "hot_plg20", - "fname": "Holo", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0C51f415cF478f8D08c246a6C6Ee180C5dC3A012" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HPY-QRC20", - "name": "qtum", - "fname": "HyperPay", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "HT", - "name": "huobi-token", - "fname": "Huobi Token", - "rpcport": 80, - "chain_id": 128, - "required_confirmations": 3, - "avg_blocktime": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Huobi ECO Chain", - "links": { - "homepage": "https://www.hecochain.com" - }, - "mm2": 1 - }, - { - "coin": "HT-ERC20", - "name": "huobi-token", - "fname": "Huobi Token", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6f259637dcD74C767781E37Bc6133cd6A68aa161" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Huobi Token", - "links": { - "homepage": "https://www.hbg.com" - } - }, - { - "coin": "HUSD-ERC20", - "name": "husd_erc20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HUSD-HCO20", - "name": "husd_hco20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x0298c2b32eaE4da002a15f36fdf7615BEa3DA047" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HUSD-KRC20", - "name": "husd_krc20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "HUSD-PLG20", - "name": "husd_plg20", - "fname": "HUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IDRT-BEP20", - "name": "idrt_bep20", - "fname": "Rupiah Token", - "rpcport": 80, - "chain_id": 56, - "decimals": 2, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x66207E39bb77e6B99aaB56795C7c340C08520d83" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IDRT-ERC20", - "name": "idrt_erc20", - "fname": "Rupiah Token", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IDRT-PLG20", - "name": "idrt_plg20", - "fname": "Rupiah Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x554cd6bdD03214b10AafA3e0D4D42De0C5D2937b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "IL8P", - "name": "infiniloop", - "fname": "InfiniLooP", - "sign_message_prefix": "InfiniLooP Signed Message:\n", - "isPoS": 1, - "rpcport": 9459, - "pubtype": 33, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "mature_confirmations": 500, - "required_confirmations": 7, - "avg_blocktime": 45, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/722'", - "links": { - "github": "https://github.com/WikiMin3R/InfiniLooP", - "homepage": "https://infiniloop.io" - }, - "mm2": 1 - }, - { - "coin": "ILN", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "ILN", - "fname": "Ilien", - "rpcport": 12986, - "txversion": 4, - "overwintered": 1, - "p2p": 12985, - "magic": "feb4cb23", - "nSPV": "5.9.102.210, 5.9.253.195, 5.9.253.196, 5.9.253.197, 5.9.253.198, 5.9.253.199, 5.9.253.200, 5.9.253.201, 5.9.253.202, 5.9.253.203", - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "ILN-BEP20", - "name": "iln_bep20", - "fname": "Ilien", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILN-PLG20", - "name": "iln_plg20", - "fname": "Ilien", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILNF-BEP20", - "name": "ilnf_bep20", - "fname": "Ilien Fuel", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILNF-PLG20", - "name": "ilnf_plg20", - "fname": "Ilien Fuel", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILNSW-PLG20", - "name": "ilnsw_plg20", - "fname": "Ilien Swap", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ILV-BEP20", - "name": "ilv_bep20", - "fname": "Illuvium", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4d5AC5cc4f8aBdf2EC2Cb986C00C382369f787D4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ILV-ERC20", - "name": "ilv_erc20", - "fname": "Illuvium", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IMX-ERC20", - "name": "imx_erc20", - "fname": "ImmutableX", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "INJ-BEP20", - "name": "inj_bep20", - "fname": "Injective Protocol", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xa2B726B1145A4773F68593CF171187d8EBe4d495" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "INJ-ERC20", - "name": "inj_erc20", - "fname": "Injective Protocol", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "INK-QRC20", - "name": "qtum", - "fname": "INK", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 9, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "IOTA-BEP20", - "name": "iota_bep20", - "fname": "IOTA", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "IOTX-BEP20", - "name": "iotx_bep20", - "fname": "IoTeX", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9678E42ceBEb63F23197D726B29b1CB20d0064E5" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "IOTX-PLG20", - "name": "iotx_plg20", - "fname": "IoTeX", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf6372cDb9c1d3674E83842e3800F2A62aC9F3C66" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IRIS", - "avg_blocktime": 7, - "name": "iris", - "fname": "IRISnet", - "chain_id": 6688, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "uiris", - "account_prefix": "iaa", - "chain_id": "irishub-1", - "chain_registry_name": "irishub", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'", - "mm2": 1 - }, - { - "coin": "IRIS-BEP20", - "name": "iris_bep20", - "fname": "IRISnet", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x05C50a62b0b87bE1fFB1Cf3b77d9eDBa834ef6f7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "IRISTEST", - "avg_blocktime": 7, - "name": "iristest", - "fname": "Iris Test", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "unyan", - "account_prefix": "iaa", - "chain_id": "nyancat-9", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'", - "mm2": 1 - }, - { - "coin": "IRISTEST-IBC_NUCLEUSTEST", - "avg_blocktime": 5, - "name": "iristest-ibc-nucleus-test", - "fname": "Iris Test", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINTTOKEN", - "protocol_data": { - "platform": "NUCLEUSTEST", - "decimals": 6, - "denom": "ibc/F7F28FF3C09024A0225EDBBDB207E5872D2B4EF2FB874FE47B05EF9C9A7D211C" - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "JASMY-BEP20", - "name": "jasmy_bep20", - "fname": "JasmyCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x15669CF161946C09a8B207650BfBB00e3d8A2E3E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JASMY-ERC20", - "name": "jasmy_erc20", - "fname": "JasmyCoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JAUD-PLG20", - "name": "jaud_plg20", - "fname": "Jarvis Australian Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JBRL-BEP20", - "name": "jbrl_bep20", - "fname": "Jarvis Brazilian Real", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JBRL-PLG20", - "name": "jbrl_plg20", - "fname": "Jarvis Brazilian Real", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JCAD-PLG20", - "name": "jcad_plg20", - "fname": "Jarvis Canadian Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JCHF-AVX20", - "name": "jchf_avx20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JCHF-BEP20", - "name": "jchf_bep20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JCHF-ERC20", - "name": "jchf_erc20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JCHF-PLG20", - "name": "jchf_plg20", - "fname": "Jarvis Swiss Franc", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JCNY-PLG20", - "name": "jcny_plg20", - "fname": "Jarvis Chinese Yuan", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JDB-BEP20", - "name": "jdb_bep20", - "fname": "Jeet Detector Bot", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JEUR-AVX20", - "name": "jeur_avx20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JEUR-BEP20", - "name": "jeur_bep20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JEUR-ERC20", - "name": "jeur_erc20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JEUR-PLG20", - "name": "jeur_plg20", - "fname": "Jarvis Euro", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JGBP-BEP20", - "name": "jgbp_bep20", - "fname": "Jarvis British Pound", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JGBP-ERC20", - "name": "jgbp_erc20", - "fname": "Jarvis British Pound", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JGBP-PLG20", - "name": "jgbp_plg20", - "fname": "Jarvis British Pound", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JGOLD-PLG20", - "name": "jgold_plg20", - "fname": "Jarvis Gold", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JJPY-PLG20", - "name": "jjpy_plg20", - "fname": "Jarvis Japanese Yen", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JKRW-PLG20", - "name": "jkrw_plg20", - "fname": "Jarvis South Korean Won", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JMXN-PLG20", - "name": "jmxn_plg20", - "fname": "Jarvis Mexican Peso", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JNZD-PLG20", - "name": "jnzd_plg20", - "fname": "Jarvis New Zealand Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JOY-PLG20", - "name": "joy_plg20", - "fname": "Joystick.club", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JPHP-PLG20", - "name": "jphp_plg20", - "fname": "Jarvis Philippine Peso", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JPLN-PLG20", - "name": "jpln_plg20", - "fname": "Jarvis Polish Zloty", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JPYC-AVX20", - "name": "jpyc_avx20", - "fname": "JPY Coin", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JPYC-PLG20", - "name": "jpyc_plg20", - "fname": "JPY Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JRT-ERC20", - "name": "jrt_erc20", - "fname": "Jarvis Reward Token", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JRT-PLG20", - "name": "jrt_plg20", - "fname": "Jarvis Reward Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JSEK-PLG20", - "name": "jsek_plg20", - "fname": "Jarvis Swedish Krona", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JSGD-PLG20", - "name": "jsgd_plg20", - "fname": "Jarvis Singapore Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JST-BEP20", - "name": "jst_bep20", - "fname": "JUST", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "JTRY-PLG20", - "name": "jtry_plg20", - "fname": "Jarvis Turkish Lira", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "JUSD-PLG20", - "name": "jusd_plg20", - "fname": "Jarvis United States Dollar", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "KCS", - "name": "kucoin-token", - "fname": "KuCoin Token", - "rpcport": 80, - "chain_id": 321, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "KCC", - "links": { - "homepage": "https://kcc.io" - }, - "mm2": 1 - }, - { - "coin": "KIIRO", - "name": "kiiro", - "fname": "Kiiro", - "sign_message_prefix": "Zcoin Signed Message:\n", - "rpcport": 8999, - "pubtype": 45, - "p2shtype": 7, - "wiftype": 210, - "txfee": 1000, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/136'", - "links": { - "github": "https://github.com/kiirocoin/kiiro", - "homepage": "https://kiirocoin.org" - }, - "mm2": 1 - }, - { - "coin": "KIIRO-BEP20", - "name": "kiiro_bep20", - "fname": "Kiiro", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x347862372f7C8f83D69025234367Ac11c5241Db3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "KMD", - "name": "komodo", - "fname": "Komodo", - "rpcport": 7771, - "pubtype": 60, - "p2shtype": 85, - "wiftype": 188, - "txversion": 4, - "overwintered": 1, - "txfee": 1000, - "sign_message_prefix": "Komodo Signed Message:\n", - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "links": { - "github": "https://github.com/komodoplatform/komodo", - "homepage": "https://komodoplatform.com" - }, - "mm2": 1 - }, - { - "coin": "KMD-BEP20", - "name": "kmd_bep20", - "fname": "Komodo", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "KNC-AVX20", - "name": "knc_avx20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "KNC-BEP20", - "name": "knc_bep20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "KNC-ERC20", - "name": "knc_erc20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Kyber Network", - "links": { - "github": "https://github.com/KyberNetwork", - "homepage": "https://kyber.network" - } - }, - { - "coin": "KNC-PLG20", - "name": "knc_plg20", - "fname": "Kyber Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "KOIN", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "KOIN", - "fname": "Koinon", - "rpcport": 10702, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "KSM-BEP20", - "name": "ksm_bep20", - "fname": "Kusama", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LBC", - "name": "lbrycrd", - "fname": "LBRY Credits", - "sign_message_prefix": "LBRYcrd Signed Message:\n", - "rpcport": 9245, - "pubtype": 85, - "p2shtype": 122, - "wiftype": 28, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "lbc", - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/140'", - "mm2": 1 - }, - { - "coin": "LBC-segwit", - "name": "lbrycrd", - "fname": "LBRY Credits", - "sign_message_prefix": "LBRYcrd Signed Message:\n", - "rpcport": 9245, - "pubtype": 85, - "p2shtype": 122, - "wiftype": 28, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "lbc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "LBC", - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/140'" - }, - { - "coin": "LCC", - "name": "litecoincash", - "fname": "Litecoin Cash", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 62457, - "pubtype": 28, - "p2shtype": 50, - "wiftype": 176, - "decimals": 7, - "fork_id": "0x40", - "signature_version": "base", - "txfee": 20000, - "segwit": true, - "bech32_hrp": "lcc", - "wallet_only": false, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/192'", - "mm2": 1 - }, - { - "coin": "LCC-segwit", - "name": "litecoincash", - "fname": "Litecoin Cash", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 62457, - "pubtype": 28, - "p2shtype": 50, - "wiftype": 176, - "decimals": 7, - "fork_id": "0x40", - "signature_version": "base", - "txfee": 20000, - "segwit": true, - "bech32_hrp": "lcc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "LCC", - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/192'" - }, - { - "coin": "LDO-ERC20", - "name": "ldo_erc20", - "fname": "Lido DAO", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LDO-PLG20", - "name": "ldo_plg20", - "fname": "Lido DAO", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LEASH-ERC20", - "name": "leash_erc20", - "fname": "Doge Killer", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x27C70Cd1946795B66be9d954418546998b546634" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LEO-ERC20", - "name": "leo_erc20", - "fname": "LEO Token", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "LEOcoin", - "links": { - "homepage": "https://www.leocoin.org/" - } - }, - { - "coin": "LEO-PLG20", - "name": "leo_plg20", - "fname": "LEO Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-AVX20", - "name": "link_avx20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x5947BB275c521040051D82396192181b413227A3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-BEP20", - "name": "link_bep20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-ERC20", - "name": "link_erc20", - "fname": "Chainlink", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x514910771AF9Ca656af840dff83E8264EcF986CA" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-FTM20", - "name": "link_ftm20", - "fname": "Chainlink", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-HCO20", - "name": "link_hco20", - "fname": "Chainlink", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x9e004545c59D359F6B7BFB06a26390b087717b42" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-KRC20", - "name": "link_krc20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x47841910329aaa6b88D5e9DcdE9000195151dc72" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LINK-PLG20", - "name": "link_plg20", - "fname": "Chainlink", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LOLS-BEP20", - "name": "lols_bep20", - "fname": "LOLSmash", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x19961cf3B822d37e16E310AB7C6C0277F95f31c3" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://lolsmash.net" - } - }, - { - "coin": "LOOM-BEP20", - "name": "loom_bep20", - "fname": "Loom Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xE6Ce27025F13f5213bBc560dC275e292965a392F" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LOOM-ERC20", - "name": "loom_erc20", - "fname": "Loom Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x42476F744292107e34519F9c357927074Ea3F75D" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "LOOM", - "links": { - "github": "github.com/loomnetwork/", - "homepage": "https://loomx.io" - } - }, - { - "coin": "LOOP-BEP20", - "name": "loop_bep20", - "fname": "LoopNetwork", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcE186ad6430E2Fe494a22C9eDbD4c68794a28B35" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LRC-BEP20", - "name": "lrc_bep20", - "fname": "Loopring", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x66e4d38b20173F509A1fF5d82866949e4fE898da" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "LRC-ERC20", - "name": "lrc_erc20", - "fname": "Loopring", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Loopring", - "links": { - "github": "https://github.com/loopring", - "homepage": "https://loopring.org" - } - }, - { - "coin": "LRC-PLG20", - "name": "lrc_plg20", - "fname": "Loopring", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LSTR-QRC20", - "name": "qtum", - "fname": "Luna Stars", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "LSWAP-BEP20", - "name": "lswap_bep20", - "fname": "LoopSwap", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x3F8a14f5a3Ee2F4A3Ed61cCF5EEA3c9535C090C8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "LTC", - "name": "litecoin", - "fname": "Litecoin", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 9332, - "pubtype": 48, - "p2shtype": 50, - "wiftype": 176, - "txfee": 0, - "dust": 5460, - "segwit": true, - "bech32_hrp": "ltc", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2'", - "trezor_coin": "Litecoin", - "links": { - "github": "https://github.com/litecoin-project/litecoin", - "homepage": "https://litecoin.org" - }, - "mm2": 1 - }, - { - "coin": "LTC-segwit", - "name": "litecoin", - "fname": "Litecoin", - "sign_message_prefix": "Litecoin Signed Message:\n", - "rpcport": 9332, - "pubtype": 48, - "p2shtype": 50, - "wiftype": 176, - "txfee": 0, - "dust": 5460, - "segwit": true, - "bech32_hrp": "ltc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "LTC", - "required_confirmations": 2, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2'", - "trezor_coin": "Litecoin", - "links": { - "github": "https://github.com/litecoin-project/litecoin", - "homepage": "https://litecoin.org" - } - }, - { - "coin": "LUPA", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "LUPA", - "fname": "Lupaza", - "rpcport": 64151, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "LYNX", - "name": "lynx", - "fname": "Lynx", - "sign_message_prefix": "Lynx Signed Message:\n", - "rpcport": 9332, - "pubtype": 45, - "p2shtype": 22, - "wiftype": 173, - "txfee": 100000, - "dust": 54600, - "segwit": false, - "required_confirmations": 1, - "avg_blocktime": 1200, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/191'", - "mm2": 1 - }, - { - "coin": "MANA-BEP20", - "name": "mana_bep20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MANA-ERC20", - "name": "mana_erc20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Decentraland MANA", - "links": { - "github": "https://github.com/decentraland", - "homepage": "https://decentraland.org" - } - }, - { - "coin": "MANA-KRC20", - "name": "mana_krc20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MANA-PLG20", - "name": "mana_plg20", - "fname": "Decentraland", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MARTY", - "asset": "MARTY", - "fname": "MARTY", - "rpcport": 52592, - "txversion": 4, - "overwintered": 1, - "sign_message_prefix": "Komodo Signed Message:\n", - "is_testnet": true, - "required_confirmations": 1, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "MASK-BEP20", - "name": "mask_bep20", - "fname": "Mask Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2eD9a5C8C13b93955103B9a7C167B67Ef4d568a3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MASK-ERC20", - "name": "mask_erc20", - "fname": "Mask Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MASK-PLG20", - "name": "mask_plg20", - "fname": "Mask Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MATIC", - "name": "matic", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 137, - "use_access_list": true, - "max_eth_tx_type": 2, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Polygon", - "links": { - "homepage": "https://polygon.technology/" - }, - "mm2": 1 - }, - { - "coin": "MATIC-BEP20", - "name": "matic_bep20", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xCC42724C6683B7E57334c4E856f4c9965ED682bD" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MATIC-ERC20", - "name": "matic_erc20", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Matic Token", - "links": { - "homepage": "https://polygon.technology/" - } - }, - { - "coin": "MATIC-HCO20", - "name": "matic_hco20", - "fname": "Polygon", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xdB11743fe8B129b49b11236E8a715004BDabe7e5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MATIC-KRC20", - "name": "matic_krc20", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x1B8e27ABA297466fc6765Ce55BD12A8E216759da" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MATICTEST", - "name": "matic testnet", - "fname": "Matic Testnet", - "is_testnet": true, - "rpcport": 80, - "chain_id": 80001, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "MAZA", - "name": "mazacoin", - "fname": "MazaCoin", - "sign_message_prefix": "Mazacoin Signed Message:\n", - "rpcport": 12832, - "pubtype": 50, - "p2shtype": 9, - "wiftype": 244, - "decimals": 8, - "signature_version": "base", - "txfee": 10000, - "segwit": true, - "bech32_hrp": "maza", - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/13'", - "links": { - "github": "https://github.com/Mazacoin", - "homepage": "https://www.mazacoin.org" - }, - "mm2": 1 - }, - { - "coin": "MAZE-SLP", - "fname": "Maze", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 6, - "token_id": "bb553ac2ac7af0fcd4f24f9dfacc7f925bfb1446c6e18c7966db95a8d50fb378", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "MC-BEP20", - "name": "mc_bep20", - "fname": "Merit Circle", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MC-ERC20", - "name": "mc_erc20", - "fname": "Merit Circle", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MCL", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "MCL", - "fname": "Marmara Credit Loops", - "rpcport": 33825, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "MDX", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "MDX", - "fname": "Mandala", - "rpcport": 18482, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "links": { - "homepage": "https://mandala.exchange" - }, - "mm2": 1 - }, - { - "coin": "MED-QRC20", - "name": "qtum", - "fname": "Medibloc", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "MEWC", - "name": "meowcoin", - "fname": "Meowcoin", - "sign_message_prefix": "Meowcoin Signed Message:\n", - "rpcport": 9766, - "pubtype": 50, - "p2shtype": 122, - "wiftype": 112, - "segwit": false, - "txfee": 1000000, - "dust": 1000000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1669'", - "links": { - "github": "https://github.com/Meowcoin-Foundation/Meowcoin", - "homepage": "https://www.mewccrypto.com/" - }, - "mm2": 1 - }, - { - "coin": "MINDS-ERC20", - "name": "minds_erc20", - "fname": "Minds", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB26631c6dda06aD89B93C71400D25692de89c068" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Minds Token", - "links": { - "homepage": "https://www.minds.com/" - } - }, - { - "coin": "MINU-BEP20", - "name": "minu_bep20", - "fname": "Minu", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xf48f91df403976060cC05dBbf8A0901b09fdeFd4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MIR-BEP20", - "name": "mir_bep20", - "fname": "Mirror Protocol", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5B6DcF557E2aBE2323c48445E8CC948910d8c2c9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MIR-ERC20", - "name": "mir_erc20", - "fname": "Mirror Protocol", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x09a3EcAFa817268f77BE1283176B946C4ff2E608" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-AVX20", - "name": "mkr_avx20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x88128fd4b259552A9A1D457f435a6527AAb72d42" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-BEP20", - "name": "mkr_bep20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-ERC20", - "name": "mkr_erc20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "MakerDAO", - "links": { - "github": "https://github.com/makerdao", - "homepage": "https://makerdao.com" - } - }, - { - "coin": "MKR-KRC20", - "name": "mkr_krc20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xdE81028C743f5304fe2cdEfac588f572d629a687" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MKR-PLG20", - "name": "mkr_plg20", - "fname": "Maker", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6f7C932e7684666C9fd1d44527765433e01fF61d" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "MLN-ERC20", - "name": "mln_erc20", - "fname": "Enzyme", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xec67005c4E498Ec7f55E092bd1d35cbC47C91892" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MM-AVX20", - "name": "mm_avx20", - "fname": "Million", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x993163CaD35162fB579D7B64e6695cB076EF5064" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MM-BEP20", - "name": "mm_bep20", - "fname": "Million", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MM-ERC20", - "name": "mm_erc20", - "fname": "Million", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Million", - "links": { - "homepage": "https://www.milliontoken.org" - } - }, - { - "coin": "MM-MVR20", - "name": "mm_mvr20", - "fname": "Million", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MM-PLG20", - "name": "mm_plg20", - "fname": "Million", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MONA", - "name": "monacoin", - "fname": "MonaCoin", - "sign_message_prefix": "Monacoin Signed Message:\n", - "rpcport": 9402, - "pubtype": 50, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "mona", - "wallet_only": false, - "required_confirmations": 5, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/22'", - "trezor_coin": "Monacoin", - "links": { - "github": "https://github.com/monacoinproject/monacoin", - "homepage": "https://monacoin.org" - }, - "mm2": 1 - }, - { - "coin": "MONA-segwit", - "name": "monacoin", - "fname": "MonaCoin", - "sign_message_prefix": "Monacoin Signed Message:\n", - "rpcport": 9402, - "pubtype": 50, - "p2shtype": 5, - "wiftype": 176, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "mona", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "MONA", - "required_confirmations": 5, - "avg_blocktime": 90, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/22'", - "trezor_coin": "Monacoin", - "links": { - "github": "https://github.com/monacoinproject/monacoin", - "homepage": "https://monacoin.org" - } - }, - { - "coin": "MOR-ARB20", - "name": "mor_arb20", - "fname": "Morpheus", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "MOR-ERC20", - "name": "mor_erc20", - "fname": "Morpheus", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xcBB8f1BDA10b9696c57E13BC128Fe674769DCEc0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "MOVR", - "name": "moonriver", - "fname": "Moonriver", - "rpcport": 80, - "chain_id": 1285, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Moonriver", - "links": { - "homepage": "https://moonbeam.network/networks/moonriver/" - }, - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_payment": 100000, - "eth_receiver_spend": 500000, - "eth_sender_refund": 500000 - }, - "mm2": 1 - }, - { - "coin": "NAV", - "name": "navcoin", - "fname": "Navcoin", - "sign_message_prefix": "Navcoin Signed Message:\n", - "isPoS": 1, - "txversion": 3, - "confpath": "USERHOME/.navcoin4/navcoin.conf", - "rpcport": 44444, - "pubtype": 53, - "p2shtype": 85, - "wiftype": 150, - "txfee": 10000, - "required_confirmations": 10, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/130'", - "mm2": 1 - }, - { - "coin": "NAV-BEP20", - "name": "nav_bep20", - "fname": "Navcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NEAR-BEP20", - "name": "near_bep20", - "fname": "NEAR Protocol", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "NENG", - "name": "nengcoin", - "fname": "Nengcoin", - "rpcport": 6376, - "pubtype": 53, - "p2shtype": 5, - "wiftype": 176, - "txfee": 200000, - "required_confirmations": 2, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/681'", - "mm2": 1 - }, - { - "coin": "NENG-BEP20", - "name": "neng_bep20", - "fname": "Nengcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xaD2c0B5ee5424C6b6f9C06E4fEF3FD7CD9FF0264" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NEXO-ERC20", - "name": "nexo_erc20", - "fname": "Nexo", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Nexo", - "links": { - "homepage": "http://nexo.io" - } - }, - { - "coin": "NEXO-KRC20", - "name": "nexo_krc20", - "fname": "Nexo", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xb7A18bd55e8E3E2262d7c8Ee7b4DD9B216Df0Faf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NEXO-PLG20", - "name": "nexo_plg20", - "fname": "Nexo", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "NFT_AVAX", - "name": "nft_avax", - "fname": "Avalanche", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "AVAX" - } - }, - "derivation_path": "m/44'/9000'", - "trezor_coin": "Avalanche C-Chain", - "links": { - "homepage": "https://www.avax.network/" - }, - "mm2": 1 - }, - { - "coin": "NFT_BNB", - "name": "nft_binancesmartchain", - "fname": "Binance Coin", - "avg_blocktime": 3, - "rpcport": 80, - "chain_id": 56, - "required_confirmations": 3, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "BNB" - } - }, - "derivation_path": "m/44'/714'", - "trezor_coin": "Binance Smart Chain", - "links": { - "homepage": "https://www.binance.org" - }, - "mm2": 1 - }, - { - "coin": "NFT_ETH", - "name": "nft_ethereum", - "fname": "Ethereum", - "rpcport": 80, - "chain_id": 1, - "sign_message_prefix": "Ethereum Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "ETH" - } - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "NFT_FTM", - "name": "nft_ftm", - "fname": "Fantom", - "rpcport": 80, - "chain_id": 250, - "required_confirmations": 3, - "avg_blocktime": 1.8, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "FTM" - } - }, - "derivation_path": "m/44'/1007'", - "trezor_coin": "Fantom Opera", - "links": { - "homepage": "https://fantom.foundation" - }, - "mm2": 1 - }, - { - "coin": "NFT_MATIC", - "name": "nft_matic", - "fname": "Polygon", - "rpcport": 80, - "chain_id": 137, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "NFT", - "protocol_data": { - "platform": "MATIC" - } - }, - "derivation_path": "m/44'/966'", - "trezor_coin": "Polygon", - "links": { - "homepage": "https://polygon.technology/" - }, - "mm2": 1 - }, - { - "coin": "NINJA", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "NINJA", - "fname": "Ninja", - "rpcport": 8427, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "NMC", - "name": "namecoin", - "fname": "Namecoin", - "rpcport": 8336, - "pubtype": 52, - "p2shtype": 13, - "wiftype": 180, - "txfee": 0, - "segwit": true, - "bech32_hrp": "nc", - "wallet_only": false, - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/7'", - "trezor_coin": "Namecoin", - "links": { - "github": "https://github.com/namecoin/namecoin-core", - "homepage": "https://namecoin.org" - }, - "mm2": 1 - }, - { - "coin": "NMC-segwit", - "name": "namecoin", - "fname": "Namecoin", - "rpcport": 8336, - "pubtype": 52, - "p2shtype": 13, - "wiftype": 180, - "txfee": 0, - "segwit": true, - "bech32_hrp": "nc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "NMC", - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/7'", - "trezor_coin": "Namecoin", - "links": { - "github": "https://github.com/namecoin/namecoin-core", - "homepage": "https://namecoin.org" - } - }, - { - "coin": "NUCLEUSTEST", - "avg_blocktime": 5, - "name": "nucleus-test", - "fname": "Nucleus Test", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "unucl", - "account_prefix": "nuc", - "chain_registry_name": "nucleus", - "chain_id": "nucleus-3" - } - }, - "derivation_path": "m/44'/118'", - "mm2": 1 - }, - { - "coin": "NVC", - "name": "novacoin", - "fname": "Novacoin", - "sign_message_prefix": "Novacoin Signed Message:\n", - "isPoS": 1, - "rpcport": 8344, - "pubtype": 8, - "p2shtype": 20, - "wiftype": 136, - "decimals": 6, - "txfee": 1000, - "dust": 10000, - "wallet_only": true, - "mature_confirmations": 500, - "required_confirmations": 1, - "avg_blocktime": 450, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/50'", - "mm2": 0 - }, - { - "coin": "NVC-BEP20", - "name": "nvc_bep20", - "fname": "Novacoin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBF84720097de111A80f46f9D077643967042841A" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "NVC-QRC20", - "name": "qtum", - "fname": "Novacoin", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xffb67c56c42b71144ae394dbfe298d863fbb3b9e" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "NYC", - "name": "newyorkcoin", - "fname": "NewYorkCoin", - "sign_message_prefix": "NewYorkCoin Signed Message:\n", - "rpcport": 22555, - "pubtype": 60, - "p2shtype": 22, - "wiftype": 188, - "segwit": false, - "txfee": 100000000, - "required_confirmations": 7, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/179'", - "links": { - "github": "https://github.com/NewYorkCoinNYC/newyorkcoin", - "homepage": "https://newyorkcoin.online" - }, - "mm2": 1 - }, - { - "coin": "NYC-BEP20", - "name": "nyc_bep20", - "fname": "NewYorkCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6c015277B0f9b8c24B20BD8BbbD29FDb25738A69" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NZDS-ERC20", - "name": "nzds_erc20", - "fname": "NZD Stablecoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "NZDS-PLG20", - "name": "nzds_plg20", - "fname": "NZD Stablecoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OC-QRC20", - "name": "qtum", - "fname": "OceanChain", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "OCEAN-BEP20", - "name": "ocean_bep20", - "fname": "Ocean Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OCEAN-ERC20", - "name": "ocean_erc20", - "fname": "Ocean Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Ocean Token", - "links": { - "github": "https://github.com/oceanprotocol", - "homepage": "https://oceanprotocol.com" - } - }, - { - "coin": "OCEAN-PLG20", - "name": "ocean_plg20", - "fname": "Ocean Protocol", - "rpcport": 80, - "wallet_only": true, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OKB-ERC20", - "name": "okb_erc20", - "fname": "OKB", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x75231F58b43240C9718Dd58B4967c5114342a86c" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "OKB", - "links": { - "github": "https://github.com/okex/okberc20token", - "homepage": "https://www.okex.com/" - } - }, - { - "coin": "OM-BEP20", - "name": "om_bep20", - "fname": "MANTRA", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xF78D2e7936F5Fe18308A3B2951A93b6c4a41F5e2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "OM-ERC20", - "name": "om_erc20", - "fname": "MANTRA", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3593D125a4f7849a1B059E64F4517A86Dd60c95d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "OM-PLG20", - "name": "om_plg20", - "fname": "MANTRA", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "OMG-ERC20", - "name": "omg_erc20", - "fname": "OMG Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "OmiseGO", - "links": { - "github": "https://github.com/omisego", - "homepage": "https://omg.omise.co" - } - }, - { - "coin": "OMG-PLG20", - "name": "omg_plg20", - "fname": "OMG Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ONE", - "name": "harmony", - "fname": "Harmony", - "rpcport": 80, - "chain_id": 1666600000, - "use_access_list": true, - "max_eth_tx_type": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "ONT-BEP20", - "name": "ont_bep20", - "fname": "Ontology", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xFd7B3A77848f1C2D67E05E54d78d174a0C850335" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "OSMO", - "avg_blocktime": 7, - "name": "osmosis", - "fname": "Osmosis", - "wallet_only": true, - "protocol": { - "type": "TENDERMINT", - "protocol_data": { - "decimals": 6, - "denom": "uosmo", - "account_prefix": "osmo", - "chain_registry_name": "osmosis", - "chain_id": "osmosis-1", - "gas_price": 0.5 - } - }, - "derivation_path": "m/44'/118'", - "mm2": 0 - }, - { - "coin": "OSMO-IBC_NUCLEUSTEST", - "avg_blocktime": 5, - "name": "cosmos-ibc-nucleus-test", - "fname": "Osmosis", - "wallet_only": false, - "is_testnet": true, - "protocol": { - "type": "TENDERMINTTOKEN", - "protocol_data": { - "platform": "NUCLEUSTEST", - "decimals": 6, - "denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23" - } - }, - "derivation_path": "m/44'/118'" - }, - { - "coin": "PAX-BEP20", - "name": "pax_bep20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAX-ERC20", - "name": "pax_erc20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Paxos Standard (PAX)", - "links": { - "github": "https://github.com/paxosglobal", - "homepage": "https://www.paxos.com/standard" - } - }, - { - "coin": "PAX-KRC20", - "name": "pax_krc20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAX-PLG20", - "name": "pax_plg20", - "fname": "Paxos Standard", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAXG-BEP20", - "name": "paxg_bep20", - "fname": "PAX Gold", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7950865a9140cB519342433146Ed5b40c6F210f7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PAXG-ERC20", - "name": "paxg_erc20", - "fname": "PAX Gold", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x45804880De22913dAFE09f4980848ECE6EcbAf78" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Paxos Gold", - "links": { - "github": "https://github.com/paxosglobal/paxos-gold-contract", - "homepage": "https://www.paxos.com/paxgold" - } - }, - { - "coin": "PAXG-PLG20", - "name": "paxg_plg20", - "fname": "PAX Gold", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x553d3D295e0f695B9228246232eDF400ed3560B5" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "PENDLE-ARB20", - "name": "pendle_arb20", - "fname": "Pendle", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "PENDLE-BEP20", - "name": "pendle_bep20", - "fname": "Pendle", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb3Ed0A426155B79B898849803E3B36552f7ED507" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PENDLE-ERC20", - "name": "pendle_erc20", - "fname": "Pendle", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x808507121B80c02388fAd14726482e061B8da827" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PEP", - "name": "pepecoin", - "fname": "Pepecoin", - "rpcport": 33873, - "pubtype": 56, - "p2shtype": 22, - "wiftype": 158, - "segwit": false, - "txfee": 1000000, - "sign_message_prefix": "Pepecoin Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/3434'", - "links": { - "github": "https://github.com/pepecoinppc/pepecoin", - "homepage": "https://pepecoin.org" - }, - "mm2": 1 - }, - { - "coin": "PEPE-ARB20", - "name": "pepe_arb20", - "fname": "Pepe", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://www.pepe.vip" - }, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "PEPE-BEP20", - "name": "pepe_bep20", - "fname": "Pepe", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://www.pepe.vip" - } - }, - { - "coin": "PEPE-ERC20", - "name": "pepe_erc20", - "fname": "Pepe", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6982508145454Ce325dDbE47a25d4ec3d2311933" - } - }, - "derivation_path": "m/44'/60'", - "links": { - "homepage": "https://www.pepe.vip" - } - }, - { - "coin": "PGX-PLG20", - "name": "pegaxy_stone", - "fname": "Pegaxy Stone", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "PINK", - "name": "pink", - "fname": "Pinkcoin", - "rpcport": 9135, - "isPoS": 1, - "pubtype": 3, - "p2shtype": 28, - "wiftype": 131, - "txfee": 10000, - "wallet_only": true, - "sign_message_prefix": "Pinkcoin Signed Message:\n", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/117'", - "links": { - "github": "https://github.com/Pink2Dev/Pink2", - "homepage": "https://getstarted.with.pink" - }, - "mm2": 0 - }, - { - "coin": "PIVX", - "name": "pivx", - "fname": "PIVX", - "sign_message_prefix": "DarkNet Signed Message:\n", - "rpcport": 51473, - "pubtype": 30, - "p2shtype": 13, - "wiftype": 212, - "txfee": 100000, - "dust": 5460, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/119'", - "mm2": 1 - }, - { - "coin": "PND", - "name": "pandacoin", - "fname": "Pandacoin", - "isPoS": 1, - "rpcport": 22444, - "pubtype": 55, - "p2shtype": 22, - "wiftype": 183, - "decimals": 6, - "txfee": 10000000, - "dust": 1000000, - "segwit": true, - "bech32_hrp": "pn", - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/37'", - "mm2": 1 - }, - { - "coin": "PNK-ERC20", - "name": "pnk_erc20", - "fname": "Kleros", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Pinakion", - "links": { - "github": "https://github.com/kleros", - "homepage": "https://kleros.io" - } - }, - { - "coin": "POT", - "name": "potcoin", - "fname": "PotCoin", - "sign_message_prefix": "Potcoin Signed Message:\n", - "isPoSV": 1, - "rpcport": 42000, - "pubtype": 55, - "p2shtype": 5, - "wiftype": 183, - "txversion": 4, - "txfee": 100000, - "dust": 100000, - "wallet_only": true, - "mature_confirmations": 240, - "required_confirmations": 5, - "avg_blocktime": 40, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/81'", - "mm2": 0 - }, - { - "coin": "POT-ERC20", - "name": "pot_erc20", - "fname": "PotCoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "POT-PLG20", - "name": "pot_plg20", - "fname": "PotCoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "POWR-ERC20", - "name": "powr_erc20", - "fname": "Power Ledger", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "PowerLedger", - "links": { - "homepage": "https://powerledger.io" - } - }, - { - "coin": "POWR-PLG20", - "name": "powr_plg20", - "fname": "Power Ledger", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PPC", - "name": "peercoin", - "fname": "Peercoin", - "isPoS": 1, - "rpcport": 9902, - "pubtype": 55, - "p2shtype": 117, - "wiftype": 183, - "decimals": 6, - "txfee": 0, - "dust": 10000, - "segwit": true, - "bech32_hrp": "pc", - "required_confirmations": 1, - "avg_blocktime": 510, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/6'", - "trezor_coin": "Peercoin", - "links": { - "github": "https://github.com/peercoin/peercoin", - "homepage": "https://peercoin.net" - }, - "mm2": 1 - }, - { - "coin": "PPC-ERC20", - "name": "ppc_erc20", - "fname": "Peercoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x044d078F1c86508e13328842Cc75AC021B272958" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PPC-PLG20", - "name": "ppc_plg20", - "fname": "Peercoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x91E7E32C710661C44ae44D10Aa86135d91C3Ed65" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PRCY", - "name": "prcy", - "fname": "PRivaCY Coin", - "rpcport": 59683, - "pubtype": 55, - "p2shtype": 61, - "wiftype": 28, - "txfee": 0, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/853'", - "mm2": 1 - }, - { - "coin": "PRCY-BEP20", - "name": "prcy_bep20", - "fname": "PRivaCY Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PRCY-ERC20", - "name": "prcy_erc20", - "fname": "PRivaCY Coin", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 8, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PRCY-PLG20", - "name": "prcy_plg20", - "fname": "PRivaCY Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PSF-SLP", - "fname": "PS Foundation", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "38e97c5d7d3585a2cbf3f9580c82ca33985f9cb0845d4dcce220cb709f9538b0", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "PUT-QRC20", - "name": "qtum", - "fname": "Profile Utility Token", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "PYR-ERC20", - "name": "pyr_erc20", - "fname": "Vulcan Forged", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "PYR-PLG20", - "name": "pyr_plg20", - "fname": "Vulcan Forged", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "QBT-QRC20", - "name": "qtum", - "fname": "Qbao", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 8, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QC-QRC20", - "name": "qtum", - "fname": "Qcash", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xf2033ede578e17fa6231047265010445bca8cf1c" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QI-QRC20", - "name": "qtum", - "fname": "Qi Swap", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x54fefdb5b31164f66ddb68becd7bdd864cacd65b" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QIAIR-QRC20", - "name": "qtum", - "fname": "Qi Airdrop Token", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "QKC-BEP20", - "name": "qkc_bep20", - "fname": "QuarkChain", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xA1434F1FC3F437fa33F7a781E041961C0205B5Da" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "QKC-ERC20", - "name": "qkc_erc20", - "fname": "QuarkChain", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "QuarkChain", - "links": { - "homepage": "https://quarkchain.io" - } - }, - { - "coin": "QNT-ERC20", - "name": "qnt_erc20", - "fname": "Quant", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4a220E6096B25EADb88358cb44068A3248254675" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Quant", - "links": { - "github": "https://github.com/quantnetwork", - "homepage": "https://www.quant.network/" - } - }, - { - "coin": "QNT-KRC20", - "name": "qnt_krc20", - "fname": "Quant", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x791630C11c7159A748d8c2267a66780B3DDC40a7" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "QRC20", - "fname": "QRC20", - "pubtype": 120, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "is_testnet": true, - "mature_confirmations": 2000, - "required_confirmations": 1, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "tQTUM", - "contract_address": "0xd362e096e873eb7907e205fadc6175c6fec7bc44" - } - }, - "mm2": 1 - }, - { - "coin": "QTUM", - "name": "qtum", - "fname": "Qtum", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "qc", - "txfee": 400000, - "dust": 72800, - "sign_message_prefix": "Qtum Signed Message:\n", - "force_min_relay_fee": true, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QTUM" - }, - "derivation_path": "m/44'/2301'", - "trezor_coin": "Qtum", - "links": { - "github": "https://github.com/qtumproject/qtum", - "homepage": "https://qtum.org" - }, - "mm2": 1 - }, - { - "coin": "QTUM-ERC20", - "name": "qtum_erc20", - "fname": "Qtum", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3103dF8F05c4D8aF16fD22AE63E406b97FeC6938" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Qtum", - "links": { - "github": "https://github.com/qtumproject", - "homepage": "https://qtum.org/" - } - }, - { - "coin": "RAPH", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "RAPH", - "fname": "Raphael", - "rpcport": 30261, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 4, - "requires_notarization": false, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "RBTC", - "name": "rsksmartbitcoin", - "fname": "RSK Smart Bitcoin", - "sign_message_prefix": "RSK Signed Message:\n", - "wallet_only": true, - "avg_blocktime": 6, - "rpcport": 80, - "alias_ticker": "BTC", - "chain_id": 30, - "required_confirmations": 1, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "RSK", - "links": { - "homepage": "https://rsk.co" - }, - "mm2": 0 - }, - { - "coin": "RDD", - "name": "reddcoin", - "fname": "ReddCoin", - "sign_message_prefix": "Reddcoin Signed Message:\n", - "isPoSV": 1, - "rpcport": 45443, - "pubtype": 61, - "p2shtype": 5, - "wiftype": 189, - "txversion": 2, - "txfee": 100000, - "dust": 100000, - "segwit": false, - "wallet_only": true, - "mature_confirmations": 30, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/4'", - "trezor_coin": "Reddcoin", - "links": { - "github": "https://github.com/reddcoin-project/reddcoin", - "homepage": "https://reddcoin.com" - }, - "mm2": 0 - }, - { - "coin": "REN-ERC20", - "name": "ren_erc20", - "fname": "Ren", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x408e41876cCCDC0F92210600ef50372656052a38" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Republic Token", - "links": { - "github": "https://github.com/renproject", - "homepage": "https://renproject.io/" - } - }, - { - "coin": "REN-HCO20", - "name": "ren_hco20", - "fname": "Ren", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x212208bcc81F3a2D0188afF76A2d39351eb53b96" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "REP-ERC20", - "name": "rep_erc20", - "fname": "Augur", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x221657776846890989a759BA2973e427DfF5C9bB" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Augur", - "links": { - "homepage": "https://augur.net" - } - }, - { - "coin": "REQ-ERC20", - "name": "req_erc20", - "fname": "Request", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "REQ-PLG20", - "name": "req_plg20", - "fname": "Request", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "REV-ERC20", - "name": "rev_erc20", - "fname": "Revain", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9" - } - }, - "decimals": 6, - "derivation_path": "m/44'/60'", - "trezor_coin": "Revain", - "links": { - "github": "https://github.com/Revain", - "homepage": "https://revain.org" - } - }, - { - "coin": "RIC", - "name": "riecoin", - "fname": "Riecoin", - "sign_message_prefix": "Riecoin Signed Message:\n", - "rpcport": 28332, - "pubtype": 60, - "p2shtype": 65, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "ric", - "txfee": 10000, - "wallet_only": false, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/143'", - "mm2": 1 - }, - { - "coin": "RIC-BEP20", - "name": "ric_bep20", - "fname": "Riecoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RIC-segwit", - "name": "riecoin", - "fname": "Riecoin", - "sign_message_prefix": "Riecoin Signed Message:\n", - "rpcport": 28332, - "pubtype": 60, - "p2shtype": 65, - "wiftype": 128, - "segwit": true, - "bech32_hrp": "ric", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "RIC", - "txfee": 10000, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/143'" - }, - { - "coin": "RLC-ERC20", - "name": "rlc_erc20", - "fname": "iExec RLC", - "rpcport": 80, - "chain_id": 1, - "decimals": 9, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x607F4C5BB672230e8672085532f7e901544a7375" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "IEx.ec", - "links": { - "homepage": "http://iex.ec/" - } - }, - { - "coin": "RLC-PLG20", - "name": "rlc_plg20", - "fname": "iExec RLC", - "rpcport": 80, - "chain_id": 137, - "decimals": 9, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RNDR-ERC20", - "name": "rndr_erc20", - "fname": "Render", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RNDR-PLG20", - "name": "rndr_plg20", - "fname": "Render", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x61299774020dA444Af134c82fa83E3810b309991" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "RPL-ERC20", - "name": "rpl_erc20", - "fname": "Rocket Pool", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xD33526068D116cE69F19A9ee46F0bd304F21A51f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RSR-ERC20", - "name": "rsr_erc20", - "fname": "Reserve Rights", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x320623b8E4fF03373931769A31Fc52A4E78B5d70" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Reserve Rights", - "links": { - "github": "https://github.com/reserve-protocol/rsr-mainnet", - "homepage": "https://reserve.org" - } - }, - { - "coin": "RTM", - "name": "raptoreum", - "fname": "Raptoreum", - "rpcport": 9998, - "pubtype": 60, - "p2shtype": 16, - "wiftype": 128, - "txfee": 1000, - "confpath": "USERHOME/.raptoreumcore/raptoreum.conf", - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/10226'", - "mm2": 1 - }, - { - "coin": "RTM-BEP20", - "name": "rtm_bep20", - "fname": "Raptoreum", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xF7C71cab11E3694638Bb9A106E0F430565BD15F1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "RUNES", - "name": "runebase", - "fname": "Runebase", - "sign_message_prefix": "Runebase Signed Message:\n", - "rpcport": 9432, - "pubtype": 61, - "p2shtype": 123, - "wiftype": 216, - "txfee": 5000000, - "dust": 400000, - "mature_confirmations": 120, - "segwit": true, - "bech32_hrp": "rc", - "required_confirmations": 6, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/88'", - "links": { - "github": "https://github.com/runebase/runebase", - "homepage": "https://www.runebase.io" - }, - "mm2": 1 - }, - { - "coin": "RVN", - "name": "raven", - "fname": "RavenCoin", - "sign_message_prefix": "Raven Signed Message:\n", - "rpcport": 8766, - "pubtype": 60, - "p2shtype": 122, - "wiftype": 128, - "segwit": true, - "txfee": 1100000, - "required_confirmations": 3, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/175'", - "trezor_coin": "Ravencoin", - "links": { - "github": "https://github.com/RavenProject/Ravencoin", - "homepage": "https://ravencoin.org" - }, - "mm2": 1 - }, - { - "coin": "S4F-BEP20", - "name": "s4f_bep20", - "fname": "S4FE", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x788D2780992222360f674cc12C36478870b8E6ED" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "S4F-ERC20", - "name": "s4f_erc20", - "fname": "S4FE", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SAND-BEP20", - "name": "sand_bep20", - "fname": "The Sandbox", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x67b725d7e342d7B611fa85e859Df9697D9378B2e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SAND-ERC20", - "name": "sand_erc20", - "fname": "The Sandbox", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SAND-PLG20", - "name": "sand_plg20", - "fname": "The Sandbox", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SBCH", - "name": "smartbch", - "fname": "SmartBCH", - "rpcport": 80, - "alias_ticker": "BCH", - "chain_id": 10000, - "required_confirmations": 3, - "avg_blocktime": 6, - "protocol": { - "type": "ETH" - }, - "mm2": 1 - }, - { - "coin": "SCRT-BEP20", - "name": "scrt_bep20", - "fname": "Secret", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SEELE-ERC20", - "name": "seele_erc20", - "fname": "Seele", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB1e93236ab6073fdAC58adA5564897177D4bcC43" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Seele", - "links": { - "homepage": "http://seele.pro" - } - }, - { - "coin": "SEPOLIAETH", - "name": "sepolia", - "fname": "Sepolia", - "rpcport": 80, - "chain_id": 11155111, - "sign_message_prefix": "Sepolia Signed Message:\n", - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "mm2": 1 - }, - { - "coin": "SHIB-BEP20", - "name": "shib_bep20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2859e4544C4bB03966803b044A93563Bd2D0DD4D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SHIB-ERC20", - "name": "shib_erc20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SHIBA INU", - "links": { - "homepage": "https://shibatoken.com" - } - }, - { - "coin": "SHIB-KRC20", - "name": "shib_krc20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x73b6086955c820370A18002F60E9b51FB67d7e1A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SHIB-PLG20", - "name": "shib_plg20", - "fname": "Shiba Inu", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SHR-BEP20", - "name": "shr_bep20", - "fname": "Share", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x5fb4968fC85868DF3aD2d6e59883a10570f01D18" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SHR-ERC20", - "name": "shr_erc20", - "fname": "Share", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xd98F75b1A3261dab9eEd4956c93F33749027a964" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SIBM-BEP20", - "name": "sibm_bep20", - "fname": "SibMining", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SIGNA-BEP20", - "name": "signa_bep20", - "fname": "Signum", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7b0E7E40eE4672599F7095D1DdD730b0805195BA" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SKL-ERC20", - "name": "skl_erc20", - "fname": "SKALE", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNT-ERC20", - "name": "snt_erc20", - "fname": "Status", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x744d70FDBE2Ba4CF95131626614a1763DF805B9E" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Status Network Token", - "links": { - "github": "https://github.com/status-im", - "homepage": "https://status.im" - } - }, - { - "coin": "SNX-AVX20", - "name": "snx_avx20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xBeC243C995409E6520D7C41E404da5dEba4b209B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-BEP20", - "name": "snx_bep20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9Ac983826058b8a9C7Aa1C9171441191232E8404" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-ERC20", - "name": "snx_erc20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Synthetix Network Token", - "links": { - "github": "https://github.com/havven/havven", - "homepage": "https://synthetix.io" - } - }, - { - "coin": "SNX-FTM20", - "name": "snx_ftm20", - "fname": "Synthetix", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-KRC20", - "name": "snx_krc20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x31965b5c9c55f5579eb49F4b3AcC59aA10a7B98E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SNX-PLG20", - "name": "snx_plg20", - "fname": "Synthetix", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SOL-BEP20", - "name": "sol_bep20", - "fname": "Solana", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x570A5D26f7765Ecb712C0924E4De545B89fD43dF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SOL-PLG20", - "name": "sol_plg20", - "fname": "Solana", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SOLVE-ERC20", - "name": "solve_erc20", - "fname": "SOLVE", - "required_confirmations": 3, - "avg_blocktime": 15, - "rpcport": 80, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x446C9033E7516D820cc9a2ce2d0B7328b579406F" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SOUR-SLP", - "fname": "Sour", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "6448381f9649ecacd8c30189cfbfee71a91b6b9738ea494fe33f8b8b51cbfca0", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "SPACE-ARB20", - "name": "space_arb20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "SPACE-AVX20", - "name": "space_avx20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SPACE-BEP20", - "name": "space_bep20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x9E1170c12FDDd3B00FEc42ddF4C942565D9Be577" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SPACE-FTM20", - "name": "space_ftm20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x5f7F94a1dd7b15594d17543BEB8B30b111DD464c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SPACE-PLG20", - "name": "space_plg20", - "fname": "Space Token", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SPACE-PLG20_OLD", - "name": "space_plg20_old", - "fname": "Space Token (OLD)", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SPACECOIN", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "SPACE", - "fname": "Spacecoin", - "rpcport": 35593, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 6, - "requires_notarization": false, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "SPICE-SLP", - "fname": "Spice", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "4de69e374a8ed21cbddd47f2338cc0f479dc58daa2bbe11cd604ca488eca0ddf", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "SRM-ERC20", - "name": "srm_erc20", - "fname": "Serum", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x476c5E26a75bd202a9683ffD34359C0CC15be0fF" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SRM-PLG20", - "name": "srm_plg20", - "fname": "Serum", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "STFIRO-ERC20", - "name": "firo_erc20", - "fname": "StakedFIRO", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 8, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "STORJ-ERC20", - "name": "storj_erc20", - "fname": "Storj", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC" - } - }, - "decimals": 8, - "derivation_path": "m/44'/60'", - "trezor_coin": "STORJ", - "links": { - "github": "https://github.com/Storj", - "homepage": "https://storj.io" - } - }, - { - "coin": "SUSHI-AVX20", - "name": "sushi_avx20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-BEP20", - "name": "sushi_bep20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x947950BcC74888a40Ffa2593C5798F11Fc9124C4" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-ERC20", - "name": "sushi_erc20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "SushiToken", - "links": { - "github": "https://github.com/sushiswap", - "homepage": "https://sushiswapclassic.org/" - } - }, - { - "coin": "SUSHI-FTM20", - "name": "sushi_ftm20", - "fname": "Sushi", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-KRC20", - "name": "sushi_krc20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xE0a60890BB7F9250089455620063fb6fe4DC159a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-MVR20", - "name": "sushi_mvr20", - "fname": "Sushi", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SUSHI-PLG20", - "name": "sushi_plg20", - "fname": "Sushi", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SWAP-BEP20", - "name": "swap_bep20", - "fname": "SafeSwap", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xe56a473043EaAB7947c0a2408cEA623074500EE3" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SXP-BEP20", - "name": "sxp_bep20", - "fname": "Swipe", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SXP-ERC20", - "name": "sxp_erc20", - "fname": "Swipe", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-AVX20", - "name": "syn_avx20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x1f1E7c893855525b303f99bDF5c3c05Be09ca251" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-BEP20", - "name": "syn_bep20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xa4080f1778e69467E905B8d6F72f6e441f9e9484" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-ERC20", - "name": "syn_erc20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-FTM20", - "name": "syn_ftm20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0xE55e19Fb4F2D85af758950957714292DAC1e25B2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "SYN-PLG20", - "name": "syn_plg20", - "fname": "Synapse", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "SYS", - "name": "syscoin", - "fname": "Syscoin", - "sign_message_prefix": "Syscoin Signed Message:\n", - "rpcport": 8370, - "pubtype": 63, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 1820, - "segwit": true, - "bech32_hrp": "sys", - "required_confirmations": 5, - "avg_blocktime": 60, - "wallet_only": false, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/57'", - "trezor_coin": "Syscoin", - "links": { - "github": "https://github.com/syscoin/syscoin", - "homepage": "https://syscoin.org" - }, - "mm2": 1 - }, - { - "coin": "SYS-segwit", - "name": "syscoin", - "fname": "Syscoin", - "sign_message_prefix": "Syscoin Signed Message:\n", - "rpcport": 8370, - "pubtype": 63, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 1820, - "segwit": true, - "bech32_hrp": "sys", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "SYS", - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/57'", - "trezor_coin": "Syscoin", - "links": { - "github": "https://github.com/syscoin/syscoin", - "homepage": "https://syscoin.org" - } - }, - { - "coin": "TAMA-ERC20", - "name": "tama_erc20", - "fname": "Tamadoge", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x12b6893cE26Ea6341919FE289212ef77e51688c8" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TAZ-BEP20", - "name": "taz_bep20", - "fname": "Taz", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x83BC92dcfC1F62Ba5dbd0f3537032f83a004300A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TBTC-ERC20", - "name": "tbtc_erc20", - "fname": "tBTC", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x18084fbA666a33d37592fA2633fD49a74DD93a88" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TBTC-PLG20", - "name": "tbtc_plg20", - "fname": "tBTC", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TEL-ERC20", - "name": "tel_erc20", - "fname": "Telcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 2, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x467Bccd9d29f223BcE8043b84E8C8B282827790F" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TEL-KRC20", - "name": "tel_krc20", - "fname": "Telcoin", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x621C1E8610e4B9b7fc9F043203C008EDe52E92F5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TEL-PLG20", - "name": "tel_plg20", - "fname": "Telcoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 2, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TESTBTC", - "name": "tbitcoin", - "fname": "Bitcoin Testnet", - "rpcport": 18332, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "segwit": true, - "bech32_hrp": "tb", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "is_testnet": true, - "required_confirmations": 0, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1'", - "mm2": 1 - }, - { - "coin": "TESTBTC-segwit", - "name": "tbitcoin", - "fname": "Bitcoin Testnet", - "rpcport": 18332, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "segwit": true, - "bech32_hrp": "tb", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "tBTC", - "txfee": 0, - "estimate_fee_mode": "ECONOMICAL", - "is_testnet": true, - "required_confirmations": 0, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/84'/1'" - }, - { - "coin": "TFT-BEP20", - "name": "tft_bep20", - "fname": "ThreeFold", - "rpcport": 80, - "chain_id": 56, - "decimals": 7, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8f0FB159380176D324542b3a7933F0C2Fd0c2bbf" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "THC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "THC", - "fname": "HempCoin", - "rpcport": 36790, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "THC-BEP20", - "name": "thc_bep20", - "fname": "HempCoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TKL", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "TOKEL", - "fname": "Tokel", - "rpcport": 29405, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 2, - "requires_notarization": true, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "TON-BEP20", - "name": "ton_bep20", - "fname": "Toncoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 9, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x76A797A59Ba2C17726896976B7B3747BfD1d220f" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TON-ERC20", - "name": "ton_erc20", - "fname": "Toncoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 9, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TRAC-ERC20", - "name": "trac_erc20", - "fname": "OriginTrail", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "OriginTrail", - "links": { - "homepage": "https://origintrail.io" - } - }, - { - "coin": "TRC", - "name": "terracoin", - "fname": "Terracoin", - "confpath": "USERHOME/.terracoincore/terracoin.conf", - "rpcport": 13332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10000, - "dust": 5460, - "required_confirmations": 3, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/83'", - "mm2": 1 - }, - { - "coin": "TRX-BEP20", - "name": "trx_bep20", - "fname": "TRON", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TRX-BEP20_OLD", - "name": "trx_bep20_old", - "fname": "TRON (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TRYB-AVX20", - "name": "tryb_avx20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x564A341Df6C126f90cf3ECB92120FD7190ACb401" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "TRYB-BEP20", - "name": "tryb_bep20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xC1fdbed7Dac39caE2CcC0748f7a80dC446F6a594" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TRYB-ERC20", - "name": "tryb_erc20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2C537E5624e4af88A7ae4060C022609376C8D0EB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TRYB-PLG20", - "name": "tryb_plg20", - "fname": "BiLira", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x4Fb71290Ac171E1d144F7221D882BECAc7196EB5" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "TSIA", - "fname": "Siacoin Testnet", - "required_confirmations": 1, - "protocol": { - "type": "SIA" - }, - "mm2": 1 - }, - { - "coin": "TSL-QRC20", - "name": "qtum", - "fname": "Energo TSL", - "rpcport": 3889, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "txfee": 400000, - "dust": 72800, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c" - } - }, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "decimals": 18, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "TTT-SLP", - "fname": "Trinity Trust Token", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 2, - "token_id": "5321508197ffed321c5fc9a1427e5c68b31d2c1ec92ae1c495f8acb08d8d66cd", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "TUSD-AVX20", - "name": "tusd_avx20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-BEP20", - "name": "tusd_bep20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x40af3827F39D0EAcBF4A168f8D4ee67c121D11c9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-ERC20", - "name": "tusd_erc20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0000000000085d4780B73119b644AE5ecd22b376" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "TrueUSD", - "links": { - "github": "https://github.com/trusttoken", - "homepage": "https://www.trusttoken.com" - } - }, - { - "coin": "TUSD-FTM20", - "name": "tusd_ftm20", - "fname": "TrueUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x9879aBDea01a879644185341F7aF7d8343556B7a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-HCO20", - "name": "tusd_hco20", - "fname": "TrueUSD", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x5eE41aB6edd38cDfB9f6B4e6Cf7F75c87E170d98" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-KRC20", - "name": "tusd_krc20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xD17027b85Abf02721F953EE528721A980fa58941" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TUSD-PLG20", - "name": "tusd_plg20", - "fname": "TrueUSD", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2e1AD108fF1D8C782fcBbB89AAd783aC49586756" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "TWT-BEP20", - "name": "twt_bep20", - "fname": "Trust Wallet", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4B0F1812e5Df2A09796481Ff14017e6005508003" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UBQ", - "name": "ubiq", - "fname": "Ubiq", - "rpcport": 80, - "chain_id": 8, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ETH" - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Ubiq", - "links": { - "homepage": "https://ubiqsmart.com" - }, - "mm2": 1 - }, - { - "coin": "UBT-ERC20", - "name": "ubt_erc20", - "fname": "Unibright", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Unibright", - "links": { - "homepage": "https://unibright.io" - } - }, - { - "coin": "UBT-PLG20", - "name": "ubt_plg20", - "fname": "Unibright", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x7FBc10850caE055B27039aF31bD258430e714c62" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UFO", - "name": "ufo", - "fname": "Uniform Fiscal Object", - "sign_message_prefix": "UFO Signed Message:\n", - "rpcport": 8087, - "pubtype": 27, - "p2shtype": 68, - "wiftype": 155, - "txfee": 100000, - "segwit": true, - "bech32_hrp": "uf", - "required_confirmations": 6, - "avg_blocktime": 1.5, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/202'", - "links": { - "github": "https://github.com/fiscalobject/ufo", - "homepage": "https://ufobject.com" - }, - "mm2": 1 - }, - { - "coin": "UIS", - "name": "unitus", - "fname": "Unitus", - "sign_message_prefix": "Unitus Signed Message:\n", - "rpcport": 50604, - "pubtype": 68, - "p2shtype": 10, - "wiftype": 132, - "txfee": 2000000, - "dust": 6000000, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/723'", - "links": { - "github": "https://github.com/unitusdev/unitus", - "homepage": "https://unituscurrency.com" - }, - "mm2": 1 - }, - { - "coin": "UMA-AVX20", - "name": "uma_avx20", - "fname": "UMA", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UMA-ERC20", - "name": "uma_erc20", - "fname": "UMA", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UMA-PLG20", - "name": "uma_plg20", - "fname": "UMA", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x3066818837c5e6eD6601bd5a91B0762877A6B731" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-AVX20", - "name": "uni_avx20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-BEP20", - "name": "uni_bep20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xBf5140A22578168FD562DCcF235E5D43A02ce9B1" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-ERC20", - "name": "uni_erc20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Uniswap", - "links": { - "homepage": "https://uniswap.org/" - } - }, - { - "coin": "UNI-HCO20", - "name": "uni_hco20", - "fname": "Uniswap", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x22C54cE8321A4015740eE1109D9cBc25815C46E6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-KRC20", - "name": "uni_krc20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xEe58E4D62b10A92dB1089d4D040B759C28aE16Cd" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UNI-PLG20", - "name": "uni_plg20", - "fname": "Uniswap", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "UNO", - "name": "unobtanium", - "fname": "Unobtanium", - "sign_message_prefix": "Unobtanium Signed Message:\n", - "rpcport": 65535, - "pubtype": 130, - "p2shtype": 30, - "wiftype": 224, - "txfee": 0, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/92'", - "trezor_coin": "Unobtanium", - "links": { - "github": "https://github.com/unobtanium-official/unobtanium", - "homepage": "https://unobtanium.uno" - }, - "mm2": 1 - }, - { - "coin": "UOS-ERC20", - "name": "uos_erc20", - "fname": "Ultra", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c" - } - }, - "decimals": 4, - "derivation_path": "m/44'/60'" - }, - { - "coin": "UQC-ERC20", - "name": "uqc_erc20", - "fname": "Uquid Coin", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Uquid Coin", - "links": { - "homepage": "https://uquidcoin.com" - } - }, - { - "coin": "USDC-ARB20", - "name": "usdc_arb20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 42161, - "decimals": 6, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "USDC-AVX20", - "name": "usdc_avx20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-AVX20_OLD", - "name": "usdc_avx20_old", - "fname": "USD Coin (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-BEP20", - "name": "usdc_bep20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDC-ERC20", - "name": "usdc_erc20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "USD//Coin", - "links": { - "github": "https://github.com/centrehq/centre-tokens", - "homepage": "https://www.centre.io" - } - }, - { - "coin": "USDC-FTM20", - "name": "usdc_ftm20", - "fname": "USD Coin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x04068DA6C83AFCFA0e13ba15A6696662335D5B75" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-HCO20", - "name": "usdc_hco20", - "fname": "USD Coin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "avg_blocktime": 3, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0x9362Bbef4B8313A8Aa9f0c9808B80577Aa26B73B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-KRC20", - "name": "usdc_krc20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 321, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-MVR20", - "name": "usdc_mvr20", - "fname": "USD Coin", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDC-PLG20", - "name": "usdc_plg20", - "fname": "USD Coin", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDC-PLG20_OLD", - "name": "usdc_plg20_old", - "fname": "USD Coin (OLD)", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDD-BEP20", - "name": "usdd_bep20", - "fname": "USDD", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xd17479997F34dd9156Deef8F95A52D81D265be9c" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDD-ERC20", - "name": "usdd_erc20", - "fname": "USDD", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDF", - "fname": "Fake USD", - "is_testnet": true, - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 4, - "token_id": "bb309e48930671582bea508f9a1d9b491e49b69be3d6f372dc08da2ac6e90eb7", - "platform": "tBCH", - "required_confirmations": 1, - "slp_prefix": "slptest" - } - }, - "mm2": 1 - }, - { - "coin": "USDT-ARB20", - "name": "usdt_arb20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 42161, - "decimals": 6, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "USDT-AVX20", - "name": "usdt_avx20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 120000, - "erc20_receiver_spend": 90000, - "erc20_sender_refund": 90000 - } - }, - { - "coin": "USDT-AVX20_OLD", - "name": "usdt_avx20_old", - "fname": "Tether (OLD)", - "rpcport": 80, - "wallet_only": true, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 6, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-BEP20", - "name": "usdt_bep20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x55d398326f99059fF775485246999027B3197955" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDT-ERC20", - "name": "usdt_erc20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "USD Tether (erc20)", - "links": { - "homepage": "https://tether.to" - } - }, - { - "coin": "USDT-FTM20", - "name": "usdt_ftm20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x049d68029688eAbF473097a2fC38ef61633A3C7A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-HCO20", - "name": "usdt_hco20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 128, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "HT", - "contract_address": "0xa71EdC38d189767582C38A3145b5873052c3e47a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-KRC20", - "name": "usdt_krc20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 321, - "avg_blocktime": 3, - "decimals": 18, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-MVR20", - "name": "usdt_mvr20", - "fname": "Tether", - "rpcport": 80, - "wallet_only": true, - "chain_id": 1285, - "avg_blocktime": 15, - "decimals": 6, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MOVR", - "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "USDT-PLG20", - "name": "usdt_plg20", - "fname": "Tether", - "rpcport": 80, - "chain_id": 137, - "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "USDT-SLP", - "fname": "Tether", - "protocol": { - "type": "SLPTOKEN", - "protocol_data": { - "decimals": 8, - "token_id": "9fc89d6b7d5be2eac0b3787c5b8236bca5de641b5bafafc8f450727b63615c11", - "platform": "BCH", - "required_confirmations": 1, - "slp_prefix": "simpleledger" - } - }, - "derivation_path": "m/44'/145'" - }, - { - "coin": "UTK-ERC20", - "name": "utk_erc20", - "fname": "Utrust", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'", - "trezor_coin": "Utrust", - "links": { - "github": "https://github.com/utrustdev/", - "homepage": "https://utrust.com" - } - }, - { - "coin": "VAL", - "name": "validity", - "fname": "Validity", - "sign_message_prefix": "radium Signed Message:\n", - "confpath": "USERHOME/.Validity/validity.conf", - "isPoS": 1, - "rpcport": 27914, - "pubtype": 76, - "p2shtype": 58, - "wiftype": 121, - "txfee": 100000, - "dust": 300000, - "required_confirmations": 5, - "avg_blocktime": 60, - "mature_confirmations": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/634'", - "links": { - "github": "https://github.com/RadiumCore/Validity", - "homepage": "https://validitytech.com" - }, - "mm2": 1 - }, - { - "coin": "VET-BEP20", - "name": "vet_bep20", - "fname": "VeChain", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "VGX-ERC20", - "name": "vgx_erc20", - "fname": "Voyager", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "VGX-PLG20", - "name": "vgx_plg20", - "fname": "Voyager", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "VIA", - "name": "viacoin", - "fname": "Viacoin", - "sign_message_prefix": "Viacoin Signed Message:\n", - "rpcport": 5222, - "pubtype": 71, - "p2shtype": 33, - "wiftype": 199, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 7, - "mature_confirmations": 3600, - "avg_blocktime": 24, - "segwit": true, - "bech32_hrp": "via", - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/14'", - "trezor_coin": "Viacoin", - "links": { - "github": "https://github.com/viacoin", - "homepage": "https://viacoin.org" - }, - "mm2": 1 - }, - { - "coin": "VIA-segwit", - "name": "viacoin", - "fname": "Viacoin", - "sign_message_prefix": "Viacoin Signed Message:\n", - "rpcport": 5222, - "pubtype": 71, - "p2shtype": 33, - "wiftype": 199, - "txfee": 100000, - "dust": 54600, - "required_confirmations": 7, - "mature_confirmations": 3600, - "avg_blocktime": 24, - "segwit": true, - "bech32_hrp": "via", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "VIA", - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/14'", - "trezor_coin": "Viacoin", - "links": { - "github": "https://github.com/viacoin", - "homepage": "https://viacoin.org" - } - }, - { - "coin": "VITE-BEP20", - "name": "vite_bep20", - "fname": "Vite", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x2794DAD4077602eD25A88d03781528D1637898B4" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "VPRM", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "VPRM", - "fname": "Vaporum", - "rpcport": 51609, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "VRA-ERC20", - "name": "vra_erc20", - "fname": "Verasity", - "rpcport": 80, - "required_confirmations": 3, - "avg_blocktime": 15, - "chain_id": 1, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xF411903cbC70a74d22900a5DE66A2dda66507255" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "VRSC", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "VRSC", - "fname": "Verus Coin", - "rpcport": 27486, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "VTC", - "name": "vertcoin", - "fname": "Vertcoin", - "sign_message_prefix": "Vertcoin Signed Message:\n", - "rpcport": 5888, - "pubtype": 71, - "p2shtype": 5, - "wiftype": 128, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "vtc", - "wallet_only": false, - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/28'", - "trezor_coin": "Vertcoin", - "links": { - "github": "https://github.com/vertcoin-project/vertcoin-core", - "homepage": "https://vertcoin.org" - }, - "mm2": 1 - }, - { - "coin": "VTC-segwit", - "name": "vertcoin", - "fname": "Vertcoin", - "sign_message_prefix": "Vertcoin Signed Message:\n", - "rpcport": 5888, - "pubtype": 71, - "p2shtype": 5, - "wiftype": 128, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "bech32_hrp": "vtc", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "VTC", - "required_confirmations": 4, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/28'", - "trezor_coin": "Vertcoin", - "links": { - "github": "https://github.com/vertcoin-project/vertcoin-core", - "homepage": "https://vertcoin.org" - } - }, - { - "coin": "WAF", - "name": "waifu", - "fname": "Waifu", - "rpcport": 18332, - "pubtype": 73, - "p2shtype": 22, - "wiftype": 158, - "segwit": true, - "bech32_hrp": "waf", - "txfee": 1000, - "sign_message_prefix": "Waifu Signed Message:\n", - "required_confirmations": 4, - "avg_blocktime": 210, - "protocol": { - "type": "UTXO" - }, - "links": { - "github": "https://github.com/waifu-core/waifu-core" - }, - "mm2": 1 - }, - { - "coin": "WAVES-BEP20", - "name": "waves_bep20", - "fname": "Waves", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xFC3E14af0f0c2129a84Cc013D48C70D682902874" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WBTC-ERC20", - "name": "wbtc_erc20", - "fname": "Wrapped Bitcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 8, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Wrapped Bitcoin", - "links": { - "github": "https://github.com/WrappedBTC", - "homepage": "https://wbtc.network" - } - }, - { - "coin": "WBTC-PLG20", - "name": "wbtc_plg20", - "fname": "Wrapped Bitcoin", - "rpcport": 80, - "chain_id": 137, - "decimals": 8, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "WHIVE", - "name": "whive", - "fname": "Whive", - "sign_message_prefix": "Bitcoin Signed Message:\n", - "rpcport": 1867, - "pubtype": 73, - "p2shtype": 10, - "wiftype": 128, - "txfee": 0, - "dust": 1000, - "segwit": true, - "bech32_hrp": "wv", - "wallet_only": false, - "required_confirmations": 1, - "mature_confirmations": 100, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/658'", - "links": { - "github": "https://github.com/whiveio/whive", - "homepage": "https://www.whive.io" - }, - "mm2": 1 - }, - { - "coin": "WHIVE-segwit", - "name": "whive", - "fname": "Whive", - "sign_message_prefix": "Bitcoin Signed Message:\n", - "rpcport": 1867, - "pubtype": 73, - "p2shtype": 10, - "wiftype": 128, - "txfee": 0, - "dust": 1000, - "segwit": true, - "bech32_hrp": "wv", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "WHIVE", - "required_confirmations": 1, - "mature_confirmations": 100, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/84'/658'", - "links": { - "github": "https://github.com/whiveio/whive", - "homepage": "https://www.whive.io" - } - }, - { - "coin": "WLD-ERC20", - "name": "wld_erc20", - "fname": "Worldcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x163f8C2467924be0ae7B5347228CABF260318753" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-ARB20", - "name": "woo_arb20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 42161, - "decimals": 18, - "avg_blocktime": 0.25, - "required_confirmations": 10, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH-ARB20", - "contract_address": "0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 400000, - "erc20_payment": 800000, - "erc20_receiver_spend": 700000, - "erc20_sender_refund": 700000 - } - }, - { - "coin": "WOO-AVX20", - "name": "woo_avx20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 43114, - "decimals": 18, - "avg_blocktime": 2.4, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0xaBC9547B534519fF73921b1FBA6E672b5f58D083" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-BEP20", - "name": "woo_bep20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-ERC20", - "name": "woo_erc20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-FTM20", - "name": "woo_ftm20", - "fname": "WOO Network", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "WOO-PLG20", - "name": "woo_plg20", - "fname": "WOO Network", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XCN-BEP20", - "name": "xcn_bep20", - "fname": "Onyxcoin", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XCN-ERC20", - "name": "xcn_erc20", - "fname": "Onyxcoin", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XEC", - "name": "xec", - "fname": "eCash", - "sign_message_prefix": "eCash Signed Message:\n", - "rpcport": 8332, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 0, - "estimate_fee_blocks": 2, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "ecash" - }, - "decimals": 2, - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1899'", - "links": { - "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", - "homepage": "https://e.cash" - }, - "mm2": 1 - }, - { - "coin": "XEP-BEP20", - "name": "xep_bep20", - "fname": "Electra Protocol", - "rpcport": 80, - "chain_id": 56, - "decimals": 8, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XEP-segwit", - "name": "xep", - "fname": "Electra Protocol", - "sign_message_prefix": "XEP Signed Message:\n", - "rpcport": 16816, - "pubtype": 55, - "p2shtype": 137, - "wiftype": 162, - "txversion": 2, - "txfee": 100000, - "dust": 100000, - "segwit": true, - "signature_version": "witness_v0", - "bech32_hrp": "ep", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "XEP", - "required_confirmations": 4, - "avg_blocktime": 80, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/597'" - }, - { - "coin": "XIDR-ERC20", - "name": "xidr_erc20", - "fname": "StraitsX Indonesian Rupiah", - "rpcport": 80, - "chain_id": 1, - "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XIDR-PLG20", - "name": "xidr_plg20", - "fname": "StraitsX Indonesian Rupiah", - "rpcport": 80, - "chain_id": 137, + "coin": "ANAGAMI", + "fname": "Anagami Testnet", + "mm2": 1, + "required_confirmations": 1, + "protocol": { + "type": "SIA" + } + }, + { + "coin": "TSIA", + "fname": "Siacoin Testnet", + "mm2": 1, + "required_confirmations": 1, + "protocol": { + "type": "SIA" + } + }, + { + "coin": "1INCH-AVX20", + "name": "1inch_avx20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xd501281565bf7789224523144Fe5D98e8B28f267" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILNF-PLG20", + "name": "ilnf_plg20", + "fname": "Ilien Fuel", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILNF-BEP20", + "name": "ilnf_bep20", + "fname": "Ilien Fuel", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "1INCH-BEP20", + "name": "1inch_bep20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "1INCH-ERC20", + "name": "1inch_erc20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x111111111117dC0aa78b770fA6A738034120C302" + } + }, + "derivation_path": "m/44'/60'" + }, + +{ + "coin": "GNEISS-ERC20", + "name": "gneiss_erc20", + "fname": "GNEISS", + "rpcport": 80, + "mm2": 1, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 8, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46" + } + }, + "derivation_path": "m/44'/60'" + }, + +{ + "coin": "1INCH-KRC20", + "name": "1inch_krc20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x79f3244F3FFd7500A31a90Bb83C7D56649c2C7C5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "1INCH-PLG20", + "name": "1inch_plg20", + "fname": "1Inch", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "PGX-PLG20", + "name": "pegaxy_stone", + "fname": "Pegaxy Stone", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AAVE-AVX20", + "name": "aave_avx20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x63a72806098Bd3D9520cC43356dD78afe5D386D9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-BEP20", + "name": "aave_bep20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xfb6115445Bff7b52FeB98650C87f44907E58f802" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AAVE-ERC20", + "name": "aave_erc20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Aave", + "links": { + "github": "https://github.com/aave", + "homepage": "https://aave.com/ " + } + }, + { + "coin": "AAVE-FTM20", + "name": "aave_ftm20", + "fname": "AAVE", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-HCO20", + "name": "aave_hco20", + "fname": "AAVE", + "rpcport": 80, + "mm2": 1, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x202b4936fE1a82A4965220860aE46d7d3939Bb25" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-KRC20", + "name": "aave_krc20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xE76e97C157658004eE22e01C03a5e21A4655A2Fd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AAVE-PLG20", + "name": "aave_plg20", + "fname": "AAVE", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ABY", + "name": "artbyte", + "fname": "ArtByte", + "sign_message_prefix": "Artbyte Signed Message:\n", + "isPoS": 1, + "rpcport": 9262, + "pubtype": 28, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "mature_confirmations": 550, + "required_confirmations": 7, + "avg_blocktime": 45, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/720'", + "links": { + "github": "https://github.com/WikiMin3R/ArtBytE", + "homepage": "https://artbyte.art" + } + }, + { + "coin": "ADA-BEP20", + "name": "ada_bep20", + "fname": "Cardano", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ADX-BEP20", + "name": "adx_bep20", + "fname": "AdEx", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ADX-ERC20", + "name": "adx_erc20", + "fname": "AdEx", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "AdEx Network", + "links": { + "github": "https://github.com/AdExNetwork", + "homepage": "https://www.adex.network" + } + }, + { + "coin": "AGEUR-AVX20", + "name": "ageur_avx20", + "fname": "agEUR", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AGEUR-ERC20", + "name": "ageur_erc20", + "fname": "agEUR", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AGEUR-PLG20", + "name": "ageur_plg20", + "fname": "agEUR", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AGIX-ERC20", + "name": "agix_erc20", + "fname": "SingularityNET", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AGIX-PLG20", + "name": "agix_plg20", + "fname": "SingularityNET", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AIBC", + "name": "aiblockchain", + "fname": "Aiblockchain", + "sign_message_prefix": "Aiblockchain Signed Message:\n", + "rpcport": 7772, + "pubtype": 23, + "p2shtype": 23, + "wiftype": 176, + "txfee": 0, + "dust": 5460, + "segwit": true, + "bech32_hrp": "aibc", + "mm2": 1, + "required_confirmations": 11, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2'", + "links": { + "github": "https://github.com/nickgsh/AiBlockChain", + "homepage": "https://aibc.space" + } + }, + { + "coin": "AIPG", + "name": "aipowergrid", + "fname": "AIPowerGrid", + "sign_message_prefix": "Aipg Signed Message:\n", + "rpcport": 9788, + "pubtype": 23, + "p2shtype": 23, + "wiftype": 128, + "segwit": true, + "txfee": 1000000, + "dust": 1000000, + "required_confirmations": 6, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2686'", + "links": { + "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core", + "homepage": "aipowergrid.io" + } + }, + { + "coin": "ANEY", + "name": "aney", + "fname": "Animal Economy", + "rpcport": 33500, + "pubtype": 23, + "p2shtype": 63, + "wiftype": 210, + "txfee": 100000, + "dust": 5460, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/119'", + "links": { + "github": "https://github.com/Animal-Economy/ANEY", + "homepage": "https://aney.one" + } + }, + { + "coin": "ANKR-BEP20", + "name": "ankr_bep20", + "fname": "Ankr", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xf307910A4c7bbc79691fD374889b36d8531B08e3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ANKR-ERC20", + "name": "ankr_erc20", + "fname": "Ankr", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ANKR-PLG20", + "name": "ankr_plg20", + "fname": "Ankr", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "APE-ERC20", + "name": "ape_erc20", + "fname": "ApeCoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4d224452801ACEd8B2F0aebE155379bb5D594381" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "APE-BEP20", + "name": "ape_bep20", + "fname": "ApeCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "APE-FTM20", + "name": "ape_ftm20", + "fname": "ApeCoin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x2d72A97a31Dc920dB03330780d30074626e39C8A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "APE-PLG20", + "name": "ape_plg20", + "fname": "ApeCoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xB7b31a6BC18e48888545CE79e83E06003bE70930" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ARB-ERC20", + "name": "arb_erc20", + "fname": "Arbitrum", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ARB-ARB20", + "name": "arb_arb20", + "fname": "Arbitrum", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x912CE59144191C1204E64559FE8253a0e49E6548" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "ARPA-BEP20", + "name": "arpa_bep20", + "fname": "ARPA Chain", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ARPA-ERC20", + "name": "arpa_erc20", + "fname": "ARPA Chain", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBA50933C268F567BDC86E1aC131BE072C6B0b71a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ARPA-PLG20", + "name": "arpa_plg20", + "fname": "ARPA Chain", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xEE800B277A96B0f490a1A732e1D6395FAD960A26" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ARRR", + "asset": "PIRATE", + "fname": "Pirate", + "txversion": 4, + "overwintered": 1, + "avg_blocktime": 60, + "protocol": { + "type": "ZHTLC", + "protocol_data": { + "consensus_params": { + "overwinter_activation_height": 152855, + "sapling_activation_height": 152855, + "blossom_activation_height": null, + "heartwood_activation_height": null, + "canopy_activation_height": null, + "coin_type": 133, + "hrp_sapling_extended_spending_key": "secret-extended-key-main", + "hrp_sapling_extended_full_viewing_key": "zxviews", + "hrp_sapling_payment_address": "zs", + "b58_pubkey_address_prefix": [ + 28, + 184 + ], + "b58_script_address_prefix": [ + 28, + 189 + ] + }, + "check_point_block": { + "height": 1900000, + "time": 1652512363, + "hash": "44797f3bb78323a7717007f1e289a3689e0b5b3433385dbd8e6f6a1700000000", + "sapling_tree": "01e40c26f4a28071535b95ae637d30a209531e92a33de0a649e51183771025fd0f016cdc51442fcb328d047a709dc0f41e0173953404711045b3ef3036d7fd4151271501d6c94c5ce6787826af809aaee83768c4b7d4f02c8dc2d24cf60ed5f127a5d730018a752ea9d9efb3e1ac0e6e705ac9f7f9863cfa8f612ad43802175338d8d7cc6000000001fc3542434eff03075ea5f0a64f1dfb2f042d281b1a057e9f6c765b533ce51219013ad9484b1e901e62b93e7538f913dcb27695380c3bc579e79f5cc900f28e596e0001431da5f01fe11d58300134caf5ac76e0b1b7486fd02425dd8871bca4afa94d4b01bb39de1c1d10a25ce0cc775bc74b6b0f056c28639e7c5b7651bb8460060085530000000001732ddf661e68c9e335599bb0b18b048d2f1c06b20eabd18239ad2f3cc45fa910014496bab5eedab205b5f2a206bd1db30c5bc8bc0c1914a102f87010f3431be21a0000010b5fd8e7610754075f936463780e85841f3ab8ca2978f9afdf7c2c250f16a75f01db56bc66eb1cd54ec6861e5cf24af2f4a17991556a52ca781007569e95b9842401c03877ecdd98378b321250640a1885604d675aaa50380e49da8cfa6ff7deaf15" + }, + "z_derivation_path": "m/32'/133'" + } + }, + "derivation_path": "m/44'/133'", + "required_confirmations": 2, + "requires_notarization": true + }, + { + "coin": "ARRR-BEP20", + "name": "arrr_bep20", + "fname": "Pirate", + "rpcport": 80, + "wallet_only": true, + "decimals": 8, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xCDAF240C90F989847c56aC9Dee754F76F41c5833" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ATOM-BEP20", + "name": "atom_bep20", + "fname": "Cosmos", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0Eb3a705fc54725037CC9e008bDede697f62F335" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ATOM-PLG20", + "name": "atom_plg20", + "fname": "Cosmos", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AUR", + "name": "auroracoin", + "fname": "Auroracoin", + "sign_message_prefix": "AuroraCoin Signed Message:\n", + "rpcport": 12341, + "pubtype": 23, + "p2shtype": 5, + "wiftype": 176, + "txfee": 5000, + "segwit": false, + "bech32_hrp": "aur", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/85'" + }, + { + "coin": "AVA-BEP20", + "name": "ava_bep20", + "fname": "Travala.com", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AVA-ERC20", + "name": "ava_erc20", + "fname": "AVA", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa6C0c097741D55ECd9a3A7DeF3A8253fD022ceB9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AVAXT", + "name": "avaxt", + "fname": "Avalanche Testnet", + "is_testnet": true, + "rpcport": 80, + "chain_id": 43113, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AVAX", + "name": "avax", + "fname": "Avalanche", + "rpcport": 80, + "chain_id": 43114, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Avalanche C-Chain", + "links": { + "homepage": "https://www.avax.network/" + } + }, + { + "coin": "AVAX-BEP20", + "name": "avax_bep20", + "fname": "Avalanche", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1CE0c2827e2eF14D5C4f29a091d735A204794041" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AVN", + "name": "avian", + "fname": "Avian", + "sign_message_prefix": "Raven Signed Message:\n", + "rpcport": 7896, + "pubtype": 60, + "p2shtype": 122, + "wiftype": 128, + "segwit": false, + "fork_id": "0x40", + "signature_version": "base", + "txfee": 1000000, + "required_confirmations": 3, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/921'" + }, + { + "coin": "AVN-PLG20", + "name": "avn_plg20", + "fname": "Avian", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x752DC265EAf6Da2Db0F8e4a32D5596D3f18e8701" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AWC-ERC20", + "name": "atomic-wallet-coin", + "fname": "Atomic Wallet Coin", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaD22f63404f7305e4713CcBd4F296f34770513f4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "AXE", + "name": "axe", + "fname": "Axe", + "sign_message_prefix": "DarkCoin Signed Message:\n", + "rpcport": 9337, + "pubtype": 55, + "p2shtype": 16, + "wiftype": 204, + "txfee": 10000, + "confpath": "USERHOME/.axecore/axe.conf", + "mature_confirmations": 101, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/4242'", + "trezor_coin": "Axe", + "links": { + "github": "https://github.com/axerunners/axe", + "homepage": "https://axerunners.com" + } + }, + { + "coin": "AXS-BEP20", + "name": "axs_bep20", + "fname": "Axie Infinity", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "AXS-ERC20", + "name": "axs_erc20", + "fname": "Axie Infinity", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Axie Infinity Shards", + "links": { + "github": "https://github.com/axieinfinity", + "homepage": "https://axieinfinity.com/" + } + }, + { + "coin": "AYA", + "name": "aryacoin", + "fname": "Aryacoin", + "sign_message_prefix": "Aryacoin Signed Message:\n", + "rpcport": 9332, + "pubtype": 23, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 5, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/357'" + }, + { + "coin": "AYA-BEP20", + "name": "aya_bep20", + "fname": "Aryacoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BABYDOGE-BEP20", + "name": "babydoge_bep20", + "fname": "Baby Doge Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc748673057861a797275CD8A068AbB95A902e8de" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAL-BEP20", + "name": "bal_bep20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd4ed60d8368a92b5F1ca33aF61eF2A94714B2d46" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAL-ERC20", + "name": "bal_erc20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xba100000625a3754423978a60c9317c58a424e3D" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Balancer", + "links": { + "github": "https://github.com/balancer-labs", + "homepage": "https://balancer.finance" + } + }, + { + "coin": "BAL-KRC20", + "name": "bal_krc20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xFC31366Be1795c1Ff444b9fBF55759733aD4d26D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAL-PLG20", + "name": "bal_plg20", + "fname": "Balancer", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BANANO-BEP20", + "name": "banano_bep20", + "fname": "Banano", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xe20B9e246db5a0d21BF9209E4858Bc9A3ff7A034" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAND-BEP20", + "name": "band_bep20", + "fname": "Band Protocol", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BAND-ERC20", + "name": "band_erc20", + "fname": "Band Protocol", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAND-FTM20", + "name": "band_ftm20", + "fname": "Band Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAND-PLG20", + "name": "band_plg20", + "fname": "Band Protocol", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAT-AVX20", + "name": "bat_avx20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x98443B96EA4b0858FDF3219Cd13e98C7A4690588" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAT-ERC20", + "name": "bat_erc20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Basic Attention Token", + "links": { + "homepage": "https://basicattentiontoken.org" + } + }, + { + "coin": "BAT-BEP20", + "name": "bat_bep20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x101d82428437127bF1608F699CD651e6Abf9766E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BAT-KRC20", + "name": "bat_krc20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x0bF46C86Ce3B904660aE85677EaA20B0C1b24064" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BAT-PLG20", + "name": "bat_plg20", + "fname": "Basic Attention Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x3Cef98bb43d732E2F285eE605a8158cDE967D219" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCH", + "name": "bch", + "fname": "Bitcoin Cash", + "rpcport": 33333, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 1000, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "bitcoincash" + }, + "sign_message_prefix": "Bitcoin Signed Message:\n", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "BCH", + "protocol_data": { + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'", + "trezor_coin": "Bitcoin Cash", + "links": { + "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", + "homepage": "https://www.bitcoincash.org" + } + }, + { + "coin": "USDT-SLP", + "fname": "Tether", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "9fc89d6b7d5be2eac0b3787c5b8236bca5de641b5bafafc8f450727b63615c11", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "TTT-SLP", + "fname": "Trinity Trust Token", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 2, + "token_id": "5321508197ffed321c5fc9a1427e5c68b31d2c1ec92ae1c495f8acb08d8d66cd", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "ASLP-SLP", + "fname": "AtomicSLP", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 2, + "token_id": "926894cbf50269b15c97559b9acfc1bd88cd5f20703313ce0ea0683ecdb40911", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "SPICE-SLP", + "fname": "Spice", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "4de69e374a8ed21cbddd47f2338cc0f479dc58daa2bbe11cd604ca488eca0ddf", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "FLEXUSD-ERC20", + "name": "flexusd_erc20", + "fname": "flexUSD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FLEXUSD-SLP", + "fname": "FlexUSD", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 6, + "token_id": "dd21be4532d93661e8ffe16db6535af0fb8ee1344d1fef81a193e2b4cfa9fbc9", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "SOUR-SLP", + "fname": "Sour", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "6448381f9649ecacd8c30189cfbfee71a91b6b9738ea494fe33f8b8b51cbfca0", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "PSF-SLP", + "fname": "PS Foundation", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 8, + "token_id": "38e97c5d7d3585a2cbf3f9580c82ca33985f9cb0845d4dcce220cb709f9538b0", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "JOY-PLG20", + "name": "joy_plg20", + "fname": "Joystick.club", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MAZE-SLP", + "fname": "Maze", + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 6, + "token_id": "bb553ac2ac7af0fcd4f24f9dfacc7f925bfb1446c6e18c7966db95a8d50fb378", + "platform": "BCH", + "required_confirmations": 1, + "slp_prefix": "simpleledger" + } + }, + "derivation_path": "m/44'/145'" + }, + { + "coin": "BBK", + "name": "bitblocks", + "fname": "BitBlocks", + "rpcport": 59768, + "pubtype": 25, + "p2shtype": 85, + "wiftype": 107, + "txfee": 10000, + "wallet_only": true, + "sign_message_prefix": "DarkNet Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "links": { + "github": "https://github.com/BitBlocksProject/BitBlocks", + "homepage": "https://bitblocksproject.com" + } + }, + { + "coin": "BBK-BEP20", + "name": "bbk_bep20", + "fname": "BitBlocks", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9045B0eda6B6A556cf9B3d81C2db47411714f847" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BBK-PLG20", + "name": "bbk_plg20", + "fname": "BitBlocks", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2C8a46eF99Cb64928eB3Dd50A925327e02296F63" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCH-ERC20", + "name": "bch_erc20", + "fname": "Bitcoin Cash", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCH-BEP20", + "name": "bch_bep20", + "fname": "Bitcoin Cash", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BCH-HCO20", + "name": "bch_hco20", + "fname": "Bitcoin Cash", + "rpcport": 80, + "mm2": 1, + "wallet_only": true, + "chain_id": 128, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xeF3CEBD77E0C52cb6f60875d9306397B5Caca375" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BIDR-BEP20", + "name": "bidr_bep20", + "fname": "BIDR", + "rpcport": 80, + "chain_id": 56, + "wallet_only": true, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BITN", + "name": "bitnet", + "fname": "Bitnet", + "sign_message_prefix": "Bitnet Signed Message:\n", + "rpcport": 9332, + "pubtype": 25, + "p2shtype": 22, + "wiftype": 158, + "txfee": 700000, + "segwit": true, + "bech32_hrp": "bit", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + } + }, + { + "coin": "BCZERO", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "BCZERO", + "fname": "Buggyra Coin Zero", + "rpcport": 46856, + "txversion": 4, + "overwintered": 1, + "mm2": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "links": { + "homepage": "https://buggyracoinzero.com" + } + }, + { + "coin": "BLK", + "name": "blackmore", + "fname": "BlackCoin", + "sign_message_prefix": "BlackCoin Signed Message:\n", + "isPoS": 1, + "rpcport": 15715, + "pubtype": 25, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "required_confirmations": 5, + "mature_confirmations": 500, + "avg_blocktime": 66, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/10'" + }, + { + "coin": "BLK-BEP20", + "name": "blk_bep20", + "fname": "BlackCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd2cDfD5d26dfA1D11116B9ED7DBd7C6B88C6e1D3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "tBLK", + "name": "blackmore", + "fname": "BlackCoin Testnet", + "isPoS": 1, + "rpcport": 25715, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "txfee": 100000, + "segwit": true, + "is_testnet": true, + "required_confirmations": 5, + "mature_confirmations": 10, + "avg_blocktime": 66, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1'" + }, + { + "coin": "BLOCX", + "name": "blocx", + "fname": "BLOCX.", + "rpcport": 12973, + "pubtype": 25, + "p2shtype": 26, + "wiftype": 153, + "segwit": false, + "txfee": 1000, + "sign_message_prefix": "DarkCoin Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/5'", + "links": { + "github": "https://github.com/BLOCXTECH/BLOCX", + "homepage": "https://blocx.tech" + } + }, + { + "coin": "BNB", + "name": "binancesmartchain", + "fname": "Binance Coin", + "avg_blocktime": 3, + "rpcport": 80, + "chain_id": 56, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Binance Smart Chain", + "links": { + "homepage": "https://www.binance.org" + } + }, + { + "coin": "BOLI", + "name": "bolivarcoin", + "fname": "Bolivarcoin", + "confpath": "USERHOME/.bolivarcoincore/bolivarcoin.conf", + "rpcport": 3563, + "pubtype": 85, + "p2shtype": 5, + "wiftype": 213, + "segwit": false, + "txfee": 10000, + "sign_message_prefix": "DarkCoin Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 180, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/278'", + "links": { + "github": "https://github.com/BOLI-Project/BolivarCoin", + "homepage": "https://bolis.info" + } + }, + { + "coin": "BONE-ERC20", + "name": "bone_erc20", + "fname": "Bone ShibaSwap", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x9813037ee2218799597d83D4a5B6F3b6778218d9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RBTC", + "name": "rsksmartbitcoin", + "fname": "RSK Smart Bitcoin", + "sign_message_prefix": "RSK Signed Message:\n", + "wallet_only": true, + "avg_blocktime": 6, + "rpcport": 80, + "alias_ticker": "BTC", + "chain_id": 30, + "required_confirmations": 1, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "RSK", + "links": { + "homepage": "https://rsk.co" + } + }, + { + "coin": "BNBT", + "name": "binancesmartchaintest", + "fname": "Binance Coin Testnet", + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 97, + "is_testnet": true, + "required_confirmations": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BNT-BEP20", + "name": "bnt_bep20", + "fname": "Bancor", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA069008A669e2Af00a86673D9D584cfb524A42Cc" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BNT-ERC20", + "name": "bnt_erc20", + "fname": "Bancor", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Bancor Network Token", + "links": { + "github": "https://github.com/bancorprotocol", + "homepage": "https://www.bancor.network" + } + }, + { + "coin": "BNT-PLG20", + "name": "bnt_plg20", + "fname": "Bancor", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BORG-ERC20", + "name": "borg_erc20", + "fname": "SwissBorg", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x64d0f55Cd8C7133a9D7102b13987235F486F2224" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SwissBorg", + "links": { + "homepage": "https://swissborg.com" + } + }, + { + "coin": "BRZ-BEP20", + "name": "brz_bep20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 4, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BRZ-ERC20", + "name": "brz_erc20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x01d33FD36ec67c6Ada32cf36b31e88EE190B1839" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BRZ-PLG20", + "name": "brz_plg20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "BRZ-AVX20", + "name": "brz_avx20", + "fname": "Brazilian Digital Token", + "rpcport": 80, + "chain_id": 43114, + "decimals": 4, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x491a4eB4f1FC3BfF8E1d2FC856a6A46663aD556f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BSTY", + "name": "globalboost", + "fname": "GlobalBoost-Y", + "rpcport": 8225, + "pubtype": 77, + "p2shtype": 139, + "wiftype": 208, + "txfee": 200000, + "segwit": true, + "bech32_hrp": "gb", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/664'" + }, + { + "coin": "BTC", + "name": "bitcoin", + "fname": "Bitcoin", + "rpcport": 8332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "bc", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "wallet_only": false, + "sign_message_prefix": "Bitcoin Signed Message:\n", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/0'", + "trezor_coin": "Bitcoin", + "links": { + "github": "https://github.com/bitcoin/bitcoin", + "homepage": "https://bitcoin.org" + } + }, + { + "coin": "BKC", + "name": "briskcoin", + "fname": "Briskcoin", + "rpcport": 8552, + "pubtype": 25, + "p2shtype": 33, + "wiftype": 153, + "txfee": 0, + "segwit": true, + "bech32_hrp": "bc", + "mm2": 1, + "required_confirmations": 5, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1918'", + "sign_message_prefix": "Briskcoin Signed Message:\n", + "trezor_coin": "Briskcoin", + "links": { + "github": "https://github.com/briskcoin-project/briskcoin", + "homepage": "https://briskcoin.org" + } + }, + { + "coin": "BTC-segwit", + "name": "bitcoin", + "fname": "Bitcoin", + "sign_message_prefix": "Bitcoin Signed Message:\n", + "rpcport": 8332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "bc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "BTC", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/0'", + "trezor_coin": "Bitcoin", + "links": { + "github": "https://github.com/bitcoin/bitcoin", + "homepage": "https://bitcoin.org" + } + }, + { + "coin": "BTC-BEP20", + "name": "btc_bep20", + "fname": "Bitcoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BTCZ", + "name": "bitcoinz", + "fname": "BitcoinZ", + "sign_message_prefix": "BitcoinZ Signed Message:\n", + "rpcport": 1979, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "txfee": 10000, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/177'" + }, + { + "coin": "BTCZ-BEP20", + "name": "btcz_bep20", + "fname": "BitcoinZ", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcBBB3e5099F769F6d4E2b8b92DC0e268f7E099D8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BTE", + "name": "bitweb", + "fname": "Bitweb", + "sign_message_prefix": "Bitweb Signed Message:\n", + "rpcport": 1605, + "pubtype": 33, + "p2shtype": 30, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "web", + "txfee": 20000, + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/738'", + "links": { + "github": "https://github.com/bitweb-project/bitweb", + "homepage": "https://bitwebcore.net" + } + }, + { + "coin": "BTE-segwit", + "name": "bitweb", + "fname": "Bitweb", + "sign_message_prefix": "Bitweb Signed Message:\n", + "rpcport": 1605, + "pubtype": 33, + "p2shtype": 30, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "web", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "BTE", + "txfee": 20000, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/84'/738'", + "links": { + "github": "https://github.com/bitweb-project/bitweb", + "homepage": "https://bitwebcore.net" + } + }, + { + "coin": "BTT-BEP20", + "name": "btt_bep20", + "fname": "BitTorrent (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BTTC-BEP20", + "name": "bttc_bep20", + "fname": "BitTorrent", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x352Cb5E19b12FC216548a2677bD0fce83BaE434B" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "BTU-ERC20", + "name": "btu_erc20", + "fname": "BTU Protocol", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xb683D83a532e2Cb7DFa5275eED3698436371cc9f" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "BTU Protocol", + "links": { + "github": "https://github.com/btuprotocol", + "homepage": "https://btu-protocol.com" + } + }, + { + "coin": "BTU-PLG20", + "name": "btu_plg20", + "fname": "BTU Protocol", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xFdc26CDA2d2440d0E83CD1DeE8E8bE48405806DC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BTX", + "name": "bitcore", + "fname": "BitCore", + "rpcport": 9469, + "pubtype": 3, + "p2shtype": 125, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "btx", + "txfee": 20000, + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/160'", + "trezor_coin": "Bitcore", + "links": { + "github": "https://github.com/LIMXTEC/BitCore", + "homepage": "https://bitcore.cc" + } + }, + { + "coin": "BTX-segwit", + "name": "bitcore", + "fname": "BitCore", + "rpcport": 9469, + "pubtype": 3, + "p2shtype": 125, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "btx", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "BTX", + "txfee": 20000, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/160'", + "trezor_coin": "Bitcore", + "links": { + "github": "https://github.com/LIMXTEC/BitCore", + "homepage": "https://bitcore.cc" + } + }, + { + "coin": "BTX-BEP20", + "name": "btx_bep20", + "fname": "BitCore", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x000000089fb24237dA101020Ff8e2AfD14624687" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BUSD-AVX20", + "name": "busd_avx20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BUSD-MVR20", + "name": "busd_mvr20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BUSD-ERC20", + "name": "busd_erc20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Binance USD (BUSD)", + "links": { + "github": "https://github.com/paxosglobal/busd-contract", + "homepage": "https://www.paxos.com/busd" + } + }, + { + "coin": "BUSD-BEP20", + "name": "busd_bep20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BUSD-PLG20", + "name": "busd_plg20", + "fname": "Binance USD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CADC-ERC20", + "name": "cadc_erc20", + "fname": "CAD Coin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CADC-PLG20", + "name": "cadc_plg20", + "fname": "CAD Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "CAKE-BEP20", + "name": "cake_bep20", + "fname": "PancakeSwap", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CASE-BEP20", + "name": "case_bep20", + "fname": "Case Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CCL", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "CCL", + "fname": "CoinCollect", + "rpcport": 20849, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "CDN", + "name": "canadaecoin", + "fname": "Canada eCoin", + "sign_message_prefix": "Canada eCoin Signed Message:\n", + "rpcport": 34330, + "pubtype": 28, + "p2shtype": 5, + "wiftype": 156, + "txfee": 200000, + "dust": 54600, + "segwit": true, + "bech32_hrp": "cdn", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/34'" + }, + { + "coin": "CDN-segwit", + "name": "canadaecoin", + "fname": "Canada eCoin", + "sign_message_prefix": "Canada eCoin Signed Message:\n", + "rpcport": 34330, + "pubtype": 28, + "p2shtype": 5, + "wiftype": 156, + "txfee": 200000, + "dust": 54600, + "segwit": true, + "bech32_hrp": "cdn", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "CDN", + "required_confirmations": 2, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/34'" + }, + { + "coin": "CDS-PLG20", + "name": "cds_plg20", + "fname": "Crypto Development Services", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xF7B5991c676929BF98BF3E2e2e386789BB16912a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CEL-ERC20", + "name": "cel_erc20", + "fname": "Celsius", + "rpcport": 80, + "chain_id": 1, + "decimals": 4, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CEL-PLG20", + "name": "cel_plg20", + "fname": "Celsius", + "rpcport": 80, + "chain_id": 137, + "decimals": 4, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xD85d1e945766Fea5Eda9103F918Bd915FbCa63E6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CELR-ERC20", + "name": "celr_erc20", + "fname": "Celer Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "CelerToken", + "links": { + "github": "https://github.com/celer-network", + "homepage": "https://www.celer.network/" + } + }, + { + "coin": "CELR-BEP20", + "name": "celr_bep20", + "fname": "Celer Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CELR-ARB20", + "name": "celr_arb20", + "fname": "Celer Network", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x3a8B787f78D775AECFEEa15706D4221B40F345AB" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "CFX-BEP20", + "name": "cfx_bep20", + "fname": "Conflux", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x045c4324039dA91c52C55DF5D785385Aab073DcF" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CHTA", + "name": "cheetahcoin", + "fname": "Cheetahcoin", + "rpcport": 8536, + "pubtype": 28, + "p2shtype": 5, + "wiftype": 128, + "txfee": 40000, + "required_confirmations": 2, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/682'" + }, + { + "coin": "CHTA-BEP20", + "name": "chta_bep20", + "fname": "Cheetahcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb096DF47073A39041D9ffeD5d4E1d1b0D5D6b8E7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHSB-ERC20", + "name": "chsb_erc20", + "fname": "SwissBorg (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SwissBorg", + "links": { + "homepage": "https://swissborg.com" + } + }, + { + "coin": "CHSB-PLG20", + "name": "chsb_plg20", + "fname": "SwissBorg (OLD)", + "wallet_only": true, + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHZ-ERC20", + "name": "chz_erc20", + "fname": "Chiliz", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHZ-KRC20", + "name": "chz_krc20", + "fname": "Chiliz", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x6E8ce0519B7e4d691BaCE464099547E5fC17679c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CHZ-PLG20", + "name": "chz_plg20", + "fname": "Chiliz", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf1938Ce12400f9a761084E7A80d37e732a4dA056" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CLAM", + "name": "clams", + "fname": "Clams", + "isPoS": 1, + "rpcport": 30174, + "pubtype": 137, + "p2shtype": 13, + "wiftype": 133, + "segwit": false, + "txfee": 10000, + "sign_message_prefix": "Clam Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/23'", + "links": { + "github": "https://github.com/nochowderforyou/clams", + "homepage": "http://clamclient.com" + } + }, + { + "coin": "CLC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "CLC", + "fname": "Collider Coin", + "rpcport": 31034, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "CLP-BEP20", + "name": "clp_bep20", + "fname": "Crypto Lover Productions", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3039e86d39A5BCF38E96D78fF93FD0aBe753212c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "COLX", + "name": "ColossusXT", + "fname": "ColossusXT", + "rpcport": 51473, + "pubtype": 30, + "p2shtype": 13, + "wiftype": 212, + "txfee": 1000000000, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1999'" + }, + { + "coin": "COMP-AVX20", + "name": "comp_avx20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "COMP-BEP20", + "name": "comp_bep20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "COMP-ERC20", + "name": "comp_erc20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xc00e94Cb662C3520282E6f5717214004A7f26888" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Compound", + "links": { + "github": "https://github.com/compound-finance", + "homepage": "https://compound.finance" + } + }, + { + "coin": "COMP-KRC20", + "name": "comp_krc20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x16c4106966cE30e06E806A7c40eEFb46d84cE7e5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "COMP-PLG20", + "name": "comp_plg20", + "fname": "Compound", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CRO-ERC20", + "name": "cro_erc20", + "fname": "Crypto.com", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRO-KRC20", + "name": "cro_krc20", + "fname": "Crypto.com", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x652D253b7Ca91810A4a05ACFc39729387c5090C0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRO-PLG20", + "name": "cro_plg20", + "fname": "Crypto.com", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRT-QRC20", + "name": "qtum", + "fname": "CRT Token", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x0f80aa32ba51e0acf171e106a1cfcd1eb9a9c3a5" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "CRV-ERC20", + "name": "crv_erc20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xD533a949740bb3306d119CC777fa900bA034cd52" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-ARB20", + "name": "crv_arb20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "CRV-AVX20", + "name": "crv_avx20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-FTM20", + "name": "crv_ftm20", + "fname": "Curve DAO", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x1E4F97b9f9F913c46F1632781732927B9019C68b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-KRC20", + "name": "crv_krc20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x4500E16dA66b99e0C55D7B46EBBD59bc413BA171" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CRV-PLG20", + "name": "crv_plg20", + "fname": "Curve DAO", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "CST-BEP20", + "name": "cst_bep20", + "fname": "Crypto Swap Token", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcC4b3EA1F25c8772D390dA1DB507832aBE4a9740" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CUMMIES-BEP20", + "name": "cummies_bep20", + "fname": "CumRocket", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CVX-ERC20", + "name": "cvx_erc20", + "fname": "Convex Finance", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CY", + "name": "cyberyen", + "fname": "Cyberyen", + "sign_message_prefix": "Cyberyen Signed Message:\n", + "rpcport": 58382, + "pubtype": 28, + "p2shtype": 77, + "wiftype": 156, + "txfee": 0, + "segwit": true, + "bech32_hrp": "cy", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/802'", + "links": { + "github": "https://github.com/cyberyen/cyberyen", + "homepage": "https://cyberyen.org" + } + }, + { + "coin": "CY-segwit", + "name": "cyberyen", + "fname": "Cyberyen", + "sign_message_prefix": "Cyberyen Signed Message:\n", + "rpcport": 58382, + "pubtype": 28, + "p2shtype": 77, + "wiftype": 156, + "txfee": 0, + "segwit": true, + "bech32_hrp": "cy", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "CY", + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/802'", + "links": { + "github": "https://github.com/cyberyen/cyberyen", + "homepage": "https://cyberyen.org" + } + }, + { + "coin": "DAI-AVX20", + "name": "dai_avx20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-ERC20", + "name": "dai_erc20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6B175474E89094C44Da98b954EedeAC495271d0F" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Dai Stablecoin v2.0", + "links": { + "github": "https://github.com/makerdao", + "homepage": "https://makerdao.com" + } + }, + { + "coin": "DAI-BEP20", + "name": "dai_bep20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DAI-FTM20", + "name": "dai_ftm20", + "fname": "Dai", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-HCO20", + "name": "dai_hco20", + "fname": "Dai", + "rpcport": 80, + "mm2": 1, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x3D760a45D0887DFD89A2F5385a236B29Cb46ED2a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-MVR20", + "name": "dai_mvr20", + "fname": "Dai", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DAI-PLG20", + "name": "dai_plg20", + "fname": "Dai", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DASH", + "name": "dashcore", + "fname": "Dash", + "sign_message_prefix": "DarkCoin Signed Message:\n", + "confpath": "USERHOME/.dashcore/dash.conf", + "rpcport": 9998, + "pubtype": 76, + "p2shtype": 16, + "wiftype": 204, + "txfee": 1000, + "force_min_relay_fee": true, + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/5'", + "trezor_coin": "Dash", + "links": { + "github": "https://github.com/dashpay/dash", + "homepage": "https://www.dash.org" + } + }, + { + "coin": "DDD-ERC20", + "name": "ddd_erc20", + "fname": "Scry.info", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DENT-ERC20", + "name": "dent_erc20", + "fname": "Dent", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3597bfD533a99c9aa083587B074434E61Eb0A258" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "DENT", + "links": { + "homepage": "https://www.dentwireless.com" + } + }, + { + "coin": "DFX-ERC20", + "name": "dfx_erc20", + "fname": "DFX Finance", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x888888435FDe8e7d4c54cAb67f206e4199454c60" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DFX-PLG20", + "name": "dfx_plg20", + "fname": "DFX Finance", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x27f485b62C4A7E635F561A87560Adf5090239E93" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DGB", + "name": "digibyte", + "fname": "DigiByte", + "sign_message_prefix": "DigiByte Signed Message:\n", + "rpcport": 14022, + "pubtype": 30, + "p2shtype": 63, + "wiftype": 128, + "txfee": 10000000, + "segwit": true, + "bech32_hrp": "dgb", + "wallet_only": false, + "required_confirmations": 7, + "avg_blocktime": 15, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/20'", + "trezor_coin": "DigiByte", + "links": { + "github": "https://github.com/digibyte/digibyte", + "homepage": "https://digibyte.io" + } + }, + { + "coin": "DGB-segwit", + "name": "digibyte", + "fname": "Digibyte", + "sign_message_prefix": "DigiByte Signed Message:\n", + "rpcport": 14022, + "pubtype": 30, + "p2shtype": 63, + "wiftype": 128, + "txfee": 10000000, + "segwit": true, + "bech32_hrp": "dgb", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "DGB", + "required_confirmations": 7, + "avg_blocktime": 15, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/20'", + "trezor_coin": "DigiByte", + "links": { + "github": "https://github.com/digibyte/digibyte", + "homepage": "https://digibyte.io" + } + }, + { + "coin": "DGC", + "name": "digitalcoin", + "fname": "Digitalcoin", + "sign_message_prefix": "Digitalcoin Signed Message:\n", + "rpcport": 7998, + "pubtype": 30, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "required_confirmations": 3, + "avg_blocktime": 36, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/18'" + }, + { + "coin": "DIA-ERC20", + "name": "dia_erc20", + "fname": "DIAToken", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DIA-BEP20", + "name": "dia_bep20", + "fname": "DIAToken", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x99956D38059cf7bEDA96Ec91Aa7BB2477E0901DD" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DPC", + "name": "dualpowecoin", + "fname": "Dualpowcoin", + "sign_message_prefix": "Dpowcoin Signed Message:\n", + "rpcport": 42002, + "pubtype": 55, + "p2shtype": 28, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "dpc", + "txfee": 10000, + "wallet_only": false, + "required_confirmations": 6, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/739'", + "links": { + "github": "https://github.com/dpowcore-project/dpowcoin", + "homepage": "https://dpowcore.org" + } + }, + { + "coin": "DIAC", + "name": "diabasecore", + "fname": "Diabase", + "sign_message_prefix": "DarkCoin Signed Message:\n", + "confpath": "USERHOME/.diabasecore/diabase.conf", + "rpcport": 7676, + "pubtype": 76, + "p2shtype": 16, + "wiftype": 204, + "txfee": 1000, + "force_min_relay_fee": true, + "required_confirmations": 2, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/5'", + "links": { + "github": "https://github.com/diabasecoin/diabase", + "homepage": "https://www.diabasecoin.com" + } + }, + { + "coin": "DIME", + "name": "dimecoin", + "fname": "Dimecoin", + "rpcport": 11931, + "pubtype": 15, + "p2shtype": 9, + "wiftype": 143, + "segwit": false, + "bech32_hrp": "vx", + "txfee": 1000, + "decimals": 5, + "sign_message_prefix": "Dimecoin Signed Message:\n", + "required_confirmations": 6, + "avg_blocktime": 64, + "protocol": { + "type": "UTXO" + }, + "links": { + "github": "https://github.com/dime-coin/dimecoin/" + } + }, + { + "coin": "DIMI", + "name": "diminutivecoin", + "fname": "Diminutive Coin", + "sign_message_prefix": "DiminutiveCoin Signed Message:\n", + "rpcport": 49122, + "pubtype": 32, + "p2shtype": 30, + "wiftype": 181, + "isPoS": 1, + "txfee": 1000, + "segwit": false, + "mature_confirmations": 75, + "required_confirmations": 4, + "avg_blocktime": 75, + "protocol": { + "type": "UTXO" + } + }, + { + "coin": "DIMI-BEP20", + "name": "dimi_bep20", + "fname": "Diminutive Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA33789a5478Add74e8D7628E817a281aAbD92dA9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DIMI-QRC20", + "name": "qtum", + "fname": "Diminutive Coin", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x2c660b0d4d53382aeef855d3010d697970fa0bd5" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "DODO-ARB20", + "name": "dodo_arb20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x69Eb4FA4a2fbd498C257C57Ea8b7655a2559A581" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "DODO-BEP20", + "name": "dodo_bep20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DODO-ERC20", + "name": "dodo_erc20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DODO-KRC20", + "name": "dodo_krc20", + "fname": "DODO", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x8724F9FB7B3f1bb6f2c90B3Ad3Fd6B3c20A06429" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOGE", + "name": "dogecoin", + "fname": "Dogecoin", + "sign_message_prefix": "Dogecoin Signed Message:\n", + "rpcport": 22555, + "pubtype": 30, + "p2shtype": 22, + "wiftype": 158, + "txfee": 0, + "force_min_relay_fee": true, + "dust": 1000000, + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/3'", + "trezor_coin": "Dogecoin", + "links": { + "github": "https://github.com/dogecoin/dogecoin", + "homepage": "https://dogecoin.com" + } + }, + { + "coin": "DOGE-BEP20", + "name": "doge_bep20", + "fname": "Dogecoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOGEC", + "name": "dogecash", + "fname": "DogeCash", + "rpcport": 56750, + "pubtype": 30, + "p2shtype": 19, + "wiftype": 122, + "txfee": 10000, + "dust": 5460, + "sign_message_prefix": "DarkNet Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/385'", + "links": { + "github": "https://github.com/dogecash/dogecash", + "homepage": "https://dogecash.net" + } + }, + { + "coin": "DOGEDASH-BEP20", + "name": "dogedash_bep20", + "fname": "Doge Dash", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOGGY-BEP20", + "name": "doggy_bep20", + "fname": "Doggy", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x74926B3d118a63F6958922d3DC05eB9C6E6E00c6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOT-BEP20", + "name": "dot_bep20", + "fname": "Polkadot", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "DOT-HCO20", + "name": "dot_hco20", + "fname": "Polkadot", + "rpcport": 80, + "mm2": 1, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xA2c49cEe16a5E5bDEFDe931107dc1fae9f7773E3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DP", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "DP", + "fname": "DigitalPrice", + "rpcport": 28388, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "DOI", + "name": "doichain", + "fname": "Doichain", + "sign_message_prefix": "Doichain Signed Message:\n", + "rpcport": 8339, + "pubtype": 52, + "p2shtype": 13, + "wiftype": 180, + "txfee": 1000, + "dust": 5460, + "segwit": true, + "bech32_hrp": "dc", + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/7070'" + }, + { + "coin": "EFL", + "name": "egulden", + "fname": "e-Gulden", + "confpath": "USERHOME/.egulden/coin.conf", + "rpcport": 21015, + "pubtype": 48, + "p2shtype": 5, + "wiftype": 176, + "txfee": 200000, + "dust": 54600, + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/78'" + }, + { + "coin": "EGLD-BEP20", + "name": "egld_bep20", + "fname": "Elrond", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EILN-ERC20", + "name": "eiln_erc20", + "fname": "eIlien", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ELF-BEP20", + "name": "elf_bep20", + "fname": "aelf", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ELF-ERC20", + "name": "elf_erc20", + "fname": "aelf", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "ELF Token", + "links": { + "github": "https://github.com/aelfProject", + "homepage": "https://aelf.io/" + } + }, + { + "coin": "EMC2", + "name": "einsteinium", + "fname": "Einsteinium", + "sign_message_prefix": "Einsteinium Signed Message:\n", + "rpcport": 41879, + "pubtype": 33, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/41'" + }, + { + "coin": "ENJ-ERC20", + "name": "enj_erc20", + "fname": "Enjin Coin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "ENJIN", + "links": { + "github": "https://github.com/enjin/contracts", + "homepage": "https://enjincoin.io" + } + }, + { + "coin": "ENJ-KRC20", + "name": "enj_krc20", + "fname": "Enjin Coin", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x6e2D990C8e718E7b6D86ed08eBf0FF2dEc05253B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ENJ-PLG20", + "name": "enj_plg20", + "fname": "Enjin Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "EOS-BEP20", + "name": "eos_bep20", + "fname": "EOS", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ETC", + "name": "ethereum classic", + "fname": "Ethereum Classic", + "rpcport": 80, + "chain_id": 61, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Ethereum Classic", + "links": { + "homepage": "https://ethereumclassic.org" + } + }, + { + "coin": "ETC-BEP20", + "name": "etc_bep20", + "fname": "Ethereum Classic", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3d6545b08693daE087E957cb1180ee38B9e3c25E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH", + "name": "ethereum", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 1, + "sign_message_prefix": "Ethereum Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-AVX20", + "name": "ethereum avalanche", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-ARB20", + "name": "eth_arb20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 42161, + "required_confirmations": 10, + "avg_blocktime": 0.25, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_coins": 300000, + "eth_payment": 700000, + "eth_receiver_spend": 600000, + "eth_sender_refund": 600000 + } + }, + { + "coin": "ETH-BEP20", + "name": "eth_bep20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ETH-FTM20", + "name": "eth_ftm20", + "fname": "Ethereum", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x74b23882a30290451A17c44f4F05243b6b58C76d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-HCO20", + "name": "eth_hco20", + "fname": "Ethereum", + "rpcport": 80, + "mm2": 1, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x64FF637fB478863B7468bc97D30a5bF3A428a1fD" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-KRC20", + "name": "eth_krc20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ETH-PLG20", + "name": "eth_plg20", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EURE-ERC20", + "name": "eure_erc20", + "fname": "Monerium EUR", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "EURE-PLG20", + "name": "eure_plg20", + "fname": "Monerium EUR", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 90000, + "erc20_payment": 150000, + "erc20_receiver_spend": 120000, + "erc20_sender_refund": 120000 + } + }, + { + "coin": "EUROE-ERC20", + "name": "euroe_erc20", + "fname": "EUROe Stablecoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "EUROE-PLG20", + "name": "euroe_plg20", + "fname": "EUROe Stablecoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EURS-ERC20", + "name": "eurs_erc20", + "fname": "STASIS EURO", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdB25f211AB05b1c97D595516F45794528a807ad8" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "STASIS EURS", + "links": { + "github": "https://github.com/stasisnet", + "homepage": "https://stasis.net" + } + }, + { + "coin": "EURS-PLG20", + "name": "eurs_plg20", + "fname": "STASIS EURO", + "rpcport": 80, + "chain_id": 137, + "decimals": 2, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "EWT", + "name": "ewt", + "fname": "Energy Web", + "rpcport": 80, + "chain_id": 246, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 5, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Energy Web", + "links": { + "homepage": "https://www.energyweb.org" + } + }, + { + "coin": "EXN-BEP20", + "name": "exn_bep20", + "fname": "Expoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FDUSD-ERC20", + "name": "fdusd_erc20", + "fname": "First Digital USD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://firstdigitallabs.com" + } + }, + { + "coin": "FDUSD-BEP20", + "name": "fdusd_bep20", + "fname": "First Digital USD", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://firstdigitallabs.com" + }, + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 70000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FEI-ERC20", + "name": "fei_erc20", + "fname": "Fei USD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FET-ERC20", + "name": "fet_erc20", + "fname": "Fetch.ai", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FET-BEP20", + "name": "fet_bep20", + "fname": "Fetch.ai", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x031b41e504677879370e9DBcF937283A8691Fa7f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FET-PLG20", + "name": "fet_plg20", + "fname": "Fetch.ai", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7583FEDDbceFA813dc18259940F76a02710A8905" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FIL-BEP20", + "name": "fil_bep20", + "fname": "Filecoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FIL-ERC20", + "name": "fil_erc20", + "fname": "Filecoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FIL-HCO20", + "name": "fil_hco20", + "fname": "Filecoin", + "rpcport": 80, + "mm2": 1, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xae3a768f9aB104c69A7CD6041fE16fFa235d1810" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FIRO", + "name": "firo", + "fname": "Firo", + "sign_message_prefix": "Firo Signed Message:\n", + "rpcport": 8888, + "pubtype": 82, + "p2shtype": 7, + "wiftype": 210, + "txfee": 1000, + "required_confirmations": 1, + "avg_blocktime": 300, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/136'", + "trezor_coin": "Firo", + "links": { + "github": "https://github.com/firoorg/firo", + "homepage": "https://firo.org" + } + }, + { + "coin": "FIRO-BEP20", + "name": "firo_bep20", + "fname": "Firo", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FJC", + "name": "fujicoin", + "fname": "Fujicoin", + "sign_message_prefix": "FujiCoin Signed Message:\n", + "rpcport": 3776, + "pubtype": 36, + "p2shtype": 16, + "wiftype": 164, + "segwit": true, + "bech32_hrp": "fc", + "txfee": 0, + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/75'", + "trezor_coin": "Fujicoin", + "links": { + "github": "https://github.com/fujicoin/fujicoin", + "homepage": "https://fujicoin.org" + } + }, + { + "coin": "FJC-segwit", + "name": "fujicoin", + "fname": "Fujicoin", + "sign_message_prefix": "FujiCoin Signed Message:\n", + "rpcport": 3776, + "pubtype": 36, + "p2shtype": 16, + "wiftype": 164, + "segwit": true, + "bech32_hrp": "fc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "FJC", + "txfee": 0, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/75'", + "trezor_coin": "Fujicoin", + "links": { + "github": "https://github.com/fujicoin/fujicoin", + "homepage": "https://fujicoin.org" + } + }, + { + "coin": "FJC-BEP20", + "name": "fjc_bep20", + "fname": "Fujicoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FJCB-BEP20", + "name": "fjcb_bep20", + "fname": "FJCB Fujicoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FLOKI-BEP20", + "name": "floki_bep20", + "fname": "Floki Inu", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xfb5B838b6cfEEdC2873aB27866079AC55363D37E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 85000, + "erc20_payment": 140000, + "erc20_receiver_spend": 110000, + "erc20_sender_refund": 110000 + } + }, + { + "coin": "STFIRO-ERC20", + "name": "firo_erc20", + "fname": "StakedFIRO", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 8, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FLO", + "name": "flo", + "fname": "Florincoin", + "rpcport": 7313, + "pubtype": 35, + "p2shtype": 8, + "wiftype": 176, + "txfee": 100000, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/216'", + "trezor_coin": "Flo", + "links": { + "github": "https://github.com/floblockchain/flo", + "homepage": "https://flo.cash" + } + }, + { + "coin": "FLOW-BEP20", + "name": "flow_bep20", + "fname": "Flow", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xC943c5320B9c18C153d1e2d12cC3074bebfb31A2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FTC", + "name": "feathercoin", + "fname": "Feathercoin", + "sign_message_prefix": "Feathercoin Signed Message:\n", + "rpcport": 9337, + "pubtype": 14, + "p2shtype": 5, + "wiftype": 142, + "txfee": 1000000, + "segwit": true, + "bech32_hrp": "fc", + "wallet_only": false, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/8'", + "trezor_coin": "Feathercoin", + "links": { + "github": "https://github.com/FeatherCoin/Feathercoin", + "homepage": "https://feathercoin.com" + } + }, + { + "coin": "FTC-segwit", + "name": "feathercoin", + "fname": "Feathercoin", + "sign_message_prefix": "Feathercoin Signed Message:\n", + "rpcport": 9337, + "pubtype": 14, + "p2shtype": 5, + "wiftype": 142, + "txfee": 1000000, + "segwit": true, + "bech32_hrp": "fc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "FTC", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/8'", + "trezor_coin": "Feathercoin", + "links": { + "github": "https://github.com/FeatherCoin/Feathercoin", + "homepage": "https://feathercoin.com" + } + }, + { + "coin": "FTMT", + "name": "ftmt", + "fname": "Fantom Testnet", + "is_testnet": true, + "rpcport": 80, + "chain_id": 4002, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FTM", + "name": "ftm", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 250, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 1.8, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Fantom Opera", + "links": { + "homepage": "https://fantom.foundation" + } + }, + { + "coin": "FTM-BEP20", + "name": "ftm_bep20", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xAD29AbB318791D579433D831ed122aFeAf29dcfe" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FTM-ERC20", + "name": "ftm_erc20", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Fantom Token", + "links": { + "github": "https://github.com/Fantom-foundation/", + "homepage": "https://fantom.foundation/" + } + }, + { + "coin": "FXS-BEP20", + "name": "fxs_bep20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xDE2F075f6F14EB9D96755b24E416A53E736Ca363" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FXS-ERC20", + "name": "fxs_erc20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FXS-PLG20", + "name": "fxs_plg20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1a3acf6D19267E2d3e7f898f42803e90C9219062" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FXS-AVX20", + "name": "fxs_avx20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x214DB107654fF987AD859F34125307783fC8e387" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FXS-MVR20", + "name": "fxs_mvr20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 1285, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98" + } + }, + "derivation_path": "m/44'/60'", + "gas_limit": { + "eth_send_erc20": 1000000, + "erc20_payment": 1000000, + "erc20_receiver_spend": 1000000, + "erc20_sender_refund": 1000000 + } + }, + { + "coin": "FXS-FTM20", + "name": "fxs_ftm20", + "fname": "Frax Share", + "rpcport": 80, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x7d016eec9c25232b01F23EF992D98ca97fc2AF5a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GALA-ERC20", + "name": "gala_erc20", + "fname": "Gala", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GALA-BEP20", + "name": "gala_bep20", + "fname": "Gala", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990" + } + }, + "wallet_only": true, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GAME-ERC20", + "name": "game_erc20", + "fname": "GameCredits", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GAME-PLG20", + "name": "game_plg20", + "fname": "GameCredits", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8d1566569d5b695d44a9a234540f68D393cDC40D" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GBX", + "name": "gobyte", + "fname": "GoByte", + "confpath": "USERHOME/.gobytecore/gobyte.conf", + "rpcport": 12454, + "pubtype": 38, + "p2shtype": 10, + "wiftype": 198, + "segwit": false, + "txfee": 10000, + "sign_message_prefix": "DarkCoin Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/176'", + "links": { + "github": "https://github.com/gobytecoin/gobyte", + "homepage": "https://gobyte.network" + } + }, + { + "coin": "GBX-BEP20", + "name": "gbx_bep20", + "fname": "GoByte", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8E10F08C9A56a93B6adbfBcFda421919B3357596" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GFT-BEP20", + "name": "gft_bep20", + "fname": "Gifto", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x72fF5742319eF07061836F5C924aC6D72c919080" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GLC", + "name": "goldcoin", + "fname": "Goldcoin", + "rpcport": 8122, + "pubtype": 32, + "p2shtype": 5, + "wiftype": 160, + "segwit": false, + "txfee": 100000, + "dust": 54600, + "sign_message_prefix": "Goldcoin (GLC) Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/101'", + "links": { + "github": "https://github.com/goldcoin/goldcoin", + "homepage": "https://www.goldcoinproject.org" + } + }, + { + "coin": "GLEEC-OLD", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "GLEEC", + "fname": "Gleec (OLD)", + "rpcport": 23226, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "GLEEC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "GLEEC", + "fname": "Gleec", + "rpcport": 23345, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "GLM-ERC20", + "name": "glm_erc20", + "fname": "Golem", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GLM-PLG20", + "name": "glm_plg20", + "fname": "Golem", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GM-BEP20", + "name": "gm_bep20", + "fname": "GM Wagmi", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA55C1e67039B6d59E91eb4cDa2bfc5A854989102" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GMT-BEP20", + "name": "gmt_bep20", + "fname": "STEPN", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GMT-PLG20", + "name": "gmt_plg20", + "fname": "STEPN", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x714DB550b574b3E927af3D93E26127D15721D4C2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GMX-ARB20", + "name": "gmx_arb20", + "fname": "GMX", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "GMX-AVX20", + "name": "gmx_avx20", + "fname": "GMX", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x62edc0692BD897D2295872a9FFCac5425011c661" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "GNO-ERC20", + "name": "gno_erc20", + "fname": "Gnosis", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6810e776880C02933D47DB1b9fc05908e5386b96" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Gnosis", + "links": { + "homepage": "https://gnosis.pm" + } + }, + { + "coin": "GNO-PLG20", + "name": "gno_plg20", + "fname": "Gnosis", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GNS-ARB20", + "name": "gns_arb20", + "fname": "Gains Network", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x18c11FD286C5EC11c3b683Caa813B77f5163A122" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "GNS-PLG20", + "name": "gns_plg20", + "fname": "Gains Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xE5417Af564e4bFDA1c483642db72007871397896" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GRLC", + "name": "garlicoin", + "fname": "Garlicoin", + "sign_message_prefix": "Garlicoin Signed Message:\n", + "rpcport": 42068, + "pubtype": 38, + "p2shtype": 50, + "wiftype": 176, + "segwit": true, + "bech32_hrp": "grlc", + "txfee": 100000, + "dust": 54600, + "required_confirmations": 5, + "avg_blocktime": 40, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/69420'" + }, + { + "coin": "GRLC-ERC20", + "name": "grlc_erc20", + "fname": "Garlicoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x58f7345b5295E43aA454911571f13be186655BE9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRLC-BEP20", + "name": "grlc_bep20", + "fname": "Garlicoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7283DfA2d8D7e277b148cc263B5d8Ae02f1076D3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRS", + "name": "groestlcoin", + "fname": "Groestlcoin", + "sign_message_prefix": "GroestCoin Signed Message:\n", + "rpcport": 1441, + "pubtype": 36, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 10000, + "segwit": true, + "bech32_hrp": "grs", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/17'", + "trezor_coin": "Groestlcoin", + "links": { + "github": "https://github.com/Groestlcoin/groestlcoin", + "homepage": "https://www.groestlcoin.org" + } + }, + { + "coin": "GRT-ARB20", + "name": "grt_arb20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x9623063377AD1B27544C965cCd7342f7EA7e88C7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "GRT-AVX20", + "name": "grt_avx20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x8a0cAc13c7da965a312f08ea4229c37869e85cB9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRT-ERC20", + "name": "grt_erc20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xc944E90C64B2c07662A292be6244BDf05Cda44a7" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Graph Token", + "links": { + "github": "https://github.com/graphprotocol", + "homepage": "https://thegraph.com" + } + }, + { + "coin": "GRT-KRC20", + "name": "grt_krc20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xb49dd3eDB98FBe82A01DFcb556Cd016964baf5A3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GRT-PLG20", + "name": "grt_plg20", + "fname": "The Graph", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5fe2B58c013d7601147DcdD68C143A77499f5531" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "GST-BEP20", + "name": "gst_bep20", + "fname": "Green Satoshi Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GT-ERC20", + "name": "gt_erc20", + "fname": "Gate", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xE66747a101bFF2dBA3697199DCcE5b743b454759" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "GURU-BEP20", + "name": "guru_bep20", + "fname": "MobilityGuru", + "rpcport": 80, + "mm2": 1, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://mobilityguru.org" + } + }, + { + "coin": "GUSD-ERC20", + "name": "gusd_erc20", + "fname": "Gemini Dollar", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HEX-ERC20", + "name": "hex_erc20", + "fname": "HEX", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "HEX", + "links": { + "github": "https://github.com/bitcoinHEX", + "homepage": "https://hex.win" + } + }, + { + "coin": "HEX-PLG20", + "name": "hex_plg20", + "fname": "HEX", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "HOT-ERC20", + "name": "hot_erc20", + "fname": "Holo", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6c6EE5e31d828De241282B9606C8e98Ea48526E2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HOT-PLG20", + "name": "hot_plg20", + "fname": "Holo", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0C51f415cF478f8D08c246a6C6Ee180C5dC3A012" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HT", + "name": "huobi-token", + "fname": "Huobi Token", + "rpcport": 80, + "chain_id": 128, + "required_confirmations": 3, + "avg_blocktime": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Huobi ECO Chain", + "links": { + "homepage": "https://www.hecochain.com" + } + }, + { + "coin": "HT-ERC20", + "name": "huobi-token", + "fname": "Huobi Token", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6f259637dcD74C767781E37Bc6133cd6A68aa161" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Huobi Token", + "links": { + "homepage": "https://www.hbg.com" + } + }, + { + "coin": "HUSD-ERC20", + "name": "husd_erc20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HUSD-HCO20", + "name": "husd_hco20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 128, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x0298c2b32eaE4da002a15f36fdf7615BEa3DA047" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HUSD-KRC20", + "name": "husd_krc20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "HUSD-PLG20", + "name": "husd_plg20", + "fname": "HUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IDRT-ERC20", + "name": "idrt_erc20", + "fname": "Rupiah Token", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IDRT-BEP20", + "name": "idrt_bep20", + "fname": "Rupiah Token", + "rpcport": 80, + "chain_id": 56, + "decimals": 2, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x66207E39bb77e6B99aaB56795C7c340C08520d83" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IDRT-PLG20", + "name": "idrt_plg20", + "fname": "Rupiah Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x554cd6bdD03214b10AafA3e0D4D42De0C5D2937b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "IL8P", + "name": "infiniloop", + "fname": "InfiniLooP", + "sign_message_prefix": "InfiniLooP Signed Message:\n", + "isPoS": 1, + "rpcport": 9459, + "pubtype": 33, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "mature_confirmations": 500, + "required_confirmations": 7, + "avg_blocktime": 45, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/722'", + "links": { + "github": "https://github.com/WikiMin3R/InfiniLooP", + "homepage": "https://infiniloop.io" + } + }, + { + "coin": "ILN", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "ILN", + "fname": "Ilien", + "rpcport": 12986, + "txversion": 4, + "overwintered": 1, + "p2p": 12985, + "magic": "feb4cb23", + "nSPV": "5.9.102.210, 5.9.253.195, 5.9.253.196, 5.9.253.197, 5.9.253.198, 5.9.253.199, 5.9.253.200, 5.9.253.201, 5.9.253.202, 5.9.253.203", + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "ILN-BEP20", + "name": "iln_bep20", + "fname": "Ilien", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILN-PLG20", + "name": "iln_plg20", + "fname": "Ilien", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILNSW-PLG20", + "name": "ilnsw_plg20", + "fname": "Ilien Swap", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILV-ERC20", + "name": "ilv_erc20", + "fname": "Illuvium", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ILV-BEP20", + "name": "ilv_bep20", + "fname": "Illuvium", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4d5AC5cc4f8aBdf2EC2Cb986C00C382369f787D4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "IMX-ERC20", + "name": "imx_erc20", + "fname": "ImmutableX", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "INJ-BEP20", + "name": "inj_bep20", + "fname": "Injective Protocol", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xa2B726B1145A4773F68593CF171187d8EBe4d495" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "INJ-ERC20", + "name": "inj_erc20", + "fname": "Injective Protocol", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "IOTA-BEP20", + "name": "iota_bep20", + "fname": "IOTA", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "IOTX-BEP20", + "name": "iotx_bep20", + "fname": "IoTeX", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9678E42ceBEb63F23197D726B29b1CB20d0064E5" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "IOTX-PLG20", + "name": "iotx_plg20", + "fname": "IoTeX", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf6372cDb9c1d3674E83842e3800F2A62aC9F3C66" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JASMY-ERC20", + "name": "jasmy_erc20", + "fname": "JasmyCoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JASMY-BEP20", + "name": "jasmy_bep20", + "fname": "JasmyCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x15669CF161946C09a8B207650BfBB00e3d8A2E3E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JDB-BEP20", + "name": "jdb_bep20", + "fname": "Jeet Detector Bot", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JAUD-PLG20", + "name": "jaud_plg20", + "fname": "Jarvis Australian Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JBRL-BEP20", + "name": "jbrl_bep20", + "fname": "Jarvis Brazilian Real", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JBRL-PLG20", + "name": "jbrl_plg20", + "fname": "Jarvis Brazilian Real", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JCAD-PLG20", + "name": "jcad_plg20", + "fname": "Jarvis Canadian Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JCHF-AVX20", + "name": "jchf_avx20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JCHF-BEP20", + "name": "jchf_bep20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JCHF-ERC20", + "name": "jchf_erc20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JCHF-PLG20", + "name": "jchf_plg20", + "fname": "Jarvis Swiss Franc", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JCNY-PLG20", + "name": "jcny_plg20", + "fname": "Jarvis Chinese Yuan", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JEUR-AVX20", + "name": "jeur_avx20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JEUR-BEP20", + "name": "jeur_bep20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JEUR-ERC20", + "name": "jeur_erc20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JEUR-PLG20", + "name": "jeur_plg20", + "fname": "Jarvis Euro", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JGBP-BEP20", + "name": "jgbp_bep20", + "fname": "Jarvis British Pound", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JGBP-ERC20", + "name": "jgbp_erc20", + "fname": "Jarvis British Pound", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JGBP-PLG20", + "name": "jgbp_plg20", + "fname": "Jarvis British Pound", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JGOLD-PLG20", + "name": "jgold_plg20", + "fname": "Jarvis Gold", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JJPY-PLG20", + "name": "jjpy_plg20", + "fname": "Jarvis Japanese Yen", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JKRW-PLG20", + "name": "jkrw_plg20", + "fname": "Jarvis South Korean Won", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JMXN-PLG20", + "name": "jmxn_plg20", + "fname": "Jarvis Mexican Peso", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JNZD-PLG20", + "name": "jnzd_plg20", + "fname": "Jarvis New Zealand Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JPHP-PLG20", + "name": "jphp_plg20", + "fname": "Jarvis Philippine Peso", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JPLN-PLG20", + "name": "jpln_plg20", + "fname": "Jarvis Polish Zloty", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JPYC-AVX20", + "name": "jpyc_avx20", + "fname": "JPY Coin", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JPYC-PLG20", + "name": "jpyc_plg20", + "fname": "JPY Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JRT-ERC20", + "name": "jrt_erc20", + "fname": "Jarvis Reward Token", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JRT-PLG20", + "name": "jrt_plg20", + "fname": "Jarvis Reward Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JSEK-PLG20", + "name": "jsek_plg20", + "fname": "Jarvis Swedish Krona", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JSGD-PLG20", + "name": "jsgd_plg20", + "fname": "Jarvis Singapore Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "JTRY-PLG20", + "name": "jtry_plg20", + "fname": "Jarvis Turkish Lira", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JUSD-PLG20", + "name": "jusd_plg20", + "fname": "Jarvis United States Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "JST-BEP20", + "name": "jst_bep20", + "fname": "JUST", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "KCS", + "name": "kucoin-token", + "fname": "KuCoin Token", + "rpcport": 80, + "chain_id": 321, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "KCC", + "links": { + "homepage": "https://kcc.io" + } + }, + { + "coin": "KMD", + "name": "komodo", + "fname": "Komodo", + "rpcport": 7771, + "pubtype": 60, + "p2shtype": 85, + "wiftype": 188, + "txversion": 4, + "overwintered": 1, + "txfee": 1000, + "sign_message_prefix": "Komodo Signed Message:\n", + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "links": { + "github": "https://github.com/komodoplatform/komodo", + "homepage": "https://komodoplatform.com" + } + }, + { + "coin": "KMD-BEP20", + "name": "kmd_bep20", + "fname": "Komodo", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "KNC-BEP20", + "name": "knc_bep20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "KNC-ERC20", + "name": "knc_erc20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Kyber Network", + "links": { + "github": "https://github.com/KyberNetwork", + "homepage": "https://kyber.network" + } + }, + { + "coin": "KNC-PLG20", + "name": "knc_plg20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "KNC-AVX20", + "name": "knc_avx20", + "fname": "Kyber Network", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "KOIN", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "KOIN", + "fname": "Koinon", + "rpcport": 10702, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "KSM-BEP20", + "name": "ksm_bep20", + "fname": "Kusama", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LBC", + "name": "lbrycrd", + "fname": "LBRY Credits", + "sign_message_prefix": "LBRYcrd Signed Message:\n", + "rpcport": 9245, + "pubtype": 85, + "p2shtype": 122, + "wiftype": 28, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "lbc", + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/140'" + }, + { + "coin": "LBC-segwit", + "name": "lbrycrd", + "fname": "LBRY Credits", + "sign_message_prefix": "LBRYcrd Signed Message:\n", + "rpcport": 9245, + "pubtype": 85, + "p2shtype": 122, + "wiftype": 28, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "lbc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "LBC", + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/140'" + }, + { + "coin": "LCC", + "name": "litecoincash", + "fname": "Litecoin Cash", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 62457, + "pubtype": 28, + "p2shtype": 50, + "wiftype": 176, + "decimals": 7, + "fork_id": "0x40", + "signature_version": "base", + "txfee": 20000, + "segwit": true, + "bech32_hrp": "lcc", + "wallet_only": false, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/192'" + }, + { + "coin": "LCC-segwit", + "name": "litecoincash", + "fname": "Litecoin Cash", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 62457, + "pubtype": 28, + "p2shtype": 50, + "wiftype": 176, + "decimals": 7, + "fork_id": "0x40", + "signature_version": "base", + "txfee": 20000, + "segwit": true, + "bech32_hrp": "lcc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "LCC", + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/192'" + }, + { + "coin": "LDO-ERC20", + "name": "ldo_erc20", + "fname": "Lido DAO", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LDO-PLG20", + "name": "ldo_plg20", + "fname": "Lido DAO", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "FRC", + "name": "faircoin", + "fname": "FairCoin", + "rpcport": 9875, + "pubtype": 36, + "p2shtype": 63, + "wiftype": 128, + "decimals": 8, + "signature_version": "base", + "txfee": 10000, + "segwit": true, + "bech32_hrp": "frc", + "required_confirmations": 6, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + } + }, + { + "coin": "LEO-ERC20", + "name": "leo_erc20", + "fname": "LEO Token", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "LEOcoin", + "links": { + "homepage": "https://www.leocoin.org/" + } + }, + { + "coin": "LEO-PLG20", + "name": "leo_plg20", + "fname": "LEO Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-ERC20", + "name": "link_erc20", + "fname": "Chainlink", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x514910771AF9Ca656af840dff83E8264EcF986CA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-AVX20", + "name": "link_avx20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x5947BB275c521040051D82396192181b413227A3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-BEP20", + "name": "link_bep20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-FTM20", + "name": "link_ftm20", + "fname": "Chainlink", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-HCO20", + "name": "link_hco20", + "fname": "Chainlink", + "rpcport": 80, + "mm2": 1, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x9e004545c59D359F6B7BFB06a26390b087717b42" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-KRC20", + "name": "link_krc20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x47841910329aaa6b88D5e9DcdE9000195151dc72" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LINK-PLG20", + "name": "link_plg20", + "fname": "Chainlink", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LOLS-BEP20", + "name": "lols_bep20", + "fname": "LOLSmash", + "rpcport": 80, + "mm2": 1, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x19961cf3B822d37e16E310AB7C6C0277F95f31c3" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://lolsmash.net" + } + }, + { + "coin": "LOOP-BEP20", + "name": "loop_bep20", + "fname": "LoopNetwork", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcE186ad6430E2Fe494a22C9eDbD4c68794a28B35" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LRC-ERC20", + "name": "lrc_erc20", + "fname": "Loopring", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Loopring", + "links": { + "github": "https://github.com/loopring", + "homepage": "https://loopring.org" + } + }, + { + "coin": "LRC-BEP20", + "name": "lrc_bep20", + "fname": "Loopring", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x66e4d38b20173F509A1fF5d82866949e4fE898da" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LRC-PLG20", + "name": "lrc_plg20", + "fname": "Loopring", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LEASH-ERC20", + "name": "leash_erc20", + "fname": "Doge Killer", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x27C70Cd1946795B66be9d954418546998b546634" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LOOM-ERC20", + "name": "loom_erc20", + "fname": "Loom Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x42476F744292107e34519F9c357927074Ea3F75D" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "LOOM", + "links": { + "github": "github.com/loomnetwork/", + "homepage": "https://loomx.io" + } + }, + { + "coin": "LOOM-BEP20", + "name": "loom_bep20", + "fname": "Loom Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xE6Ce27025F13f5213bBc560dC275e292965a392F" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "LSWAP-BEP20", + "name": "lswap_bep20", + "fname": "LoopSwap", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x3F8a14f5a3Ee2F4A3Ed61cCF5EEA3c9535C090C8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "LTC", + "name": "litecoin", + "fname": "Litecoin", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 9332, + "pubtype": 48, + "p2shtype": 50, + "wiftype": 176, + "txfee": 0, + "dust": 5460, + "segwit": true, + "bech32_hrp": "ltc", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2'", + "trezor_coin": "Litecoin", + "links": { + "github": "https://github.com/litecoin-project/litecoin", + "homepage": "https://litecoin.org" + } + }, + { + "coin": "LTC-segwit", + "name": "litecoin", + "fname": "Litecoin", + "sign_message_prefix": "Litecoin Signed Message:\n", + "rpcport": 9332, + "pubtype": 48, + "p2shtype": 50, + "wiftype": 176, + "txfee": 0, + "dust": 5460, + "segwit": true, + "bech32_hrp": "ltc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "LTC", + "required_confirmations": 2, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2'", + "trezor_coin": "Litecoin", + "links": { + "github": "https://github.com/litecoin-project/litecoin", + "homepage": "https://litecoin.org" + } + }, + { + "coin": "LYNX", + "name": "lynx", + "fname": "Lynx", + "sign_message_prefix": "Lynx Signed Message:\n", + "rpcport": 9332, + "pubtype": 45, + "p2shtype": 22, + "wiftype": 173, + "txfee": 100000, + "dust": 54600, + "segwit": false, + "required_confirmations": 1, + "avg_blocktime": 1200, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/191'" + }, + { + "coin": "MANA-ERC20", + "name": "mana_erc20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Decentraland MANA", + "links": { + "github": "https://github.com/decentraland", + "homepage": "https://decentraland.org" + } + }, + { + "coin": "MANA-BEP20", + "name": "mana_bep20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MANA-KRC20", + "name": "mana_krc20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MANA-PLG20", + "name": "mana_plg20", + "fname": "Decentraland", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MASK-BEP20", + "name": "mask_bep20", + "fname": "Mask Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2eD9a5C8C13b93955103B9a7C167B67Ef4d568a3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MASK-ERC20", + "name": "mask_erc20", + "fname": "Mask Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MASK-PLG20", + "name": "mask_plg20", + "fname": "Mask Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MATICTEST", + "name": "matic testnet", + "fname": "Matic Testnet", + "is_testnet": true, + "rpcport": 80, + "chain_id": 80001, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MATIC", + "name": "matic", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 137, + "use_access_list": true, + "max_eth_tx_type": 2, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Polygon", + "links": { + "homepage": "https://polygon.technology/" + } + }, + { + "coin": "MATIC-BEP20", + "name": "matic_bep20", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xCC42724C6683B7E57334c4E856f4c9965ED682bD" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MATIC-ERC20", + "name": "matic_erc20", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Matic Token", + "links": { + "homepage": "https://polygon.technology/" + } + }, + { + "coin": "MATIC-HCO20", + "name": "matic_hco20", + "fname": "Polygon", + "rpcport": 80, + "mm2": 1, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xdB11743fe8B129b49b11236E8a715004BDabe7e5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MATIC-KRC20", + "name": "matic_krc20", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x1B8e27ABA297466fc6765Ce55BD12A8E216759da" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MC-ERC20", + "name": "mc_erc20", + "fname": "Merit Circle", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MC-BEP20", + "name": "mc_bep20", + "fname": "Merit Circle", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MCL", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "MCL", + "fname": "Marmara Credit Loops", + "rpcport": 33825, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "MDX", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "MDX", + "fname": "Mandala", + "rpcport": 18482, + "txversion": 4, + "overwintered": 1, + "mm2": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo", + "links": { + "homepage": "https://mandala.exchange" + } + }, + { + "coin": "MINDS-ERC20", + "name": "minds_erc20", + "fname": "Minds", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB26631c6dda06aD89B93C71400D25692de89c068" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Minds Token", + "links": { + "homepage": "https://www.minds.com/" + } + }, + { + "coin": "MINU-BEP20", + "name": "minu_bep20", + "fname": "Minu", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xf48f91df403976060cC05dBbf8A0901b09fdeFd4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MIR-ERC20", + "name": "mir_erc20", + "fname": "Mirror Protocol", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x09a3EcAFa817268f77BE1283176B946C4ff2E608" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MIR-BEP20", + "name": "mir_bep20", + "fname": "Mirror Protocol", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5B6DcF557E2aBE2323c48445E8CC948910d8c2c9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-AVX20", + "name": "mkr_avx20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x88128fd4b259552A9A1D457f435a6527AAb72d42" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-BEP20", + "name": "mkr_bep20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-ERC20", + "name": "mkr_erc20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "MakerDAO", + "links": { + "github": "https://github.com/makerdao", + "homepage": "https://makerdao.com" + } + }, + { + "coin": "MKR-KRC20", + "name": "mkr_krc20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xdE81028C743f5304fe2cdEfac588f572d629a687" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MKR-PLG20", + "name": "mkr_plg20", + "fname": "Maker", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6f7C932e7684666C9fd1d44527765433e01fF61d" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "MM-ERC20", + "name": "mm_erc20", + "fname": "Million", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Million", + "links": { + "homepage": "https://www.milliontoken.org" + } + }, + { + "coin": "MM-AVX20", + "name": "mm_avx20", + "fname": "Million", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x993163CaD35162fB579D7B64e6695cB076EF5064" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MM-BEP20", + "name": "mm_bep20", + "fname": "Million", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MM-MVR20", + "name": "mm_mvr20", + "fname": "Million", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MM-PLG20", + "name": "mm_plg20", + "fname": "Million", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MONA", + "name": "monacoin", + "fname": "MonaCoin", + "sign_message_prefix": "Monacoin Signed Message:\n", + "rpcport": 9402, + "pubtype": 50, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "mona", + "wallet_only": false, + "required_confirmations": 5, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/22'", + "trezor_coin": "Monacoin", + "links": { + "github": "https://github.com/monacoinproject/monacoin", + "homepage": "https://monacoin.org" + } + }, + { + "coin": "MONA-segwit", + "name": "monacoin", + "fname": "MonaCoin", + "sign_message_prefix": "Monacoin Signed Message:\n", + "rpcport": 9402, + "pubtype": 50, + "p2shtype": 5, + "wiftype": 176, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "mona", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "MONA", + "required_confirmations": 5, + "avg_blocktime": 90, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/22'", + "trezor_coin": "Monacoin", + "links": { + "github": "https://github.com/monacoinproject/monacoin", + "homepage": "https://monacoin.org" + } + }, + { + "coin": "MOR-ERC20", + "name": "mor_erc20", + "fname": "Morpheus", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xcBB8f1BDA10b9696c57E13BC128Fe674769DCEc0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MOR-ARB20", + "name": "mor_arb20", + "fname": "Morpheus", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "MOVR", + "name": "moonriver", + "fname": "Moonriver", + "rpcport": 80, + "chain_id": 1285, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Moonriver", + "links": { + "homepage": "https://moonbeam.network/networks/moonriver/" + }, + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_payment": 100000, + "eth_receiver_spend": 500000, + "eth_sender_refund": 500000 + } + }, + { + "coin": "GLMR", + "name": "moonbeam", + "fname": "Moonbeam", + "rpcport": 80, + "chain_id": 1284, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Moonbeam", + "links": { + "homepage": "https://moonbeam.network/networks/moonbeam/" + } + }, + { + "coin": "NAV", + "name": "navcoin", + "fname": "Navcoin", + "sign_message_prefix": "Navcoin Signed Message:\n", + "isPoS": 1, + "txversion": 3, + "confpath": "USERHOME/.navcoin4/navcoin.conf", + "rpcport": 44444, + "pubtype": 53, + "p2shtype": 85, + "wiftype": 150, + "txfee": 10000, + "required_confirmations": 10, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/130'" + }, + { + "coin": "NAV-BEP20", + "name": "nav_bep20", + "fname": "Navcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NEAR-BEP20", + "name": "near_bep20", + "fname": "NEAR Protocol", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "NENG", + "name": "nengcoin", + "fname": "Nengcoin", + "rpcport": 6376, + "pubtype": 53, + "p2shtype": 5, + "wiftype": 176, + "txfee": 200000, + "required_confirmations": 2, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/681'" + }, + { + "coin": "NENG-BEP20", + "name": "neng_bep20", + "fname": "Nengcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xaD2c0B5ee5424C6b6f9C06E4fEF3FD7CD9FF0264" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NEXO-ERC20", + "name": "nexo_erc20", + "fname": "Nexo", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Nexo", + "links": { + "homepage": "http://nexo.io" + } + }, + { + "coin": "NEXO-KRC20", + "name": "nexo_krc20", + "fname": "Nexo", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xb7A18bd55e8E3E2262d7c8Ee7b4DD9B216Df0Faf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NEXO-PLG20", + "name": "nexo_plg20", + "fname": "Nexo", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "NINJA", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "NINJA", + "fname": "Ninja", + "rpcport": 8427, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "NMC", + "name": "namecoin", + "fname": "Namecoin", + "rpcport": 8336, + "pubtype": 52, + "p2shtype": 13, + "wiftype": 180, + "txfee": 0, + "segwit": true, + "bech32_hrp": "nc", + "wallet_only": false, + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/7'", + "trezor_coin": "Namecoin", + "links": { + "github": "https://github.com/namecoin/namecoin-core", + "homepage": "https://namecoin.org" + } + }, + { + "coin": "NMC-segwit", + "name": "namecoin", + "fname": "Namecoin", + "rpcport": 8336, + "pubtype": 52, + "p2shtype": 13, + "wiftype": 180, + "txfee": 0, + "segwit": true, + "bech32_hrp": "nc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "NMC", + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/7'", + "trezor_coin": "Namecoin", + "links": { + "github": "https://github.com/namecoin/namecoin-core", + "homepage": "https://namecoin.org" + } + }, + { + "coin": "NVC", + "name": "novacoin", + "fname": "Novacoin", + "sign_message_prefix": "Novacoin Signed Message:\n", + "isPoS": 1, + "rpcport": 8344, + "pubtype": 8, + "p2shtype": 20, + "wiftype": 136, + "decimals": 6, + "txfee": 1000, + "dust": 10000, + "wallet_only": true, + "mature_confirmations": 500, + "required_confirmations": 1, + "avg_blocktime": 450, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/50'" + }, + { + "coin": "NVC-BEP20", + "name": "nvc_bep20", + "fname": "Novacoin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBF84720097de111A80f46f9D077643967042841A" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "NVC-QRC20", + "name": "qtum", + "fname": "Novacoin", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xffb67c56c42b71144ae394dbfe298d863fbb3b9e" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "NZDS-ERC20", + "name": "nzds_erc20", + "fname": "NZD Stablecoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NZDS-PLG20", + "name": "nzds_plg20", + "fname": "NZD Stablecoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NYC", + "name": "newyorkcoin", + "fname": "NewYorkCoin", + "sign_message_prefix": "NewYorkCoin Signed Message:\n", + "rpcport": 22555, + "pubtype": 60, + "p2shtype": 22, + "wiftype": 188, + "segwit": false, + "txfee": 100000000, + "mm2": 1, + "required_confirmations": 7, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/179'", + "links": { + "github": "https://github.com/NewYorkCoinNYC/newyorkcoin", + "homepage": "https://newyorkcoin.online" + } + }, + { + "coin": "NYC-BEP20", + "name": "nyc_bep20", + "fname": "NewYorkCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6c015277B0f9b8c24B20BD8BbbD29FDb25738A69" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OCEAN-BEP20", + "name": "ocean_bep20", + "fname": "Ocean Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OCEAN-ERC20", + "name": "ocean_erc20", + "fname": "Ocean Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Ocean Token", + "links": { + "github": "https://github.com/oceanprotocol", + "homepage": "https://oceanprotocol.com" + } + }, + { + "coin": "OCEAN-PLG20", + "name": "ocean_plg20", + "fname": "Ocean Protocol", + "rpcport": 80, + "wallet_only": true, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OM-ERC20", + "name": "om_erc20", + "fname": "MANTRA", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3593D125a4f7849a1B059E64F4517A86Dd60c95d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OM-BEP20", + "name": "om_bep20", + "fname": "MANTRA", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xF78D2e7936F5Fe18308A3B2951A93b6c4a41F5e2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "OM-PLG20", + "name": "om_plg20", + "fname": "MANTRA", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "OMG-ERC20", + "name": "omg_erc20", + "fname": "OMG Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "OmiseGO", + "links": { + "github": "https://github.com/omisego", + "homepage": "https://omg.omise.co" + } + }, + { + "coin": "OMG-PLG20", + "name": "omg_plg20", + "fname": "OMG Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ONE", + "name": "harmony", + "fname": "Harmony", + "rpcport": 80, + "chain_id": 1666600000, + "use_access_list": true, + "max_eth_tx_type": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ONT-BEP20", + "name": "ont_bep20", + "fname": "Ontology", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xFd7B3A77848f1C2D67E05E54d78d174a0C850335" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "PAX-ERC20", + "name": "pax_erc20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Paxos Standard (PAX)", + "links": { + "github": "https://github.com/paxosglobal", + "homepage": "https://www.paxos.com/standard" + } + }, + { + "coin": "PAX-BEP20", + "name": "pax_bep20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAX-KRC20", + "name": "pax_krc20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAX-PLG20", + "name": "pax_plg20", + "fname": "Paxos Standard", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAXG-BEP20", + "name": "paxg_bep20", + "fname": "PAX Gold", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7950865a9140cB519342433146Ed5b40c6F210f7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PAXG-ERC20", + "name": "paxg_erc20", + "fname": "PAX Gold", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x45804880De22913dAFE09f4980848ECE6EcbAf78" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Paxos Gold", + "links": { + "github": "https://github.com/paxosglobal/paxos-gold-contract", + "homepage": "https://www.paxos.com/paxgold" + } + }, + { + "coin": "PAXG-PLG20", + "name": "paxg_plg20", + "fname": "PAX Gold", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x553d3D295e0f695B9228246232eDF400ed3560B5" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "PEP", + "name": "pepecoin", + "fname": "Pepecoin", + "rpcport": 33873, + "pubtype": 56, + "p2shtype": 22, + "wiftype": 158, + "segwit": false, + "txfee": 1000000, + "sign_message_prefix": "Pepecoin Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/3434'", + "links": { + "github": "https://github.com/pepecoinppc/pepecoin", + "homepage": "https://pepecoin.org" + } + }, + { + "coin": "PENDLE-ARB20", + "name": "pendle_arb20", + "fname": "Pendle", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "PENDLE-ERC20", + "name": "pendle_erc20", + "fname": "Pendle", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x808507121B80c02388fAd14726482e061B8da827" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PENDLE-BEP20", + "name": "pendle_bep20", + "fname": "Pendle", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb3Ed0A426155B79B898849803E3B36552f7ED507" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PEPE-ERC20", + "name": "pepe_erc20", + "fname": "Pepe", + "rpcport": 80, + "mm2": 1, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6982508145454Ce325dDbE47a25d4ec3d2311933" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://www.pepe.vip" + } + }, + { + "coin": "PEPE-BEP20", + "name": "pepe_bep20", + "fname": "Pepe", + "rpcport": 80, + "mm2": 1, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://www.pepe.vip" + } + }, + { + "coin": "PEPE-ARB20", + "name": "pepe_arb20", + "fname": "Pepe", + "rpcport": 80, + "mm2": 1, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00" + } + }, + "derivation_path": "m/44'/60'", + "links": { + "homepage": "https://www.pepe.vip" + }, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "PINK", + "name": "pink", + "fname": "Pinkcoin", + "rpcport": 9135, + "isPoS": 1, + "pubtype": 3, + "p2shtype": 28, + "wiftype": 131, + "txfee": 10000, + "wallet_only": true, + "sign_message_prefix": "Pinkcoin Signed Message:\n", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/117'", + "links": { + "github": "https://github.com/Pink2Dev/Pink2", + "homepage": "https://getstarted.with.pink" + } + }, + { + "coin": "PIVX", + "name": "pivx", + "fname": "PIVX", + "sign_message_prefix": "DarkNet Signed Message:\n", + "rpcport": 51473, + "pubtype": 30, + "p2shtype": 13, + "wiftype": 212, + "txfee": 100000, + "dust": 5460, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/119'" + }, + { + "coin": "PND", + "name": "pandacoin", + "fname": "Pandacoin", + "isPoS": 1, + "rpcport": 22444, + "pubtype": 55, + "p2shtype": 22, + "wiftype": 183, + "decimals": 6, + "txfee": 10000000, + "dust": 1000000, + "segwit": true, + "bech32_hrp": "pn", + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/37'" + }, + { + "coin": "POT", + "name": "potcoin", + "fname": "PotCoin", + "sign_message_prefix": "Potcoin Signed Message:\n", + "isPoSV": 1, + "rpcport": 42000, + "pubtype": 55, + "p2shtype": 5, + "wiftype": 183, + "txversion": 4, + "txfee": 100000, + "dust": 100000, + "wallet_only": true, + "mature_confirmations": 240, + "required_confirmations": 5, + "avg_blocktime": 40, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/81'" + }, + { + "coin": "POT-ERC20", + "name": "pot_erc20", + "fname": "PotCoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "POT-PLG20", + "name": "pot_plg20", + "fname": "PotCoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "POWR-ERC20", + "name": "powr_erc20", + "fname": "Power Ledger", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "PowerLedger", + "links": { + "homepage": "https://powerledger.io" + } + }, + { + "coin": "POWR-PLG20", + "name": "powr_plg20", + "fname": "Power Ledger", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PPC", + "name": "peercoin", + "fname": "Peercoin", + "isPoS": 1, + "rpcport": 9902, + "pubtype": 55, + "p2shtype": 117, + "wiftype": 183, + "decimals": 6, + "txfee": 0, + "dust": 10000, + "segwit": true, + "bech32_hrp": "pc", + "required_confirmations": 1, + "avg_blocktime": 510, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/6'", + "trezor_coin": "Peercoin", + "links": { + "github": "https://github.com/peercoin/peercoin", + "homepage": "https://peercoin.net" + } + }, + { + "coin": "PPC-ERC20", + "name": "ppc_erc20", + "fname": "Peercoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x044d078F1c86508e13328842Cc75AC021B272958" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PPC-PLG20", + "name": "ppc_plg20", + "fname": "Peercoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x91E7E32C710661C44ae44D10Aa86135d91C3Ed65" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PRCY", + "name": "prcy", + "fname": "PRivaCY Coin", + "rpcport": 59683, + "pubtype": 55, + "p2shtype": 61, + "wiftype": 28, + "txfee": 0, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/853'" + }, + { + "coin": "PRCY-BEP20", + "name": "prcy_bep20", + "fname": "PRivaCY Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PRCY-ERC20", + "name": "prcy_erc20", + "fname": "PRivaCY Coin", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 8, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PRCY-PLG20", + "name": "prcy_plg20", + "fname": "PRivaCY Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PYR-ERC20", + "name": "pyr_erc20", + "fname": "Vulcan Forged", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "PYR-PLG20", + "name": "pyr_plg20", + "fname": "Vulcan Forged", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "SHIB-BEP20", + "name": "shib_bep20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2859e4544C4bB03966803b044A93563Bd2D0DD4D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SHIB-ERC20", + "name": "shib_erc20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SHIBA INU", + "links": { + "homepage": "https://shibatoken.com" + } + }, + { + "coin": "SHIB-KRC20", + "name": "shib_krc20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x73b6086955c820370A18002F60E9b51FB67d7e1A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SHIB-PLG20", + "name": "shib_plg20", + "fname": "Shiba Inu", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "QC-QRC20", + "name": "qtum", + "fname": "Qcash", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xf2033ede578e17fa6231047265010445bca8cf1c" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QIAIR-QRC20", + "name": "qtum", + "fname": "Qi Airdrop Token", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QI-QRC20", + "name": "qtum", + "fname": "Qi Swap", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x54fefdb5b31164f66ddb68becd7bdd864cacd65b" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QKC-BEP20", + "name": "qkc_bep20", + "fname": "QuarkChain", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xA1434F1FC3F437fa33F7a781E041961C0205B5Da" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "QKC-ERC20", + "name": "qkc_erc20", + "fname": "QuarkChain", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "QuarkChain", + "links": { + "homepage": "https://quarkchain.io" + } + }, + { + "coin": "QNT-ERC20", + "name": "qnt_erc20", + "fname": "Quant", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4a220E6096B25EADb88358cb44068A3248254675" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Quant", + "links": { + "github": "https://github.com/quantnetwork", + "homepage": "https://www.quant.network/" + } + }, + { + "coin": "QNT-KRC20", + "name": "qnt_krc20", + "fname": "Quant", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x791630C11c7159A748d8c2267a66780B3DDC40a7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "QRC20", + "fname": "QRC20", + "pubtype": 120, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "is_testnet": true, + "mature_confirmations": 2000, + "required_confirmations": 1, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "tQTUM", + "contract_address": "0xd362e096e873eb7907e205fadc6175c6fec7bc44" + } + } + }, + { + "coin": "QTUM", + "name": "qtum", + "fname": "Qtum", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "qc", + "txfee": 400000, + "dust": 72800, + "sign_message_prefix": "Qtum Signed Message:\n", + "force_min_relay_fee": true, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QTUM" + }, + "derivation_path": "m/44'/2301'", + "trezor_coin": "Qtum", + "links": { + "github": "https://github.com/qtumproject/qtum", + "homepage": "https://qtum.org" + } + }, + { + "coin": "QTUM-ERC20", + "name": "qtum_erc20", + "fname": "Qtum", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3103dF8F05c4D8aF16fD22AE63E406b97FeC6938" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Qtum", + "links": { + "github": "https://github.com/qtumproject", + "homepage": "https://qtum.org/" + } + }, + { + "coin": "tQTUM", + "name": "qtumtest", + "fname": "QTUM Testnet", + "is_testnet": true, + "rpcport": 13889, + "pubtype": 120, + "p2shtype": 110, + "wiftype": 239, + "segwit": true, + "bech32_hrp": "tq", + "txfee": 400000, + "required_confirmations": 1, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QTUM" + } + }, + { + "coin": "RAPH", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "RAPH", + "fname": "Raphael", + "rpcport": 30261, + "txversion": 4, + "overwintered": 1, + "mm2": 1, + "required_confirmations": 4, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "RDD", + "name": "reddcoin", + "fname": "ReddCoin", + "sign_message_prefix": "Reddcoin Signed Message:\n", + "isPoSV": 1, + "rpcport": 45443, + "pubtype": 61, + "p2shtype": 5, + "wiftype": 189, + "txversion": 2, + "txfee": 100000, + "dust": 100000, + "segwit": false, + "wallet_only": true, + "mature_confirmations": 30, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/4'", + "trezor_coin": "Reddcoin", + "links": { + "github": "https://github.com/reddcoin-project/reddcoin", + "homepage": "https://reddcoin.com" + } + }, + { + "coin": "REN-ERC20", + "name": "ren_erc20", + "fname": "Ren", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x408e41876cCCDC0F92210600ef50372656052a38" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Republic Token", + "links": { + "github": "https://github.com/renproject", + "homepage": "https://renproject.io/" + } + }, + { + "coin": "REN-HCO20", + "name": "ren_hco20", + "fname": "Ren", + "rpcport": 80, + "mm2": 1, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x212208bcc81F3a2D0188afF76A2d39351eb53b96" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "REP-ERC20", + "name": "rep_erc20", + "fname": "Augur", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x221657776846890989a759BA2973e427DfF5C9bB" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Augur", + "links": { + "homepage": "https://augur.net" + } + }, + { + "coin": "REQ-ERC20", + "name": "req_erc20", + "fname": "Request", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "REQ-PLG20", + "name": "req_plg20", + "fname": "Request", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "RIC", + "name": "riecoin", + "fname": "Riecoin", + "sign_message_prefix": "Riecoin Signed Message:\n", + "rpcport": 28332, + "pubtype": 60, + "p2shtype": 65, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "ric", + "txfee": 10000, + "wallet_only": false, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/143'" + }, + { + "coin": "RIC-segwit", + "name": "riecoin", + "fname": "Riecoin", + "sign_message_prefix": "Riecoin Signed Message:\n", + "rpcport": 28332, + "pubtype": 60, + "p2shtype": 65, + "wiftype": 128, + "segwit": true, + "bech32_hrp": "ric", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "RIC", + "txfee": 10000, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/143'" + }, + { + "coin": "RIC-BEP20", + "name": "ric_bep20", + "fname": "Riecoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "DOC", + "asset": "DOC", + "fname": "DOC", + "rpcport": 62415, + "txversion": 4, + "overwintered": 1, + "sign_message_prefix": "Komodo Signed Message:\n", + "is_testnet": true, + "required_confirmations": 1, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "MARTY", + "asset": "MARTY", + "fname": "MARTY", + "rpcport": 52592, + "txversion": 4, + "overwintered": 1, + "sign_message_prefix": "Komodo Signed Message:\n", + "is_testnet": true, + "required_confirmations": 1, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "RLC-ERC20", + "name": "rlc_erc20", + "fname": "iExec RLC", + "rpcport": 80, + "chain_id": 1, + "decimals": 9, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x607F4C5BB672230e8672085532f7e901544a7375" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "IEx.ec", + "links": { + "homepage": "http://iex.ec/" + } + }, + { + "coin": "RLC-PLG20", + "name": "rlc_plg20", + "fname": "iExec RLC", + "rpcport": 80, + "chain_id": 137, + "decimals": 9, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RNDR-ERC20", + "name": "rndr_erc20", + "fname": "Render", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RNDR-PLG20", + "name": "rndr_plg20", + "fname": "Render", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x61299774020dA444Af134c82fa83E3810b309991" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "RPL-ERC20", + "name": "rpl_erc20", + "fname": "Rocket Pool", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xD33526068D116cE69F19A9ee46F0bd304F21A51f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RSR-ERC20", + "name": "rsr_erc20", + "fname": "Reserve Rights", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x320623b8E4fF03373931769A31Fc52A4E78B5d70" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Reserve Rights", + "links": { + "github": "https://github.com/reserve-protocol/rsr-mainnet", + "homepage": "https://reserve.org" + } + }, + { + "coin": "RTM", + "name": "raptoreum", + "fname": "Raptoreum", + "rpcport": 9998, + "pubtype": 60, + "p2shtype": 16, + "wiftype": 128, + "txfee": 1000, + "confpath": "USERHOME/.raptoreumcore/raptoreum.conf", + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/10226'" + }, + { + "coin": "GRR", + "name": "ghostridercoin", + "fname": "Ghostridercoin", + "rpcport": 15420, + "pubtype": 38, + "p2shtype": 16, + "wiftype": 128, + "txfee": 1000, + "confpath": "USERHOME/.grcoincore/grcoin.conf", + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/10226'" + }, + { + "coin": "RTM-BEP20", + "name": "rtm_bep20", + "fname": "Raptoreum", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xF7C71cab11E3694638Bb9A106E0F430565BD15F1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RVN", + "name": "raven", + "fname": "RavenCoin", + "sign_message_prefix": "Raven Signed Message:\n", + "rpcport": 8766, + "pubtype": 60, + "p2shtype": 122, + "wiftype": 128, + "segwit": true, + "txfee": 1100000, + "mm2": 1, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/175'", + "trezor_coin": "Ravencoin", + "links": { + "github": "https://github.com/RavenProject/Ravencoin", + "homepage": "https://ravencoin.org" + } + }, + { + "coin": "SAND-ERC20", + "name": "sand_erc20", + "fname": "The Sandbox", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SAND-BEP20", + "name": "sand_bep20", + "fname": "The Sandbox", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x67b725d7e342d7B611fa85e859Df9697D9378B2e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SAND-PLG20", + "name": "sand_plg20", + "fname": "The Sandbox", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SCRT-BEP20", + "name": "scrt_bep20", + "fname": "Secret", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SIGNA-BEP20", + "name": "signa_bep20", + "fname": "Signum", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7b0E7E40eE4672599F7095D1DdD730b0805195BA" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SNX-AVX20", + "name": "snx_avx20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xBeC243C995409E6520D7C41E404da5dEba4b209B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-BEP20", + "name": "snx_bep20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9Ac983826058b8a9C7Aa1C9171441191232E8404" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-ERC20", + "name": "snx_erc20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Synthetix Network Token", + "links": { + "github": "https://github.com/havven/havven", + "homepage": "https://synthetix.io" + } + }, + { + "coin": "SNX-FTM20", + "name": "snx_ftm20", + "fname": "Synthetix", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-KRC20", + "name": "snx_krc20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x31965b5c9c55f5579eb49F4b3AcC59aA10a7B98E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SNX-PLG20", + "name": "snx_plg20", + "fname": "Synthetix", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SOL-BEP20", + "name": "sol_bep20", + "fname": "Solana", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x570A5D26f7765Ecb712C0924E4De545B89fD43dF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SOL-PLG20", + "name": "sol_plg20", + "fname": "Solana", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SOLVE-ERC20", + "name": "solve_erc20", + "fname": "SOLVE", + "required_confirmations": 3, + "avg_blocktime": 15, + "rpcport": 80, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x446C9033E7516D820cc9a2ce2d0B7328b579406F" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SPACECOIN", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "SPACE", + "fname": "Spacecoin", + "rpcport": 35593, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 6, + "requires_notarization": false, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "SPACE-ARB20", + "name": "space_arb20", + "fname": "Space Token", + "rpcport": 80, + "mm2": 1, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "SPACE-AVX20", + "name": "space_avx20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SPACE-BEP20", + "name": "space_bep20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x9E1170c12FDDd3B00FEc42ddF4C942565D9Be577" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SPACE-FTM20", + "name": "space_ftm20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x5f7F94a1dd7b15594d17543BEB8B30b111DD464c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SPACE-PLG20_OLD", + "name": "space_plg20_old", + "fname": "Space Token (OLD)", + "rpcport": 80, + "mm2": 1, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SPACE-PLG20", + "name": "space_plg20", + "fname": "Space Token", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SRM-ERC20", + "name": "srm_erc20", + "fname": "Serum", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x476c5E26a75bd202a9683ffD34359C0CC15be0fF" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SRM-PLG20", + "name": "srm_plg20", + "fname": "Serum", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-AVX20", + "name": "sushi_avx20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-BEP20", + "name": "sushi_bep20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x947950BcC74888a40Ffa2593C5798F11Fc9124C4" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-ERC20", + "name": "sushi_erc20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "SushiToken", + "links": { + "github": "https://github.com/sushiswap", + "homepage": "https://sushiswapclassic.org/" + } + }, + { + "coin": "SUSHI-FTM20", + "name": "sushi_ftm20", + "fname": "Sushi", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-KRC20", + "name": "sushi_krc20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xE0a60890BB7F9250089455620063fb6fe4DC159a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-MVR20", + "name": "sushi_mvr20", + "fname": "Sushi", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SUSHI-PLG20", + "name": "sushi_plg20", + "fname": "Sushi", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SWAP-BEP20", + "name": "swap_bep20", + "fname": "SafeSwap", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xe56a473043EaAB7947c0a2408cEA623074500EE3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SXP-BEP20", + "name": "sxp_bep20", + "fname": "Swipe", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SXP-ERC20", + "name": "sxp_erc20", + "fname": "Swipe", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SBCH", + "name": "smartbch", + "fname": "SmartBCH", + "rpcport": 80, + "alias_ticker": "BCH", + "chain_id": 10000, + "required_confirmations": 3, + "avg_blocktime": 6, + "protocol": { + "type": "ETH" + } + }, + { + "coin": "SYN-ERC20", + "name": "syn_erc20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-BEP20", + "name": "syn_bep20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xa4080f1778e69467E905B8d6F72f6e441f9e9484" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-PLG20", + "name": "syn_plg20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "SYN-AVX20", + "name": "syn_avx20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x1f1E7c893855525b303f99bDF5c3c05Be09ca251" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYN-FTM20", + "name": "syn_ftm20", + "fname": "Synapse", + "rpcport": 80, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0xE55e19Fb4F2D85af758950957714292DAC1e25B2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SYS", + "name": "syscoin", + "fname": "Syscoin", + "sign_message_prefix": "Syscoin Signed Message:\n", + "rpcport": 8370, + "pubtype": 63, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 1820, + "segwit": true, + "bech32_hrp": "sys", + "required_confirmations": 5, + "avg_blocktime": 60, + "wallet_only": false, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/57'", + "trezor_coin": "Syscoin", + "links": { + "github": "https://github.com/syscoin/syscoin", + "homepage": "https://syscoin.org" + } + }, + { + "coin": "SYS-segwit", + "name": "syscoin", + "fname": "Syscoin", + "sign_message_prefix": "Syscoin Signed Message:\n", + "rpcport": 8370, + "pubtype": 63, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 1820, + "segwit": true, + "bech32_hrp": "sys", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "SYS", + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/57'", + "trezor_coin": "Syscoin", + "links": { + "github": "https://github.com/syscoin/syscoin", + "homepage": "https://syscoin.org" + } + }, + { + "coin": "TAMA-ERC20", + "name": "tama_erc20", + "fname": "Tamadoge", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x12b6893cE26Ea6341919FE289212ef77e51688c8" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TAZ-BEP20", + "name": "taz_bep20", + "fname": "Taz", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x83BC92dcfC1F62Ba5dbd0f3537032f83a004300A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TBTC-ERC20", + "name": "tbtc_erc20", + "fname": "tBTC", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x18084fbA666a33d37592fA2633fD49a74DD93a88" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TBTC-PLG20", + "name": "tbtc_plg20", + "fname": "tBTC", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TESTBTC", + "name": "tbitcoin", + "fname": "Bitcoin Testnet", + "rpcport": 18332, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "segwit": true, + "bech32_hrp": "tb", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "is_testnet": true, + "required_confirmations": 0, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1'" + }, + { + "coin": "TESTBTC-segwit", + "name": "tbitcoin", + "fname": "Bitcoin Testnet", + "rpcport": 18332, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "segwit": true, + "bech32_hrp": "tb", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "tBTC", + "txfee": 0, + "estimate_fee_mode": "ECONOMICAL", + "is_testnet": true, + "required_confirmations": 0, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/84'/1'" + }, + { + "coin": "TEL-ERC20", + "name": "tel_erc20", + "fname": "Telcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x467Bccd9d29f223BcE8043b84E8C8B282827790F" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TEL-KRC20", + "name": "tel_krc20", + "fname": "Telcoin", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x621C1E8610e4B9b7fc9F043203C008EDe52E92F5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TEL-PLG20", + "name": "tel_plg20", + "fname": "Telcoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 2, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TFT-BEP20", + "name": "tft_bep20", + "fname": "ThreeFold", + "rpcport": 80, + "chain_id": 56, + "decimals": 7, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8f0FB159380176D324542b3a7933F0C2Fd0c2bbf" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "THC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "THC", + "fname": "HempCoin", + "rpcport": 36790, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "THC-BEP20", + "name": "thc_bep20", + "fname": "HempCoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TKL", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "TOKEL", + "fname": "Tokel", + "rpcport": 29405, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 2, + "requires_notarization": true, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "TON-ERC20", + "name": "ton_erc20", + "fname": "Toncoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 9, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TON-BEP20", + "name": "ton_bep20", + "fname": "Toncoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 9, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x76A797A59Ba2C17726896976B7B3747BfD1d220f" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TRC", + "name": "terracoin", + "fname": "Terracoin", + "confpath": "USERHOME/.terracoincore/terracoin.conf", + "rpcport": 13332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10000, + "dust": 5460, + "required_confirmations": 3, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/83'" + }, + { + "coin": "TRX-BEP20_OLD", + "name": "trx_bep20_old", + "fname": "TRON (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TRX-BEP20", + "name": "trx_bep20", + "fname": "TRON", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TRYB-AVX20", + "name": "tryb_avx20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x564A341Df6C126f90cf3ECB92120FD7190ACb401" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "TRYB-BEP20", + "name": "tryb_bep20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xC1fdbed7Dac39caE2CcC0748f7a80dC446F6a594" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TRYB-PLG20", + "name": "tryb_plg20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x4Fb71290Ac171E1d144F7221D882BECAc7196EB5" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "TRYB-ERC20", + "name": "tryb_erc20", + "fname": "BiLira", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2C537E5624e4af88A7ae4060C022609376C8D0EB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-BEP20", + "name": "tusd_bep20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x40af3827F39D0EAcBF4A168f8D4ee67c121D11c9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-ERC20", + "name": "tusd_erc20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0000000000085d4780B73119b644AE5ecd22b376" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "TrueUSD", + "links": { + "github": "https://github.com/trusttoken", + "homepage": "https://www.trusttoken.com" + } + }, + { + "coin": "TUSD-AVX20", + "name": "tusd_avx20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-FTM20", + "name": "tusd_ftm20", + "fname": "TrueUSD", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x9879aBDea01a879644185341F7aF7d8343556B7a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-HCO20", + "name": "tusd_hco20", + "fname": "TrueUSD", + "rpcport": 80, + "mm2": 1, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x5eE41aB6edd38cDfB9f6B4e6Cf7F75c87E170d98" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-KRC20", + "name": "tusd_krc20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xD17027b85Abf02721F953EE528721A980fa58941" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TUSD-PLG20", + "name": "tusd_plg20", + "fname": "TrueUSD", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2e1AD108fF1D8C782fcBbB89AAd783aC49586756" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "TWT-BEP20", + "name": "twt_bep20", + "fname": "Trust Wallet", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4B0F1812e5Df2A09796481Ff14017e6005508003" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UBT-ERC20", + "name": "ubt_erc20", + "fname": "Unibright", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Unibright", + "links": { + "homepage": "https://unibright.io" + } + }, + { + "coin": "UBT-PLG20", + "name": "ubt_plg20", + "fname": "Unibright", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x7FBc10850caE055B27039aF31bD258430e714c62" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UIS", + "name": "unitus", + "fname": "Unitus", + "sign_message_prefix": "Unitus Signed Message:\n", + "rpcport": 50604, + "pubtype": 68, + "p2shtype": 10, + "wiftype": 132, + "txfee": 2000000, + "dust": 6000000, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/723'", + "links": { + "github": "https://github.com/unitusdev/unitus", + "homepage": "https://unituscurrency.com" + } + }, + { + "coin": "UMA-AVX20", + "name": "uma_avx20", + "fname": "UMA", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UMA-ERC20", + "name": "uma_erc20", + "fname": "UMA", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UMA-PLG20", + "name": "uma_plg20", + "fname": "UMA", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x3066818837c5e6eD6601bd5a91B0762877A6B731" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-AVX20", + "name": "uni_avx20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-ERC20", + "name": "uni_erc20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Uniswap", + "links": { + "homepage": "https://uniswap.org/" + } + }, + { + "coin": "UNI-BEP20", + "name": "uni_bep20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xBf5140A22578168FD562DCcF235E5D43A02ce9B1" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-HCO20", + "name": "uni_hco20", + "fname": "Uniswap", + "rpcport": 80, + "mm2": 1, + "wallet_only": true, + "chain_id": 128, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x22C54cE8321A4015740eE1109D9cBc25815C46E6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-KRC20", + "name": "uni_krc20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xEe58E4D62b10A92dB1089d4D040B759C28aE16Cd" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UNI-PLG20", + "name": "uni_plg20", + "fname": "Uniswap", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "UNO", + "name": "unobtanium", + "fname": "Unobtanium", + "sign_message_prefix": "Unobtanium Signed Message:\n", + "rpcport": 65535, + "pubtype": 130, + "p2shtype": 30, + "wiftype": 224, + "txfee": 0, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/92'", + "trezor_coin": "Unobtanium", + "links": { + "github": "https://github.com/unobtanium-official/unobtanium", + "homepage": "https://unobtanium.uno" + } + }, + { + "coin": "USDC-ARB20", + "name": "usdc_arb20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 42161, + "decimals": 6, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "USDC-AVX20", + "name": "usdc_avx20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-AVX20_OLD", + "name": "usdc_avx20_old", + "fname": "USD Coin (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-ERC20", + "name": "usdc_erc20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "USD//Coin", + "links": { + "github": "https://github.com/centrehq/centre-tokens", + "homepage": "https://www.centre.io" + } + }, + { + "coin": "USDC-BEP20", + "name": "usdc_bep20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDC-FTM20", + "name": "usdc_ftm20", + "fname": "USD Coin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x04068DA6C83AFCFA0e13ba15A6696662335D5B75" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-HCO20", + "name": "usdc_hco20", + "fname": "USD Coin", + "rpcport": 80, + "mm2": 1, + "wallet_only": true, + "chain_id": 128, + "avg_blocktime": 3, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0x9362Bbef4B8313A8Aa9f0c9808B80577Aa26B73B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-KRC20", + "name": "usdc_krc20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 321, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-MVR20", + "name": "usdc_mvr20", + "fname": "USD Coin", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDC-PLG20", + "name": "usdc_plg20", + "fname": "USD Coin", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDC-PLG20_OLD", + "name": "usdc_plg20_old", + "fname": "USD Coin (OLD)", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDD-BEP20", + "name": "usdd_bep20", + "fname": "USDD", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xd17479997F34dd9156Deef8F95A52D81D265be9c" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDD-ERC20", + "name": "usdd_erc20", + "fname": "USDD", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-MVR20", + "name": "usdt_mvr20", + "fname": "Tether", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1285, + "avg_blocktime": 15, + "decimals": 6, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MOVR", + "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-FTM20", + "name": "usdt_ftm20", + "fname": "Tether", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x049d68029688eAbF473097a2fC38ef61633A3C7A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-HCO20", + "name": "usdt_hco20", + "fname": "Tether", + "rpcport": 80, + "mm2": 1, + "wallet_only": true, + "chain_id": 128, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "HT", + "contract_address": "0xa71EdC38d189767582C38A3145b5873052c3e47a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-KRC20", + "name": "usdt_krc20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 321, + "avg_blocktime": 3, + "decimals": 18, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-PLG20", + "name": "usdt_plg20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDT-ARB20", + "name": "usdt_arb20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 42161, + "decimals": 6, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "USDT-AVX20", + "name": "usdt_avx20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 120000, + "erc20_receiver_spend": 90000, + "erc20_sender_refund": 90000 + } + }, + { + "coin": "USDT-AVX20_OLD", + "name": "usdt_avx20_old", + "fname": "Tether (OLD)", + "rpcport": 80, + "wallet_only": true, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 6, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "USDT-BEP20", + "name": "usdt_bep20", + "fname": "Tether", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x55d398326f99059fF775485246999027B3197955" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "USDT-ERC20", + "name": "usdt_erc20", + "fname": "Tether", + "rpcport": 80, + "wallet_only": true, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "USD Tether (erc20)", + "links": { + "homepage": "https://tether.to" + } + }, + { + "coin": "vARRR", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "vARRR", + "fname": "vARRR", + "rpcport": 20778, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 6, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "vDEX", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "vDEX", + "fname": "vDEX", + "rpcport": 21778, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 6, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "VAL", + "name": "validity", + "fname": "Validity", + "sign_message_prefix": "radium Signed Message:\n", + "confpath": "USERHOME/.Validity/validity.conf", + "isPoS": 1, + "rpcport": 27914, + "pubtype": 76, + "p2shtype": 58, + "wiftype": 121, + "txfee": 100000, + "dust": 300000, + "required_confirmations": 5, + "avg_blocktime": 60, + "mature_confirmations": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/634'", + "links": { + "github": "https://github.com/RadiumCore/Validity", + "homepage": "https://validitytech.com" + } + }, + { + "coin": "VET-BEP20", + "name": "vet_bep20", + "fname": "VeChain", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "VRA-ERC20", + "name": "vra_erc20", + "fname": "Verasity", + "rpcport": 80, + "required_confirmations": 3, + "avg_blocktime": 15, + "chain_id": 1, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xF411903cbC70a74d22900a5DE66A2dda66507255" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "VGX-ERC20", + "name": "vgx_erc20", + "fname": "Voyager", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "VGX-PLG20", + "name": "vgx_plg20", + "fname": "Voyager", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "VIA", + "name": "viacoin", + "fname": "Viacoin", + "sign_message_prefix": "Viacoin Signed Message:\n", + "rpcport": 5222, + "pubtype": 71, + "p2shtype": 33, + "wiftype": 199, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 7, + "mature_confirmations": 3600, + "avg_blocktime": 24, + "segwit": true, + "bech32_hrp": "via", + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/14'", + "trezor_coin": "Viacoin", + "links": { + "github": "https://github.com/viacoin", + "homepage": "https://viacoin.org" + } + }, + { + "coin": "VIA-segwit", + "name": "viacoin", + "fname": "Viacoin", + "sign_message_prefix": "Viacoin Signed Message:\n", + "rpcport": 5222, + "pubtype": 71, + "p2shtype": 33, + "wiftype": 199, + "txfee": 100000, + "dust": 54600, + "required_confirmations": 7, + "mature_confirmations": 3600, + "avg_blocktime": 24, + "segwit": true, + "bech32_hrp": "via", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "VIA", + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/14'", + "trezor_coin": "Viacoin", + "links": { + "github": "https://github.com/viacoin", + "homepage": "https://viacoin.org" + } + }, + { + "coin": "VITE-BEP20", + "name": "vite_bep20", + "fname": "Vite", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x2794DAD4077602eD25A88d03781528D1637898B4" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "VRSC", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "VRSC", + "fname": "Verus Coin", + "rpcport": 27486, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "GRMS", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "GRMS", + "fname": "GRMS", + "rpcport": 21687, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "VPRM", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "VPRM", + "fname": "Vaporum", + "rpcport": 51609, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "VTC", + "name": "vertcoin", + "fname": "Vertcoin", + "sign_message_prefix": "Vertcoin Signed Message:\n", + "rpcport": 5888, + "pubtype": 71, + "p2shtype": 5, + "wiftype": 128, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "vtc", + "wallet_only": false, + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/28'", + "trezor_coin": "Vertcoin", + "links": { + "github": "https://github.com/vertcoin-project/vertcoin-core", + "homepage": "https://vertcoin.org" + } + }, + { + "coin": "VTC-segwit", + "name": "vertcoin", + "fname": "Vertcoin", + "sign_message_prefix": "Vertcoin Signed Message:\n", + "rpcport": 5888, + "pubtype": 71, + "p2shtype": 5, + "wiftype": 128, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "bech32_hrp": "vtc", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "VTC", + "required_confirmations": 4, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/28'", + "trezor_coin": "Vertcoin", + "links": { + "github": "https://github.com/vertcoin-project/vertcoin-core", + "homepage": "https://vertcoin.org" + } + }, + { + "coin": "WAF", + "name": "waifu", + "fname": "Waifu", + "rpcport": 18332, + "pubtype": 73, + "p2shtype": 22, + "wiftype": 158, + "segwit": true, + "bech32_hrp": "waf", + "txfee": 1000, + "sign_message_prefix": "Waifu Signed Message:\n", + "required_confirmations": 4, + "avg_blocktime": 210, + "protocol": { + "type": "UTXO" + }, + "links": { + "github": "https://github.com/waifu-core/waifu-core" + } + }, + { + "coin": "WAVES-BEP20", + "name": "waves_bep20", + "fname": "Waves", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xFC3E14af0f0c2129a84Cc013D48C70D682902874" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WBTC-ERC20", + "name": "wbtc_erc20", + "fname": "Wrapped Bitcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Wrapped Bitcoin", + "links": { + "github": "https://github.com/WrappedBTC", + "homepage": "https://wbtc.network" + } + }, + { + "coin": "WBTC-PLG20", + "name": "wbtc_plg20", + "fname": "Wrapped Bitcoin", + "rpcport": 80, + "chain_id": 137, + "decimals": 8, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "WLD-ERC20", + "name": "wld_erc20", + "fname": "Worldcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x163f8C2467924be0ae7B5347228CABF260318753" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-ERC20", + "name": "woo_erc20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-ARB20", + "name": "woo_arb20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 42161, + "decimals": 18, + "avg_blocktime": 0.25, + "required_confirmations": 10, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH-ARB20", + "contract_address": "0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 400000, + "erc20_payment": 800000, + "erc20_receiver_spend": 700000, + "erc20_sender_refund": 700000 + } + }, + { + "coin": "WOO-AVX20", + "name": "woo_avx20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 43114, + "decimals": 18, + "avg_blocktime": 2.4, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0xaBC9547B534519fF73921b1FBA6E672b5f58D083" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-BEP20", + "name": "woo_bep20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-FTM20", + "name": "woo_ftm20", + "fname": "WOO Network", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x6626c47c00F1D87902fc13EECfaC3ed06D5E8D8a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "WOO-PLG20", + "name": "woo_plg20", + "fname": "WOO Network", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XCN-ERC20", + "name": "xcn_erc20", + "fname": "Onyxcoin", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XCN-BEP20", + "name": "xcn_bep20", + "fname": "Onyxcoin", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XEP-segwit", + "name": "xep", + "fname": "Electra Protocol", + "sign_message_prefix": "XEP Signed Message:\n", + "rpcport": 16816, + "pubtype": 55, + "p2shtype": 137, + "wiftype": 162, + "txversion": 2, + "txfee": 100000, + "dust": 100000, + "segwit": true, + "signature_version": "witness_v0", + "bech32_hrp": "ep", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "XEP", + "required_confirmations": 4, + "avg_blocktime": 80, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/597'" + }, + { + "coin": "XEP-BEP20", + "name": "xep_bep20", + "fname": "Electra Protocol", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XIDR-ERC20", + "name": "xidr_erc20", + "fname": "StraitsX Indonesian Rupiah", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XIDR-PLG20", + "name": "xidr_plg20", + "fname": "StraitsX Indonesian Rupiah", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XLM-BEP20", + "name": "xlm_bep20", + "fname": "Stellar", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XMY", + "name": "myriadcoin", + "fname": "Myriad", + "sign_message_prefix": "Myriadcoin Signed Message:\n", + "rpcport": 8332, + "pubtype": 50, + "p2shtype": 9, + "wiftype": 178, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "my", + "wallet_only": false, + "required_confirmations": 3, + "avg_blocktime": 240, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/90'" + }, + { + "coin": "XMY-segwit", + "name": "myriadcoin", + "fname": "Myriad", + "sign_message_prefix": "Myriadcoin Signed Message:\n", + "rpcport": 8332, + "pubtype": 50, + "p2shtype": 9, + "wiftype": 178, + "txfee": 10000, + "segwit": true, + "bech32_hrp": "my", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "XMY", + "required_confirmations": 3, + "avg_blocktime": 240, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/90'" + }, + { + "coin": "XNA", + "name": "neurai", + "fname": "Neurai", + "sign_message_prefix": "Neurai Signed Message:\n", + "rpcport": 19001, + "pubtype": 53, + "p2shtype": 117, + "wiftype": 128, + "segwit": true, + "txfee": 1000000, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1900'", + "links": { + "github": "https://github.com/NeuraiProject/Neurai", + "homepage": "https://neurai.org" + } + }, + { + "coin": "XPM", + "name": "primecoin", + "fname": "Primecoin", + "rpcport": 8332, + "pubtype": 23, + "p2shtype": 83, + "wiftype": 151, + "txfee": 0, + "dust": 1000000, + "wallet_only": true, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/24'", + "trezor_coin": "Primecoin", + "links": { + "github": "https://github.com/primecoin/primecoin", + "homepage": "https://primecoin.io" + } + }, + { + "coin": "XRG", + "name": "ergon", + "fname": "Ergon", + "rpcport": 2137, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 10, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "ergon" + }, + "required_confirmations": 2, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/2137'" + }, + { + "coin": "XRP-BEP20", + "name": "xrp_bep20", + "fname": "XRP", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XRP-ERC20", + "name": "xrp_erc20", + "fname": "XRP", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XSGD-ERC20", + "name": "xsgd_erc20", + "fname": "StraitsX Singapore Dollar", + "rpcport": 80, + "chain_id": 1, + "decimals": 6, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Singapore-Dollar Backed Stablecoin", + "links": { + "github": "https://github.com/Xfers/StraitsX-tokens", + "homepage": "https://xfers.com/sg/stablecoin" + } + }, + { + "coin": "XSGD-PLG20", + "name": "xsgd_plg20", + "fname": "StraitsX Singapore Dollar", + "rpcport": 80, + "chain_id": 137, + "decimals": 6, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XTZ-BEP20", + "name": "xtz_bep20", + "fname": "Tezos", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "XVC", + "name": "vanillacash", + "fname": "VanillaCash", + "sign_message_prefix": "Vanillacash Signed Message:\n", + "isPoS": 1, + "rpcport": 48888, + "pubtype": 18, + "p2shtype": 30, + "wiftype": 181, + "txfee": 1000, + "dust": 10000, + "required_confirmations": 4, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/724'", + "links": { + "github": "https://github.com/WikiMin3R/Vanillacash", + "homepage": "https://vanillacash.org" + } + }, + { + "coin": "XVC-BEP20", + "name": "xvc_bep20", + "fname": "VanillaCash", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XVC-QRC20", + "name": "qtum", + "fname": "VanillaCash", + "rpcport": 3889, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "txfee": 400000, + "dust": 72800, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30" + } + }, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "XVG", + "name": "VERGE", + "fname": "Verge", + "isPoS": 1, + "sign_message_prefix": "VERGE Signed Message:\n", + "rpcport": 20102, + "pubtype": 30, + "p2shtype": 33, + "wiftype": 158, + "decimals": 6, + "segwit": true, + "bech32_hrp": "vg", + "txfee": 400000, + "dust": 400000, + "force_min_relay_fee": true, + "required_confirmations": 10, + "avg_blocktime": 30, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/77'" + }, + { + "coin": "XVS-BEP20", + "name": "xvs_bep20", + "fname": "Venus", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "YFI-AVX20", + "name": "yfi_avx20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFI-BEP20", + "name": "yfi_bep20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "YFI-ERC20", + "name": "yfi_erc20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "yearn.finance", + "links": { + "github": "https://github.com/iearn-finance", + "homepage": "https://yearn.finance/" + } + }, + { + "coin": "YFI-FTM20", + "name": "yfi_ftm20", + "fname": "yearn.finance", + "rpcport": 80, + "wallet_only": true, + "chain_id": 250, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "FTM", + "contract_address": "0x29b0Da86e484E1C0029B56e817912d778aC0EC69" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFI-KRC20", + "name": "yfi_krc20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 321, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "KCS", + "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFI-PLG20", + "name": "yfi_plg20", + "fname": "yearn.finance", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 55000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "YFII-BEP20", + "name": "yfii_bep20", + "fname": "DFI.Money", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "YFII-ERC20", + "name": "yfii_erc20", + "fname": "DFI.Money", + "rpcport": 80, + "chain_id": 1, + "avg_blocktime": 15, + "required_confirmations": 3, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "YFII.finance", + "links": { + "github": "https://github.com/yfii/vault", + "homepage": "https://dfi.money/" + } + }, + { + "coin": "ZEC", + "name": "zcash", + "fname": "Zcash", + "sign_message_prefix": "Zcash Signed Message:\n", + "rpcport": 8232, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "segwit": true, + "txversion": 4, + "overwintered": 1, + "version_group_id": "0x892f2085", + "consensus_branch_id": "0xc8e71055", + "txfee": 100000, + "mm2": 1, + "required_confirmations": 3, + "avg_blocktime": 75, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/133'", + "trezor_coin": "Zcash", + "links": { + "github": "https://github.com/zcash/zcash", + "homepage": "https://z.cash" + } + }, + { + "coin": "ZER", + "name": "zero", + "fname": "Zero", + "rpcport": 23811, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "txversion": 4, + "overwintered": 1, + "version_group_id": "0x892f2085", + "consensus_branch_id": "0x7361707a", + "txfee": 1000, + "required_confirmations": 4, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/323'" + }, + { + "coin": "ZER-BEP20", + "name": "zer_bep20", + "fname": "Zero", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ZET", + "name": "zetacoin", + "fname": "Zetacoin", + "sign_message_prefix": "Zetacoin Signed Message:\n", + "isPoS": 1, + "rpcport": 22014, + "pubtype": 20, + "p2shtype": 85, + "wiftype": 153, + "txfee": 100000, + "dust": 100000, + "mature_confirmations": 500, + "required_confirmations": 7, + "avg_blocktime": 45, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/719'", + "links": { + "github": "https://github.com/WikiMin3R/ZetacoinE", + "homepage": "https://zetacoin.io" + } + }, + { + "coin": "ZIL-BEP20", + "name": "zil_bep20", + "fname": "Zilliqa", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "ZRX-AVX20", + "name": "zrx_avx20", + "fname": "0x", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "decimals": 18, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "AVAX", + "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ZRX-ERC20", + "name": "zrx_erc20", + "fname": "0x", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498" + } + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "0x Project", + "links": { + "github": "https://github.com/0xProject", + "homepage": "https://0xproject.com" + } + }, + { + "coin": "ZRX-PLG20", + "name": "zrx_plg20", + "fname": "0x", + "rpcport": 80, + "chain_id": 137, + "decimals": 18, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "MATIC", + "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "INK-QRC20", + "name": "qtum", + "fname": "INK", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 9, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "FLUX", + "name": "flux", + "fname": "Flux", + "rpcport": 16124, + "taddr": 28, + "pubtype": 184, + "p2shtype": 189, + "wiftype": 128, + "txversion": 4, + "overwintered": 1, + "version_group_id": "0x892f2085", + "consensus_branch_id": "0x76b809bb", + "txfee": 10000, + "required_confirmations": 2, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/19167'" + }, + { + "coin": "FLUX-ERC20", + "name": "flux_erc20", + "fname": "Flux", + "rpcport": 80, + "chain_id": 1, + "decimals": 8, + "avg_blocktime": 15, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "FLUX-BEP20", + "name": "flux_bep20", + "fname": "Flux", + "rpcport": 80, + "chain_id": 56, + "decimals": 8, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635" + } + }, + "derivation_path": "m/44'/60'", + "use_access_list": true, + "max_eth_tx_type": 2, + "gas_limit": { + "eth_send_erc20": 60000, + "erc20_payment": 110000, + "erc20_receiver_spend": 85000, + "erc20_sender_refund": 85000 + } + }, + { + "coin": "HPY-QRC20", + "name": "qtum", + "fname": "HyperPay", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "HLC-QRC20", + "name": "qtum", + "fname": "HalalChain", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 9, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "MED-QRC20", + "name": "qtum", + "fname": "Medibloc", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "LSTR-QRC20", + "name": "qtum", + "fname": "Luna Stars", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "QBT-QRC20", + "name": "qtum", + "fname": "Qbao", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "TSL-QRC20", + "name": "qtum", + "fname": "Energo TSL", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 18, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "OC-QRC20", + "name": "qtum", + "fname": "OceanChain", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "PUT-QRC20", + "name": "qtum", + "fname": "Profile Utility Token", + "rpcport": 3889, + "required_confirmations": 3, + "mature_confirmations": 2000, + "avg_blocktime": 32, + "txfee": 400000, + "dust": 72800, + "protocol": { + "type": "QRC20", + "protocol_data": { + "platform": "QTUM", + "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95" + } + }, + "pubtype": 58, + "p2shtype": 50, + "wiftype": 128, + "segwit": false, + "decimals": 8, + "derivation_path": "m/44'/2301'" + }, + { + "coin": "OKB-ERC20", + "name": "okb_erc20", + "fname": "OKB", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x75231F58b43240C9718Dd58B4967c5114342a86c" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "OKB", + "links": { + "github": "https://github.com/okex/okberc20token", + "homepage": "https://www.okex.com/" + } + }, + { + "coin": "SEELE-ERC20", + "name": "seele_erc20", + "fname": "Seele", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB1e93236ab6073fdAC58adA5564897177D4bcC43" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Seele", + "links": { + "homepage": "http://seele.pro" + } + }, + { + "coin": "SEPOLIAETH", + "name": "sepolia", + "fname": "Sepolia", + "rpcport": 80, + "mm2": 1, + "chain_id": 11155111, + "sign_message_prefix": "Sepolia Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "REV-ERC20", + "name": "rev_erc20", + "fname": "Revain", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9" + } + }, + "decimals": 6, + "derivation_path": "m/44'/60'", + "trezor_coin": "Revain", + "links": { + "github": "https://github.com/Revain", + "homepage": "https://revain.org" + } + }, + { + "coin": "SNT-ERC20", + "name": "snt_erc20", + "fname": "Status", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x744d70FDBE2Ba4CF95131626614a1763DF805B9E" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Status Network Token", + "links": { + "github": "https://github.com/status-im", + "homepage": "https://status.im" + } + }, + { + "coin": "ANT-ERC20", + "name": "ant_erc20", + "fname": "Aragon", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xa117000000f279D81A1D3cc75430fAA017FA5A2e" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "BEST-ERC20", + "name": "best_erc20", + "fname": "Bitpanda Ecosystem", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F" + } + }, + "decimals": 8, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CVT-ERC20", + "name": "cvt_erc20", + "fname": "CyberVein", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xBe428c3867F05deA2A89Fc76a102b544eaC7f772" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "CyberVein", + "links": { + "homepage": "http://www.cybervein.org" + } + }, + { + "coin": "DX-ERC20", + "name": "dx_erc20", + "fname": "DxChain", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x973e52691176d36453868D9d86572788d27041A9" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "STORJ-ERC20", + "name": "storj_erc20", + "fname": "Storj", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC" + } + }, + "decimals": 8, + "derivation_path": "m/44'/60'", + "trezor_coin": "STORJ", + "links": { + "github": "https://github.com/Storj", + "homepage": "https://storj.io" + } + }, + { + "coin": "TRAC-ERC20", + "name": "trac_erc20", + "fname": "OriginTrail", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "OriginTrail", + "links": { + "homepage": "https://origintrail.io" + } + }, + { + "coin": "UBQ", + "name": "ubiq", + "fname": "Ubiq", + "rpcport": 80, + "chain_id": 8, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ETH" + }, + "derivation_path": "m/44'/60'", + "trezor_coin": "Ubiq", + "links": { + "homepage": "https://ubiqsmart.com" + } + }, + { + "coin": "PNK-ERC20", + "name": "pnk_erc20", + "fname": "Kleros", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Pinakion", + "links": { + "github": "https://github.com/kleros", + "homepage": "https://kleros.io" + } + }, + { + "coin": "SKL-ERC20", + "name": "skl_erc20", + "fname": "SKALE", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "CVC-ERC20", + "name": "cvc_erc20", + "fname": "Civic", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x41e5560054824eA6B0732E656E3Ad64E20e94E45" + } + }, + "decimals": 8, + "derivation_path": "m/44'/60'", + "trezor_coin": "Civic", + "links": { + "homepage": "https://www.civic.com" + } + }, + { + "coin": "UTK-ERC20", + "name": "utk_erc20", + "fname": "Utrust", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Utrust", + "links": { + "github": "https://github.com/utrustdev/", + "homepage": "https://utrust.com" + } + }, + { + "coin": "MLN-ERC20", + "name": "mln_erc20", + "fname": "Enzyme", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xec67005c4E498Ec7f55E092bd1d35cbC47C91892" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "XOR-ERC20", + "name": "xor_erc20", + "fname": "Sora", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x40FD72257597aA14C7231A7B1aaa29Fce868F677" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'" + }, + { + "coin": "UQC-ERC20", + "name": "uqc_erc20", + "fname": "Uquid Coin", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2" + } + }, + "decimals": 18, + "derivation_path": "m/44'/60'", + "trezor_coin": "Uquid Coin", + "links": { + "homepage": "https://uquidcoin.com" + } + }, + { + "coin": "UOS-ERC20", + "name": "uos_erc20", + "fname": "Ultra", + "rpcport": 80, + "chain_id": 1, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c" + } + }, + "decimals": 4, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SHR-ERC20", + "name": "shr_erc20", + "fname": "Share", + "rpcport": 80, + "chain_id": 1, + "decimals": 2, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xd98F75b1A3261dab9eEd4956c93F33749027a964" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "SHR-BEP20", + "name": "shr_bep20", + "fname": "Share", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x5fb4968fC85868DF3aD2d6e59883a10570f01D18" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "S4F-ERC20", + "name": "s4f_erc20", + "fname": "S4FE", + "rpcport": 80, + "chain_id": 1, + "decimals": 18, + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "ETH", + "contract_address": "0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "S4F-BEP20", + "name": "s4f_bep20", + "fname": "S4FE", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x788D2780992222360f674cc12C36478870b8E6ED" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "tBCH", + "name": "Bitcoin Cash Testnet", + "fname": "Bitcoin Cash Testnet", + "is_testnet": true, + "pubtype": 111, + "p2shtype": 196, + "wiftype": 239, + "txfee": 0, + "estimate_fee_blocks": 2, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "bchtest" + }, + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "BCH", + "protocol_data": { + "slp_prefix": "slptest" + } + } + }, + { + "coin": "UFO", + "name": "ufo", + "fname": "Uniform Fiscal Object", + "sign_message_prefix": "UFO Signed Message:\n", + "rpcport": 8087, + "pubtype": 27, + "p2shtype": 68, + "wiftype": 155, + "txfee": 100000, + "segwit": true, + "bech32_hrp": "uf", + "required_confirmations": 6, + "avg_blocktime": 1.5, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/202'", + "links": { + "github": "https://github.com/fiscalobject/ufo", + "homepage": "https://ufobject.com" + } + }, + { + "coin": "USDF", + "fname": "Fake USD", + "is_testnet": true, + "protocol": { + "type": "SLPTOKEN", + "protocol_data": { + "decimals": 4, + "token_id": "bb309e48930671582bea508f9a1d9b491e49b69be3d6f372dc08da2ac6e90eb7", + "platform": "tBCH", + "required_confirmations": 1, + "slp_prefix": "slptest" + } + } + }, + { + "coin": "WHIVE", + "name": "whive", + "fname": "Whive", + "sign_message_prefix": "Bitcoin Signed Message:\n", + "rpcport": 1867, + "pubtype": 73, + "p2shtype": 10, + "wiftype": 128, + "txfee": 0, + "dust": 1000, + "segwit": true, + "bech32_hrp": "wv", + "wallet_only": false, + "required_confirmations": 1, + "mature_confirmations": 100, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/658'", + "links": { + "github": "https://github.com/whiveio/whive", + "homepage": "https://www.whive.io" + } + }, + { + "coin": "WHIVE-segwit", + "name": "whive", + "fname": "Whive", + "sign_message_prefix": "Bitcoin Signed Message:\n", + "rpcport": 1867, + "pubtype": 73, + "p2shtype": 10, + "wiftype": 128, + "txfee": 0, + "dust": 1000, + "segwit": true, + "bech32_hrp": "wv", + "address_format": { + "format": "segwit" + }, + "orderbook_ticker": "WHIVE", + "required_confirmations": 1, + "mature_confirmations": 100, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/84'/658'", + "links": { + "github": "https://github.com/whiveio/whive", + "homepage": "https://www.whive.io" + } + }, + { + "coin": "XEC", + "name": "xec", + "fname": "eCash", + "sign_message_prefix": "eCash Signed Message:\n", + "rpcport": 8332, + "pubtype": 0, + "p2shtype": 5, + "wiftype": 128, + "txfee": 0, + "estimate_fee_blocks": 2, + "segwit": false, + "fork_id": "0x40", + "address_format": { + "format": "cashaddress", + "network": "ecash" + }, + "decimals": 2, + "required_confirmations": 1, + "avg_blocktime": 600, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1899'", + "links": { + "github": "https://github.com/Bitcoin-ABC/bitcoin-abc", + "homepage": "https://e.cash" + } + }, + { + "coin": "SIBM-BEP20", + "name": "sibm_bep20", + "fname": "SibMining", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ZOMBIE", + "asset": "ZOMBIE", + "fname": "Zombie", + "txversion": 4, + "overwintered": 1, + "avg_blocktime": 60, + "is_testnet": true, + "protocol": { + "type": "ZHTLC", + "protocol_data": { + "consensus_params": { + "overwinter_activation_height": 0, + "sapling_activation_height": 1, + "blossom_activation_height": null, + "heartwood_activation_height": null, + "canopy_activation_height": null, + "coin_type": 133, + "hrp_sapling_extended_spending_key": "secret-extended-key-main", + "hrp_sapling_extended_full_viewing_key": "zxviews", + "hrp_sapling_payment_address": "zs", + "b58_pubkey_address_prefix": [ + 28, + 184 + ], + "b58_script_address_prefix": [ + 28, + 189 + ] + }, + "z_derivation_path": "m/32'/133'" + } + }, + "derivation_path": "m/44'/133'", + "required_confirmations": 3 + }, + { + "coin": "ZINU-BEP20", + "name": "zinu_bep20", + "fname": "Zombie Inu", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "RUNES", + "name": "runebase", + "fname": "Runebase", + "sign_message_prefix": "Runebase Signed Message:\n", + "rpcport": 9432, + "pubtype": 61, + "p2shtype": 123, + "wiftype": 216, + "txfee": 5000000, + "dust": 400000, + "mature_confirmations": 120, + "segwit": true, + "bech32_hrp": "rc", + "required_confirmations": 6, + "avg_blocktime": 120, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/88'", + "links": { + "github": "https://github.com/runebase/runebase", + "homepage": "https://www.runebase.io" + } + }, + { + "coin": "ACTN", + "asset": "ACTN", + "fname": "Action Coin", + "sign_message_prefix": "Komodo Signed Message:\n", + "rpcport": 51677, + "txversion": 4, + "overwintered": 1, + "txfee": 1000, + "required_confirmations": 2, + "requires_notarization": false, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "ACTN-BEP20", + "name": "actn_bep20", + "fname": "Action Coin", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0xD7380b10bF3886B34Ab3422DEa42E408850375CA" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "ATOM", + "avg_blocktime": 7, + "name": "cosmos", + "fname": "Cosmos", + "wallet_only": true, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "uatom", + "account_prefix": "cosmos", + "chain_registry_name": "cosmoshub", + "chain_id": "cosmoshub-4" + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "IRIS", + "avg_blocktime": 7, + "name": "iris", + "fname": "IRISnet", + "chain_id": 6688, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "uiris", + "account_prefix": "iaa", + "chain_id": "irishub-1", + "chain_registry_name": "irishub", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "IRIS-BEP20", + "name": "iris_bep20", + "fname": "IRISnet", + "rpcport": 80, + "chain_id": 56, + "decimals": 18, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x05C50a62b0b87bE1fFB1Cf3b77d9eDBa834ef6f7" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "OSMO", + "avg_blocktime": 7, + "name": "osmosis", + "fname": "Osmosis", + "wallet_only": true, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "uosmo", + "account_prefix": "osmo", + "chain_registry_name": "osmosis", + "chain_id": "osmosis-1", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "ATOM-IBC_IRIS", + "name": "cosmos_ibc_iris", + "fname": "Cosmos", + "avg_blocktime": 7, + "protocol": { + "type": "TENDERMINTTOKEN", + "protocol_data": { + "platform": "IRIS", + "decimals": 6, + "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "MAZA", + "name": "mazacoin", + "fname": "MazaCoin", + "sign_message_prefix": "Mazacoin Signed Message:\n", + "rpcport": 12832, + "pubtype": 50, + "p2shtype": 9, + "wiftype": 244, + "decimals": 8, + "signature_version": "base", + "txfee": 10000, + "segwit": true, + "bech32_hrp": "maza", + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/13'", + "links": { + "github": "https://github.com/Mazacoin", + "homepage": "https://www.mazacoin.org" + } + }, + { + "coin": "CRNC", + "name": "crioniccoin", + "fname": "CrionicCoin", + "sign_message_prefix": "Crioniccoin Signed Message:\n", + "rpcport": 4466, + "pubtype": 28, + "p2shtype": 45, + "wiftype": 176, + "decimals": 8, + "signature_version": "base", + "txfee": 10000, + "segwit": true, + "bech32_hrp": "crnc", + "required_confirmations": 3, + "avg_blocktime": 20, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/192'", + "links": { + "github": "https://github.com/diabaths/Crionic-Coin", + "homepage": "https://coin.crionic.org" + } + }, + { + "coin": "EVR", + "name": "evrmore", + "fname": "Evrmore Coin", + "sign_message_prefix": "Evrmore Signed Message:\n", + "rpcport": 8819, + "pubtype": 33, + "p2shtype": 92, + "wiftype": 128, + "segwit": true, + "txfee": 1000000, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/175'", + "links": { + "github": "https://github.com/EvrmoreOrg/Evrmore", + "homepage": "https://evrmorecoin.org" + } + }, + { + "coin": "KIIRO", + "name": "kiiro", + "fname": "Kiiro", + "sign_message_prefix": "Zcoin Signed Message:\n", + "rpcport": 8999, + "pubtype": 45, + "p2shtype": 7, + "wiftype": 210, + "txfee": 1000, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/136'", + "links": { + "github": "https://github.com/kiirocoin/kiiro", + "homepage": "https://kiirocoin.org" + } + }, + { + "coin": "KIIRO-BEP20", + "name": "kiiro_bep20", + "fname": "Kiiro", + "rpcport": 80, + "chain_id": 56, + "avg_blocktime": 3, + "required_confirmations": 3, + "protocol": { + "type": "ERC20", + "protocol_data": { + "platform": "BNB", + "contract_address": "0x347862372f7C8f83D69025234367Ac11c5241Db3" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "MEWC", + "name": "meowcoin", + "fname": "Meowcoin", + "sign_message_prefix": "Meowcoin Signed Message:\n", + "rpcport": 9766, + "pubtype": 50, + "p2shtype": 122, + "wiftype": 112, + "segwit": false, + "txfee": 1000000, + "dust": 1000000, + "required_confirmations": 3, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/1669'", + "links": { + "github": "https://github.com/Meowcoin-Foundation/Meowcoin", + "homepage": "https://www.mewccrypto.com/" + } + }, + { + "coin": "IRISTEST", + "avg_blocktime": 7, + "name": "iristest", + "fname": "Iris Test", + "wallet_only": false, + "is_testnet": true, + "protocol": { + "type": "TENDERMINT", + "protocol_data": { + "decimals": 6, + "denom": "unyan", + "account_prefix": "iaa", + "chain_id": "nyancat-9", + "gas_price": 0.5 + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "NUCLEUSTEST", + "avg_blocktime": 5, + "name": "nucleus-test", + "fname": "Nucleus Test", + "wallet_only": false, + "is_testnet": true, + "protocol":{ + "type":"TENDERMINT", + "protocol_data": { "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XLM-BEP20", - "name": "xlm_bep20", - "fname": "Stellar", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XMY", - "name": "myriadcoin", - "fname": "Myriad", - "sign_message_prefix": "Myriadcoin Signed Message:\n", - "rpcport": 8332, - "pubtype": 50, - "p2shtype": 9, - "wiftype": 178, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "my", - "wallet_only": false, - "required_confirmations": 3, - "avg_blocktime": 240, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/90'", - "mm2": 1 - }, - { - "coin": "XMY-segwit", - "name": "myriadcoin", - "fname": "Myriad", - "sign_message_prefix": "Myriadcoin Signed Message:\n", - "rpcport": 8332, - "pubtype": 50, - "p2shtype": 9, - "wiftype": 178, - "txfee": 10000, - "segwit": true, - "bech32_hrp": "my", - "address_format": { - "format": "segwit" - }, - "orderbook_ticker": "XMY", - "required_confirmations": 3, - "avg_blocktime": 240, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/90'" - }, - { - "coin": "XNA", - "name": "neurai", - "fname": "Neurai", - "sign_message_prefix": "Neurai Signed Message:\n", - "rpcport": 19001, - "pubtype": 53, - "p2shtype": 117, - "wiftype": 128, - "segwit": true, - "txfee": 1000000, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1900'", - "links": { - "github": "https://github.com/NeuraiProject/Neurai", - "homepage": "https://neurai.org" - }, - "mm2": 1 - }, - { - "coin": "XOR-ERC20", - "name": "xor_erc20", - "fname": "Sora", - "rpcport": 80, - "chain_id": 1, - "required_confirmations": 3, - "avg_blocktime": 15, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x40FD72257597aA14C7231A7B1aaa29Fce868F677" - } - }, - "decimals": 18, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XPM", - "name": "primecoin", - "fname": "Primecoin", - "rpcport": 8332, - "pubtype": 23, - "p2shtype": 83, - "wiftype": 151, - "txfee": 0, - "dust": 1000000, - "wallet_only": true, - "required_confirmations": 5, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/24'", - "trezor_coin": "Primecoin", - "links": { - "github": "https://github.com/primecoin/primecoin", - "homepage": "https://primecoin.io" - }, - "mm2": 0 - }, - { - "coin": "XRG", - "name": "ergon", - "fname": "Ergon", - "rpcport": 2137, - "pubtype": 0, - "p2shtype": 5, - "wiftype": 128, - "txfee": 10, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "ergon" - }, - "required_confirmations": 2, - "avg_blocktime": 600, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/2137'", - "mm2": 1 - }, - { - "coin": "XRP-BEP20", - "name": "xrp_bep20", - "fname": "XRP", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XRP-ERC20", - "name": "xrp_erc20", - "fname": "XRP", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XSGD-ERC20", - "name": "xsgd_erc20", - "fname": "StraitsX Singapore Dollar", - "rpcport": 80, - "chain_id": 1, + "denom": "unucl", + "account_prefix": "nuc", + "chain_registry_name": "nucleus", + "chain_id": "nucleus-3" + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin":"IRISTEST-IBC_NUCLEUSTEST", + "avg_blocktime": 5, + "name": "iristest-ibc-nucleus-test", + "fname": "Iris Test", + "wallet_only": false, + "is_testnet": true, + "protocol":{ + "type":"TENDERMINTTOKEN", + "protocol_data": { + "platform": "NUCLEUSTEST", "decimals": 6, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "Singapore-Dollar Backed Stablecoin", - "links": { - "github": "https://github.com/Xfers/StraitsX-tokens", - "homepage": "https://xfers.com/sg/stablecoin" - } - }, - { - "coin": "XSGD-PLG20", - "name": "xsgd_plg20", - "fname": "StraitsX Singapore Dollar", - "rpcport": 80, - "chain_id": 137, + "denom": "ibc/F7F28FF3C09024A0225EDBBDB207E5872D2B4EF2FB874FE47B05EF9C9A7D211C" + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin":"ATOM-IBC_NUCLEUSTEST", + "avg_blocktime": 5, + "name": "cosmos-ibc-nucleus-test", + "fname": "Cosmos", + "wallet_only": false, + "is_testnet": true, + "protocol":{ + "type":"TENDERMINTTOKEN", + "protocol_data": { + "platform": "NUCLEUSTEST", "decimals": 6, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XTZ-BEP20", - "name": "xtz_bep20", - "fname": "Tezos", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "XVC", - "name": "vanillacash", - "fname": "VanillaCash", - "sign_message_prefix": "Vanillacash Signed Message:\n", - "isPoS": 1, - "rpcport": 48888, - "pubtype": 18, - "p2shtype": 30, - "wiftype": 181, - "txfee": 1000, - "dust": 10000, - "required_confirmations": 4, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/724'", - "links": { - "github": "https://github.com/WikiMin3R/Vanillacash", - "homepage": "https://vanillacash.org" - }, - "mm2": 1 - }, - { - "coin": "XVC-BEP20", - "name": "xvc_bep20", - "fname": "VanillaCash", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "XVC-QRC20", - "name": "qtum", - "fname": "VanillaCash", - "rpcport": 3889, - "pubtype": 58, - "p2shtype": 50, - "wiftype": 128, - "segwit": false, - "txfee": 400000, - "dust": 72800, - "required_confirmations": 3, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QRC20", - "protocol_data": { - "platform": "QTUM", - "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30" - } - }, - "derivation_path": "m/44'/2301'" - }, - { - "coin": "XVG", - "name": "VERGE", - "fname": "Verge", - "isPoS": 1, - "sign_message_prefix": "VERGE Signed Message:\n", - "rpcport": 20102, - "pubtype": 30, - "p2shtype": 33, - "wiftype": 158, + "denom": "ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E" + } + }, + "derivation_path": "m/44'/118'" + }, + { + "coin":"OSMO-IBC_NUCLEUSTEST", + "avg_blocktime": 5, + "name": "cosmos-ibc-nucleus-test", + "fname": "Osmosis", + "wallet_only": false, + "is_testnet": true, + "protocol":{ + "type":"TENDERMINTTOKEN", + "protocol_data": { + "platform": "NUCLEUSTEST", "decimals": 6, - "segwit": true, - "bech32_hrp": "vg", - "txfee": 400000, - "dust": 400000, - "force_min_relay_fee": true, - "required_confirmations": 10, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/77'", - "mm2": 1 - }, - { - "coin": "XVS-BEP20", - "name": "xvs_bep20", - "fname": "Venus", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "YFI-AVX20", - "name": "yfi_avx20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFI-BEP20", - "name": "yfi_bep20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "YFI-ERC20", - "name": "yfi_erc20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "yearn.finance", - "links": { - "github": "https://github.com/iearn-finance", - "homepage": "https://yearn.finance/" - } - }, - { - "coin": "YFI-FTM20", - "name": "yfi_ftm20", - "fname": "yearn.finance", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x29b0Da86e484E1C0029B56e817912d778aC0EC69" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFI-KRC20", - "name": "yfi_krc20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFI-PLG20", - "name": "yfi_plg20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "YFII-BEP20", - "name": "yfii_bep20", - "fname": "DFI.Money", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFII-ERC20", - "name": "yfii_erc20", - "fname": "DFI.Money", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "YFII.finance", - "links": { - "github": "https://github.com/yfii/vault", - "homepage": "https://dfi.money/" - } - }, - { - "coin": "ZEC", - "name": "zcash", - "fname": "Zcash", - "sign_message_prefix": "Zcash Signed Message:\n", - "rpcport": 8232, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "segwit": true, - "txversion": 4, - "overwintered": 1, - "version_group_id": "0x892f2085", - "consensus_branch_id": "0xc8e71055", - "txfee": 100000, - "required_confirmations": 3, - "avg_blocktime": 75, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/133'", - "trezor_coin": "Zcash", - "links": { - "github": "https://github.com/zcash/zcash", - "homepage": "https://z.cash" - }, - "mm2": 1 - }, - { - "coin": "ZER", - "name": "zero", - "fname": "Zero", - "rpcport": 23811, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "txversion": 4, - "overwintered": 1, - "version_group_id": "0x892f2085", - "consensus_branch_id": "0x7361707a", - "txfee": 1000, - "required_confirmations": 4, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/323'", - "mm2": 1 - }, - { - "coin": "ZER-BEP20", - "name": "zer_bep20", - "fname": "Zero", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ZET", - "name": "zetacoin", - "fname": "Zetacoin", - "sign_message_prefix": "Zetacoin Signed Message:\n", - "isPoS": 1, - "rpcport": 22014, - "pubtype": 20, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "mature_confirmations": 500, - "required_confirmations": 7, - "avg_blocktime": 45, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/719'", - "links": { - "github": "https://github.com/WikiMin3R/ZetacoinE", - "homepage": "https://zetacoin.io" - }, - "mm2": 1 - }, - { - "coin": "ZIL-BEP20", - "name": "zil_bep20", - "fname": "Zilliqa", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ZINU-BEP20", - "name": "zinu_bep20", - "fname": "Zombie Inu", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ZOIN", - "name": "zoin", - "fname": "ZoinCommunity", - "sign_message_prefix": "Zoincoin Signed Message:\n", - "rpcport": 8256, - "pubtype": 80, - "p2shtype": 53, - "wiftype": 208, - "segwit": false, - "txfee": 1000000, - "dust": 1000000, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/60'", - "links": { - "github": "https://github.com/seopub/zoincomumity", - "homepage": "http://zoincommunity.com/" - }, - "mm2": 1 - }, - { - "coin": "ZOMBIE", - "asset": "ZOMBIE", - "fname": "Zombie", - "txversion": 4, - "overwintered": 1, - "avg_blocktime": 60, - "is_testnet": true, - "protocol": { - "type": "ZHTLC", - "protocol_data": { - "consensus_params": { - "overwinter_activation_height": 0, - "sapling_activation_height": 1, - "blossom_activation_height": null, - "heartwood_activation_height": null, - "canopy_activation_height": null, - "coin_type": 133, - "hrp_sapling_extended_spending_key": "secret-extended-key-main", - "hrp_sapling_extended_full_viewing_key": "zxviews", - "hrp_sapling_payment_address": "zs", - "b58_pubkey_address_prefix": [ - 28, - 184 - ], - "b58_script_address_prefix": [ - 28, - 189 - ] - }, - "z_derivation_path": "m/32'/133'" - } - }, - "derivation_path": "m/44'/133'", - "required_confirmations": 3, - "mm2": 1 - }, - { - "coin": "ZRX-AVX20", - "name": "zrx_avx20", - "fname": "0x", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ZRX-ERC20", - "name": "zrx_erc20", - "fname": "0x", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "0x Project", - "links": { - "github": "https://github.com/0xProject", - "homepage": "https://0xproject.com" - } - }, - { - "coin": "ZRX-PLG20", - "name": "zrx_plg20", - "fname": "0x", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "tBCH", - "name": "Bitcoin Cash Testnet", - "fname": "Bitcoin Cash Testnet", - "is_testnet": true, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "txfee": 0, - "estimate_fee_blocks": 2, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "bchtest" - }, - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "BCH", - "protocol_data": { - "slp_prefix": "slptest" - } - }, - "mm2": 1 - }, - { - "coin": "tBLK", - "name": "blackmore", - "fname": "BlackCoin Testnet", - "isPoS": 1, - "rpcport": 25715, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "txfee": 100000, - "segwit": true, - "is_testnet": true, - "required_confirmations": 5, - "mature_confirmations": 10, - "avg_blocktime": 66, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1'", - "mm2": 1 - }, - { - "coin": "tQTUM", - "name": "qtumtest", - "fname": "QTUM Testnet", - "is_testnet": true, - "rpcport": 13889, - "pubtype": 120, - "p2shtype": 110, - "wiftype": 239, - "segwit": true, - "bech32_hrp": "tq", - "txfee": 400000, - "required_confirmations": 1, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QTUM" - }, - "mm2": 1 - }, - { - "coin": "vARRR", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "vARRR", - "fname": "vARRR", - "rpcport": 20778, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 6, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "vDEX", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "vDEX", - "fname": "vDEX", - "rpcport": 21778, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 6, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 + "denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23" } - ] - "p2shtype": 33, - "wiftype": 158, - "decimals": 6, - "segwit": true, - "bech32_hrp": "vg", - "txfee": 400000, - "dust": 400000, - "force_min_relay_fee": true, - "required_confirmations": 10, - "avg_blocktime": 30, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/77'", - "mm2": 1 - }, - { - "coin": "XVS-BEP20", - "name": "xvs_bep20", - "fname": "Venus", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "YFI-AVX20", - "name": "yfi_avx20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFI-BEP20", - "name": "yfi_bep20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "YFI-ERC20", - "name": "yfi_erc20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "yearn.finance", - "links": { - "github": "https://github.com/iearn-finance", - "homepage": "https://yearn.finance/" - } - }, - { - "coin": "YFI-FTM20", - "name": "yfi_ftm20", - "fname": "yearn.finance", - "rpcport": 80, - "wallet_only": true, - "chain_id": 250, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "FTM", - "contract_address": "0x29b0Da86e484E1C0029B56e817912d778aC0EC69" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFI-KRC20", - "name": "yfi_krc20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 321, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "KCS", - "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFI-PLG20", - "name": "yfi_plg20", - "fname": "yearn.finance", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 55000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "YFII-BEP20", - "name": "yfii_bep20", - "fname": "DFI.Money", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "YFII-ERC20", - "name": "yfii_erc20", - "fname": "DFI.Money", - "rpcport": 80, - "chain_id": 1, - "avg_blocktime": 15, - "required_confirmations": 3, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "YFII.finance", - "links": { - "github": "https://github.com/yfii/vault", - "homepage": "https://dfi.money/" - } - }, - { - "coin": "ZEC", - "name": "zcash", - "fname": "Zcash", - "sign_message_prefix": "Zcash Signed Message:\n", - "rpcport": 8232, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "segwit": true, - "txversion": 4, - "overwintered": 1, - "version_group_id": "0x892f2085", - "consensus_branch_id": "0xc8e71055", - "txfee": 100000, - "required_confirmations": 3, - "avg_blocktime": 75, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/133'", - "trezor_coin": "Zcash", - "links": { - "github": "https://github.com/zcash/zcash", - "homepage": "https://z.cash" - }, - "mm2": 1 - }, - { - "coin": "ZER", - "name": "zero", - "fname": "Zero", - "rpcport": 23811, - "taddr": 28, - "pubtype": 184, - "p2shtype": 189, - "wiftype": 128, - "txversion": 4, - "overwintered": 1, - "version_group_id": "0x892f2085", - "consensus_branch_id": "0x7361707a", - "txfee": 1000, - "required_confirmations": 4, - "avg_blocktime": 120, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/323'", - "mm2": 1 - }, - { - "coin": "ZER-BEP20", - "name": "zer_bep20", - "fname": "Zero", - "rpcport": 80, - "chain_id": 56, - "decimals": 18, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ZET", - "name": "zetacoin", - "fname": "Zetacoin", - "sign_message_prefix": "Zetacoin Signed Message:\n", - "isPoS": 1, - "rpcport": 22014, - "pubtype": 20, - "p2shtype": 85, - "wiftype": 153, - "txfee": 100000, - "dust": 100000, - "mature_confirmations": 500, - "required_confirmations": 7, - "avg_blocktime": 45, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/719'", - "links": { - "github": "https://github.com/WikiMin3R/ZetacoinE", - "homepage": "https://zetacoin.io" - }, - "mm2": 1 - }, - { - "coin": "ZIL-BEP20", - "name": "zil_bep20", - "fname": "Zilliqa", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787" - } - }, - "derivation_path": "m/44'/60'", - "use_access_list": true, - "max_eth_tx_type": 2, - "gas_limit": { - "eth_send_erc20": 60000, - "erc20_payment": 110000, - "erc20_receiver_spend": 85000, - "erc20_sender_refund": 85000 - } - }, - { - "coin": "ZINU-BEP20", - "name": "zinu_bep20", - "fname": "Zombie Inu", - "rpcport": 80, - "chain_id": 56, - "avg_blocktime": 3, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "BNB", - "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ZOIN", - "name": "zoin", - "fname": "ZoinCommunity", - "sign_message_prefix": "Zoincoin Signed Message:\n", - "rpcport": 8256, - "pubtype": 80, - "p2shtype": 53, - "wiftype": 208, - "segwit": false, - "txfee": 1000000, - "dust": 1000000, - "required_confirmations": 3, - "avg_blocktime": 150, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/60'", - "links": { - "github": "https://github.com/seopub/zoincomumity", - "homepage": "http://zoincommunity.com/" - }, - "mm2": 1 - }, - { - "coin": "ZOMBIE", - "asset": "ZOMBIE", - "fname": "Zombie", - "txversion": 4, - "overwintered": 1, - "avg_blocktime": 60, - "is_testnet": true, - "protocol": { - "type": "ZHTLC", - "protocol_data": { - "consensus_params": { - "overwinter_activation_height": 0, - "sapling_activation_height": 1, - "blossom_activation_height": null, - "heartwood_activation_height": null, - "canopy_activation_height": null, - "coin_type": 133, - "hrp_sapling_extended_spending_key": "secret-extended-key-main", - "hrp_sapling_extended_full_viewing_key": "zxviews", - "hrp_sapling_payment_address": "zs", - "b58_pubkey_address_prefix": [ - 28, - 184 - ], - "b58_script_address_prefix": [ - 28, - 189 - ] - }, - "z_derivation_path": "m/32'/133'" - } - }, - "derivation_path": "m/44'/133'", - "required_confirmations": 3, - "mm2": 1 - }, - { - "coin": "ZRX-AVX20", - "name": "zrx_avx20", - "fname": "0x", - "rpcport": 80, - "chain_id": 43114, - "required_confirmations": 3, - "avg_blocktime": 2.4, - "decimals": 18, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "AVAX", - "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "ZRX-ERC20", - "name": "zrx_erc20", - "fname": "0x", - "rpcport": 80, - "chain_id": 1, - "decimals": 18, - "avg_blocktime": 15, - "required_confirmations": 3, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "ETH", - "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498" - } - }, - "derivation_path": "m/44'/60'", - "trezor_coin": "0x Project", - "links": { - "github": "https://github.com/0xProject", - "homepage": "https://0xproject.com" - } - }, - { - "coin": "ZRX-PLG20", - "name": "zrx_plg20", - "fname": "0x", - "rpcport": 80, - "chain_id": 137, - "decimals": 18, - "avg_blocktime": 1.8, - "required_confirmations": 20, - "protocol": { - "type": "ERC20", - "protocol_data": { - "platform": "MATIC", - "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5" - } - }, - "derivation_path": "m/44'/60'" - }, - { - "coin": "tBCH", - "name": "Bitcoin Cash Testnet", - "fname": "Bitcoin Cash Testnet", - "is_testnet": true, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "txfee": 0, - "estimate_fee_blocks": 2, - "segwit": false, - "fork_id": "0x40", - "address_format": { - "format": "cashaddress", - "network": "bchtest" - }, - "required_confirmations": 1, - "avg_blocktime": 600, - "protocol": { - "type": "BCH", - "protocol_data": { - "slp_prefix": "slptest" - } - }, - "mm2": 1 - }, - { - "coin": "tBLK", - "name": "blackmore", - "fname": "BlackCoin Testnet", - "isPoS": 1, - "rpcport": 25715, - "pubtype": 111, - "p2shtype": 196, - "wiftype": 239, - "txfee": 100000, - "segwit": true, - "is_testnet": true, - "required_confirmations": 5, - "mature_confirmations": 10, - "avg_blocktime": 66, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/1'", - "mm2": 1 - }, - { - "coin": "tQTUM", - "name": "qtumtest", - "fname": "QTUM Testnet", - "is_testnet": true, - "rpcport": 13889, - "pubtype": 120, - "p2shtype": 110, - "wiftype": 239, - "segwit": true, - "bech32_hrp": "tq", - "txfee": 400000, - "required_confirmations": 1, - "mature_confirmations": 2000, - "avg_blocktime": 32, - "protocol": { - "type": "QTUM" - }, - "mm2": 1 - }, - { - "coin": "vARRR", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "vARRR", - "fname": "vARRR", - "rpcport": 20778, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 6, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 - }, - { - "coin": "vDEX", - "sign_message_prefix": "Komodo Signed Message:\n", - "asset": "vDEX", - "fname": "vDEX", - "rpcport": 21778, - "txversion": 4, - "overwintered": 1, - "required_confirmations": 6, - "avg_blocktime": 60, - "protocol": { - "type": "UTXO" - }, - "derivation_path": "m/44'/141'", - "trezor_coin": "Komodo", - "mm2": 1 + }, + "derivation_path": "m/44'/118'" + }, + { + "coin": "LUPA", + "sign_message_prefix": "Komodo Signed Message:\n", + "asset": "LUPA", + "fname": "Lupaza", + "rpcport": 64151, + "txversion": 4, + "overwintered": 1, + "required_confirmations": 5, + "avg_blocktime": 60, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/141'", + "trezor_coin": "Komodo" + }, + { + "coin": "ZOIN", + "name": "zoin", + "fname": "ZoinCommunity", + "sign_message_prefix": "Zoincoin Signed Message:\n", + "rpcport": 8256, + "pubtype": 80, + "p2shtype": 53, + "wiftype": 208, + "segwit": false, + "txfee": 1000000, + "dust": 1000000, + "required_confirmations": 3, + "avg_blocktime": 150, + "protocol": { + "type": "UTXO" + }, + "derivation_path": "m/44'/60'", + "links": { + "github": "https://github.com/seopub/zoincomumity", + "homepage": "http://zoincommunity.com/" + } + }, + { + "coin": "NFT_ETH", + "name": "nft_ethereum", + "fname": "Ethereum", + "rpcport": 80, + "chain_id": 1, + "sign_message_prefix": "Ethereum Signed Message:\n", + "required_confirmations": 3, + "avg_blocktime": 15, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "ETH" + } + }, + "derivation_path": "m/44'/60'" + }, + { + "coin": "NFT_AVAX", + "name": "nft_avax", + "fname": "Avalanche", + "rpcport": 80, + "chain_id": 43114, + "required_confirmations": 3, + "avg_blocktime": 2.4, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "AVAX" + } + }, + "derivation_path": "m/44'/9000'", + "trezor_coin": "Avalanche C-Chain", + "links": { + "homepage": "https://www.avax.network/" + } + }, + { + "coin": "NFT_BNB", + "name": "nft_binancesmartchain", + "fname": "Binance Coin", + "avg_blocktime": 3, + "rpcport": 80, + "chain_id": 56, + "required_confirmations": 3, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "BNB" + } + }, + "derivation_path": "m/44'/714'", + "trezor_coin": "Binance Smart Chain", + "links": { + "homepage": "https://www.binance.org" + } + }, + { + "coin": "NFT_FTM", + "name": "nft_ftm", + "fname": "Fantom", + "rpcport": 80, + "chain_id": 250, + "required_confirmations": 3, + "avg_blocktime": 1.8, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "FTM" + } + }, + "derivation_path": "m/44'/1007'", + "trezor_coin": "Fantom Opera", + "links": { + "homepage": "https://fantom.foundation" + } + }, + { + "coin": "NFT_MATIC", + "name": "nft_matic", + "fname": "Polygon", + "rpcport": 80, + "chain_id": 137, + "avg_blocktime": 1.8, + "required_confirmations": 20, + "protocol": { + "type": "NFT", + "protocol_data": { + "platform": "MATIC" + } + }, + "derivation_path": "m/44'/966'", + "trezor_coin": "Polygon", + "links": { + "homepage": "https://polygon.technology/" + } } ] \ No newline at end of file From cfd8f88233fb3d9a358621a75174ac498c7f3691 Mon Sep 17 00:00:00 2001 From: smk762 Date: Tue, 14 Jan 2025 18:45:04 +0800 Subject: [PATCH 6/6] revert to coins file to 713713c0 --- coins | 750 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 749 insertions(+), 1 deletion(-) diff --git a/coins b/coins index 6b5691ad6..ce6e75463 100644 --- a/coins +++ b/coins @@ -22,6 +22,7 @@ "name": "1inch_avx20", "fname": "1Inch", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -40,6 +41,7 @@ "name": "ilnf_plg20", "fname": "Ilien Fuel", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -58,6 +60,7 @@ "name": "ilnf_bep20", "fname": "Ilien Fuel", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -76,6 +79,7 @@ "name": "1inch_bep20", "fname": "1Inch", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -101,6 +105,7 @@ "name": "1inch_erc20", "fname": "1Inch", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -140,6 +145,7 @@ "name": "1inch_krc20", "fname": "1Inch", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -158,6 +164,7 @@ "name": "1inch_plg20", "fname": "1Inch", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -184,6 +191,7 @@ "name": "pegaxy_stone", "fname": "Pegaxy Stone", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -210,6 +218,7 @@ "name": "aave_avx20", "fname": "AAVE", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -228,6 +237,7 @@ "name": "aave_bep20", "fname": "AAVE", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -253,6 +263,7 @@ "name": "aave_erc20", "fname": "AAVE", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -276,6 +287,7 @@ "name": "aave_ftm20", "fname": "AAVE", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 250, "decimals": 18, @@ -315,6 +327,7 @@ "name": "aave_krc20", "fname": "AAVE", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -333,6 +346,7 @@ "name": "aave_plg20", "fname": "AAVE", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -366,6 +380,7 @@ "wiftype": 153, "txfee": 100000, "dust": 100000, + "mm2": 1, "mature_confirmations": 550, "required_confirmations": 7, "avg_blocktime": 45, @@ -383,6 +398,7 @@ "name": "ada_bep20", "fname": "Cardano", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -408,6 +424,7 @@ "name": "adx_bep20", "fname": "AdEx", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -433,6 +450,7 @@ "name": "adx_erc20", "fname": "AdEx", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -455,6 +473,7 @@ "name": "ageur_avx20", "fname": "agEUR", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "decimals": 18, "avg_blocktime": 2.4, @@ -473,6 +492,7 @@ "name": "ageur_erc20", "fname": "agEUR", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -491,6 +511,7 @@ "name": "ageur_plg20", "fname": "agEUR", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -517,6 +538,7 @@ "name": "agix_erc20", "fname": "SingularityNET", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 1, "decimals": 8, @@ -536,6 +558,7 @@ "name": "agix_plg20", "fname": "SingularityNET", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 137, "decimals": 8, @@ -587,6 +610,7 @@ "segwit": true, "txfee": 1000000, "dust": 1000000, + "mm2": 1, "required_confirmations": 6, "avg_blocktime": 60, "protocol": { @@ -608,6 +632,7 @@ "wiftype": 210, "txfee": 100000, "dust": 5460, + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 60, "protocol": { @@ -624,6 +649,7 @@ "name": "ankr_bep20", "fname": "Ankr", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -641,6 +667,7 @@ "name": "ankr_erc20", "fname": "Ankr", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -658,6 +685,7 @@ "name": "ankr_plg20", "fname": "Ankr", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -684,6 +712,7 @@ "name": "ape_erc20", "fname": "ApeCoin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -702,6 +731,7 @@ "name": "ape_bep20", "fname": "ApeCoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -728,6 +758,7 @@ "name": "ape_ftm20", "fname": "ApeCoin", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 250, "decimals": 18, @@ -747,6 +778,7 @@ "name": "ape_plg20", "fname": "ApeCoin", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -773,6 +805,7 @@ "name": "arb_erc20", "fname": "Arbitrum", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -791,6 +824,7 @@ "name": "arb_arb20", "fname": "Arbitrum", "rpcport": 80, + "mm2": 1, "chain_id": 42161, "decimals": 18, "avg_blocktime": 0.25, @@ -817,6 +851,7 @@ "name": "arpa_bep20", "fname": "ARPA Chain", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -842,6 +877,7 @@ "name": "arpa_erc20", "fname": "ARPA Chain", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -859,6 +895,7 @@ "name": "arpa_plg20", "fname": "ARPA Chain", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -886,6 +923,7 @@ "fname": "Pirate", "txversion": 4, "overwintered": 1, + "mm2": 1, "avg_blocktime": 60, "protocol": { "type": "ZHTLC", @@ -927,6 +965,7 @@ "name": "arrr_bep20", "fname": "Pirate", "rpcport": 80, + "mm2": 1, "wallet_only": true, "decimals": 8, "chain_id": 56, @@ -946,6 +985,7 @@ "name": "atom_bep20", "fname": "Cosmos", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -971,6 +1011,7 @@ "name": "atom_plg20", "fname": "Cosmos", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 6, "avg_blocktime": 1.8, @@ -1004,6 +1045,7 @@ "txfee": 5000, "segwit": false, "bech32_hrp": "aur", + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 60, "protocol": { @@ -1016,6 +1058,7 @@ "name": "ava_bep20", "fname": "Travala.com", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 56, "avg_blocktime": 3, @@ -1034,6 +1077,7 @@ "name": "ava_erc20", "fname": "AVA", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -1053,6 +1097,7 @@ "fname": "Avalanche Testnet", "is_testnet": true, "rpcport": 80, + "mm2": 1, "chain_id": 43113, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -1066,6 +1111,7 @@ "name": "avax", "fname": "Avalanche", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "use_access_list": true, "max_eth_tx_type": 2, @@ -1085,6 +1131,7 @@ "name": "avax_bep20", "fname": "Avalanche", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -1118,6 +1165,7 @@ "fork_id": "0x40", "signature_version": "base", "txfee": 1000000, + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 30, "protocol": { @@ -1130,6 +1178,7 @@ "name": "avn_plg20", "fname": "Avian", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -1148,6 +1197,7 @@ "name": "atomic-wallet-coin", "fname": "Atomic Wallet Coin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -1171,6 +1221,7 @@ "wiftype": 204, "txfee": 10000, "confpath": "USERHOME/.axecore/axe.conf", + "mm2": 1, "mature_confirmations": 101, "required_confirmations": 3, "avg_blocktime": 150, @@ -1189,6 +1240,7 @@ "name": "axs_bep20", "fname": "Axie Infinity", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -1214,6 +1266,7 @@ "name": "axs_erc20", "fname": "Axie Infinity", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -1242,6 +1295,7 @@ "wiftype": 176, "txfee": 100000, "dust": 54600, + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 30, "protocol": { @@ -1254,6 +1308,7 @@ "name": "aya_bep20", "fname": "Aryacoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 8, "avg_blocktime": 3, @@ -1272,6 +1327,7 @@ "name": "babydoge_bep20", "fname": "Baby Doge Coin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -1289,6 +1345,7 @@ "name": "bal_bep20", "fname": "Balancer", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -1306,6 +1363,7 @@ "name": "bal_erc20", "fname": "Balancer", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -1329,6 +1387,7 @@ "name": "bal_krc20", "fname": "Balancer", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -1347,6 +1406,7 @@ "name": "bal_plg20", "fname": "Balancer", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -1373,6 +1433,7 @@ "name": "banano_bep20", "fname": "Banano", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -1390,6 +1451,7 @@ "name": "band_bep20", "fname": "Band Protocol", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -1415,6 +1477,7 @@ "name": "band_erc20", "fname": "Band Protocol", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -1433,6 +1496,7 @@ "name": "band_ftm20", "fname": "Band Protocol", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 250, "decimals": 18, @@ -1452,6 +1516,7 @@ "name": "band_plg20", "fname": "Band Protocol", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -1470,6 +1535,7 @@ "name": "bat_avx20", "fname": "Basic Attention Token", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -1488,6 +1554,7 @@ "name": "bat_erc20", "fname": "Basic Attention Token", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -1509,6 +1576,7 @@ "name": "bat_bep20", "fname": "Basic Attention Token", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -1534,6 +1602,7 @@ "name": "bat_krc20", "fname": "Basic Attention Token", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -1552,6 +1621,7 @@ "name": "bat_plg20", "fname": "Basic Attention Token", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -1580,6 +1650,7 @@ "format": "cashaddress", "network": "bitcoincash" }, + "mm2": 1, "sign_message_prefix": "Bitcoin Signed Message:\n", "required_confirmations": 1, "avg_blocktime": 600, @@ -1609,6 +1680,7 @@ "slp_prefix": "simpleledger" } }, + "mm2": 1, "derivation_path": "m/44'/145'" }, { @@ -1624,6 +1696,7 @@ "slp_prefix": "simpleledger" } }, + "mm2": 1, "derivation_path": "m/44'/145'" }, { @@ -1639,6 +1712,7 @@ "slp_prefix": "simpleledger" } }, + "mm2": 1, "derivation_path": "m/44'/145'" }, { @@ -1654,6 +1728,7 @@ "slp_prefix": "simpleledger" } }, + "mm2": 1, "derivation_path": "m/44'/145'" }, { @@ -1661,6 +1736,7 @@ "name": "flexusd_erc20", "fname": "flexUSD", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -1687,6 +1763,7 @@ "slp_prefix": "simpleledger" } }, + "mm2": 1, "derivation_path": "m/44'/145'" }, { @@ -1702,6 +1779,7 @@ "slp_prefix": "simpleledger" } }, + "mm2": 1, "derivation_path": "m/44'/145'" }, { @@ -1717,6 +1795,7 @@ "slp_prefix": "simpleledger" } }, + "mm2": 1, "derivation_path": "m/44'/145'" }, { @@ -1724,6 +1803,7 @@ "name": "joy_plg20", "fname": "Joystick.club", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -1750,6 +1830,7 @@ "slp_prefix": "simpleledger" } }, + "mm2": 1, "derivation_path": "m/44'/145'" }, { @@ -1761,6 +1842,7 @@ "p2shtype": 85, "wiftype": 107, "txfee": 10000, + "mm2": 1, "wallet_only": true, "sign_message_prefix": "DarkNet Signed Message:\n", "required_confirmations": 5, @@ -1778,6 +1860,7 @@ "name": "bbk_bep20", "fname": "BitBlocks", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -1796,6 +1879,7 @@ "name": "bbk_plg20", "fname": "BitBlocks", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -1814,6 +1898,7 @@ "name": "bch_erc20", "fname": "Bitcoin Cash", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 8, "avg_blocktime": 15, @@ -1832,6 +1917,7 @@ "name": "bch_bep20", "fname": "Bitcoin Cash", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -1871,6 +1957,7 @@ "fname": "BIDR", "rpcport": 80, "chain_id": 56, + "mm2": 1, "wallet_only": true, "avg_blocktime": 3, "required_confirmations": 3, @@ -1895,6 +1982,7 @@ "txfee": 700000, "segwit": true, "bech32_hrp": "bit", + "mm2": 1, "required_confirmations": 1, "avg_blocktime": 600, "protocol": { @@ -1935,6 +2023,7 @@ "txfee": 100000, "dust": 100000, "segwit": true, + "mm2": 1, "required_confirmations": 5, "mature_confirmations": 500, "avg_blocktime": 66, @@ -1948,6 +2037,7 @@ "name": "blk_bep20", "fname": "BlackCoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -1972,6 +2062,7 @@ "wiftype": 239, "txfee": 100000, "segwit": true, + "mm2": 1, "is_testnet": true, "required_confirmations": 5, "mature_confirmations": 10, @@ -1991,6 +2082,7 @@ "wiftype": 153, "segwit": false, "txfee": 1000, + "mm2": 1, "sign_message_prefix": "DarkCoin Signed Message:\n", "required_confirmations": 3, "avg_blocktime": 90, @@ -2009,6 +2101,7 @@ "fname": "Binance Coin", "avg_blocktime": 3, "rpcport": 80, + "mm2": 1, "chain_id": 56, "use_access_list": true, "max_eth_tx_type": 2, @@ -2033,6 +2126,7 @@ "wiftype": 213, "segwit": false, "txfee": 10000, + "mm2": 1, "sign_message_prefix": "DarkCoin Signed Message:\n", "required_confirmations": 3, "avg_blocktime": 180, @@ -2050,6 +2144,7 @@ "name": "bone_erc20", "fname": "Bone ShibaSwap", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -2070,6 +2165,7 @@ "wallet_only": true, "avg_blocktime": 6, "rpcport": 80, + "mm2": 1, "alias_ticker": "BTC", "chain_id": 30, "required_confirmations": 1, @@ -2089,6 +2185,7 @@ "avg_blocktime": 15, "rpcport": 80, "chain_id": 97, + "mm2": 1, "is_testnet": true, "required_confirmations": 3, "protocol": { @@ -2101,6 +2198,7 @@ "name": "bnt_bep20", "fname": "Bancor", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -2126,6 +2224,7 @@ "name": "bnt_erc20", "fname": "Bancor", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -2149,6 +2248,7 @@ "name": "bnt_plg20", "fname": "Bancor", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -2167,6 +2267,7 @@ "name": "borg_erc20", "fname": "SwissBorg", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -2189,6 +2290,7 @@ "name": "brz_bep20", "fname": "Brazilian Digital Token", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 4, "avg_blocktime": 3, @@ -2207,6 +2309,7 @@ "name": "brz_erc20", "fname": "Brazilian Digital Token", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -2225,6 +2328,7 @@ "name": "brz_plg20", "fname": "Brazilian Digital Token", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -2251,6 +2355,7 @@ "name": "brz_avx20", "fname": "Brazilian Digital Token", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "decimals": 4, "avg_blocktime": 2.4, @@ -2275,6 +2380,7 @@ "txfee": 200000, "segwit": true, "bech32_hrp": "gb", + "mm2": 1, "required_confirmations": 1, "avg_blocktime": 600, "protocol": { @@ -2294,6 +2400,7 @@ "bech32_hrp": "bc", "txfee": 0, "estimate_fee_mode": "ECONOMICAL", + "mm2": 1, "wallet_only": false, "sign_message_prefix": "Bitcoin Signed Message:\n", "required_confirmations": 1, @@ -2350,6 +2457,7 @@ "orderbook_ticker": "BTC", "txfee": 0, "estimate_fee_mode": "ECONOMICAL", + "mm2": 1, "required_confirmations": 1, "avg_blocktime": 600, "protocol": { @@ -2367,6 +2475,7 @@ "name": "btc_bep20", "fname": "Bitcoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -2400,6 +2509,7 @@ "txfee": 10000, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 2, "avg_blocktime": 150, "protocol": { @@ -2412,6 +2522,7 @@ "name": "btcz_bep20", "fname": "BitcoinZ", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 8, "avg_blocktime": 3, @@ -2437,6 +2548,7 @@ "segwit": true, "bech32_hrp": "web", "txfee": 20000, + "mm2": 1, "wallet_only": false, "required_confirmations": 3, "avg_blocktime": 60, @@ -2465,6 +2577,7 @@ }, "orderbook_ticker": "BTE", "txfee": 20000, + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 60, "protocol": { @@ -2481,6 +2594,7 @@ "name": "btt_bep20", "fname": "BitTorrent (OLD)", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 56, "avg_blocktime": 3, @@ -2499,6 +2613,7 @@ "name": "bttc_bep20", "fname": "BitTorrent", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -2525,6 +2640,7 @@ "name": "btu_erc20", "fname": "BTU Protocol", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -2548,6 +2664,7 @@ "name": "btu_plg20", "fname": "BTU Protocol", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -2572,6 +2689,7 @@ "segwit": true, "bech32_hrp": "btx", "txfee": 20000, + "mm2": 1, "wallet_only": false, "required_confirmations": 3, "avg_blocktime": 150, @@ -2600,6 +2718,7 @@ }, "orderbook_ticker": "BTX", "txfee": 20000, + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 150, "protocol": { @@ -2617,6 +2736,7 @@ "name": "btx_bep20", "fname": "BitCore", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 8, "avg_blocktime": 3, @@ -2635,6 +2755,7 @@ "name": "busd_avx20", "fname": "Binance USD", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 43114, "required_confirmations": 3, @@ -2654,6 +2775,7 @@ "name": "busd_mvr20", "fname": "Binance USD", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 1285, "avg_blocktime": 15, @@ -2673,6 +2795,7 @@ "name": "busd_erc20", "fname": "Binance USD", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 1, "required_confirmations": 3, @@ -2696,6 +2819,7 @@ "name": "busd_bep20", "fname": "Binance USD", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 56, "avg_blocktime": 3, @@ -2714,6 +2838,7 @@ "name": "busd_plg20", "fname": "Binance USD", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 137, "decimals": 18, @@ -2733,6 +2858,7 @@ "name": "cadc_erc20", "fname": "CAD Coin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -2751,6 +2877,7 @@ "name": "cadc_plg20", "fname": "CAD Coin", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -2777,6 +2904,7 @@ "name": "cake_bep20", "fname": "PancakeSwap", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -2802,6 +2930,7 @@ "name": "case_bep20", "fname": "Case Token", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 8, "avg_blocktime": 3, @@ -2823,6 +2952,7 @@ "rpcport": 20849, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 2, "requires_notarization": true, "avg_blocktime": 60, @@ -2845,6 +2975,7 @@ "dust": 54600, "segwit": true, "bech32_hrp": "cdn", + "mm2": 1, "wallet_only": false, "required_confirmations": 2, "avg_blocktime": 300, @@ -2870,6 +3001,7 @@ "format": "segwit" }, "orderbook_ticker": "CDN", + "mm2": 1, "required_confirmations": 2, "avg_blocktime": 300, "protocol": { @@ -2882,6 +3014,7 @@ "name": "cds_plg20", "fname": "Crypto Development Services", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 8, "avg_blocktime": 1.8, @@ -2900,6 +3033,7 @@ "name": "cel_erc20", "fname": "Celsius", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 4, "avg_blocktime": 15, @@ -2918,6 +3052,7 @@ "name": "cel_plg20", "fname": "Celsius", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 4, "avg_blocktime": 1.8, @@ -2936,6 +3071,7 @@ "name": "celr_erc20", "fname": "Celer Network", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -2959,6 +3095,7 @@ "name": "celr_bep20", "fname": "Celer Network", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -2985,6 +3122,7 @@ "name": "celr_arb20", "fname": "Celer Network", "rpcport": 80, + "mm2": 1, "chain_id": 42161, "decimals": 18, "avg_blocktime": 0.25, @@ -3011,6 +3149,7 @@ "name": "cfx_bep20", "fname": "Conflux", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -3041,6 +3180,7 @@ "p2shtype": 5, "wiftype": 128, "txfee": 40000, + "mm2": 1, "required_confirmations": 2, "avg_blocktime": 120, "protocol": { @@ -3053,6 +3193,7 @@ "name": "chta_bep20", "fname": "Cheetahcoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -3071,6 +3212,7 @@ "name": "chsb_erc20", "fname": "SwissBorg (OLD)", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 1, "decimals": 8, @@ -3095,6 +3237,7 @@ "fname": "SwissBorg (OLD)", "wallet_only": true, "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 8, "avg_blocktime": 1.8, @@ -3113,6 +3256,7 @@ "name": "chz_erc20", "fname": "Chiliz", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -3131,6 +3275,7 @@ "name": "chz_krc20", "fname": "Chiliz", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -3149,6 +3294,7 @@ "name": "chz_plg20", "fname": "Chiliz", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -3173,6 +3319,7 @@ "wiftype": 133, "segwit": false, "txfee": 10000, + "mm2": 1, "sign_message_prefix": "Clam Signed Message:\n", "required_confirmations": 5, "avg_blocktime": 60, @@ -3193,6 +3340,7 @@ "rpcport": 31034, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 5, "requires_notarization": false, "avg_blocktime": 60, @@ -3207,6 +3355,7 @@ "name": "clp_bep20", "fname": "Crypto Lover Productions", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -3228,6 +3377,7 @@ "p2shtype": 13, "wiftype": 212, "txfee": 1000000000, + "mm2": 1, "protocol": { "type": "UTXO" }, @@ -3238,6 +3388,7 @@ "name": "comp_avx20", "fname": "Compound", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -3256,6 +3407,7 @@ "name": "comp_bep20", "fname": "Compound", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -3281,6 +3433,7 @@ "name": "comp_erc20", "fname": "Compound", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -3304,6 +3457,7 @@ "name": "comp_krc20", "fname": "Compound", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -3322,6 +3476,7 @@ "name": "comp_plg20", "fname": "Compound", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -3348,6 +3503,7 @@ "name": "cro_erc20", "fname": "Crypto.com", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 8, "avg_blocktime": 15, @@ -3366,6 +3522,7 @@ "name": "cro_krc20", "fname": "Crypto.com", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -3384,6 +3541,7 @@ "name": "cro_plg20", "fname": "Crypto.com", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 8, "avg_blocktime": 1.8, @@ -3408,6 +3566,7 @@ "segwit": false, "txfee": 400000, "dust": 72800, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -3425,6 +3584,7 @@ "name": "crv_erc20", "fname": "Curve DAO", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -3443,6 +3603,7 @@ "name": "crv_arb20", "fname": "Curve DAO", "rpcport": 80, + "mm2": 1, "chain_id": 42161, "decimals": 18, "avg_blocktime": 0.25, @@ -3469,6 +3630,7 @@ "name": "crv_avx20", "fname": "Curve DAO", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -3487,6 +3649,7 @@ "name": "crv_ftm20", "fname": "Curve DAO", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 250, "decimals": 18, @@ -3506,6 +3669,7 @@ "name": "crv_krc20", "fname": "Curve DAO", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -3524,6 +3688,7 @@ "name": "crv_plg20", "fname": "Curve DAO", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -3550,6 +3715,7 @@ "name": "cst_bep20", "fname": "Crypto Swap Token", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -3567,6 +3733,7 @@ "name": "cummies_bep20", "fname": "CumRocket", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -3584,6 +3751,7 @@ "name": "cvx_erc20", "fname": "Convex Finance", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -3609,6 +3777,7 @@ "txfee": 0, "segwit": true, "bech32_hrp": "cy", + "mm2": 1, "wallet_only": false, "required_confirmations": 2, "avg_blocktime": 60, @@ -3637,6 +3806,7 @@ "format": "segwit" }, "orderbook_ticker": "CY", + "mm2": 1, "required_confirmations": 2, "avg_blocktime": 60, "protocol": { @@ -3653,6 +3823,7 @@ "name": "dai_avx20", "fname": "Dai", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -3671,6 +3842,7 @@ "name": "dai_erc20", "fname": "Dai", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -3693,6 +3865,7 @@ "name": "dai_bep20", "fname": "Dai", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -3718,6 +3891,7 @@ "name": "dai_ftm20", "fname": "Dai", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 250, "decimals": 18, @@ -3757,6 +3931,7 @@ "name": "dai_mvr20", "fname": "Dai", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 1285, "avg_blocktime": 15, @@ -3776,6 +3951,7 @@ "name": "dai_plg20", "fname": "Dai", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -3809,6 +3985,7 @@ "wiftype": 204, "txfee": 1000, "force_min_relay_fee": true, + "mm2": 1, "required_confirmations": 2, "avg_blocktime": 150, "protocol": { @@ -3828,6 +4005,7 @@ "required_confirmations": 3, "avg_blocktime": 15, "rpcport": 80, + "mm2": 1, "chain_id": 1, "protocol": { "type": "ERC20", @@ -3845,6 +4023,7 @@ "required_confirmations": 3, "avg_blocktime": 15, "rpcport": 80, + "mm2": 1, "chain_id": 1, "protocol": { "type": "ERC20", @@ -3864,6 +4043,7 @@ "name": "dfx_erc20", "fname": "DFX Finance", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -3882,6 +4062,7 @@ "name": "dfx_plg20", "fname": "DFX Finance", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -3915,6 +4096,7 @@ "txfee": 10000000, "segwit": true, "bech32_hrp": "dgb", + "mm2": 1, "wallet_only": false, "required_confirmations": 7, "avg_blocktime": 15, @@ -3944,6 +4126,7 @@ "format": "segwit" }, "orderbook_ticker": "DGB", + "mm2": 1, "required_confirmations": 7, "avg_blocktime": 15, "protocol": { @@ -3966,6 +4149,7 @@ "p2shtype": 5, "wiftype": 128, "txfee": 10000, + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 36, "protocol": { @@ -3978,6 +4162,7 @@ "name": "dia_erc20", "fname": "DIAToken", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -3996,6 +4181,7 @@ "name": "dia_bep20", "fname": "DIAToken", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -4029,6 +4215,7 @@ "segwit": true, "bech32_hrp": "dpc", "txfee": 10000, + "mm2": 1, "wallet_only": false, "required_confirmations": 6, "avg_blocktime": 300, @@ -4053,6 +4240,7 @@ "wiftype": 204, "txfee": 1000, "force_min_relay_fee": true, + "mm2": 1, "required_confirmations": 2, "avg_blocktime": 90, "protocol": { @@ -4076,6 +4264,7 @@ "bech32_hrp": "vx", "txfee": 1000, "decimals": 5, + "mm2": 1, "sign_message_prefix": "Dimecoin Signed Message:\n", "required_confirmations": 6, "avg_blocktime": 64, @@ -4098,6 +4287,7 @@ "isPoS": 1, "txfee": 1000, "segwit": false, + "mm2": 1, "mature_confirmations": 75, "required_confirmations": 4, "avg_blocktime": 75, @@ -4110,6 +4300,7 @@ "name": "dimi_bep20", "fname": "Diminutive Coin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -4133,6 +4324,7 @@ "segwit": false, "txfee": 400000, "dust": 72800, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -4150,6 +4342,7 @@ "name": "dodo_arb20", "fname": "DODO", "rpcport": 80, + "mm2": 1, "chain_id": 42161, "decimals": 18, "avg_blocktime": 0.25, @@ -4176,6 +4369,7 @@ "name": "dodo_bep20", "fname": "DODO", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -4201,6 +4395,7 @@ "name": "dodo_erc20", "fname": "DODO", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -4219,6 +4414,7 @@ "name": "dodo_krc20", "fname": "DODO", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -4244,6 +4440,7 @@ "txfee": 0, "force_min_relay_fee": true, "dust": 1000000, + "mm2": 1, "required_confirmations": 2, "avg_blocktime": 60, "protocol": { @@ -4261,6 +4458,7 @@ "name": "doge_bep20", "fname": "Dogecoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -4283,6 +4481,7 @@ "wiftype": 122, "txfee": 10000, "dust": 5460, + "mm2": 1, "sign_message_prefix": "DarkNet Signed Message:\n", "required_confirmations": 5, "avg_blocktime": 60, @@ -4300,6 +4499,7 @@ "name": "dogedash_bep20", "fname": "Doge Dash", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -4317,6 +4517,7 @@ "name": "doggy_bep20", "fname": "Doggy", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -4334,6 +4535,7 @@ "name": "dot_bep20", "fname": "Polkadot", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -4382,6 +4584,7 @@ "rpcport": 28388, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 5, "requires_notarization": false, "avg_blocktime": 60, @@ -4404,6 +4607,7 @@ "dust": 5460, "segwit": true, "bech32_hrp": "dc", + "mm2": 1, "required_confirmations": 2, "avg_blocktime": 600, "protocol": { @@ -4422,6 +4626,7 @@ "wiftype": 176, "txfee": 200000, "dust": 54600, + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 120, "protocol": { @@ -4434,6 +4639,7 @@ "name": "egld_bep20", "fname": "Elrond", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -4459,6 +4665,7 @@ "name": "eiln_erc20", "fname": "eIlien", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -4477,6 +4684,7 @@ "name": "elf_bep20", "fname": "aelf", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -4502,6 +4710,7 @@ "name": "elf_erc20", "fname": "aelf", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -4531,6 +4740,7 @@ "wiftype": 176, "txfee": 100000, "dust": 54600, + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 60, "protocol": { @@ -4543,6 +4753,7 @@ "name": "enj_erc20", "fname": "Enjin Coin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -4566,6 +4777,7 @@ "name": "enj_krc20", "fname": "Enjin Coin", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -4584,6 +4796,7 @@ "name": "enj_plg20", "fname": "Enjin Coin", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -4602,6 +4815,7 @@ "name": "eos_bep20", "fname": "EOS", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -4627,6 +4841,7 @@ "name": "ethereum classic", "fname": "Ethereum Classic", "rpcport": 80, + "mm2": 1, "chain_id": 61, "use_access_list": true, "max_eth_tx_type": 2, @@ -4646,6 +4861,7 @@ "name": "etc_bep20", "fname": "Ethereum Classic", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -4663,6 +4879,7 @@ "name": "ethereum", "fname": "Ethereum", "rpcport": 80, + "mm2": 1, "chain_id": 1, "sign_message_prefix": "Ethereum Signed Message:\n", "required_confirmations": 3, @@ -4677,6 +4894,7 @@ "name": "ethereum avalanche", "fname": "Ethereum", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -4695,6 +4913,7 @@ "name": "eth_arb20", "fname": "Ethereum", "rpcport": 80, + "mm2": 1, "chain_id": 42161, "required_confirmations": 10, "avg_blocktime": 0.25, @@ -4716,6 +4935,7 @@ "name": "eth_bep20", "fname": "Ethereum", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -4741,6 +4961,7 @@ "name": "eth_ftm20", "fname": "Ethereum", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 250, "decimals": 18, @@ -4780,6 +5001,7 @@ "name": "eth_krc20", "fname": "Ethereum", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -4798,6 +5020,7 @@ "name": "eth_plg20", "fname": "Ethereum", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -4824,6 +5047,7 @@ "name": "eure_erc20", "fname": "Monerium EUR", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -4842,6 +5066,7 @@ "name": "eure_plg20", "fname": "Monerium EUR", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -4868,6 +5093,7 @@ "name": "euroe_erc20", "fname": "EUROe Stablecoin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 6, "avg_blocktime": 15, @@ -4886,6 +5112,7 @@ "name": "euroe_plg20", "fname": "EUROe Stablecoin", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 6, "avg_blocktime": 1.8, @@ -4912,6 +5139,7 @@ "name": "eurs_erc20", "fname": "STASIS EURO", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 2, "avg_blocktime": 15, @@ -4935,6 +5163,7 @@ "name": "eurs_plg20", "fname": "STASIS EURO", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 2, "avg_blocktime": 1.8, @@ -4961,6 +5190,7 @@ "name": "ewt", "fname": "Energy Web", "rpcport": 80, + "mm2": 1, "chain_id": 246, "use_access_list": true, "max_eth_tx_type": 2, @@ -4980,6 +5210,7 @@ "name": "exn_bep20", "fname": "Expoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 8, "avg_blocktime": 3, @@ -4998,6 +5229,7 @@ "name": "fdusd_erc20", "fname": "First Digital USD", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -5019,6 +5251,7 @@ "name": "fdusd_bep20", "fname": "First Digital USD", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -5048,6 +5281,7 @@ "name": "fei_erc20", "fname": "Fei USD", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -5066,6 +5300,7 @@ "name": "fet_erc20", "fname": "Fetch.ai", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -5084,6 +5319,7 @@ "name": "fet_bep20", "fname": "Fetch.ai", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -5102,6 +5338,7 @@ "name": "fet_plg20", "fname": "Fetch.ai", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -5120,6 +5357,7 @@ "name": "fil_bep20", "fname": "Filecoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -5145,6 +5383,7 @@ "name": "fil_erc20", "fname": "Filecoin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -5188,6 +5427,7 @@ "p2shtype": 7, "wiftype": 210, "txfee": 1000, + "mm2": 1, "required_confirmations": 1, "avg_blocktime": 300, "protocol": { @@ -5205,6 +5445,7 @@ "name": "firo_bep20", "fname": "Firo", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -5237,6 +5478,7 @@ "segwit": true, "bech32_hrp": "fc", "txfee": 0, + "mm2": 1, "wallet_only": false, "required_confirmations": 3, "avg_blocktime": 60, @@ -5266,6 +5508,7 @@ }, "orderbook_ticker": "FJC", "txfee": 0, + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 60, "protocol": { @@ -5283,6 +5526,7 @@ "name": "fjc_bep20", "fname": "Fujicoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -5300,6 +5544,7 @@ "name": "fjcb_bep20", "fname": "FJCB Fujicoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -5317,6 +5562,7 @@ "name": "floki_bep20", "fname": "Floki Inu", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -5342,6 +5588,7 @@ "name": "firo_erc20", "fname": "StakedFIRO", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -5364,6 +5611,7 @@ "p2shtype": 8, "wiftype": 176, "txfee": 100000, + "mm2": 1, "protocol": { "type": "UTXO" }, @@ -5379,6 +5627,7 @@ "name": "flow_bep20", "fname": "Flow", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -5412,6 +5661,7 @@ "txfee": 1000000, "segwit": true, "bech32_hrp": "fc", + "mm2": 1, "wallet_only": false, "required_confirmations": 5, "avg_blocktime": 60, @@ -5441,6 +5691,7 @@ "format": "segwit" }, "orderbook_ticker": "FTC", + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 60, "protocol": { @@ -5459,6 +5710,7 @@ "fname": "Fantom Testnet", "is_testnet": true, "rpcport": 80, + "mm2": 1, "chain_id": 4002, "required_confirmations": 3, "avg_blocktime": 15, @@ -5472,6 +5724,7 @@ "name": "ftm", "fname": "Fantom", "rpcport": 80, + "mm2": 1, "chain_id": 250, "use_access_list": true, "max_eth_tx_type": 2, @@ -5491,6 +5744,7 @@ "name": "ftm_bep20", "fname": "Fantom", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -5508,6 +5762,7 @@ "name": "ftm_erc20", "fname": "Fantom", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -5530,6 +5785,7 @@ "name": "fxs_bep20", "fname": "Frax Share", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -5556,6 +5812,7 @@ "name": "fxs_erc20", "fname": "Frax Share", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -5574,6 +5831,7 @@ "name": "fxs_plg20", "fname": "Frax Share", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -5600,6 +5858,7 @@ "name": "fxs_avx20", "fname": "Frax Share", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "decimals": 18, "avg_blocktime": 2.4, @@ -5618,6 +5877,7 @@ "name": "fxs_mvr20", "fname": "Frax Share", "rpcport": 80, + "mm2": 1, "chain_id": 1285, "decimals": 18, "avg_blocktime": 15, @@ -5642,6 +5902,7 @@ "name": "fxs_ftm20", "fname": "Frax Share", "rpcport": 80, + "mm2": 1, "chain_id": 250, "decimals": 18, "avg_blocktime": 1.8, @@ -5660,6 +5921,7 @@ "name": "gala_erc20", "fname": "Gala", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 8, "avg_blocktime": 15, @@ -5678,6 +5940,7 @@ "name": "gala_bep20", "fname": "Gala", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -5697,6 +5960,7 @@ "name": "game_erc20", "fname": "GameCredits", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -5715,6 +5979,7 @@ "name": "game_plg20", "fname": "GameCredits", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -5747,6 +6012,7 @@ "wiftype": 198, "segwit": false, "txfee": 10000, + "mm2": 1, "sign_message_prefix": "DarkCoin Signed Message:\n", "required_confirmations": 3, "avg_blocktime": 150, @@ -5764,6 +6030,7 @@ "name": "gbx_bep20", "fname": "GoByte", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -5782,6 +6049,7 @@ "name": "gft_bep20", "fname": "Gifto", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -5814,6 +6082,7 @@ "segwit": false, "txfee": 100000, "dust": 54600, + "mm2": 1, "sign_message_prefix": "Goldcoin (GLC) Signed Message:\n", "required_confirmations": 3, "avg_blocktime": 120, @@ -5834,6 +6103,7 @@ "rpcport": 23226, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 4, "requires_notarization": false, "avg_blocktime": 60, @@ -5851,6 +6121,7 @@ "rpcport": 23345, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 4, "requires_notarization": false, "avg_blocktime": 60, @@ -5865,6 +6136,7 @@ "name": "glm_erc20", "fname": "Golem", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -5883,6 +6155,7 @@ "name": "glm_plg20", "fname": "Golem", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -5909,6 +6182,7 @@ "name": "gm_bep20", "fname": "GM Wagmi", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -5926,6 +6200,7 @@ "name": "gmt_bep20", "fname": "STEPN", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 8, "avg_blocktime": 3, @@ -5944,6 +6219,7 @@ "name": "gmt_plg20", "fname": "STEPN", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 8, "avg_blocktime": 1.8, @@ -5970,6 +6246,7 @@ "name": "gmx_arb20", "fname": "GMX", "rpcport": 80, + "mm2": 1, "chain_id": 42161, "decimals": 18, "avg_blocktime": 0.25, @@ -5996,6 +6273,7 @@ "name": "gmx_avx20", "fname": "GMX", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "decimals": 18, "avg_blocktime": 2.4, @@ -6022,6 +6300,7 @@ "name": "gno_erc20", "fname": "Gnosis", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -6044,6 +6323,7 @@ "name": "gno_plg20", "fname": "Gnosis", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -6062,6 +6342,7 @@ "name": "gns_arb20", "fname": "Gains Network", "rpcport": 80, + "mm2": 1, "chain_id": 42161, "decimals": 18, "avg_blocktime": 0.25, @@ -6088,6 +6369,7 @@ "name": "gns_plg20", "fname": "Gains Network", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -6122,6 +6404,7 @@ "bech32_hrp": "grlc", "txfee": 100000, "dust": 54600, + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 40, "protocol": { @@ -6134,6 +6417,7 @@ "name": "grlc_erc20", "fname": "Garlicoin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 8, "avg_blocktime": 15, @@ -6152,6 +6436,7 @@ "name": "grlc_bep20", "fname": "Garlicoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 8, "avg_blocktime": 3, @@ -6178,6 +6463,7 @@ "dust": 10000, "segwit": true, "bech32_hrp": "grs", + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 60, "protocol": { @@ -6195,6 +6481,7 @@ "name": "grt_arb20", "fname": "The Graph", "rpcport": 80, + "mm2": 1, "chain_id": 42161, "decimals": 18, "avg_blocktime": 0.25, @@ -6221,6 +6508,7 @@ "name": "grt_avx20", "fname": "The Graph", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -6239,6 +6527,7 @@ "name": "grt_erc20", "fname": "The Graph", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -6262,6 +6551,7 @@ "name": "grt_krc20", "fname": "The Graph", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -6280,6 +6570,7 @@ "name": "grt_plg20", "fname": "The Graph", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -6306,6 +6597,7 @@ "name": "gst_bep20", "fname": "Green Satoshi Token", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 8, "avg_blocktime": 3, @@ -6324,6 +6616,7 @@ "name": "gt_erc20", "fname": "Gate", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -6364,6 +6657,7 @@ "name": "gusd_erc20", "fname": "Gemini Dollar", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 2, "avg_blocktime": 15, @@ -6382,6 +6676,7 @@ "name": "hex_erc20", "fname": "HEX", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 8, "avg_blocktime": 15, @@ -6405,6 +6700,7 @@ "name": "hex_plg20", "fname": "HEX", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 8, "avg_blocktime": 1.8, @@ -6431,6 +6727,7 @@ "name": "hot_erc20", "fname": "Holo", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -6449,6 +6746,7 @@ "name": "hot_plg20", "fname": "Holo", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -6467,6 +6765,7 @@ "name": "huobi-token", "fname": "Huobi Token", "rpcport": 80, + "mm2": 1, "chain_id": 128, "required_confirmations": 3, "avg_blocktime": 3, @@ -6486,6 +6785,7 @@ "required_confirmations": 3, "avg_blocktime": 15, "rpcport": 80, + "mm2": 1, "chain_id": 1, "protocol": { "type": "ERC20", @@ -6505,6 +6805,7 @@ "name": "husd_erc20", "fname": "HUSD", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 1, "decimals": 8, @@ -6524,6 +6825,7 @@ "name": "husd_hco20", "fname": "HUSD", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 128, "decimals": 8, @@ -6543,6 +6845,7 @@ "name": "husd_krc20", "fname": "HUSD", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 321, "decimals": 18, @@ -6562,6 +6865,7 @@ "name": "husd_plg20", "fname": "HUSD", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 137, "decimals": 8, @@ -6581,6 +6885,7 @@ "name": "idrt_erc20", "fname": "Rupiah Token", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 2, "avg_blocktime": 15, @@ -6599,6 +6904,7 @@ "name": "idrt_bep20", "fname": "Rupiah Token", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 2, "avg_blocktime": 3, @@ -6617,6 +6923,7 @@ "name": "idrt_plg20", "fname": "Rupiah Token", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 6, "avg_blocktime": 1.8, @@ -6650,6 +6957,7 @@ "wiftype": 153, "txfee": 100000, "dust": 100000, + "mm2": 1, "mature_confirmations": 500, "required_confirmations": 7, "avg_blocktime": 45, @@ -6670,6 +6978,7 @@ "rpcport": 12986, "txversion": 4, "overwintered": 1, + "mm2": 1, "p2p": 12985, "magic": "feb4cb23", "nSPV": "5.9.102.210, 5.9.253.195, 5.9.253.196, 5.9.253.197, 5.9.253.198, 5.9.253.199, 5.9.253.200, 5.9.253.201, 5.9.253.202, 5.9.253.203", @@ -6687,6 +6996,7 @@ "name": "iln_bep20", "fname": "Ilien", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -6705,6 +7015,7 @@ "name": "iln_plg20", "fname": "Ilien", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -6723,6 +7034,7 @@ "name": "ilnsw_plg20", "fname": "Ilien Swap", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -6741,6 +7053,7 @@ "name": "ilv_erc20", "fname": "Illuvium", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -6759,6 +7072,7 @@ "name": "ilv_bep20", "fname": "Illuvium", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -6785,6 +7099,7 @@ "name": "imx_erc20", "fname": "ImmutableX", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -6803,6 +7118,7 @@ "name": "inj_bep20", "fname": "Injective Protocol", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -6828,6 +7144,7 @@ "name": "inj_erc20", "fname": "Injective Protocol", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -6845,6 +7162,7 @@ "name": "iota_bep20", "fname": "IOTA", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -6870,6 +7188,7 @@ "name": "iotx_bep20", "fname": "IoTeX", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -6895,6 +7214,7 @@ "name": "iotx_plg20", "fname": "IoTeX", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -6913,6 +7233,7 @@ "name": "jasmy_erc20", "fname": "JasmyCoin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -6931,6 +7252,7 @@ "name": "jasmy_bep20", "fname": "JasmyCoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -6957,6 +7279,7 @@ "name": "jdb_bep20", "fname": "Jeet Detector Bot", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -6974,6 +7297,7 @@ "name": "jaud_plg20", "fname": "Jarvis Australian Dollar", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7000,6 +7324,7 @@ "name": "jbrl_bep20", "fname": "Jarvis Brazilian Real", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -7018,6 +7343,7 @@ "name": "jbrl_plg20", "fname": "Jarvis Brazilian Real", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7044,6 +7370,7 @@ "name": "jcad_plg20", "fname": "Jarvis Canadian Dollar", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7070,6 +7397,7 @@ "name": "jchf_avx20", "fname": "Jarvis Swiss Franc", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "decimals": 18, "avg_blocktime": 2.4, @@ -7088,6 +7416,7 @@ "name": "jchf_bep20", "fname": "Jarvis Swiss Franc", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -7106,6 +7435,7 @@ "name": "jchf_erc20", "fname": "Jarvis Swiss Franc", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -7124,6 +7454,7 @@ "name": "jchf_plg20", "fname": "Jarvis Swiss Franc", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7150,6 +7481,7 @@ "name": "jcny_plg20", "fname": "Jarvis Chinese Yuan", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7176,6 +7508,7 @@ "name": "jeur_avx20", "fname": "Jarvis Euro", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "decimals": 18, "avg_blocktime": 2.4, @@ -7194,6 +7527,7 @@ "name": "jeur_bep20", "fname": "Jarvis Euro", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -7212,6 +7546,7 @@ "name": "jeur_erc20", "fname": "Jarvis Euro", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -7230,6 +7565,7 @@ "name": "jeur_plg20", "fname": "Jarvis Euro", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7256,6 +7592,7 @@ "name": "jgbp_bep20", "fname": "Jarvis British Pound", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -7274,6 +7611,7 @@ "name": "jgbp_erc20", "fname": "Jarvis British Pound", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -7292,6 +7630,7 @@ "name": "jgbp_plg20", "fname": "Jarvis British Pound", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7318,6 +7657,7 @@ "name": "jgold_plg20", "fname": "Jarvis Gold", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7336,6 +7676,7 @@ "name": "jjpy_plg20", "fname": "Jarvis Japanese Yen", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7362,6 +7703,7 @@ "name": "jkrw_plg20", "fname": "Jarvis South Korean Won", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7380,6 +7722,7 @@ "name": "jmxn_plg20", "fname": "Jarvis Mexican Peso", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7406,6 +7749,7 @@ "name": "jnzd_plg20", "fname": "Jarvis New Zealand Dollar", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7432,6 +7776,7 @@ "name": "jphp_plg20", "fname": "Jarvis Philippine Peso", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7450,6 +7795,7 @@ "name": "jpln_plg20", "fname": "Jarvis Polish Zloty", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7468,6 +7814,7 @@ "name": "jpyc_avx20", "fname": "JPY Coin", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "decimals": 18, "avg_blocktime": 2.4, @@ -7486,6 +7833,7 @@ "name": "jpyc_plg20", "fname": "JPY Coin", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7512,6 +7860,7 @@ "name": "jrt_erc20", "fname": "Jarvis Reward Token", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -7529,6 +7878,7 @@ "name": "jrt_plg20", "fname": "Jarvis Reward Token", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7547,6 +7897,7 @@ "name": "jsek_plg20", "fname": "Jarvis Swedish Krona", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7565,6 +7916,7 @@ "name": "jsgd_plg20", "fname": "Jarvis Singapore Dollar", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7591,6 +7943,7 @@ "name": "jtry_plg20", "fname": "Jarvis Turkish Lira", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7609,6 +7962,7 @@ "name": "jusd_plg20", "fname": "Jarvis United States Dollar", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7627,6 +7981,7 @@ "name": "jst_bep20", "fname": "JUST", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -7653,6 +8008,7 @@ "name": "kucoin-token", "fname": "KuCoin Token", "rpcport": 80, + "mm2": 1, "chain_id": 321, "use_access_list": true, "max_eth_tx_type": 2, @@ -7678,6 +8034,7 @@ "txversion": 4, "overwintered": 1, "txfee": 1000, + "mm2": 1, "sign_message_prefix": "Komodo Signed Message:\n", "required_confirmations": 2, "requires_notarization": true, @@ -7697,6 +8054,7 @@ "name": "kmd_bep20", "fname": "Komodo", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -7722,6 +8080,7 @@ "name": "knc_bep20", "fname": "Kyber Network", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -7739,6 +8098,7 @@ "name": "knc_erc20", "fname": "Kyber Network", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -7761,6 +8121,7 @@ "name": "knc_plg20", "fname": "Kyber Network", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7787,6 +8148,7 @@ "name": "knc_avx20", "fname": "Kyber Network", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "decimals": 18, "avg_blocktime": 2.4, @@ -7808,6 +8170,7 @@ "rpcport": 10702, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 2, "requires_notarization": true, "avg_blocktime": 60, @@ -7822,6 +8185,7 @@ "name": "ksm_bep20", "fname": "Kusama", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -7855,6 +8219,7 @@ "txfee": 10000, "segwit": true, "bech32_hrp": "lbc", + "mm2": 1, "wallet_only": false, "required_confirmations": 3, "avg_blocktime": 150, @@ -7879,6 +8244,7 @@ "format": "segwit" }, "orderbook_ticker": "LBC", + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 150, "protocol": { @@ -7901,6 +8267,7 @@ "txfee": 20000, "segwit": true, "bech32_hrp": "lcc", + "mm2": 1, "wallet_only": false, "required_confirmations": 4, "avg_blocktime": 150, @@ -7928,6 +8295,7 @@ "format": "segwit" }, "orderbook_ticker": "LCC", + "mm2": 1, "required_confirmations": 4, "avg_blocktime": 150, "protocol": { @@ -7940,6 +8308,7 @@ "name": "ldo_erc20", "fname": "Lido DAO", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -7958,6 +8327,7 @@ "name": "ldo_plg20", "fname": "Lido DAO", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -7992,6 +8362,7 @@ "txfee": 10000, "segwit": true, "bech32_hrp": "frc", + "mm2": 1, "required_confirmations": 6, "avg_blocktime": 150, "protocol": { @@ -8003,6 +8374,7 @@ "name": "leo_erc20", "fname": "LEO Token", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -8025,6 +8397,7 @@ "name": "leo_plg20", "fname": "LEO Token", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -8045,6 +8418,7 @@ "required_confirmations": 3, "avg_blocktime": 15, "rpcport": 80, + "mm2": 1, "chain_id": 1, "protocol": { "type": "ERC20", @@ -8060,6 +8434,7 @@ "name": "link_avx20", "fname": "Chainlink", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -8078,6 +8453,7 @@ "name": "link_bep20", "fname": "Chainlink", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -8095,6 +8471,7 @@ "name": "link_ftm20", "fname": "Chainlink", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 250, "decimals": 18, @@ -8134,6 +8511,7 @@ "name": "link_krc20", "fname": "Chainlink", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -8152,6 +8530,7 @@ "name": "link_plg20", "fname": "Chainlink", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -8200,6 +8579,7 @@ "name": "loop_bep20", "fname": "LoopNetwork", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -8218,6 +8598,7 @@ "name": "lrc_erc20", "fname": "Loopring", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -8241,6 +8622,7 @@ "name": "lrc_bep20", "fname": "Loopring", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -8267,6 +8649,7 @@ "name": "lrc_plg20", "fname": "Loopring", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -8285,6 +8668,7 @@ "name": "leash_erc20", "fname": "Doge Killer", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -8302,6 +8686,7 @@ "name": "loom_erc20", "fname": "Loom Network", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -8325,6 +8710,7 @@ "name": "loom_bep20", "fname": "Loom Network", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -8351,6 +8737,7 @@ "name": "lswap_bep20", "fname": "LoopSwap", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -8377,6 +8764,7 @@ "dust": 5460, "segwit": true, "bech32_hrp": "ltc", + "mm2": 1, "wallet_only": false, "required_confirmations": 2, "avg_blocktime": 150, @@ -8407,6 +8795,7 @@ "format": "segwit" }, "orderbook_ticker": "LTC", + "mm2": 1, "required_confirmations": 2, "avg_blocktime": 150, "protocol": { @@ -8431,6 +8820,7 @@ "txfee": 100000, "dust": 54600, "segwit": false, + "mm2": 1, "required_confirmations": 1, "avg_blocktime": 1200, "protocol": { @@ -8443,6 +8833,7 @@ "name": "mana_erc20", "fname": "Decentraland", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -8466,6 +8857,7 @@ "name": "mana_bep20", "fname": "Decentraland", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -8484,6 +8876,7 @@ "name": "mana_krc20", "fname": "Decentraland", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -8502,6 +8895,7 @@ "name": "mana_plg20", "fname": "Decentraland", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -8528,6 +8922,7 @@ "name": "mask_bep20", "fname": "Mask Network", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -8546,6 +8941,7 @@ "name": "mask_erc20", "fname": "Mask Network", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -8564,6 +8960,7 @@ "name": "mask_plg20", "fname": "Mask Network", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -8591,6 +8988,7 @@ "fname": "Matic Testnet", "is_testnet": true, "rpcport": 80, + "mm2": 1, "chain_id": 80001, "avg_blocktime": 1.8, "required_confirmations": 3, @@ -8604,6 +9002,7 @@ "name": "matic", "fname": "Polygon", "rpcport": 80, + "mm2": 1, "chain_id": 137, "use_access_list": true, "max_eth_tx_type": 2, @@ -8623,6 +9022,7 @@ "name": "matic_bep20", "fname": "Polygon", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -8648,6 +9048,7 @@ "name": "matic_erc20", "fname": "Polygon", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -8690,6 +9091,7 @@ "name": "matic_krc20", "fname": "Polygon", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -8708,6 +9110,7 @@ "name": "mc_erc20", "fname": "Merit Circle", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 1, "decimals": 18, @@ -8727,6 +9130,7 @@ "name": "mc_bep20", "fname": "Merit Circle", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 56, "decimals": 18, @@ -8749,6 +9153,7 @@ "rpcport": 33825, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 5, "requires_notarization": false, "avg_blocktime": 60, @@ -8784,6 +9189,7 @@ "name": "minds_erc20", "fname": "Minds", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -8806,6 +9212,7 @@ "name": "minu_bep20", "fname": "Minu", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 56, "decimals": 18, @@ -8825,6 +9232,7 @@ "name": "mir_erc20", "fname": "Mirror Protocol", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -8843,6 +9251,7 @@ "name": "mir_bep20", "fname": "Mirror Protocol", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -8861,6 +9270,7 @@ "name": "mkr_avx20", "fname": "Maker", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -8879,6 +9289,7 @@ "name": "mkr_bep20", "fname": "Maker", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -8896,6 +9307,7 @@ "name": "mkr_erc20", "fname": "Maker", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -8919,6 +9331,7 @@ "name": "mkr_krc20", "fname": "Maker", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -8937,6 +9350,7 @@ "name": "mkr_plg20", "fname": "Maker", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -8963,6 +9377,7 @@ "name": "mm_erc20", "fname": "Million", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -8984,6 +9399,7 @@ "name": "mm_avx20", "fname": "Million", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -9002,6 +9418,7 @@ "name": "mm_bep20", "fname": "Million", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -9020,6 +9437,7 @@ "name": "mm_mvr20", "fname": "Million", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 1285, "avg_blocktime": 15, @@ -9039,6 +9457,7 @@ "name": "mm_plg20", "fname": "Million", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -9065,6 +9484,7 @@ "dust": 100000, "segwit": true, "bech32_hrp": "mona", + "mm2": 1, "wallet_only": false, "required_confirmations": 5, "avg_blocktime": 90, @@ -9095,6 +9515,7 @@ "format": "segwit" }, "orderbook_ticker": "MONA", + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 90, "protocol": { @@ -9112,6 +9533,7 @@ "name": "mor_erc20", "fname": "Morpheus", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -9130,6 +9552,7 @@ "name": "mor_arb20", "fname": "Morpheus", "rpcport": 80, + "mm2": 1, "chain_id": 42161, "decimals": 18, "avg_blocktime": 0.25, @@ -9156,6 +9579,7 @@ "name": "moonriver", "fname": "Moonriver", "rpcport": 80, + "mm2": 1, "chain_id": 1285, "required_confirmations": 3, "avg_blocktime": 15, @@ -9180,6 +9604,7 @@ "name": "moonbeam", "fname": "Moonbeam", "rpcport": 80, + "mm2": 1, "chain_id": 1284, "use_access_list": true, "max_eth_tx_type": 2, @@ -9207,6 +9632,7 @@ "p2shtype": 85, "wiftype": 150, "txfee": 10000, + "mm2": 1, "required_confirmations": 10, "avg_blocktime": 30, "protocol": { @@ -9219,6 +9645,7 @@ "name": "nav_bep20", "fname": "Navcoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 8, "avg_blocktime": 3, @@ -9237,6 +9664,7 @@ "name": "near_bep20", "fname": "NEAR Protocol", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -9266,6 +9694,7 @@ "p2shtype": 5, "wiftype": 176, "txfee": 200000, + "mm2": 1, "required_confirmations": 2, "avg_blocktime": 60, "protocol": { @@ -9278,6 +9707,7 @@ "name": "neng_bep20", "fname": "Nengcoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -9296,6 +9726,7 @@ "name": "nexo_erc20", "fname": "Nexo", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -9318,6 +9749,7 @@ "name": "nexo_krc20", "fname": "Nexo", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -9336,6 +9768,7 @@ "name": "nexo_plg20", "fname": "Nexo", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -9365,6 +9798,7 @@ "rpcport": 8427, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 2, "requires_notarization": true, "avg_blocktime": 60, @@ -9385,6 +9819,7 @@ "txfee": 0, "segwit": true, "bech32_hrp": "nc", + "mm2": 1, "wallet_only": false, "required_confirmations": 2, "avg_blocktime": 600, @@ -9413,6 +9848,7 @@ "format": "segwit" }, "orderbook_ticker": "NMC", + "mm2": 1, "required_confirmations": 2, "avg_blocktime": 600, "protocol": { @@ -9438,6 +9874,7 @@ "decimals": 6, "txfee": 1000, "dust": 10000, + "mm2": 1, "wallet_only": true, "mature_confirmations": 500, "required_confirmations": 1, @@ -9452,6 +9889,7 @@ "name": "nvc_bep20", "fname": "Novacoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -9483,6 +9921,7 @@ "segwit": false, "txfee": 400000, "dust": 72800, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -9500,6 +9939,7 @@ "name": "nzds_erc20", "fname": "NZD Stablecoin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 6, "avg_blocktime": 15, @@ -9518,6 +9958,7 @@ "name": "nzds_plg20", "fname": "NZD Stablecoin", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 6, "avg_blocktime": 1.8, @@ -9559,6 +10000,7 @@ "name": "nyc_bep20", "fname": "NewYorkCoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -9577,6 +10019,7 @@ "name": "ocean_bep20", "fname": "Ocean Protocol", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 56, "avg_blocktime": 3, @@ -9595,6 +10038,7 @@ "name": "ocean_erc20", "fname": "Ocean Protocol", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 1, "avg_blocktime": 15, @@ -9618,6 +10062,7 @@ "name": "ocean_plg20", "fname": "Ocean Protocol", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 137, "decimals": 18, @@ -9637,6 +10082,7 @@ "name": "om_erc20", "fname": "MANTRA", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -9655,6 +10101,7 @@ "name": "om_bep20", "fname": "MANTRA", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -9681,6 +10128,7 @@ "name": "om_plg20", "fname": "MANTRA", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -9707,6 +10155,7 @@ "name": "omg_erc20", "fname": "OMG Network", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -9730,6 +10179,7 @@ "name": "omg_plg20", "fname": "OMG Network", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -9748,6 +10198,7 @@ "name": "harmony", "fname": "Harmony", "rpcport": 80, + "mm2": 1, "chain_id": 1666600000, "use_access_list": true, "max_eth_tx_type": 2, @@ -9763,6 +10214,7 @@ "name": "ont_bep20", "fname": "Ontology", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -9788,6 +10240,7 @@ "name": "pax_erc20", "fname": "Paxos Standard", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -9810,6 +10263,7 @@ "name": "pax_bep20", "fname": "Paxos Standard", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -9827,6 +10281,7 @@ "name": "pax_krc20", "fname": "Paxos Standard", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -9845,6 +10300,7 @@ "name": "pax_plg20", "fname": "Paxos Standard", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -9863,6 +10319,7 @@ "name": "paxg_bep20", "fname": "PAX Gold", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -9880,6 +10337,7 @@ "name": "paxg_erc20", "fname": "PAX Gold", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 1, "avg_blocktime": 15, @@ -9904,6 +10362,7 @@ "name": "paxg_plg20", "fname": "PAX Gold", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -9935,6 +10394,7 @@ "wiftype": 158, "segwit": false, "txfee": 1000000, + "mm2": 1, "sign_message_prefix": "Pepecoin Signed Message:\n", "required_confirmations": 5, "avg_blocktime": 60, @@ -9952,6 +10412,7 @@ "name": "pendle_arb20", "fname": "Pendle", "rpcport": 80, + "mm2": 1, "chain_id": 42161, "decimals": 18, "avg_blocktime": 0.25, @@ -9978,6 +10439,7 @@ "name": "pendle_erc20", "fname": "Pendle", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -9996,6 +10458,7 @@ "name": "pendle_bep20", "fname": "Pendle", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -10091,6 +10554,7 @@ "p2shtype": 28, "wiftype": 131, "txfee": 10000, + "mm2": 1, "wallet_only": true, "sign_message_prefix": "Pinkcoin Signed Message:\n", "required_confirmations": 5, @@ -10115,6 +10579,7 @@ "wiftype": 212, "txfee": 100000, "dust": 5460, + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 60, "protocol": { @@ -10136,6 +10601,7 @@ "dust": 1000000, "segwit": true, "bech32_hrp": "pn", + "mm2": 1, "required_confirmations": 1, "avg_blocktime": 600, "protocol": { @@ -10156,6 +10622,7 @@ "txversion": 4, "txfee": 100000, "dust": 100000, + "mm2": 1, "wallet_only": true, "mature_confirmations": 240, "required_confirmations": 5, @@ -10170,6 +10637,7 @@ "name": "pot_erc20", "fname": "PotCoin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -10188,6 +10656,7 @@ "name": "pot_plg20", "fname": "PotCoin", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -10214,6 +10683,7 @@ "name": "powr_erc20", "fname": "Power Ledger", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 6, "avg_blocktime": 15, @@ -10236,6 +10706,7 @@ "name": "powr_plg20", "fname": "Power Ledger", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 6, "avg_blocktime": 1.8, @@ -10263,6 +10734,7 @@ "dust": 10000, "segwit": true, "bech32_hrp": "pc", + "mm2": 1, "required_confirmations": 1, "avg_blocktime": 510, "protocol": { @@ -10280,6 +10752,7 @@ "name": "ppc_erc20", "fname": "Peercoin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 6, "avg_blocktime": 15, @@ -10298,6 +10771,7 @@ "name": "ppc_plg20", "fname": "Peercoin", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 6, "avg_blocktime": 1.8, @@ -10320,6 +10794,7 @@ "p2shtype": 61, "wiftype": 28, "txfee": 0, + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 60, "protocol": { @@ -10332,6 +10807,7 @@ "name": "prcy_bep20", "fname": "PRivaCY Coin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -10349,6 +10825,7 @@ "name": "prcy_erc20", "fname": "PRivaCY Coin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -10367,6 +10844,7 @@ "name": "prcy_plg20", "fname": "PRivaCY Coin", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 8, "avg_blocktime": 1.8, @@ -10385,6 +10863,7 @@ "name": "pyr_erc20", "fname": "Vulcan Forged", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -10403,6 +10882,7 @@ "name": "pyr_plg20", "fname": "Vulcan Forged", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -10429,6 +10909,7 @@ "name": "shib_bep20", "fname": "Shiba Inu", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -10446,6 +10927,7 @@ "name": "shib_erc20", "fname": "Shiba Inu", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -10467,6 +10949,7 @@ "name": "shib_krc20", "fname": "Shiba Inu", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -10485,6 +10968,7 @@ "name": "shib_plg20", "fname": "Shiba Inu", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -10517,6 +11001,7 @@ "segwit": false, "txfee": 400000, "dust": 72800, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -10540,6 +11025,7 @@ "segwit": false, "txfee": 400000, "dust": 72800, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -10563,6 +11049,7 @@ "segwit": false, "txfee": 400000, "dust": 72800, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -10580,6 +11067,7 @@ "name": "qkc_bep20", "fname": "QuarkChain", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -10605,6 +11093,7 @@ "name": "qkc_erc20", "fname": "QuarkChain", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -10626,6 +11115,7 @@ "name": "qnt_erc20", "fname": "Quant", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -10649,6 +11139,7 @@ "name": "qnt_krc20", "fname": "Quant", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -10670,6 +11161,7 @@ "wiftype": 128, "segwit": false, "txfee": 400000, + "mm2": 1, "is_testnet": true, "mature_confirmations": 2000, "required_confirmations": 1, @@ -10694,6 +11186,7 @@ "bech32_hrp": "qc", "txfee": 400000, "dust": 72800, + "mm2": 1, "sign_message_prefix": "Qtum Signed Message:\n", "force_min_relay_fee": true, "required_confirmations": 3, @@ -10714,6 +11207,7 @@ "name": "qtum_erc20", "fname": "Qtum", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -10743,6 +11237,7 @@ "segwit": true, "bech32_hrp": "tq", "txfee": 400000, + "mm2": 1, "required_confirmations": 1, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -10782,6 +11277,7 @@ "txfee": 100000, "dust": 100000, "segwit": false, + "mm2": 1, "wallet_only": true, "mature_confirmations": 30, "required_confirmations": 5, @@ -10801,6 +11297,7 @@ "name": "ren_erc20", "fname": "Ren", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -10846,6 +11343,7 @@ "required_confirmations": 3, "avg_blocktime": 15, "rpcport": 80, + "mm2": 1, "chain_id": 1, "protocol": { "type": "ERC20", @@ -10865,6 +11363,7 @@ "name": "req_erc20", "fname": "Request", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -10883,6 +11382,7 @@ "name": "req_plg20", "fname": "Request", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -10916,6 +11416,7 @@ "segwit": true, "bech32_hrp": "ric", "txfee": 10000, + "mm2": 1, "wallet_only": false, "required_confirmations": 4, "avg_blocktime": 150, @@ -10940,6 +11441,7 @@ }, "orderbook_ticker": "RIC", "txfee": 10000, + "mm2": 1, "required_confirmations": 4, "avg_blocktime": 150, "protocol": { @@ -10952,6 +11454,7 @@ "name": "ric_bep20", "fname": "Riecoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -10972,6 +11475,7 @@ "rpcport": 62415, "txversion": 4, "overwintered": 1, + "mm2": 1, "sign_message_prefix": "Komodo Signed Message:\n", "is_testnet": true, "required_confirmations": 1, @@ -10990,6 +11494,7 @@ "rpcport": 52592, "txversion": 4, "overwintered": 1, + "mm2": 1, "sign_message_prefix": "Komodo Signed Message:\n", "is_testnet": true, "required_confirmations": 1, @@ -11006,6 +11511,7 @@ "name": "rlc_erc20", "fname": "iExec RLC", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 9, "avg_blocktime": 15, @@ -11028,6 +11534,7 @@ "name": "rlc_plg20", "fname": "iExec RLC", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 9, "avg_blocktime": 1.8, @@ -11046,6 +11553,7 @@ "name": "rndr_erc20", "fname": "Render", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -11064,6 +11572,7 @@ "name": "rndr_plg20", "fname": "Render", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -11090,6 +11599,7 @@ "name": "rpl_erc20", "fname": "Rocket Pool", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -11108,6 +11618,7 @@ "name": "rsr_erc20", "fname": "Reserve Rights", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -11135,6 +11646,7 @@ "p2shtype": 16, "wiftype": 128, "txfee": 1000, + "mm2": 1, "confpath": "USERHOME/.raptoreumcore/raptoreum.conf", "required_confirmations": 3, "avg_blocktime": 120, @@ -11152,6 +11664,7 @@ "p2shtype": 16, "wiftype": 128, "txfee": 1000, + "mm2": 1, "confpath": "USERHOME/.grcoincore/grcoin.conf", "required_confirmations": 3, "avg_blocktime": 120, @@ -11165,6 +11678,7 @@ "name": "rtm_bep20", "fname": "Raptoreum", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 8, "avg_blocktime": 3, @@ -11207,6 +11721,7 @@ "name": "sand_erc20", "fname": "The Sandbox", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -11225,6 +11740,7 @@ "name": "sand_bep20", "fname": "The Sandbox", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -11243,6 +11759,7 @@ "name": "sand_plg20", "fname": "The Sandbox", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -11269,6 +11786,7 @@ "name": "scrt_bep20", "fname": "Secret", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -11295,6 +11813,7 @@ "name": "signa_bep20", "fname": "Signum", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 8, "avg_blocktime": 3, @@ -11321,6 +11840,7 @@ "name": "snx_avx20", "fname": "Synthetix", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -11339,6 +11859,7 @@ "name": "snx_bep20", "fname": "Synthetix", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -11356,6 +11877,7 @@ "name": "snx_erc20", "fname": "Synthetix", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -11379,6 +11901,7 @@ "name": "snx_ftm20", "fname": "Synthetix", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 250, "decimals": 18, @@ -11398,6 +11921,7 @@ "name": "snx_krc20", "fname": "Synthetix", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -11416,6 +11940,7 @@ "name": "snx_plg20", "fname": "Synthetix", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -11442,6 +11967,7 @@ "name": "sol_bep20", "fname": "Solana", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -11460,6 +11986,7 @@ "name": "sol_plg20", "fname": "Solana", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -11488,6 +12015,7 @@ "required_confirmations": 3, "avg_blocktime": 15, "rpcport": 80, + "mm2": 1, "chain_id": 1, "protocol": { "type": "ERC20", @@ -11506,6 +12034,7 @@ "rpcport": 35593, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 6, "requires_notarization": false, "avg_blocktime": 30, @@ -11547,6 +12076,7 @@ "name": "space_avx20", "fname": "Space Token", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -11565,6 +12095,7 @@ "name": "space_bep20", "fname": "Space Token", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -11582,6 +12113,7 @@ "name": "space_ftm20", "fname": "Space Token", "rpcport": 80, + "mm2": 1, "chain_id": 250, "decimals": 18, "avg_blocktime": 1.8, @@ -11627,6 +12159,7 @@ "name": "space_plg20", "fname": "Space Token", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -11653,6 +12186,7 @@ "name": "srm_erc20", "fname": "Serum", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 6, "avg_blocktime": 15, @@ -11671,6 +12205,7 @@ "name": "srm_plg20", "fname": "Serum", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 6, "avg_blocktime": 1.8, @@ -11689,6 +12224,7 @@ "name": "sushi_avx20", "fname": "Sushi", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -11707,6 +12243,7 @@ "name": "sushi_bep20", "fname": "Sushi", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -11724,6 +12261,7 @@ "name": "sushi_erc20", "fname": "Sushi", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -11747,6 +12285,7 @@ "name": "sushi_ftm20", "fname": "Sushi", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 250, "decimals": 18, @@ -11766,6 +12305,7 @@ "name": "sushi_krc20", "fname": "Sushi", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -11784,6 +12324,7 @@ "name": "sushi_mvr20", "fname": "Sushi", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 1285, "avg_blocktime": 15, @@ -11803,6 +12344,7 @@ "name": "sushi_plg20", "fname": "Sushi", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -11829,6 +12371,7 @@ "name": "swap_bep20", "fname": "SafeSwap", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -11846,6 +12389,7 @@ "name": "sxp_bep20", "fname": "Swipe", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 56, "avg_blocktime": 3, @@ -11864,6 +12408,7 @@ "name": "sxp_erc20", "fname": "Swipe", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 1, "avg_blocktime": 15, @@ -11883,6 +12428,7 @@ "name": "smartbch", "fname": "SmartBCH", "rpcport": 80, + "mm2": 1, "alias_ticker": "BCH", "chain_id": 10000, "required_confirmations": 3, @@ -11896,6 +12442,7 @@ "name": "syn_erc20", "fname": "Synapse", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -11914,6 +12461,7 @@ "name": "syn_bep20", "fname": "Synapse", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -11932,6 +12480,7 @@ "name": "syn_plg20", "fname": "Synapse", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -11958,6 +12507,7 @@ "name": "syn_avx20", "fname": "Synapse", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "decimals": 18, "avg_blocktime": 2.4, @@ -11976,6 +12526,7 @@ "name": "syn_ftm20", "fname": "Synapse", "rpcport": 80, + "mm2": 1, "chain_id": 250, "decimals": 18, "avg_blocktime": 1.8, @@ -12004,6 +12555,7 @@ "bech32_hrp": "sys", "required_confirmations": 5, "avg_blocktime": 60, + "mm2": 1, "wallet_only": false, "protocol": { "type": "UTXO" @@ -12034,6 +12586,7 @@ "orderbook_ticker": "SYS", "required_confirmations": 5, "avg_blocktime": 60, + "mm2": 1, "protocol": { "type": "UTXO" }, @@ -12049,6 +12602,7 @@ "name": "tama_erc20", "fname": "Tamadoge", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -12067,6 +12621,7 @@ "name": "taz_bep20", "fname": "Taz", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -12085,6 +12640,7 @@ "name": "tbtc_erc20", "fname": "tBTC", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -12103,6 +12659,7 @@ "name": "tbtc_plg20", "fname": "tBTC", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -12136,6 +12693,7 @@ "bech32_hrp": "tb", "txfee": 0, "estimate_fee_mode": "ECONOMICAL", + "mm2": 1, "is_testnet": true, "required_confirmations": 0, "protocol": { @@ -12159,6 +12717,7 @@ "orderbook_ticker": "tBTC", "txfee": 0, "estimate_fee_mode": "ECONOMICAL", + "mm2": 1, "is_testnet": true, "required_confirmations": 0, "protocol": { @@ -12171,6 +12730,7 @@ "name": "tel_erc20", "fname": "Telcoin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 2, "avg_blocktime": 15, @@ -12189,6 +12749,7 @@ "name": "tel_krc20", "fname": "Telcoin", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -12207,6 +12768,7 @@ "name": "tel_plg20", "fname": "Telcoin", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 2, "avg_blocktime": 1.8, @@ -12233,6 +12795,7 @@ "name": "tft_bep20", "fname": "ThreeFold", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 7, "avg_blocktime": 3, @@ -12262,6 +12825,7 @@ "rpcport": 36790, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 2, "requires_notarization": true, "avg_blocktime": 60, @@ -12276,6 +12840,7 @@ "name": "thc_bep20", "fname": "HempCoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -12297,6 +12862,7 @@ "rpcport": 29405, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 2, "requires_notarization": true, "avg_blocktime": 60, @@ -12311,6 +12877,7 @@ "name": "ton_erc20", "fname": "Toncoin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 9, "avg_blocktime": 15, @@ -12329,6 +12896,7 @@ "name": "ton_bep20", "fname": "Toncoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 9, "avg_blocktime": 3, @@ -12353,6 +12921,7 @@ "wiftype": 128, "txfee": 10000, "dust": 5460, + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 120, "protocol": { @@ -12365,6 +12934,7 @@ "name": "trx_bep20_old", "fname": "TRON (OLD)", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 56, "avg_blocktime": 3, @@ -12383,6 +12953,7 @@ "name": "trx_bep20", "fname": "TRON", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "decimals": 6, @@ -12409,6 +12980,7 @@ "name": "tryb_avx20", "fname": "BiLira", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -12435,6 +13007,7 @@ "name": "tryb_bep20", "fname": "BiLira", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -12452,6 +13025,7 @@ "name": "tryb_plg20", "fname": "BiLira", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 6, "avg_blocktime": 1.8, @@ -12478,6 +13052,7 @@ "name": "tryb_erc20", "fname": "BiLira", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -12495,6 +13070,7 @@ "name": "tusd_bep20", "fname": "TrueUSD", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -12513,6 +13089,7 @@ "name": "tusd_erc20", "fname": "TrueUSD", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -12535,6 +13112,7 @@ "name": "tusd_avx20", "fname": "TrueUSD", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "decimals": 18, "avg_blocktime": 2.4, @@ -12553,6 +13131,7 @@ "name": "tusd_ftm20", "fname": "TrueUSD", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 250, "decimals": 18, @@ -12592,6 +13171,7 @@ "name": "tusd_krc20", "fname": "TrueUSD", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -12610,6 +13190,7 @@ "name": "tusd_plg20", "fname": "TrueUSD", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -12628,6 +13209,7 @@ "name": "twt_bep20", "fname": "Trust Wallet", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -12646,6 +13228,7 @@ "name": "ubt_erc20", "fname": "Unibright", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 8, "avg_blocktime": 15, @@ -12668,6 +13251,7 @@ "name": "ubt_plg20", "fname": "Unibright", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 8, "avg_blocktime": 1.8, @@ -12692,6 +13276,7 @@ "wiftype": 132, "txfee": 2000000, "dust": 6000000, + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 60, "protocol": { @@ -12708,6 +13293,7 @@ "name": "uma_avx20", "fname": "UMA", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -12726,6 +13312,7 @@ "name": "uma_erc20", "fname": "UMA", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -12744,6 +13331,7 @@ "name": "uma_plg20", "fname": "UMA", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -12762,6 +13350,7 @@ "name": "uni_avx20", "fname": "Uniswap", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -12780,6 +13369,7 @@ "name": "uni_erc20", "fname": "Uniswap", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -12802,6 +13392,7 @@ "name": "uni_bep20", "fname": "Uniswap", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -12839,6 +13430,7 @@ "name": "uni_krc20", "fname": "Uniswap", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -12857,6 +13449,7 @@ "name": "uni_plg20", "fname": "Uniswap", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -12888,6 +13481,7 @@ "p2shtype": 30, "wiftype": 224, "txfee": 0, + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 150, "protocol": { @@ -12905,6 +13499,7 @@ "name": "usdc_arb20", "fname": "USD Coin", "rpcport": 80, + "mm2": 1, "chain_id": 42161, "decimals": 6, "avg_blocktime": 0.25, @@ -12931,6 +13526,7 @@ "name": "usdc_avx20", "fname": "USD Coin", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -12949,6 +13545,7 @@ "name": "usdc_avx20_old", "fname": "USD Coin (OLD)", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 43114, "required_confirmations": 3, @@ -12968,6 +13565,7 @@ "name": "usdc_erc20", "fname": "USD Coin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -12990,6 +13588,7 @@ "name": "usdc_bep20", "fname": "USD Coin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -13015,6 +13614,7 @@ "name": "usdc_ftm20", "fname": "USD Coin", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 250, "avg_blocktime": 1.8, @@ -13053,6 +13653,7 @@ "name": "usdc_krc20", "fname": "USD Coin", "rpcport": 80, + "mm2": 1, "chain_id": 321, "avg_blocktime": 3, "decimals": 18, @@ -13071,6 +13672,7 @@ "name": "usdc_mvr20", "fname": "USD Coin", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 1285, "avg_blocktime": 15, @@ -13090,6 +13692,7 @@ "name": "usdc_plg20", "fname": "USD Coin", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 6, "avg_blocktime": 1.8, @@ -13116,6 +13719,7 @@ "name": "usdc_plg20_old", "fname": "USD Coin (OLD)", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 6, "avg_blocktime": 1.8, @@ -13134,6 +13738,7 @@ "name": "usdd_bep20", "fname": "USDD", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -13152,6 +13757,7 @@ "name": "usdd_erc20", "fname": "USDD", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -13170,6 +13776,7 @@ "name": "usdt_mvr20", "fname": "Tether", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 1285, "avg_blocktime": 15, @@ -13189,6 +13796,7 @@ "name": "usdt_ftm20", "fname": "Tether", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 250, "decimals": 6, @@ -13228,6 +13836,7 @@ "name": "usdt_krc20", "fname": "Tether", "rpcport": 80, + "mm2": 1, "chain_id": 321, "avg_blocktime": 3, "decimals": 18, @@ -13246,6 +13855,7 @@ "name": "usdt_plg20", "fname": "Tether", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 6, "avg_blocktime": 1.8, @@ -13272,6 +13882,7 @@ "name": "usdt_arb20", "fname": "Tether", "rpcport": 80, + "mm2": 1, "chain_id": 42161, "decimals": 6, "avg_blocktime": 0.25, @@ -13298,6 +13909,7 @@ "name": "usdt_avx20", "fname": "Tether", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -13324,6 +13936,7 @@ "name": "usdt_avx20_old", "fname": "Tether (OLD)", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 43114, "required_confirmations": 3, @@ -13343,6 +13956,7 @@ "name": "usdt_bep20", "fname": "Tether", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -13368,6 +13982,7 @@ "name": "usdt_erc20", "fname": "Tether", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 1, "avg_blocktime": 15, @@ -13393,6 +14008,7 @@ "rpcport": 20778, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 6, "avg_blocktime": 60, "protocol": { @@ -13409,6 +14025,7 @@ "rpcport": 21778, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 6, "avg_blocktime": 60, "protocol": { @@ -13430,6 +14047,7 @@ "wiftype": 121, "txfee": 100000, "dust": 300000, + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 60, "mature_confirmations": 60, @@ -13447,6 +14065,7 @@ "name": "vet_bep20", "fname": "VeChain", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -13473,6 +14092,7 @@ "name": "vra_erc20", "fname": "Verasity", "rpcport": 80, + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 15, "chain_id": 1, @@ -13490,6 +14110,7 @@ "name": "vgx_erc20", "fname": "Voyager", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 8, "avg_blocktime": 15, @@ -13508,6 +14129,7 @@ "name": "vgx_plg20", "fname": "Voyager", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 8, "avg_blocktime": 1.8, @@ -13537,6 +14159,7 @@ "avg_blocktime": 24, "segwit": true, "bech32_hrp": "via", + "mm2": 1, "protocol": { "type": "UTXO" }, @@ -13567,6 +14190,7 @@ "format": "segwit" }, "orderbook_ticker": "VIA", + "mm2": 1, "protocol": { "type": "UTXO" }, @@ -13582,6 +14206,7 @@ "name": "vite_bep20", "fname": "Vite", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -13610,6 +14235,7 @@ "rpcport": 27486, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 60, "protocol": { @@ -13626,6 +14252,7 @@ "rpcport": 21687, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 60, "protocol": { @@ -13642,6 +14269,7 @@ "rpcport": 51609, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 30, "protocol": { @@ -13663,6 +14291,7 @@ "dust": 100000, "segwit": true, "bech32_hrp": "vtc", + "mm2": 1, "wallet_only": false, "required_confirmations": 4, "avg_blocktime": 150, @@ -13693,6 +14322,7 @@ "format": "segwit" }, "orderbook_ticker": "VTC", + "mm2": 1, "required_confirmations": 4, "avg_blocktime": 150, "protocol": { @@ -13716,6 +14346,7 @@ "segwit": true, "bech32_hrp": "waf", "txfee": 1000, + "mm2": 1, "sign_message_prefix": "Waifu Signed Message:\n", "required_confirmations": 4, "avg_blocktime": 210, @@ -13731,6 +14362,7 @@ "name": "waves_bep20", "fname": "Waves", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -13749,6 +14381,7 @@ "name": "wbtc_erc20", "fname": "Wrapped Bitcoin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 8, "avg_blocktime": 15, @@ -13772,6 +14405,7 @@ "name": "wbtc_plg20", "fname": "Wrapped Bitcoin", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 8, "avg_blocktime": 1.8, @@ -13798,6 +14432,7 @@ "name": "wld_erc20", "fname": "Worldcoin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -13816,6 +14451,7 @@ "name": "woo_erc20", "fname": "WOO Network", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -13834,6 +14470,7 @@ "name": "woo_arb20", "fname": "WOO Network", "rpcport": 80, + "mm2": 1, "chain_id": 42161, "decimals": 18, "avg_blocktime": 0.25, @@ -13860,6 +14497,7 @@ "name": "woo_avx20", "fname": "WOO Network", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "decimals": 18, "avg_blocktime": 2.4, @@ -13878,6 +14516,7 @@ "name": "woo_bep20", "fname": "WOO Network", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -13896,6 +14535,7 @@ "name": "woo_ftm20", "fname": "WOO Network", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 250, "decimals": 18, @@ -13915,6 +14555,7 @@ "name": "woo_plg20", "fname": "WOO Network", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -13941,6 +14582,7 @@ "name": "xcn_erc20", "fname": "Onyxcoin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -13959,6 +14601,7 @@ "name": "xcn_bep20", "fname": "Onyxcoin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -13984,6 +14627,7 @@ "txversion": 2, "txfee": 100000, "dust": 100000, + "mm2": 1, "segwit": true, "signature_version": "witness_v0", "bech32_hrp": "ep", @@ -14003,6 +14647,7 @@ "name": "xep_bep20", "fname": "Electra Protocol", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 8, "avg_blocktime": 3, @@ -14021,6 +14666,7 @@ "name": "xidr_erc20", "fname": "StraitsX Indonesian Rupiah", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 6, "avg_blocktime": 15, @@ -14039,6 +14685,7 @@ "name": "xidr_plg20", "fname": "StraitsX Indonesian Rupiah", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 6, "avg_blocktime": 1.8, @@ -14065,6 +14712,7 @@ "name": "xlm_bep20", "fname": "Stellar", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -14097,6 +14745,7 @@ "txfee": 10000, "segwit": true, "bech32_hrp": "my", + "mm2": 1, "wallet_only": false, "required_confirmations": 3, "avg_blocktime": 240, @@ -14121,6 +14770,7 @@ "format": "segwit" }, "orderbook_ticker": "XMY", + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 240, "protocol": { @@ -14139,6 +14789,7 @@ "wiftype": 128, "segwit": true, "txfee": 1000000, + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 60, "protocol": { @@ -14160,6 +14811,7 @@ "wiftype": 151, "txfee": 0, "dust": 1000000, + "mm2": 1, "wallet_only": true, "required_confirmations": 5, "avg_blocktime": 60, @@ -14188,6 +14840,7 @@ "format": "cashaddress", "network": "ergon" }, + "mm2": 1, "required_confirmations": 2, "avg_blocktime": 600, "protocol": { @@ -14200,6 +14853,7 @@ "name": "xrp_bep20", "fname": "XRP", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -14225,6 +14879,7 @@ "name": "xrp_erc20", "fname": "XRP", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -14243,6 +14898,7 @@ "name": "xsgd_erc20", "fname": "StraitsX Singapore Dollar", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 6, "avg_blocktime": 15, @@ -14266,6 +14922,7 @@ "name": "xsgd_plg20", "fname": "StraitsX Singapore Dollar", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 6, "avg_blocktime": 1.8, @@ -14292,6 +14949,7 @@ "name": "xtz_bep20", "fname": "Tezos", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -14324,6 +14982,7 @@ "wiftype": 181, "txfee": 1000, "dust": 10000, + "mm2": 1, "required_confirmations": 4, "avg_blocktime": 60, "protocol": { @@ -14340,6 +14999,7 @@ "name": "xvc_bep20", "fname": "VanillaCash", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -14363,6 +15023,7 @@ "segwit": false, "txfee": 400000, "dust": 72800, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -14391,6 +15052,7 @@ "txfee": 400000, "dust": 400000, "force_min_relay_fee": true, + "mm2": 1, "required_confirmations": 10, "avg_blocktime": 30, "protocol": { @@ -14403,6 +15065,7 @@ "name": "xvs_bep20", "fname": "Venus", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -14428,6 +15091,7 @@ "name": "yfi_avx20", "fname": "yearn.finance", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -14446,6 +15110,7 @@ "name": "yfi_bep20", "fname": "yearn.finance", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -14471,6 +15136,7 @@ "name": "yfi_erc20", "fname": "yearn.finance", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -14494,6 +15160,7 @@ "name": "yfi_ftm20", "fname": "yearn.finance", "rpcport": 80, + "mm2": 1, "wallet_only": true, "chain_id": 250, "decimals": 18, @@ -14513,6 +15180,7 @@ "name": "yfi_krc20", "fname": "yearn.finance", "rpcport": 80, + "mm2": 1, "chain_id": 321, "decimals": 18, "avg_blocktime": 3, @@ -14531,6 +15199,7 @@ "name": "yfi_plg20", "fname": "yearn.finance", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -14557,6 +15226,7 @@ "name": "yfii_bep20", "fname": "DFI.Money", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -14574,6 +15244,7 @@ "name": "yfii_erc20", "fname": "DFI.Money", "rpcport": 80, + "mm2": 1, "chain_id": 1, "avg_blocktime": 15, "required_confirmations": 3, @@ -14635,6 +15306,7 @@ "version_group_id": "0x892f2085", "consensus_branch_id": "0x7361707a", "txfee": 1000, + "mm2": 1, "required_confirmations": 4, "avg_blocktime": 120, "protocol": { @@ -14647,6 +15319,7 @@ "name": "zer_bep20", "fname": "Zero", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -14672,6 +15345,7 @@ "wiftype": 153, "txfee": 100000, "dust": 100000, + "mm2": 1, "mature_confirmations": 500, "required_confirmations": 7, "avg_blocktime": 45, @@ -14689,6 +15363,7 @@ "name": "zil_bep20", "fname": "Zilliqa", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -14714,6 +15389,7 @@ "name": "zrx_avx20", "fname": "0x", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -14732,6 +15408,7 @@ "name": "zrx_erc20", "fname": "0x", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "avg_blocktime": 15, @@ -14755,6 +15432,7 @@ "name": "zrx_plg20", "fname": "0x", "rpcport": 80, + "mm2": 1, "chain_id": 137, "decimals": 18, "avg_blocktime": 1.8, @@ -14773,6 +15451,7 @@ "name": "qtum", "fname": "INK", "rpcport": 3889, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -14806,6 +15485,7 @@ "version_group_id": "0x892f2085", "consensus_branch_id": "0x76b809bb", "txfee": 10000, + "mm2": 1, "required_confirmations": 2, "avg_blocktime": 120, "protocol": { @@ -14818,6 +15498,7 @@ "name": "flux_erc20", "fname": "Flux", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 8, "avg_blocktime": 15, @@ -14836,6 +15517,7 @@ "name": "flux_bep20", "fname": "Flux", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 8, "avg_blocktime": 3, @@ -14862,6 +15544,7 @@ "name": "qtum", "fname": "HyperPay", "rpcport": 3889, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -14886,6 +15569,7 @@ "name": "qtum", "fname": "HalalChain", "rpcport": 3889, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -14910,6 +15594,7 @@ "name": "qtum", "fname": "Medibloc", "rpcport": 3889, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -14934,6 +15619,7 @@ "name": "qtum", "fname": "Luna Stars", "rpcport": 3889, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -14958,6 +15644,7 @@ "name": "qtum", "fname": "Qbao", "rpcport": 3889, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -14982,6 +15669,7 @@ "name": "qtum", "fname": "Energo TSL", "rpcport": 3889, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -15006,6 +15694,7 @@ "name": "qtum", "fname": "OceanChain", "rpcport": 3889, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -15030,6 +15719,7 @@ "name": "qtum", "fname": "Profile Utility Token", "rpcport": 3889, + "mm2": 1, "required_confirmations": 3, "mature_confirmations": 2000, "avg_blocktime": 32, @@ -15054,6 +15744,7 @@ "name": "okb_erc20", "fname": "OKB", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15077,6 +15768,7 @@ "name": "seele_erc20", "fname": "Seele", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15114,6 +15806,7 @@ "name": "rev_erc20", "fname": "Revain", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15137,6 +15830,7 @@ "name": "snt_erc20", "fname": "Status", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15160,6 +15854,7 @@ "name": "ant_erc20", "fname": "Aragon", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15178,6 +15873,7 @@ "name": "best_erc20", "fname": "Bitpanda Ecosystem", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15196,6 +15892,7 @@ "name": "cvt_erc20", "fname": "CyberVein", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15218,6 +15915,7 @@ "name": "dx_erc20", "fname": "DxChain", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15236,6 +15934,7 @@ "name": "storj_erc20", "fname": "Storj", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15259,6 +15958,7 @@ "name": "trac_erc20", "fname": "OriginTrail", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15281,6 +15981,7 @@ "name": "ubiq", "fname": "Ubiq", "rpcport": 80, + "mm2": 1, "chain_id": 8, "required_confirmations": 3, "avg_blocktime": 15, @@ -15298,6 +15999,7 @@ "name": "pnk_erc20", "fname": "Kleros", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15321,6 +16023,7 @@ "name": "skl_erc20", "fname": "SKALE", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15339,6 +16042,7 @@ "name": "cvc_erc20", "fname": "Civic", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15361,6 +16065,7 @@ "name": "utk_erc20", "fname": "Utrust", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15384,6 +16089,7 @@ "name": "mln_erc20", "fname": "Enzyme", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15402,6 +16108,7 @@ "name": "xor_erc20", "fname": "Sora", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15420,6 +16127,7 @@ "name": "uqc_erc20", "fname": "Uquid Coin", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15442,6 +16150,7 @@ "name": "uos_erc20", "fname": "Ultra", "rpcport": 80, + "mm2": 1, "chain_id": 1, "required_confirmations": 3, "avg_blocktime": 15, @@ -15460,6 +16169,7 @@ "name": "shr_erc20", "fname": "Share", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 2, "required_confirmations": 3, @@ -15478,6 +16188,7 @@ "name": "shr_bep20", "fname": "Share", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -15496,6 +16207,7 @@ "name": "s4f_erc20", "fname": "S4FE", "rpcport": 80, + "mm2": 1, "chain_id": 1, "decimals": 18, "required_confirmations": 3, @@ -15514,6 +16226,7 @@ "name": "s4f_bep20", "fname": "S4FE", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -15543,6 +16256,7 @@ "format": "cashaddress", "network": "bchtest" }, + "mm2": 1, "required_confirmations": 1, "avg_blocktime": 600, "protocol": { @@ -15564,6 +16278,7 @@ "txfee": 100000, "segwit": true, "bech32_hrp": "uf", + "mm2": 1, "required_confirmations": 6, "avg_blocktime": 1.5, "protocol": { @@ -15588,7 +16303,8 @@ "required_confirmations": 1, "slp_prefix": "slptest" } - } + }, + "mm2": 1 }, { "coin": "WHIVE", @@ -15603,6 +16319,7 @@ "dust": 1000, "segwit": true, "bech32_hrp": "wv", + "mm2": 1, "wallet_only": false, "required_confirmations": 1, "mature_confirmations": 100, @@ -15633,6 +16350,7 @@ "format": "segwit" }, "orderbook_ticker": "WHIVE", + "mm2": 1, "required_confirmations": 1, "mature_confirmations": 100, "avg_blocktime": 600, @@ -15662,6 +16380,7 @@ "format": "cashaddress", "network": "ecash" }, + "mm2": 1, "decimals": 2, "required_confirmations": 1, "avg_blocktime": 600, @@ -15679,6 +16398,7 @@ "name": "sibm_bep20", "fname": "SibMining", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -15699,6 +16419,7 @@ "overwintered": 1, "avg_blocktime": 60, "is_testnet": true, + "mm2": 1, "protocol": { "type": "ZHTLC", "protocol_data": { @@ -15732,6 +16453,7 @@ "name": "zinu_bep20", "fname": "Zombie Inu", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -15758,6 +16480,7 @@ "mature_confirmations": 120, "segwit": true, "bech32_hrp": "rc", + "mm2": 1, "required_confirmations": 6, "avg_blocktime": 120, "protocol": { @@ -15778,6 +16501,7 @@ "txversion": 4, "overwintered": 1, "txfee": 1000, + "mm2": 1, "required_confirmations": 2, "requires_notarization": false, "avg_blocktime": 60, @@ -15792,6 +16516,7 @@ "name": "actn_bep20", "fname": "Action Coin", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -15809,6 +16534,7 @@ "avg_blocktime": 7, "name": "cosmos", "fname": "Cosmos", + "mm2": 1, "wallet_only": true, "protocol": { "type": "TENDERMINT", @@ -15828,6 +16554,7 @@ "name": "iris", "fname": "IRISnet", "chain_id": 6688, + "mm2": 1, "protocol": { "type": "TENDERMINT", "protocol_data": { @@ -15846,6 +16573,7 @@ "name": "iris_bep20", "fname": "IRISnet", "rpcport": 80, + "mm2": 1, "chain_id": 56, "decimals": 18, "avg_blocktime": 3, @@ -15864,6 +16592,7 @@ "avg_blocktime": 7, "name": "osmosis", "fname": "Osmosis", + "mm2": 1, "wallet_only": true, "protocol": { "type": "TENDERMINT", @@ -15883,6 +16612,7 @@ "name": "cosmos_ibc_iris", "fname": "Cosmos", "avg_blocktime": 7, + "mm2": 1, "protocol": { "type": "TENDERMINTTOKEN", "protocol_data": { @@ -15908,6 +16638,7 @@ "txfee": 10000, "segwit": true, "bech32_hrp": "maza", + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 60, "protocol": { @@ -15933,6 +16664,7 @@ "txfee": 10000, "segwit": true, "bech32_hrp": "crnc", + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 20, "protocol": { @@ -15955,6 +16687,7 @@ "wiftype": 128, "segwit": true, "txfee": 1000000, + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 60, "protocol": { @@ -15976,6 +16709,7 @@ "p2shtype": 7, "wiftype": 210, "txfee": 1000, + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 150, "protocol": { @@ -15992,6 +16726,7 @@ "name": "kiiro_bep20", "fname": "Kiiro", "rpcport": 80, + "mm2": 1, "chain_id": 56, "avg_blocktime": 3, "required_confirmations": 3, @@ -16016,6 +16751,7 @@ "segwit": false, "txfee": 1000000, "dust": 1000000, + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 60, "protocol": { @@ -16032,6 +16768,7 @@ "avg_blocktime": 7, "name": "iristest", "fname": "Iris Test", + "mm2": 1, "wallet_only": false, "is_testnet": true, "protocol": { @@ -16051,6 +16788,7 @@ "avg_blocktime": 5, "name": "nucleus-test", "fname": "Nucleus Test", + "mm2": 1, "wallet_only": false, "is_testnet": true, "protocol":{ @@ -16070,6 +16808,7 @@ "avg_blocktime": 5, "name": "iristest-ibc-nucleus-test", "fname": "Iris Test", + "mm2": 1, "wallet_only": false, "is_testnet": true, "protocol":{ @@ -16087,6 +16826,7 @@ "avg_blocktime": 5, "name": "cosmos-ibc-nucleus-test", "fname": "Cosmos", + "mm2": 1, "wallet_only": false, "is_testnet": true, "protocol":{ @@ -16104,6 +16844,7 @@ "avg_blocktime": 5, "name": "cosmos-ibc-nucleus-test", "fname": "Osmosis", + "mm2": 1, "wallet_only": false, "is_testnet": true, "protocol":{ @@ -16124,6 +16865,7 @@ "rpcport": 64151, "txversion": 4, "overwintered": 1, + "mm2": 1, "required_confirmations": 5, "avg_blocktime": 60, "protocol": { @@ -16144,6 +16886,7 @@ "segwit": false, "txfee": 1000000, "dust": 1000000, + "mm2": 1, "required_confirmations": 3, "avg_blocktime": 150, "protocol": { @@ -16160,6 +16903,7 @@ "name": "nft_ethereum", "fname": "Ethereum", "rpcport": 80, + "mm2": 1, "chain_id": 1, "sign_message_prefix": "Ethereum Signed Message:\n", "required_confirmations": 3, @@ -16177,6 +16921,7 @@ "name": "nft_avax", "fname": "Avalanche", "rpcport": 80, + "mm2": 1, "chain_id": 43114, "required_confirmations": 3, "avg_blocktime": 2.4, @@ -16198,6 +16943,7 @@ "fname": "Binance Coin", "avg_blocktime": 3, "rpcport": 80, + "mm2": 1, "chain_id": 56, "required_confirmations": 3, "protocol": { @@ -16217,6 +16963,7 @@ "name": "nft_ftm", "fname": "Fantom", "rpcport": 80, + "mm2": 1, "chain_id": 250, "required_confirmations": 3, "avg_blocktime": 1.8, @@ -16237,6 +16984,7 @@ "name": "nft_matic", "fname": "Polygon", "rpcport": 80, + "mm2": 1, "chain_id": 137, "avg_blocktime": 1.8, "required_confirmations": 20,