cryptozombies-lesson-code icon indicating copy to clipboard operation
cryptozombies-lesson-code copied to clipboard

lesson/6/chapter/9

Open lxmliu2002 opened this issue 1 year ago • 0 comments

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

lxmliu2002 avatar Jan 20 '24 02:01 lxmliu2002