acala-wiki icon indicating copy to clipboard operation
acala-wiki copied to clipboard

Acala evm tips

Open zjb0807 opened this issue 2 years ago • 1 comments

  1. tx hash is different from Ethereum origin.
  2. call eth_gasPrice to fill gasPrice before send tx. It contains valid_until of the transaction
  3. deploy contract need to call getEthResources to fill gasPrice and gasLimit. https://github.com/AcalaNetwork/bodhi.js/pull/261

zjb0807 avatar Feb 09 '22 02:02 zjb0807