Skip to content

Commit 458f0fe

Browse files
committed
chore: update backends for bsc and op
1 parent 76d46a0 commit 458f0fe

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: packages/blockchain-link/src/ui/config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default [
9191
blockchain: {
9292
name: 'BNB Smart Chain',
9393
worker: 'js/blockbook-worker.js',
94-
server: ['https://bsc1.trezor.io'],
94+
server: ['https://bsc1.trezor.io', 'https://bsc2.trezor.io'],
9595
debug: true,
9696
},
9797
data: {
@@ -113,7 +113,7 @@ export default [
113113
blockchain: {
114114
name: 'Optimism',
115115
worker: 'js/blockbook-worker.js',
116-
server: ['https://blockbook-dev.corp.sldev.cz:9302'],
116+
server: ['https://op1.trezor.io', 'https://op2.trezor.io'],
117117
debug: true,
118118
},
119119
data: {

Diff for: packages/connect-common/files/coins-eth.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
"blockchain_link": {
2525
"type": "blockbook",
26-
"url": ["https://bsc1.trezor.io"]
26+
"url": ["https://bsc1.trezor.io", "https://bsc2.trezor.io"]
2727
},
2828
"chain": "bsc",
2929
"chain_id": 56,
@@ -83,7 +83,7 @@
8383
{
8484
"blockchain_link": {
8585
"type": "blockbook",
86-
"url": ["https://blockbook-dev.corp.sldev.cz:9302"]
86+
"url": ["https://op1.trezor.io", "https://op2.trezor.io"]
8787
},
8888
"chain": "op",
8989
"chain_id": 10,

Diff for: suite-common/wallet-config/src/networksConfig.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ export const networks = {
144144
decimals: 18,
145145
testnet: false,
146146
explorer: {
147-
tx: 'https://blockbook-dev.corp.sldev.cz:9302/tx/',
148-
account: 'https://blockbook-dev.corp.sldev.cz:9302/address/',
149-
nft: 'https://blockbook-dev.corp.sldev.cz:9302/nft/',
150-
address: 'https://blockbook-dev.corp.sldev.cz:9302/address/',
147+
tx: 'https://op1.trezor.io/tx/',
148+
account: 'https://op1.trezor.io/address/',
149+
nft: 'https://op1.trezor.io/nft/',
150+
address: 'https://op1.trezor.io/address/',
151151
queryString: '',
152152
},
153153
features: ['rbf', 'sign-verify', 'tokens', 'coin-definitions', 'nft-definitions'],

0 commit comments

Comments
 (0)