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.
2 parents 032d34a + 71176dc commit d5a3c81Copy full SHA for d5a3c81
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v5.4.1
4
+
5
+- Fix default `poco-chain` `CMD`. (#127)
6
7
## v5.3.2
8
9
- remove EIP 1559 for native testchains
testchains/nethermind.dockerfile
@@ -99,4 +99,4 @@ COPY --from=builder /iexec-poco/build /build
99
## Configure entrypoint
100
###
101
ENTRYPOINT [ "/nethermind/Nethermind.Runner" ]
102
-CMD [ "--config poco-chain" ]
+CMD [ "--config", "poco-chain" ]
0 commit comments