FuelLabs/fuel-core

Unify defaults for config

Open

#975 opened on Feb 2, 2023

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (57,084 stars) (2,861 forks)batch import
fuel-coregood first issuetech-debt

Description

The cli run: https://github.com/FuelLabs/fuel-core/blob/3a88bececec821bf8ebbc33d001b84f34968a191/bin/fuel-core/src/cli/run.rs#L62 has a set of defaults that duplicate and are sometimes different to the actual defaults for the real config. We should unify these values so there is a single source of truth.

Contributor guide

Unify defaults for config · FuelLabs/fuel-core#975 | Good First Issue