Skip to content

Commit

Permalink
fix: reth http api remove namespaces (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Jan 24, 2024
1 parent b05ea98 commit f4c3198
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/reth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: https://github.com/paradigmxyz/reth/raw/main/assets/reth.jpg
sources:
- https://github.com/paradigmxyz/reth/
type: application
version: 0.0.12
version: 0.0.13
maintainers:
- name: barnabasbusa
email: busa.barnabas@gmail.com
2 changes: 1 addition & 1 deletion charts/reth/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# reth

![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Reth (short for Rust Ethereum, pronunciation) is a new Ethereum full node implementation that is focused on being user-friendly, highly modular, as well as being fast and efficient. Reth is an Execution Layer (EL) and is compatible with all Ethereum Consensus Layer (CL) implementations that support the Engine API. It is originally built and driven forward by Paradigm, and is licensed under the Apache and MIT licenses.

Expand Down
1 change: 0 additions & 1 deletion charts/reth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ defaultCommandTemplate: |
--http
--http.addr=0.0.0.0
--http.port={{ .Values.httpPort }}
--http.api=eth,net,web3,txpool
--http.corsdomain=*
--ws
--ws.addr=0.0.0.0
Expand Down

0 comments on commit f4c3198

Please sign in to comment.