diff --git a/centrifuge-app/src/components/OnboardingAuthProvider.tsx b/centrifuge-app/src/components/OnboardingAuthProvider.tsx index c287133d85..307ddb15fc 100644 --- a/centrifuge-app/src/components/OnboardingAuthProvider.tsx +++ b/centrifuge-app/src/components/OnboardingAuthProvider.tsx @@ -309,7 +309,7 @@ const isValidSignature = async (provider: any, safeAddress: string, messageHash: const TX_SERVICE_URLS: Record = { '1': 'https://safe-transaction-mainnet.safe.global/api', - '5': 'https://safe-transaction-goerli.staging.5afe.dev/api', + '5': 'https://safe-transaction-goerli.safe.global/api', } const fetchSafeMessage = async (safeMessageHash: string, chainId: number) => { diff --git a/onboarding-api/src/utils/networks/evm.ts b/onboarding-api/src/utils/networks/evm.ts index 23475a905f..02dc376266 100644 --- a/onboarding-api/src/utils/networks/evm.ts +++ b/onboarding-api/src/utils/networks/evm.ts @@ -124,7 +124,7 @@ export const verifySafeWallet = async (req: Request, res: Response) => { const TX_SERVICE_URLS: Record = { '1': 'https://safe-transaction-mainnet.safe.global/api', - '5': 'https://safe-transaction-goerli.staging.5afe.dev/api', + '5': 'https://safe-transaction-goerli.safe.global/api', } const fetchSafeMessage = async (safeMessageHash: string, chainId: number) => {