Closed tab00 closed 5 months ago
Hey looking into fixing this thanks for flagging. I think this was effected due to a recent release we had. cc @Foivos
Hey @tab00 we just merged in a fix for this. Thanks for pointing this out please let me know if any other blockers! I am closing ticket for now, but feel free to reopen if you still have this issue (though it is working fine on my end now). Cheers!
It doesn't work after following the instructions and without modifying any code.
First I cloned https://github.com/axelarnetwork/axelar-examples.git
Then I set up the local environment using these commands:
Then (in a different terminal) I deployed the custom token using this command:
npm run deploy evm/its-custom-token local
The deployments run successfully.Then I ran the cross-chain transfer example script using these commands:
npm run execute evm/its-custom-token local
This fails with the generic "cannot estimate gas" error.The environment I used was Node v18.19.1 on Windows 10.
Please fix this ASAP.