1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

feat: cardano blockchain link definitions

This commit is contained in:
Vladimir Volek 2021-06-18 13:16:39 +02:00 committed by matejcik
parent fddac0434b
commit 6fef12128b

View File

@ -269,5 +269,17 @@
"url": [
"wss://s.altnet.rippletest.net"
]
},
"misc:ADA": {
"type": "cardano",
"url": [
"wss://trezor-cardano-mainnet.blockfrost.io"
]
},
"misc:tADA": {
"type": "cardano",
"url": [
"wss://trezor-cardano-testnet.blockfrost.io"
]
}
}