Johan Forslund
Results
2
comments of
Johan Forslund
I'm getting the same error. Did you find a solution?
Did you solve this? EDIT: Adding '0x' to the data value worked for me. ``` const result = await new web3.eth.Contract(JSON.parse(compiledFactory.interface)) .deploy({ data: '0x' + compiledFactory.bytecode }) .send({ gas: '3000000',...