Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use release 0.2.0 #30

Merged
merged 1 commit into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ env:
secret:
XMTPD_DB_WRITER_CONNECTION_STRING: "postgres://<username>:<password>@<host-service>:<port>/<database>?sslmode=disable"
XMTPD_SIGNER_PRIVATE_KEY: "<private-key>"
XMTPD_PAYER_PRIVATE_KEY: "<private-key>"
XMTPD_CONTRACTS_RPC_URL: "https://xmtp-testnet.g.alchemy.com/v2/<apikey>"
XMTPD_MLS_VALIDATION_GRPC_ADDRESS: "http://mls-validation-service.default.svc.cluster.local:50051"
XMTPD_CONTRACTS_CHAIN_ID: "241320161"
Expand Down Expand Up @@ -215,8 +214,9 @@ The payer service does not depend on the XMTPD service, a database, or the MLS s
It does require access to the public internet to read state from the blockchain.
It also requires write access to all known XMTP nodes in the cluster.

As of XMTPD docker image v0.1.1, all services require the same configuration options even though some might be unused.
As such, you can reuse the same config that we described in [Step 4](#Step-4-Install-the-xmtpd-node).
You can use the config defined in [Step 4](#Step-4-Install-the-xmtpd-node) as a starting point.
Set `XMTPD_PAYER_PRIVATE_KEY` to a key to a wallet that has been funded and can be used to pay for
blockchain messages and XMTP system messages.

Install the helm chart
```bash
Expand Down
4 changes: 2 additions & 2 deletions helm/xmtp-payer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: A Helm chart for XMTP Payer
type: application
maintainers:
- name: XMTPD
version: 0.1.0
appVersion: "v0.1.3"
version: 0.2.0
appVersion: "v0.2.0"
4 changes: 2 additions & 2 deletions helm/xmtpd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: A Helm chart for XMTPD
type: application
maintainers:
- name: XMTPD
version: 0.1.0
appVersion: "v0.1.3"
version: 0.2.0
appVersion: "v0.2.0"
Loading