You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var web3Infura = new Web3(new Web3.providers.WebsocketProvider("wss://mainnet.infura.io/ws"));")
The code above contains a syntax error. The last two characters, namely " and ), are redundant.
var web3Infura = new Web3(new Web3.providers.WebsocketProvider("wss://mainnet.infura.io/ws"));")
The code above contains a syntax error. The last two characters, namely " and ), are redundant.
https://cryptozombies.io/en/lesson/6/chapter/9
The text was updated successfully, but these errors were encountered: