dappuniversity / price-bot

397 stars 392 forks source link

Cannot read properties of undefined (reading 'toWei') #32

Open zgibbs97 opened 2 years ago

zgibbs97 commented 2 years ago

I dont understand why or how this could be happening. any help would be much appreciated.

keyian commented 2 years ago

new version of web3 requires web3-utils to be implemented and used instead. replace all occasions of web3.utils with web3-utils (after npm installing web3-utils and requiring it in your doc)