Insufficient Balance
In most cases, getting this error means the account balance is not enough to cover the tokens required on the target chain together with the gas costs.
Sometimes, you have enough balance, but the cost to claim it is too high (e.g. on Ethereum Mainnet).
You can also get the error if the contract is not deployed on any supported chain.
Make sure your account is deployed and funded.
Also make sure you have enough funds for your transaction, taking gas costs into account. You can use the spendable amount utility to get an estimate of how much you can spend.
Unsupported chain id
This error could mean that your targetChain
is not supported.
It could also mean that you’re using testnet chains on a production environment, or mainnet chains on a dev environment.
Make sure the chain you’re using matches the environment.
Also, make sure that the chain you’re using is supported.