Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
feat(etherscan): use binaries.soliditylang.org (#2198)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Feb 27, 2023
1 parent 59781a4 commit bb63cf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ethers-etherscan/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ use ethers_core::types::Address;
use semver::Version;
use serde::{Deserialize, Deserializer};

static SOLC_BIN_LIST_URL: &str =
"https://raw.githubusercontent.com/ethereum/solc-bin/gh-pages/bin/list.txt";
static SOLC_BIN_LIST_URL: &str = "https://binaries.soliditylang.org/bin/list.txt";

/// Given a Solc [Version], lookup the build metadata and return the full SemVer.
/// e.g. `0.8.13` -> `0.8.13+commit.abaa5c0e`
Expand Down

0 comments on commit bb63cf1

Please sign in to comment.