rust icon indicating copy to clipboard operation
rust copied to clipboard

feat(gelato): add Gelato variant to `ChainSubmitter` enum

Open luketchang opened this issue 3 years ago • 0 comments

  • 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 avatar Apr 27 '22 15:04 luketchang