Skip to content

Commit 09edf8f

Browse files
authored
chore: update Selectors API URLs to Sourcify (#12250)
Update API base URLs to 4byte.sourcify.dev
1 parent 1cb7c60 commit 09edf8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/common/src/selectors.rs

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

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";
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";
22+
const SELECTOR_IMPORT_URL: &str = "https://api.4byte.sourcify.dev/signature-database/v1/import";
2323

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

0 commit comments

Comments
 (0)