We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce83c5 commit d402c6dCopy full SHA for d402c6d
crates/forge/tests/cli/config.rs
@@ -84,6 +84,7 @@ forgetest!(can_extract_config_values, |prj: TestProject, mut cmd: TestCommand| {
84
block_gas_limit: Some(100u64.into()),
85
memory_limit: 2u64.pow(25),
86
eth_rpc_url: Some("localhost".to_string()),
87
+ eth_rpc_jwt: None,
88
etherscan_api_key: None,
89
etherscan: Default::default(),
90
verbosity: 4,
0 commit comments