-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: calling a universal contract using depositAndCall #13
Conversation
With this fix a test universal contract can be successfully called using
|
will check more, but maybe this could help before tx is called:
this basically forces nonce manager to fetch last pending nonce from chain rather than using internal in memory state |
This worked! Thanks! 🙌 |
The only change aside from formatting is using
protocolContracts.zrc20Eth.target
insideprotocolContracts.gatewayEVM.on("Deposited"...