diff --git a/blue_modules/BlueElectrum.js b/blue_modules/BlueElectrum.js index f663680..cb76b51 100644 --- a/blue_modules/BlueElectrum.js +++ b/blue_modules/BlueElectrum.js @@ -50,12 +50,12 @@ const storageKey = 'ELECTRUM_PEERS'; const defaultPeer = { host: 'vmd84592.contaboserver.net', ssl: '50002' }; const defaultTestnetPeer = { host: 'testnet.qtornado.com', ssl: '51002' }; const hardcodedPeers = [ - { host: 'electrum.blockstream.info', ssl: '50002' }, + // { host: 'electrum.blockstream.info', ssl: '50002' }, // { host: 'electrum5.hodlister.co', ssl: '50002' }, // { host: 'node.degga.net', ssl: '50002' }, // { host: 'horsey.cryptocowboys.net', ssl: '50002' }, // { host: 'ca.poiuty.com', ssl: '50002' }, - // { host: 'electrum.bitaroo.net', ssl: '50002' }, + { host: 'electrum.bitaroo.net', ssl: '50002' }, // { host: 'btc.ocf.sh', ssl: '50002' }, // connection lost // { host: 'electrumx.erbium.eu', ssl: '50002' }, // { host: 'electrum.kendigisland.xyz', ssl: '50002' }, diff --git a/package.json b/package.json index 0be73d8..79c912b 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "@react-navigation/material-top-tabs": "^5.3.19", "@react-navigation/native": "5.9.4", "@react-navigation/stack": "^5.14.9", - "@remobile/react-native-qrcode-local-image": "https://github.com/BlueWallet/react-native-qrcode-local-image", + "@remobile/react-native-qrcode-local-image": "https://github.com/remobile/react-native-qrcode-local-image#31b0113110fbafcf5a5f3ca4183a563550f5c352", "@shopify/react-native-skia": "0.1.136", "aez": "1.0.1", "assert": "2.0.0", @@ -188,7 +188,7 @@ "react-native-crypto": "2.2.0", "react-native-default-preference": "1.4.3", "react-native-device-info": "8.4.8", - "react-native-document-picker": "https://github.com/BlueWallet/react-native-document-picker#3684d4fcc2bc0b47c32be39024e4796004c3e428", + "react-native-document-picker": "https://github.com/BlueWallet/document-picker#3684d4fcc2bc0b47c32be39024e4796004c3e428", "react-native-elements": "3.4.2", "react-native-fingerprint-scanner": "https://github.com/BlueWallet/react-native-fingerprint-scanner#ce644673681716335d786727bab998f7e632ab5e", "react-native-fs": "2.18.0",