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
We need to watch for Events that are emitted by the Signature Bridge Contract, specifically speaking about the GovernanceOwnershipTransferred we need to watch for that event so we make sure we cancel any pending transaction that is doing the transfer ownership if it is already transferred.
We need to watch for Events that are emitted by the Signature Bridge Contract, specifically speaking about the
GovernanceOwnershipTransferred
we need to watch for that event so we make sure we cancel any pending transaction that is doing the transfer ownership if it is already transferred.event GovernanceOwnershipTransferred(address indexed previousOwner, address indexed newOwner);
The text was updated successfully, but these errors were encountered: