-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dont force trailing url slash (#25)
ref foundry-rs/foundry#6079 previously we were always adding a trailing / to the API URL resulting in cloudfare issues with certain API calls. the alloy-chan now never include a trialing slash so this is no longer necessary. instead of format!(url/api) we're now using url.join which takes care of adding missing / this can then be removed in foundry https://github.com/foundry-rs/foundry/blob/6fc74638b797b8e109452d3df8e26758f86f31fe/crates/forge/bin/cmd/verify/etherscan/mod.rs#L272-L272
- Loading branch information
Showing
1 changed file
with
7 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters