Update endpoint to use new name (#1955)

This commit is contained in:
Daniel Sanchez 2021-02-25 16:46:28 +01:00 committed by GitHub
parent 57dfa8a3b3
commit 16c347e97e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ const calculateBodyFrom = async (
export const buildTxServiceUrl = (safeAddress: string): string => {
const address = checksumAddress(safeAddress)
return `${getSafeServiceBaseUrl(address)}/transactions/?has_confirmations=True`
return `${getSafeServiceBaseUrl(address)}/multisig-transactions/?has_confirmations=True`
}
const SUCCESS_STATUS = 201 // CREATED status