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

chore(sidecar): use alloy dependency instead of individual packages #143

Closed
merklefruit opened this issue Jul 18, 2024 · 0 comments · Fixed by #147
Closed

chore(sidecar): use alloy dependency instead of individual packages #143

merklefruit opened this issue Jul 18, 2024 · 0 comments · Fixed by #147
Assignees
Labels
C: bolt-sidecar Component: bolt-sidecar D-good-first-issue Difficulty: a great choice to get started! T: chore Type: Chore

Comments

@merklefruit
Copy link
Collaborator

replace this list of dependencies with just alloy with the correct feature flags.

# alloy
alloy-rpc-client = { version = "0.1.2", features = ["reqwest", "ws", "pubsub"] }
alloy-consensus = { version = "0.1.2", features = ["k256"] }
alloy-provider = { version = "0.1.2", features = ["ws"] }
alloy-signer = { version = "0.1.2" }
alloy-signer-local = { version = "0.1.2" }
alloy-transport = { version = "0.1.2" }
alloy-eips = { version = "0.1.2" }
alloy-transport-http = { version = "0.1.2" }
alloy-transport-ws = { version = "0.1.2" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: bolt-sidecar Component: bolt-sidecar D-good-first-issue Difficulty: a great choice to get started! T: chore Type: Chore
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants