diff --git a/defs/misc/eos.png b/defs/misc/eos.png new file mode 100644 index 0000000000..08f12fd270 Binary files /dev/null and b/defs/misc/eos.png differ diff --git a/defs/misc/misc.json b/defs/misc/misc.json index 91d60563c6..8607bc2023 100644 --- a/defs/misc/misc.json +++ b/defs/misc/misc.json @@ -23,7 +23,7 @@ "name": "Monero", "shortcut": "XMR", "slip44": 128, - "curve": "secp256k1", + "curve": "ed25519", "links": { "Homepage": "https://getmonero.org", "Github": "https://github.com/monero-project/monero" @@ -78,5 +78,25 @@ "Homepage": "https://wanchain.org", "Github": "https://github.com/wanchain/go-wanchain" } + }, + { + "name": "EOS", + "shortcut": "EOS", + "slip44": 194, + "curve": "secp256k1", + "links": { + "Homepage": "https://eos.io", + "Github": "https://github.com/EOSIO/eos" + } + }, + { + "name": "Tron", + "shortcut": "TRX", + "slip44": 195, + "curve": "secp256k1", + "links": { + "Homepage": "https://tron.network", + "Github": "https://github.com/tronprotocol/java-tron" + } } ] diff --git a/defs/misc/trx.png b/defs/misc/trx.png new file mode 100644 index 0000000000..c785ae994b Binary files /dev/null and b/defs/misc/trx.png differ diff --git a/defs/support.json b/defs/support.json index 231506e1ab..657e14a080 100644 --- a/defs/support.json +++ b/defs/support.json @@ -961,7 +961,9 @@ "erc20:rin:RDN": "(AUTO) duplicate key", "erc20:rop:NONE": "(AUTO) duplicate key", "misc:ADA": "not implemented", + "misc:EOS": "not implemented", "misc:ONT": "not implemented", + "misc:TRX": "not implemented", "misc:XMR": "not implemented", "misc:XRP": "not implemented", "misc:XTZ": "not implemented" @@ -1717,8 +1719,10 @@ "eth:tROP": "2.0.7", "eth:tRSK": "2.0.7", "misc:ADA": "2.0.8", + "misc:EOS": "soon", "misc:LSK": "2.0.7", "misc:ONT": "soon", + "misc:TRX": "soon", "misc:WAN": "2.0.7", "misc:XLM": "2.0.8", "misc:XMR": "2.0.8",