diff --git a/.gitignore b/.gitignore index 9bea4330f..090a1f02d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ - +.idea .DS_Store diff --git a/coins b/coins index 6b95b0c17..5d04aae99 100644 --- a/coins +++ b/coins @@ -4172,7 +4172,7 @@ "erc20_receiver_spend": 85000, "erc20_sender_refund": 85000 } - }, + }, { "coin": "DPC", "name": "dualpowecoin", @@ -4192,7 +4192,7 @@ "type": "UTXO" } }, - { + { "coin": "DIAC", "name": "diabasecore", "fname": "Diabase", @@ -4886,7 +4886,6 @@ "derivation_path": "m/44'/60'", "use_access_list": true, "max_eth_tx_type": 2, - "max_eth_tx_type": 2, "gas_limit": { "eth_send_coins": 100000, "eth_payment": 250000, @@ -13977,7 +13976,7 @@ "homepage": "https://viacoin.org" } }, - { + { "coin": "VIA-segwit", "name": "viacoin", "fname": "Viacoin", @@ -13986,7 +13985,7 @@ "pubtype": 71, "p2shtype": 33, "wiftype": 199, - "txfee": 100000, + "txfee": 100000, "dust": 54600, "required_confirmations": 7, "mature_confirmations": 3600, @@ -14086,7 +14085,7 @@ "derivation_path": "m/44'/141'", "trezor_coin": "Komodo" }, - { + { "coin": "VPRM", "sign_message_prefix": "Komodo Signed Message:\n", "asset": "VPRM", @@ -16708,5 +16707,107 @@ "github": "https://github.com/seopub/zoincomumity", "homepage": "http://zoincommunity.com/" } + }, + { + "coin": "NFT_ETH", + "name": "nft_ethereum", + "fname": "Ethereum", + "rpcport": 80, + "mm2": 1, + "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, + "mm2": 1, + "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, + "mm2": 1, + "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, + "mm2": 1, + "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, + "mm2": 1, + "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