Update endpoint to use new name (#1955)
This commit is contained in:
parent
57dfa8a3b3
commit
16c347e97e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue