Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienR1 committed Oct 19, 2023
1 parent d52e47c commit 0d5f498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,13 @@ Every table created by the user is extended by metadata associated with the rece

| Field | Type |
| ------------ | ------------------------ |
| entity_id | `String` |
| timestamp | `DateTime('UTC')` |
| block_number | `UInt32` |
| block_id | `FixedString(64)` |
| chain | `LowCardinality(String)` |
| module_hash | `FixedString(40)` |
| final_block | `Bool` |

An index is added to the tuple `(chain, module_hash)`.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "substreams-sink-clickhouse",
"version": "0.0.4",
"version": "0.0.5",
"description": "Substreams Clickhouse sink module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0d5f498

Please sign in to comment.