Set development endpoints to stable staging backends

This commit is contained in:
David Albela Pérez 2020-03-10 19:01:28 +01:00
parent e4c009f284
commit 411634afb0
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
import { TX_SERVICE_HOST, SIGNATURES_VIA_METAMASK, RELAY_API_URL } from '~/config/names'
const devConfig = {
[TX_SERVICE_HOST]: 'https://safe-transaction.dev.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.dev.gnosisdev.com/api/v1/',
[RELAY_API_URL]: 'https://safe-relay.staging.gnosisdev.com/api/v1/',
}
export default devConfig