Rename incoming-transactions url to incoming-transfers
This commit is contained in:
parent
85f65f6216
commit
c0422bd7d1
|
@ -56,7 +56,7 @@ export const getTxServiceUriFrom = (safeAddress: string) =>
|
||||||
`safes/${safeAddress}/transactions/`
|
`safes/${safeAddress}/transactions/`
|
||||||
|
|
||||||
export const getIncomingTxServiceUriTo = (safeAddress: string) =>
|
export const getIncomingTxServiceUriTo = (safeAddress: string) =>
|
||||||
`safes/${safeAddress}/incoming-transactions/`
|
`safes/${safeAddress}/incoming-transfers/`
|
||||||
|
|
||||||
export const getRelayUrl = () => getConfig()[RELAY_API_URL]
|
export const getRelayUrl = () => getConfig()[RELAY_API_URL]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue