cryptozombies-lesson-code
cryptozombies-lesson-code copied to clipboard
lesson/6/chapter/9
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