mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-06 10:16:07 +00:00
feat(blockchain-link): added 4 backend endpoints for each EVM
This commit is contained in:
parent
dcf9002f00
commit
169d25bd9e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user