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

Abstract SignerConfigurator + PopUpConfigurator #1136

Merged
merged 6 commits into from
Mar 20, 2024

Conversation

fan-zhang-sv
Copy link
Contributor

Summary

Added 2 abstract layers

How did you test your changes?

Manually

@@ -36,6 +35,10 @@ export class CoinbaseWalletProvider extends EventEmitter implements ProviderInte
return this.chain.id;
}

public get isCoinbaseWallet() {
return true;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for this

Copy link
Contributor

@nateReiners nateReiners left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signer Configurator looks good
[non blocking nit] I'm not sure about the PopupCommunicator / PopUpConfigurator distinction/naming but we can iterate later if needed 🚢

@fan-zhang-sv fan-zhang-sv merged commit afcc0c4 into master Mar 20, 2024
9 checks passed
@fan-zhang-sv fan-zhang-sv deleted the felix/signer-config branch March 20, 2024 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants