Skip to content

Commit 4300028

Browse files
committed
Address review comments
1 parent 0b890a8 commit 4300028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chain/ethereum/src/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pub struct EnvVars {
9191
/// This is a comma separated list of chain ids for which the gas field will not be set
9292
/// when calling `eth_call`.
9393
pub eth_call_no_gas: Vec<String>,
94-
/// Set by the flag `GRAPH_ETHEREUM_FORCE_RPC_FOR_BLOCK_PTRS`. Off by default.
94+
/// Set by the flag `GRAPH_ETHEREUM_FORCE_RPC_FOR_BLOCK_PTRS`. On by default.
9595
/// When enabled, forces the use of RPC instead of Firehose for loading block pointers by numbers.
9696
/// This is used in composable subgraphs. Firehose can be slow for loading block pointers by numbers.
9797
pub force_rpc_for_block_ptrs: bool,

0 commit comments

Comments
 (0)