tokenbridge-contracts icon indicating copy to clipboard operation
tokenbridge-contracts copied to clipboard

fix: missing chainId when send raw tx

Open cuonghx-dev opened this issue 3 years ago • 0 comments

Error when deploy contracts:

Error: web3 RPC failed: {"code":-32000,"message":"only replay-protected (EIP-155) transactions allowed over RPC"}
    at sendNodeRequest (/contracts/deploy/src/deploymentUtils.js:168:9)
    at process._tickCallback (internal/process/next_tick.js:68:7)
Error: TypeError: Cannot read property 'status' of undefined
    at upgradeProxy (/contracts/deploy/src/deploymentUtils.js:213:14)
    at process._tickCallback (internal/process/next_tick.js:68:7)

Refer: https://ethereum.stackexchange.com/questions/94412/valueerror-code-32000-message-only-replay-protected-eip-155-transac

cuonghx-dev avatar Oct 07 '22 03:10 cuonghx-dev