|
|
|
|
|
by coryl
3129 days ago
|
|
I'm using web3 1.0.0-beta.26, ganache-cli 6.0.3 I instantiate the web3 object as such:
web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:8545")); When I try to setup an event listener, console logs this: Error: The current provider doesn't support subscriptions: HttpProvider |
|