From 169d25bd9efb3e15d5622bc28c456e9b0661dc15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Bo=C4=8Fa?= Date: Mon, 3 Mar 2025 09:46:23 +0100 Subject: [PATCH] feat(blockchain-link): added 4 backend endpoints for each EVM --- common/defs/blockchain_link.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/common/defs/blockchain_link.json b/common/defs/blockchain_link.json index 424fcdb502..28f17bd759 100644 --- a/common/defs/blockchain_link.json +++ b/common/defs/blockchain_link.json @@ -201,7 +201,9 @@ "type": "blockbook", "url": [ "https://eth1.trezor.io", - "https://eth2.trezor.io" + "https://eth2.trezor.io", + "https://eth3.trezor.io", + "https://eth4.trezor.io" ] }, "misc:XRP": { @@ -249,23 +251,23 @@ }, "eth:ETH:1": { "type": "blockbook", - "url": ["https://eth1.trezor.io", "https://eth2.trezor.io"] + "url": ["https://eth1.trezor.io", "https://eth2.trezor.io", "https://eth3.trezor.io", "https://eth4.trezor.io"] }, "eth:BSC:56": { "type": "blockbook", - "url": ["https://bsc1.trezor.io", "https://bsc2.trezor.io"] + "url": ["https://bsc1.trezor.io", "https://bsc2.trezor.io", "https://bsc3.trezor.io", "https://bsc4.trezor.io"] }, "eth:ARB:42161": { "type": "blockbook", - "url": ["https://arb1.trezor.io", "https://arb2.trezor.io"] + "url": ["https://arb1.trezor.io", "https://arb2.trezor.io", "https://arb3.trezor.io", "https://arb4.trezor.io"] }, "eth:BASE:8453": { "type": "blockbook", - "url": ["https://base1.trezor.io", "https://base2.trezor.io"] + "url": ["https://base1.trezor.io", "https://base2.trezor.io", "https://base3.trezor.io", "https://base4.trezor.io"] }, "eth:OP:10": { "type": "blockbook", - "url": ["https://op1.trezor.io", "https://op2.trezor.io"] + "url": ["https://op1.trezor.io", "https://op2.trezor.io", "https://op3.trezor.io", "https://op4.trezor.io"] }, "eth:ETC:61": { "type": "blockbook", @@ -273,7 +275,7 @@ }, "eth:POL:137": { "type": "blockbook", - "url": ["https://pol1.trezor.io", "https://pol2.trezor.io"] + "url": ["https://pol1.trezor.io", "https://pol2.trezor.io", "https://pol3.trezor.io", "https://pol4.trezor.io"] }, "eth:tHOL:17000": { "type": "blockbook",