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

[TASK] Implement SignatureBridge event watcher for EVM #137

Closed
Tracked by #92
dutterbutter opened this issue Apr 12, 2022 · 1 comment · Fixed by #170
Closed
Tracked by #92

[TASK] Implement SignatureBridge event watcher for EVM #137

dutterbutter opened this issue Apr 12, 2022 · 1 comment · Fixed by #170

Comments

@dutterbutter
Copy link
Contributor

dutterbutter commented Apr 12, 2022

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);

@dutterbutter
Copy link
Contributor Author

@shekohex please update task with relevant context.

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 a pull request may close this issue.

1 participant