Skip to content
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

Ensure the correct network is always used for signing/polling EVM transactions #485

Open
Sharqiewicz opened this issue Feb 19, 2025 · 1 comment

Comments

@Sharqiewicz
Copy link
Member

Discussed in this PR: PR #480

During the SquidRouter phase, we rely on wagmi to interact with the blockchain network currently selected by the user. The offramp process is initiated based on the network chosen by the user at the start. However, if the user switches the network in their wallet during the SquidRouter phase, the entire process could break.

To address this, the goal is to save the network on which the offramp was initially started and consistently use it throughout the SquidRouter phase, rather than dynamically relying on the user's current network setting. This ensures the process remains stable even if the user changes the network in their wallet mid-transaction.

@pendulum-chain pendulum-chain deleted a comment from Marygka Feb 20, 2025
@ebma ebma changed the title Save the offramp network Ensure the correct network is always used for signing/polling EVM transactions Feb 20, 2025
@prayagd
Copy link
Collaborator

prayagd commented Mar 5, 2025

Hey team! Please add your planning poker estimate with Zenhub @ebma @gianfra-t @Sharqiewicz

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

No branches or pull requests

2 participants