Skip to content

EVM: Add cross chain swap operation#67

Open
PedroAraoz wants to merge 6 commits intoevm/refactor-intents-with-operationsfrom
evm/add-cross-chain-swap-operation
Open

EVM: Add cross chain swap operation#67
PedroAraoz wants to merge 6 commits intoevm/refactor-intents-with-operationsfrom
evm/add-cross-chain-swap-operation

Conversation

@PedroAraoz
Copy link
Member

No description provided.

This comment was marked as resolved.

@PedroAraoz PedroAraoz requested a review from alavarello March 17, 2026 20:37
function execute(Operation memory, bytes32, bytes memory) external override {
Intent memory intent;
Proposal memory proposal;
function execute(Intent memory intent, Proposal memory proposal, uint256) external override {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know it's just a mock but lets add the parameter name

Suggested change
function execute(Intent memory intent, Proposal memory proposal, uint256) external override {
function execute(Intent memory intent, Proposal memory proposal, uint256 index) external override {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants