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

fix(cli): clean command line argument + columns metrics #272

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

antiyro
Copy link
Member

@antiyro antiyro commented Sep 19, 2024

Removed required presets and chain config if a network was specified

NetworkType::Test => ChainConfig::from_preset("sepolia")?,
NetworkType::Devnet => ChainConfig::from_preset("test")?,
NetworkType::Integration => ChainConfig::from_preset("integration")?,
_ => {
Copy link
Member

@jbcaron jbcaron Sep 19, 2024

Choose a reason for hiding this comment

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

why the wildcard? all cases are already covered

@antiyro antiyro changed the title fix(db): fixing columns + presets + network fix(cli): clean command line argument + columns metrics Sep 19, 2024
@antiyro antiyro marked this pull request as draft September 19, 2024 11:24
@antiyro antiyro self-assigned this Sep 20, 2024
@antiyro antiyro added bug Something isn't working code quality labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code quality
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

2 participants