-
Notifications
You must be signed in to change notification settings - Fork 165
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
feat(evm)!: update evm examples with AxelarExecutable and AxelarExecutableWithToken #198
Conversation
@ahramy left some comments. Let me know what you think. Feel free to assign the pr back to me once you take a look, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahramy Getting this warning when I run example locally bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?). Not a blocker example still runs but not sure why this warning appears.
Original Message:
As part of EVM ITS V2,
axelar-gmp-sdk-solidity
was refactored to use AxelarGMPExecutable and AxelarGMPExecutableWithToken (PR #181).axelar-examples
are also required to inherit from the AxelarGMPExecutable and AxelarGMPExecutableWithToken.Updated - Naming changed to :
Ticket: AXE-4723, AXE-5796