WA-521 tx-service url to localhost on development config
This commit is contained in:
parent
73099b38d6
commit
f2552beb62
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue