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