Skip to content

Commit

Permalink
Fix svc manager address
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Sep 24, 2024
1 parent 9c2cedd commit d60d908
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/eigenda-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: eigenda-proxy
apiVersion: v2
version: 0.2.0
version: 0.2.1
description: Helm chart deploying Layr-Labs eigenda-proxy
home: https://clabs.co
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/eigenda-proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eigenda-proxy

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)

Helm chart deploying Layr-Labs eigenda-proxy

Expand Down Expand Up @@ -36,7 +36,7 @@ Helm chart deploying Layr-Labs eigenda-proxy
| config.disperser.rpc | string | `"disperser-holesky.eigenda.xyz:443"` | |
| config.eth.confirmationDepth | int | `1` | |
| config.eth.rpc | string | `"https://ethereum-holesky-rpc.publicnode.com"` | |
| config.eth.serviceManagerAddr | string | `"0x44632dfBdCb6D3E21EF613B0ca8A6A0c618F5a37"` | |
| config.eth.serviceManagerAddr | string | `"0xD4A7E1Bd8015057293f0D0A557088c286942e84b"` | |
| config.privateKey.value | string | `""` | |
| extraArgs | list | `[]` | |
| fullnameOverride | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/eigenda-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ config:
eth:
confirmationDepth: 1
rpc: https://ethereum-holesky-rpc.publicnode.com
serviceManagerAddr: 0x44632dfBdCb6D3E21EF613B0ca8A6A0c618F5a37
serviceManagerAddr: 0xD4A7E1Bd8015057293f0D0A557088c286942e84b
privateKey:
value: ""
# secretName: test
Expand Down

0 comments on commit d60d908

Please sign in to comment.