From c18aa8e6f79aa93008afbf66546fd28b6452bf7e Mon Sep 17 00:00:00 2001 From: andri lim Date: Fri, 31 May 2024 14:36:25 +0700 Subject: [PATCH] Move --trusted-setup-file under ETHEREUM OPTIONS section instead under noCmd (#2257) --- nimbus/config.nim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nimbus/config.nim b/nimbus/config.nim index c646c10c0..573f7681c 100644 --- a/nimbus/config.nim +++ b/nimbus/config.nim @@ -211,6 +211,12 @@ type name: "evm" includeIfEvmc }: string + trustedSetupFile* {. + desc: "Load EIP-4844 trusted setup file" + defaultValue: none(string) + defaultValueDesc: "Baked in trusted setup" + name: "trusted-setup-file" .}: Option[string] + network {. separator: "\pETHEREUM NETWORK OPTIONS:" desc: "Name or id number of Ethereum network(mainnet(1), sepolia(11155111), holesky(17000), other=custom)" @@ -473,12 +479,6 @@ type defaultValueDesc: $defaultAdminListenAddressDesc name: "metrics-address" }: IpAddress - trustedSetupFile* {. - desc: "Load EIP-4844 trusted setup file" - defaultValue: none(string) - defaultValueDesc: "Baked in trusted setup" - name: "trusted-setup-file" .}: Option[string] - of `import`: blocksFile* {. argument