mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-24 05:12:02 +00:00
defs: add eos, trx
This commit is contained in:
parent
9f02376c70
commit
3600af0c8e
BIN
defs/misc/eos.png
Normal file
BIN
defs/misc/eos.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
BIN
defs/misc/trx.png
Normal file
BIN
defs/misc/trx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user