You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: