-
Notifications
You must be signed in to change notification settings - Fork 369
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
🦊🐺🐭 Add connectors #754
🦊🐺🐭 Add connectors #754
Conversation
|
@@ -0,0 +1,32 @@ | |||
import { Connector } from "./connector"; | |||
|
|||
export class ConnectorController { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should handle the lifecycle of the connector including chainID, accounts, block number etc.
Should have safeguards to protect from bugs in the connector implementation
08d8794
to
7873f43
Compare
closes #788
closes #520
closes #419
closes #282
TODO
onUpdate
useConnectorNetwork
is neededpollingInterval
logic