We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b890a8 commit 4300028Copy full SHA for 4300028
chain/ethereum/src/env.rs
@@ -91,7 +91,7 @@ pub struct EnvVars {
91
/// This is a comma separated list of chain ids for which the gas field will not be set
92
/// when calling `eth_call`.
93
pub eth_call_no_gas: Vec<String>,
94
- /// Set by the flag `GRAPH_ETHEREUM_FORCE_RPC_FOR_BLOCK_PTRS`. Off by default.
+ /// Set by the flag `GRAPH_ETHEREUM_FORCE_RPC_FOR_BLOCK_PTRS`. On by default.
95
/// When enabled, forces the use of RPC instead of Firehose for loading block pointers by numbers.
96
/// This is used in composable subgraphs. Firehose can be slow for loading block pointers by numbers.
97
pub force_rpc_for_block_ptrs: bool,
0 commit comments