Skip to content

Commit 855b2ce

Browse files
authored
Merge pull request #711 from enkryptcom/fix/node-urls
fix: node urls
2 parents 86e9085 + bd5ec9c commit 855b2ce

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/extension/src/providers/ethereum/networks/sdn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const sdnOptions: EvmNetworkOptions = {
1515
isTestNetwork: false,
1616
currencyName: 'SDN',
1717
currencyNameLong: 'Shiden',
18-
node: 'wss://shiden.public.blastapi.io',
18+
node: 'wss://shiden.api.onfinality.io/public-ws',
1919
icon,
2020
coingeckoID: 'shiden',
2121
coingeckoPlatform: CoingeckoPlatform.Shiden,

packages/extension/src/providers/ethereum/networks/tlos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const ethOptions: EvmNetworkOptions = {
1515
isTestNetwork: false,
1616
currencyName: 'TLOS',
1717
currencyNameLong: 'Telos',
18-
node: 'https://mainnet-eu.telos.net/evm',
18+
node: 'https://rpc.telos.net',
1919
icon,
2020
coingeckoID: 'telos',
2121
coingeckoPlatform: CoingeckoPlatform.Telos,

packages/extension/src/providers/ethereum/networks/vic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const tomoOptions: EvmNetworkOptions = {
1515
isTestNetwork: false,
1616
currencyName: 'VIC',
1717
currencyNameLong: 'Viction',
18-
node: 'wss://ws.tomochain.com',
18+
node: 'wss://ws.viction.xyz',
1919
icon,
2020
coingeckoID: 'tomochain',
2121
basePath: "m/44'/889'/0'/0",

packages/hw-wallets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enkryptcom/hw-wallets",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Hardware wallet manager for enkrypt",
55
"type": "module",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)