From 6434ddba2e61cc783ebf2b2b136b2b5bda24648c Mon Sep 17 00:00:00 2001
From: mohammadranjbarz <mranjbar.z2993@gmail.com>
Date: Mon, 7 Oct 2024 13:19:33 +0330
Subject: [PATCH] Update add-new-chain-to-givEconomy-guide.md

Co-authored-by: Amin Latifi <a.latifi.al@gmail.com>
---
 add-new-chain-to-givEconomy-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/add-new-chain-to-givEconomy-guide.md b/add-new-chain-to-givEconomy-guide.md
index 8f008b7..1dda049 100644
--- a/add-new-chain-to-givEconomy-guide.md
+++ b/add-new-chain-to-givEconomy-guide.md
@@ -118,7 +118,7 @@ all of these params are achieved in the previous steps
 3. Call the `getReward()` method in unipool givPower contract. the `result * percentage = the amount we show in harvest modal`
 
 ## Add subgraph configs
-Should add new network in https://github.com/Giveth/giveconomy-subgraph/blob/develop/networks.yaml with needed addresses (all addresses should be in the notion file)
+Should add new network in https://github.com/Giveth/giveconomy-subgraph/blob/develop/networks.yaml with corresponding addresses and start block (all addresses should be in the notion file)
 
 ## Integrate with Frontend
 You can know how to do it with looking at below PR