1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-24 13:22:05 +00:00

defs: add eos, trx

This commit is contained in:
Pavol Rusnak 2018-11-12 14:02:16 +01:00
parent 9f02376c70
commit 3600af0c8e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
4 changed files with 25 additions and 1 deletions

BIN
defs/misc/eos.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -23,7 +23,7 @@
"name": "Monero", "name": "Monero",
"shortcut": "XMR", "shortcut": "XMR",
"slip44": 128, "slip44": 128,
"curve": "secp256k1", "curve": "ed25519",
"links": { "links": {
"Homepage": "https://getmonero.org", "Homepage": "https://getmonero.org",
"Github": "https://github.com/monero-project/monero" "Github": "https://github.com/monero-project/monero"
@ -78,5 +78,25 @@
"Homepage": "https://wanchain.org", "Homepage": "https://wanchain.org",
"Github": "https://github.com/wanchain/go-wanchain" "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"
}
} }
] ]

BIN
defs/misc/trx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -961,7 +961,9 @@
"erc20:rin:RDN": "(AUTO) duplicate key", "erc20:rin:RDN": "(AUTO) duplicate key",
"erc20:rop:NONE": "(AUTO) duplicate key", "erc20:rop:NONE": "(AUTO) duplicate key",
"misc:ADA": "not implemented", "misc:ADA": "not implemented",
"misc:EOS": "not implemented",
"misc:ONT": "not implemented", "misc:ONT": "not implemented",
"misc:TRX": "not implemented",
"misc:XMR": "not implemented", "misc:XMR": "not implemented",
"misc:XRP": "not implemented", "misc:XRP": "not implemented",
"misc:XTZ": "not implemented" "misc:XTZ": "not implemented"
@ -1717,8 +1719,10 @@
"eth:tROP": "2.0.7", "eth:tROP": "2.0.7",
"eth:tRSK": "2.0.7", "eth:tRSK": "2.0.7",
"misc:ADA": "2.0.8", "misc:ADA": "2.0.8",
"misc:EOS": "soon",
"misc:LSK": "2.0.7", "misc:LSK": "2.0.7",
"misc:ONT": "soon", "misc:ONT": "soon",
"misc:TRX": "soon",
"misc:WAN": "2.0.7", "misc:WAN": "2.0.7",
"misc:XLM": "2.0.8", "misc:XLM": "2.0.8",
"misc:XMR": "2.0.8", "misc:XMR": "2.0.8",