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 8abde35 commit a472129Copy full SHA for a472129
crates/common/src/selectors.rs
@@ -17,8 +17,8 @@ use std::{
17
time::Duration,
18
};
19
20
-const BASE_URL: &str = "https://sourcify.dev/server";
21
-const SELECTOR_LOOKUP_URL: &str = "https://sourcify.dev/server/signature-database/v1/lookup";
+const BASE_URL: &str = "https://api.4byte.sourcify.dev";
+const SELECTOR_LOOKUP_URL: &str = "https://api.4byte.sourcify.dev/signature-database/v1/lookup";
22
23
/// The standard request timeout for API requests.
24
const REQ_TIMEOUT: Duration = Duration::from_secs(15);
0 commit comments