Add staker profile (#6517)

Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
pull/6521/head
Gabriel-Trintinalia 10 months ago committed by GitHub
parent 2077bb78c4
commit d53f6d5689
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      besu/src/main/java/org/hyperledger/besu/cli/config/ProfileName.java
  2. 1
      config/src/main/resources/profiles/staker.toml

@ -18,7 +18,8 @@ import org.apache.commons.lang3.StringUtils;
/** Enum for profile names. Each profile corresponds to a configuration file. */
public enum ProfileName {
/** The 'STAKER' profile */
STAKER("profiles/staker.toml"),
/** The 'MINIMALIST_STAKER' profile */
MINIMALIST_STAKER("profiles/minimalist-staker.toml"),
/** The 'DEV' profile. Corresponds to the 'profiles/dev.toml' configuration file. */

Loading…
Cancel
Save