From 0f0150a6f8693a27e15d1a2cbc0adf112634e76e Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Tue, 14 Dec 2021 15:51:34 +0100 Subject: [PATCH] feat: add cardano testnet definitions --- common/defs/misc/misc.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/common/defs/misc/misc.json b/common/defs/misc/misc.json index 3061bb922..e1b992313 100644 --- a/common/defs/misc/misc.json +++ b/common/defs/misc/misc.json @@ -87,6 +87,22 @@ "Daedalus": "https://daedaluswallet.io" } }, + { + "name": "Cardano Testnet", + "shortcut": "tADA", + "slip44": 1815, + "curve": "ed25519", + "decimals": 6, + "links": { + "Homepage": "https://www.cardano.org", + "Github": "https://github.com/input-output-hk/cardano-sl" + }, + "wallet": { + "AdaLite": "https://adalite.io/app", + "Yoroi": "https://yoroi-wallet.com", + "Daedalus": "https://daedaluswallet.io" + } + }, { "name": "Tezos", "shortcut": "XTZ",