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