Skip to content

Commit

Permalink
chore: Update Protos (#300)
Browse files Browse the repository at this point in the history
* chore: Update Protos

Generate protos

* chore: Update Protos

Updates Protos
Updated Read me for buf gen

---------

Co-authored-by: Alex Risch <[email protected]>
  • Loading branch information
alexrisch and Alex Risch authored Apr 1, 2024
1 parent 4314f81 commit 672532b
Show file tree
Hide file tree
Showing 8 changed files with 2,836 additions and 2,329 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,3 +473,8 @@ The `env` parameter accepts one of three valid values: `dev`, `production`, or `
- `local`: Use to have a client communicate with an XMTP node you are running locally. For example, an XMTP node developer can set `env` to `local` to generate client traffic to test a node running locally.

The `production` network is configured to store messages indefinitely. XMTP may occasionally delete messages and keys from the `dev` network, and will provide advance notice in the [XMTP Discord community](https://discord.gg/xmtp).

## Generate Protobufs
```
buf generate buf.build/xmtp/proto
```
Loading

0 comments on commit 672532b

Please sign in to comment.