We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64442e8 commit 76991beCopy full SHA for 76991be
blockchain/initial_sale.js
@@ -14,9 +14,9 @@ const FIXED_PRICE = 0.04;
14
15
let INFURA_URL = '';
16
if (network === 'rinkeby') {
17
- INFURA_URL = 'https://rinkeby.infura.io/v3/';
+ INFURA_URL = 'wss://rinkeby.infura.io/ws/v3/';
18
} else {
19
- INFURA_URL = 'https://mainnet.infura.io/v3/';
+ INFURA_URL = 'wss://mainnet.infura.io/ws/v3/';
20
}
21
22
const provider = new HDWalletProvider(secrets['SEED_PHRASE'], INFURA_URL + secrets['API_KEY']);
0 commit comments