We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd61088 commit 348d332Copy full SHA for 348d332
docker/config/l2-genesis-initialization/init.sh
@@ -7,7 +7,7 @@ cp -T "genesis-besu.json.template" "genesis-besu.json"
7
cp -T "/coordinator/coordinator-config-v2.toml" "coordinator-config-v2-hardforks.toml"
8
9
fork_timestamp=$(($(date +%s) + 100))
10
-echo "Fork Timestamp: fork_timestamp"
+echo "Fork Timestamp: $fork_timestamp"
11
sed -i "s/%FORK_TIME%/$fork_timestamp/g" genesis-maru.json
12
sed -i "s/%FORK_TIME%/$fork_timestamp/g" genesis-besu.json
13
0 commit comments