Merge branch 'master' into rateupda

This commit is contained in:
Marcos Rodriguez Vélez 2021-10-27 16:21:15 -04:00
commit d649cc480f
No known key found for this signature in database
GPG Key ID: 0D64671698D11C5C
2 changed files with 1 additions and 2 deletions

View File

@ -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' },
];

View File

@ -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",