From 8cf6a3bfb1608c1f66e919f7a5b07bff35e9b1a0 Mon Sep 17 00:00:00 2001 From: Ziyad c <61496868+ziyadonji@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:30:14 +0530 Subject: [PATCH 1/4] =?UTF-8?q?Add=20arbitrum-sepolia=20chain=20ID=20to=20?= =?UTF-8?q?GRAPH=5FETH=5FCALL=5FNO=5FGAS=C2=A0default=C2=A0value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chain/ethereum/src/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain/ethereum/src/env.rs b/chain/ethereum/src/env.rs index a7f6661449d..b9771632ec6 100644 --- a/chain/ethereum/src/env.rs +++ b/chain/ethereum/src/env.rs @@ -182,7 +182,7 @@ struct Inner { default = "100" )] target_triggers_per_block_range: u64, - #[envconfig(from = "GRAPH_ETHEREUM_GENESIS_BLOCK_NUMBER", default = "0")] + #[envconfig(from = "GRAPH_ETH_CALL_NO_GAS", default = "421613,421614")] genesis_block_number: u64, #[envconfig(from = "GRAPH_ETH_CALL_NO_GAS", default = "421613")] eth_call_no_gas: String, From bb2bf03a74b13a781447ffb874514181fbcdea9a Mon Sep 17 00:00:00 2001 From: Ziyad c <61496868+ziyadonji@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:11:47 +0530 Subject: [PATCH 2/4] Update env.rs --- chain/ethereum/src/env.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chain/ethereum/src/env.rs b/chain/ethereum/src/env.rs index b9771632ec6..75c313212b9 100644 --- a/chain/ethereum/src/env.rs +++ b/chain/ethereum/src/env.rs @@ -182,8 +182,8 @@ struct Inner { default = "100" )] target_triggers_per_block_range: u64, - #[envconfig(from = "GRAPH_ETH_CALL_NO_GAS", default = "421613,421614")] + #[envconfig(from = "GRAPH_ETHEREUM_GENESIS_BLOCK_NUMBER", default = "0")] genesis_block_number: u64, - #[envconfig(from = "GRAPH_ETH_CALL_NO_GAS", default = "421613")] + #[envconfig(from = "GRAPH_ETH_CALL_NO_GAS", default = "421613,421614")] eth_call_no_gas: String, } From c36d73aa51bafd0ccdba5c991f5adf0b279bab2d Mon Sep 17 00:00:00 2001 From: Ziyad c <61496868+ziyadonji@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:12:29 +0530 Subject: [PATCH 3/4] Update env.rs --- chain/ethereum/src/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain/ethereum/src/env.rs b/chain/ethereum/src/env.rs index 75c313212b9..be772dab682 100644 --- a/chain/ethereum/src/env.rs +++ b/chain/ethereum/src/env.rs @@ -184,6 +184,6 @@ struct Inner { target_triggers_per_block_range: u64, #[envconfig(from = "GRAPH_ETHEREUM_GENESIS_BLOCK_NUMBER", default = "0")] genesis_block_number: u64, - #[envconfig(from = "GRAPH_ETH_CALL_NO_GAS", default = "421613,421614")] + #[envconfig(from = "GRAPH_ETH_CALL_NO_GAS", default = "421613, 421614")] eth_call_no_gas: String, } From ed6dbb9d3ef0f9180c275d36cf3d16fdf1c8b929 Mon Sep 17 00:00:00 2001 From: Ziyad c <61496868+ziyadonji@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:37:58 +0530 Subject: [PATCH 4/4] Update env.rs --- chain/ethereum/src/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain/ethereum/src/env.rs b/chain/ethereum/src/env.rs index be772dab682..75c313212b9 100644 --- a/chain/ethereum/src/env.rs +++ b/chain/ethereum/src/env.rs @@ -184,6 +184,6 @@ struct Inner { target_triggers_per_block_range: u64, #[envconfig(from = "GRAPH_ETHEREUM_GENESIS_BLOCK_NUMBER", default = "0")] genesis_block_number: u64, - #[envconfig(from = "GRAPH_ETH_CALL_NO_GAS", default = "421613, 421614")] + #[envconfig(from = "GRAPH_ETH_CALL_NO_GAS", default = "421613,421614")] eth_call_no_gas: String, }