Skip to content

Commit

Permalink
Revert modularizated repo contracts config
Browse files Browse the repository at this point in the history
Signed-off-by: nikolay <[email protected]>
  • Loading branch information
natanasow committed Nov 25, 2023
1 parent 4022297 commit c93989a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ public record ContractsConfig(
boolean precompileHrcFacadeAssociateEnabled,
@ConfigProperty(value = "evm.version.dynamic", defaultValue = "false") @NetworkProperty
boolean evmVersionDynamic,
@ConfigProperty(value = "evm.version", defaultValue = "v0.45") @NetworkProperty String evmVersion) {}
@ConfigProperty(value = "evm.version", defaultValue = "v0.38") @NetworkProperty String evmVersion) {}

0 comments on commit c93989a

Please sign in to comment.