Skip to content

Commit 4ce83c5

Browse files
committed
set patches to branch
1 parent a019bc5 commit 4ce83c5

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/src/utils/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub fn get_provider_builder(config: &Config) -> Result<foundry_common::ProviderB
105105
builder = builder.jwt(jwt.as_ref());
106106
}
107107

108-
builder.build()
108+
Ok(builder)
109109
}
110110

111111
pub async fn get_chain<M>(chain: Option<Chain>, provider: M) -> Result<Chain>

crates/forge/tests/cli/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ forgetest!(can_extract_config_values, |prj: TestProject, mut cmd: TestCommand| {
115115
fs_permissions: Default::default(),
116116
__non_exhaustive: (),
117117
__warnings: vec![],
118+
eth_rpc_jwt: None,
118119
};
119120
prj.write_config(input.clone());
120121
let config = cmd.config();

0 commit comments

Comments
 (0)