Skip to content

Commit

Permalink
fix: substreams graph remove keyword en
Browse files Browse the repository at this point in the history
  • Loading branch information
sahra-karakoc authored Sep 23, 2023
1 parent 86331e0 commit a35daed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ graph LR;
store_epoch_start[store: store_epoch_start];
store_epoch_count --> store_epoch_start;
sf.substreams.v1.Clock[source: sf.substreams.v1.Clock] --> store_epoch_start;
store_epoch_end[store: store_epoch_end];
store_epoch_count --> store_epoch_end;
sf.substreams.v1.Clock[source: sf.substreams.v1.Clock] --> store_epoch_end;
store_epoch_en[store: store_epoch_end];
store_epoch_count --> store_epoch_en;
sf.substreams.v1.Clock[source: sf.substreams.v1.Clock] --> store_epoch_en;
store_epoch_signal[store: store_epoch_signal];
map_storage_changes --> store_epoch_signal;
store_epoch_count --> store_epoch_signal;
Expand All @@ -101,7 +101,7 @@ graph LR;
sf.substreams.v1.Clock[source: sf.substreams.v1.Clock] --> graph_out;
map_events --> graph_out;
store_epoch_start -- deltas --> graph_out;
store_epoch_end -- deltas --> graph_out;
store_epoch_en -- deltas --> graph_out;
store_epoch_signal -- deltas --> graph_out;
store_epoch_stake -- deltas --> graph_out;
store_epoch_rewards -- deltas --> graph_out;
Expand Down

0 comments on commit a35daed

Please sign in to comment.