1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-31 01:41:18 +00:00

chore(common): update XRP, TXRP, ADA, DSOL backend urls

This commit is contained in:
tomasklim 2025-01-23 17:19:49 +01:00 committed by matejcik
parent 96ac4e263c
commit 30d1213421

View File

@ -207,27 +207,29 @@
"misc:XRP": { "misc:XRP": {
"type": "ripple", "type": "ripple",
"url": [ "url": [
"wss://s1.ripple.com", "wss://xrp1.trezor.io",
"wss://s-east.ripple.com", "wss://xrp2.trezor.io",
"wss://s-west.ripple.com" "wss://xrp3.trezor.io",
"wss://xrp4.trezor.io"
] ]
}, },
"misc:tXRP": { "misc:tXRP": {
"type": "ripple", "type": "ripple",
"url": [ "url": [
"wss://s.altnet.rippletest.net" "wss://txrp1.trezor.io"
] ]
}, },
"misc:ADA": { "misc:ADA": {
"type": "blockfrost", "type": "blockfrost",
"url": [ "url": [
"wss://trezor-cardano-mainnet.blockfrost.io" "wss://ada1.trezor.io",
"wss://ada2.trezor.io"
] ]
}, },
"misc:tADA": { "misc:tADA": {
"type": "blockfrost", "type": "blockfrost",
"url": [ "url": [
"wss://trezor-cardano-preview.blockfrost.io" "wss://tada1.trezor.io"
] ]
}, },
"misc:SOL": { "misc:SOL": {
@ -242,7 +244,7 @@
"misc:DSOL": { "misc:DSOL": {
"type": "solana", "type": "solana",
"url": [ "url": [
"https://solana-dev.trezor.io" "https://dsol1.trezor.io"
] ]
}, },
"eth:ETH:1": { "eth:ETH:1": {