1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00

extended Ripple definition (#259)

added for all coins:
- decimals
- blockchain-link settings
This commit is contained in:
Szymon Lesisz 2019-01-07 14:51:14 +01:00 committed by matejcik
parent c8a57caf72
commit 8bcc553a3d

View File

@ -4,147 +4,198 @@
"shortcut": "LSK", "shortcut": "LSK",
"slip44": 134, "slip44": 134,
"curve": "ed25519", "curve": "ed25519",
"decimals": 8,
"links": { "links": {
"Homepage": "https://lisk.io/", "Homepage": "https://lisk.io/",
"Github": "https://github.com/LiskHQ/lisk" "Github": "https://github.com/LiskHQ/lisk"
}, },
"wallet": {} "wallet": {},
"blockchain_link": {}
}, },
{ {
"name": "Stellar", "name": "Stellar",
"slip44": 148, "slip44": 148,
"curve": "ed25519", "curve": "ed25519",
"shortcut": "XLM", "shortcut": "XLM",
"decimals": 7,
"links": { "links": {
"Homepage": "https://www.stellar.org", "Homepage": "https://www.stellar.org",
"Github": "https://github.com/stellar/stellar-core" "Github": "https://github.com/stellar/stellar-core"
}, },
"wallet": { "wallet": {
"Account Viewer": "https://trezor.io/stellar/" "Account Viewer": "https://trezor.io/stellar/"
} },
"blockchain_link": {}
}, },
{ {
"name": "Monero", "name": "Monero",
"shortcut": "XMR", "shortcut": "XMR",
"slip44": 128, "slip44": 128,
"curve": "ed25519", "curve": "ed25519",
"decimals": 12,
"links": { "links": {
"Homepage": "https://getmonero.org", "Homepage": "https://getmonero.org",
"Github": "https://github.com/monero-project/monero" "Github": "https://github.com/monero-project/monero"
}, },
"wallet": {} "wallet": {},
"blockchain_link": {}
}, },
{ {
"name": "Ripple", "name": "Ripple",
"shortcut": "XRP", "shortcut": "XRP",
"slip44": 144, "slip44": 144,
"curve": "secp256k1", "curve": "secp256k1",
"decimals": 6,
"links": { "links": {
"Homepage": "https://ripple.com", "Homepage": "https://ripple.com",
"Github": "https://github.com/ripple/rippled" "Github": "https://github.com/ripple/rippled"
}, },
"wallet": {} "wallet": {},
"blockchain_link": {
"type": "ripple",
"url": [
"wss://s1.ripple.com",
"wss://s-east.ripple.com",
"wss://s-west.ripple.com"
]
}
},
{
"name": "Ripple Testnet",
"shortcut": "tXRP",
"slip44": 1,
"curve": "secp256k1",
"decimals": 6,
"links": {
"Homepage": "https://ripple.com",
"Github": "https://github.com/ripple/rippled"
},
"wallet": {},
"blockchain_link": {
"type": "ripple",
"url": [
"wss://s.altnet.rippletest.net"
]
}
}, },
{ {
"name": "Cardano", "name": "Cardano",
"shortcut": "ADA", "shortcut": "ADA",
"slip44": 1815, "slip44": 1815,
"curve": "ed25519", "curve": "ed25519",
"decimals": 6,
"links": { "links": {
"Homepage": "https://www.cardano.org", "Homepage": "https://www.cardano.org",
"Github": "https://github.com/input-output-hk/cardano-sl" "Github": "https://github.com/input-output-hk/cardano-sl"
}, },
"wallet": { "wallet": {
"AdaLite": "https://adalite.io/app" "AdaLite": "https://adalite.io/app"
} },
"blockchain_link": {}
}, },
{ {
"name": "Tezos", "name": "Tezos",
"shortcut": "XTZ", "shortcut": "XTZ",
"slip44": 1729, "slip44": 1729,
"curve": "ed25519", "curve": "ed25519",
"decimals": 6,
"links": { "links": {
"Homepage": "https://tezos.com", "Homepage": "https://tezos.com",
"Github": "https://github.com/tezos/tezos" "Github": "https://github.com/tezos/tezos"
}, },
"wallet": { "wallet": {
"SimpleStaking": "https://simplestaking.com" "SimpleStaking": "https://simplestaking.com"
} },
"blockchain_link": {}
}, },
{ {
"name": "Ontology", "name": "Ontology",
"shortcut": "ONT", "shortcut": "ONT",
"slip44": 1024, "slip44": 1024,
"curve": "nist256p1", "curve": "nist256p1",
"decimals": 8,
"links": { "links": {
"Homepage": "https://ont.io", "Homepage": "https://ont.io",
"Github": "https://github.com/ontio/ontology" "Github": "https://github.com/ontio/ontology"
}, },
"wallet": {} "wallet": {},
"blockchain_link": {}
}, },
{ {
"name": "Wanchain", "name": "Wanchain",
"shortcut": "WAN", "shortcut": "WAN",
"slip44": 5718350, "slip44": 5718350,
"curve": "secp256k1", "curve": "secp256k1",
"decimals": 18,
"links": { "links": {
"Homepage": "https://wanchain.org", "Homepage": "https://wanchain.org",
"Github": "https://github.com/wanchain/go-wanchain" "Github": "https://github.com/wanchain/go-wanchain"
}, },
"wallet": {} "wallet": {},
"blockchain_link": {}
}, },
{ {
"name": "EOS", "name": "EOS",
"shortcut": "EOS", "shortcut": "EOS",
"slip44": 194, "slip44": 194,
"curve": "secp256k1", "curve": "secp256k1",
"decimals": 4,
"links": { "links": {
"Homepage": "https://eos.io", "Homepage": "https://eos.io",
"Github": "https://github.com/EOSIO/eos" "Github": "https://github.com/EOSIO/eos"
}, },
"wallet": {} "wallet": {},
"blockchain_link": {}
}, },
{ {
"name": "Tron", "name": "Tron",
"shortcut": "TRX", "shortcut": "TRX",
"slip44": 195, "slip44": 195,
"curve": "secp256k1", "curve": "secp256k1",
"decimals": 6,
"links": { "links": {
"Homepage": "https://tron.network", "Homepage": "https://tron.network",
"Github": "https://github.com/tronprotocol/java-tron" "Github": "https://github.com/tronprotocol/java-tron"
}, },
"wallet": {} "wallet": {},
"blockchain_link": {}
}, },
{ {
"name": "Omni", "name": "Omni",
"shortcut": "OMNI", "shortcut": "OMNI",
"slip44": 0, "slip44": 0,
"curve": "secp256k1", "curve": "secp256k1",
"decimals": 2,
"links": { "links": {
"Homepage": "https://www.omnilayer.org", "Homepage": "https://www.omnilayer.org",
"Github": "https://github.com/OmniLayer" "Github": "https://github.com/OmniLayer"
}, },
"wallet": {} "wallet": {},
"blockchain_link": {}
}, },
{ {
"name": "MaidSafeCoin", "name": "MaidSafeCoin",
"shortcut": "MAID", "shortcut": "MAID",
"slip44": 0, "slip44": 0,
"curve": "secp256k1", "curve": "secp256k1",
"decimals": 8,
"links": { "links": {
"Homepage": "https://maidsafe.net", "Homepage": "https://maidsafe.net",
"Github": "https://github.com/maidsafe" "Github": "https://github.com/maidsafe"
}, },
"wallet": {} "wallet": {},
"blockchain_link": {}
}, },
{ {
"name": "Tether", "name": "Tether",
"shortcut": "USDT", "shortcut": "USDT",
"slip44": 0, "slip44": 0,
"curve": "secp256k1", "curve": "secp256k1",
"decimals": 2,
"links": { "links": {
"Homepage": "https://tether.to" "Homepage": "https://tether.to"
}, },
"wallet": {} "wallet": {},
"blockchain_link": {}
} }
] ]