diff --git a/src/config/development.js b/src/config/development.js index f09591a8..97867457 100644 --- a/src/config/development.js +++ b/src/config/development.js @@ -6,7 +6,7 @@ import { } from '~/config/names' const devConfig = { - [TX_SERVICE_HOST]: 'https://safe-transaction-service.staging.gnosisdev.com/api/v1/', + [TX_SERVICE_HOST]: 'https://safe-transaction.staging.gnosisdev.com/api/v1/', [SIGNATURES_VIA_METAMASK]: false, [RELAY_API_URL]: 'https://safe-relay.staging.gnosisdev.com/api/v1/', } diff --git a/src/config/production.js b/src/config/production.js index e1d063d4..5a0eab77 100644 --- a/src/config/production.js +++ b/src/config/production.js @@ -6,7 +6,7 @@ import { } from '~/config/names' const prodConfig = { - [TX_SERVICE_HOST]: 'https://safe-transaction-service.staging.gnosisdev.com/api/v1/', + [TX_SERVICE_HOST]: 'https://safe-transaction.staging.gnosisdev.com/api/v1/', [SIGNATURES_VIA_METAMASK]: false, [RELAY_API_URL]: 'https://safe-relay.staging.gnosisdev.com/api/v1/', }