oort-tech/Olympus

Deployment Failed: Deploy contract report 'Insufficient balance'

Closed this issue · 2 comments

When I use truffle to deploy contract, I confirm my account has balance, but I get this error:

Error: *** Deployment Failed ***
"Migrations" -- Insufficient balance -- Reason given: Custom error (could not decode)..

Looks like an error that truffle cannot decode is returned.

use "@truffle/hdwallet-provider": "^2.1.5" replace "truffle-hdwallet-provider": "^1.0.4". truffle-hdwallet-provider sinature do not include chainId(eip155).
olympus fix crash and do not support non-replay protected transactions.