Skip to content

Commit

Permalink
feat(values): Update modules for nethermind (#495)
Browse files Browse the repository at this point in the history
* Delete unnecessary Engine module from rpc and engine endpoint
* Delete Client module from engine endpoint as it is not supported
  • Loading branch information
TobiWo authored Jan 5, 2024
1 parent 13e48a8 commit 4b4725f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion charts/nethermind/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nethermind
description: .NET Core Ethereum client
type: application
version: 2.4.12
version: 2.4.13
appVersion: "v1.24.0"
keywords:
- ethereum
Expand Down
3 changes: 0 additions & 3 deletions charts/nethermind/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ jsonrpc:
- Net
- Parity
- Health
- Engine
host: "0.0.0.0"
ports:
rest: "8545"
Expand All @@ -149,9 +148,7 @@ jsonrpc:
- Net
- Eth
- Subscribe
- Engine
- Web3
- Client

merge:
# Defines whether the Merge plugin is enabled bundles are allowed.
Expand Down

0 comments on commit 4b4725f

Please sign in to comment.