Skip to content

Commit

Permalink
revert test origin
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Feb 22, 2024
1 parent fe1bb95 commit 90bcfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/oSnap/utils/getters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ export async function fetchImplementationAddress(
*/
export async function isConfigCompliant(safeAddress: string, chainId: string) {
const res = await fetch(
`http://localhost:3000/api/space-config?address=${safeAddress}&chainId=${chainId}`
`https://osnap.uma.xyz/api/space-config?address=${safeAddress}&chainId=${chainId}`
);
if (!res.ok) {
throw new Error('Unable to fetch setting status');
Expand Down

0 comments on commit 90bcfb6

Please sign in to comment.