Skip to content

Commit

Permalink
fix granite to map config
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod authored and GrapeBaBa committed Sep 26, 2024
1 parent 415cd8d commit e2d4f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/optimism/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ public Map<String, String> toConfigMap() {
entry("config.chainConfig.deltaTime", this.deltaTime.toString()),
entry("config.chainConfig.ecotoneTime", this.ecotoneTime.toString()),
entry("config.chainConfig.fjordTime", this.fjordTime.toString()),
entry("config.chainConfig.graniteTime", this.graniteTime.toString()),
entry("config.chainConfig.blockTime", this.blockTime.toString()),
entry("config.chainConfig.l2Tol1MessagePasser", this.l2Tol1MessagePasser));
}
Expand Down

0 comments on commit e2d4f84

Please sign in to comment.