mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-25 00:59:05 +00:00
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 => {
|
export const buildTxServiceUrl = (safeAddress: string): string => {
|
||||||
const address = checksumAddress(safeAddress)
|
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
|
const SUCCESS_STATUS = 201 // CREATED status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user