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

feat(gelato): add Gelato variant to ChainSubmitter enum #130

Open
luketchang opened this issue Apr 27, 2022 · 0 comments
Open

feat(gelato): add Gelato variant to ChainSubmitter enum #130

luketchang opened this issue Apr 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@luketchang
Copy link
Collaborator

luketchang commented Apr 27, 2022

  • once we have bindings for Gelato Relay SDK, we just need to integrate that into our ChainProvider enum
enum ChainProvider {
   Local(Arc<ethers::Middleware>),
   Gelato(GelatoClient),
}
@luketchang luketchang added the enhancement New feature or request label Apr 27, 2022
@luketchang luketchang changed the title feat(gelato): add Gelato variant to ChainProvider enum and implement shared trait feat(gelato): add Gelato variant to ChainProvider enum Apr 27, 2022
@luketchang luketchang changed the title feat(gelato): add Gelato variant to ChainProvider enum feat(gelato): add Gelato variant to ChainSubmitter enum Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant