Skip to content

Commit

Permalink
update goerli urls
Browse files Browse the repository at this point in the history
  • Loading branch information
JP Angelle committed Oct 24, 2023
1 parent d3641fd commit 03e45e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion centrifuge-app/src/components/OnboardingAuthProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ const isValidSignature = async (provider: any, safeAddress: string, messageHash:

const TX_SERVICE_URLS: Record<string, string> = {
'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) => {
Expand Down
2 changes: 1 addition & 1 deletion onboarding-api/src/utils/networks/evm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const verifySafeWallet = async (req: Request, res: Response) => {

const TX_SERVICE_URLS: Record<string, string> = {
'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) => {
Expand Down

0 comments on commit 03e45e4

Please sign in to comment.