Skip to content

Commit

Permalink
fix: genBlockNumber as deployed rollUp manager block
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag-iitk committed Nov 25, 2024
1 parent b133786 commit 7e17ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/bridge-infra/bridge-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ BridgeVersion = "v1"
MaxConns = 20

[NetworkConfig]
GenBlockNumber = 0
GenBlockNumber = "{{.zkevm_rollup_manager_block_number}}"
PolygonBridgeAddress = "{{.zkevm_bridge_address}}"
PolygonZkEVMGlobalExitRootAddress = "{{.zkevm_global_exit_root_address}}"
PolygonRollupManagerAddress = "{{.zkevm_rollup_manager_address}}"
Expand Down

0 comments on commit 7e17ed2

Please sign in to comment.