WA-521 tx-service url to localhost on development config

This commit is contained in:
apanizo 2018-08-17 11:37:09 +02:00
parent 73099b38d6
commit f2552beb62
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import { TX_SERVICE_HOST, ENABLED_TX_SERVICE_MODULES } from '~/config/names'
const devConfig = {
[TX_SERVICE_HOST]: 'https://safe-transaction-history.dev.gnosisdev.com/api/v1/',
[TX_SERVICE_HOST]: 'http://localhost:8000/api/v1/',
[ENABLED_TX_SERVICE_MODULES]: false,
}