diff --git a/blue_modules/BlueElectrum.js b/blue_modules/BlueElectrum.js index 91a8a27c6..a06b0f09c 100644 --- a/blue_modules/BlueElectrum.js +++ b/blue_modules/BlueElectrum.js @@ -51,7 +51,6 @@ const defaultPeer = { host: 'electrum1.bluewallet.io', ssl: '443' }; const hardcodedPeers = [ { host: 'electrum1.bluewallet.io', ssl: '443' }, { host: 'electrum2.bluewallet.io', ssl: '443' }, - { host: 'electrum.emzy.de', ssl: '50002' }, { host: 'electrum.acinq.co', ssl: '50002' }, { host: 'electrum.bitaroo.net', ssl: '50002' }, ]; diff --git a/package.json b/package.json index 2a51139d8..a910ea73a 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "react-native-share": "7.2.0", "react-native-sortable-list": "https://github.com/BlueWallet/react-native-sortable-list.git#e4e44a01a90ee2dcb9c57182262595abf36bfdf7", "react-native-svg": "12.1.1", - "react-native-tcp-socket": "5.3.1", + "react-native-tcp-socket": "5.5.0", "react-native-tor": "0.1.7", "react-native-vector-icons": "9.0.0", "react-native-watch-connectivity": "1.0.4",