Skip to content

Commit e34de56

Browse files
authored
Update contract-importer URL (#1816)
Signed-off-by: Jake Loo <[email protected]>
1 parent d1d5898 commit e34de56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@3rdweb-sdk/react/hooks/useImportContract.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function useImportContract() {
2121
network: chain,
2222
});
2323
const res = await fetch(
24-
`https://contract-importer-qj32.zeet-nftlabs.zeet.app/import`,
24+
`https://contract.thirdweb.com/import`,
2525
{
2626
method: "POST",
2727
headers: {

0 commit comments

Comments
 (0)