Add eth-api-proxy to mainnet-eth stack. (#514)

* Add eth-api-proxy to mainnet-eth stack.
This commit is contained in:
2023-08-29 16:49:09 -05:00
committed by GitHub
parent 7f9b556f9d
commit d3c26948fc
5 changed files with 34 additions and 1 deletions
@@ -23,7 +23,7 @@ def setup(ctx):
return None
def create(ctx):
def create(ctx, extra_args):
# Generate the JWT secret and save to its config file
secret = token_hex(32)
jwt_file_path = ctx.deployment_dir.joinpath("data", "mainnet_eth_config_data", "jwtsecret")