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
I found an error with test: eth_sendRawTransaction. This error is related to the creation of a contract, the line with the problem is let contract = new rsk3.Contract(abi).
I found an error with test: eth_sendRawTransaction. This error is related to the creation of a contract, the line with the problem is let contract = new rsk3.Contract(abi).
I created a new repo with this, you can check it here: https://github.com/jonathansmirnoff/json-rpc-web3js/tree/smoke-test-migration. You can pull it and run. So it should be easy to know where the problem is. Also if you need some help to fix it, please let me know.