defs: add eos, trx

pull/41/head
Pavol Rusnak 6 years ago
parent 9f02376c70
commit 3600af0c8e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

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"
}
}
]

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…
Cancel
Save