Skip to content

Commit

Permalink
use const
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Nov 1, 2023
1 parent eb13295 commit 38404a5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,9 @@ public Builder applyNetworkDefaults(final String networkName) {
}

private Builder resetAndApplyBasicDefaults(final String networkName) {
return reset().trustedSetupFromClasspath("mainnet-trusted-setup.txt").constants(networkName);
return reset()
.trustedSetupFromClasspath(MAINNET_TRUSTED_SETUP_FILENAME)
.constants(networkName);
}

public Builder applyNetworkDefaults(final Eth2Network network) {
Expand Down

0 comments on commit 38404a5

Please sign in to comment.