Move --trusted-setup-file under ETHEREUM OPTIONS section instead under noCmd (#2257)

This commit is contained in:
andri lim 2024-05-31 14:36:25 +07:00 committed by GitHub
parent a375720c16
commit c18aa8e6f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -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