-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update README and and docs #53
Conversation
In the readme, update line 5 to the following:
|
Hi Erik, unfortunately I have another update to the copy. Here is the new one:
|
|
||
``` | ||
chain_id: u64 -- filter by chain id | ||
kind: String, -- filter by kind (zora_v2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really related to this change, but was just wondering if the kind
should also be used in the JSON payloads? Currently it's zoraV2
in JSON and zora_v2
in the filter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
likely yes, the key right now is derived from the serde of the PremintTypes enum, we could actually choose to go keyless and just have the message be top level, or we can override the enum serde label to be the same as kind
6bc06d7
to
4c3bcfa
Compare
No description provided.