From a35daed05471fffbc1633d5eb3d52ab7cefe7c28 Mon Sep 17 00:00:00 2001 From: Sahra <107348755+sahra-karakoc@users.noreply.github.com> Date: Sat, 23 Sep 2023 13:37:42 +0300 Subject: [PATCH] fix: substreams graph remove keyword en --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a58c8d..b685442 100644 --- a/README.md +++ b/README.md @@ -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; @@ -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;