Skip to content

Commit a472129

Browse files
committed
chore: migrate to new sourcify 4byte urls
1 parent 8abde35 commit a472129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/common/src/selectors.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ use std::{
1717
time::Duration,
1818
};
1919

20-
const BASE_URL: &str = "https://sourcify.dev/server";
21-
const SELECTOR_LOOKUP_URL: &str = "https://sourcify.dev/server/signature-database/v1/lookup";
20+
const BASE_URL: &str = "https://api.4byte.sourcify.dev";
21+
const SELECTOR_LOOKUP_URL: &str = "https://api.4byte.sourcify.dev/signature-database/v1/lookup";
2222

2323
/// The standard request timeout for API requests.
2424
const REQ_TIMEOUT: Duration = Duration::from_secs(15);

0 commit comments

Comments
 (0)