fix config (#1002)
This commit is contained in:
parent
ea1662bc6f
commit
509aefe286
|
@ -4,8 +4,7 @@ const devConfig = {
|
||||||
[TX_SERVICE_HOST]: 'https://safe-transaction.staging.gnosisdev.com/api/v1/',
|
[TX_SERVICE_HOST]: 'https://safe-transaction.staging.gnosisdev.com/api/v1/',
|
||||||
[SIGNATURES_VIA_METAMASK]: false,
|
[SIGNATURES_VIA_METAMASK]: false,
|
||||||
[RELAY_API_URL]: 'https://safe-relay.staging.gnosisdev.com/api/v1/',
|
[RELAY_API_URL]: 'https://safe-relay.staging.gnosisdev.com/api/v1/',
|
||||||
//[SAFE_APPS_URL]: 'https://safe-apps.dev.gnosisdev.com/'
|
[SAFE_APPS_URL]: 'https://safe-apps.dev.gnosisdev.com/'
|
||||||
[SAFE_APPS_URL]: 'http://localhost:3002/'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default devConfig
|
export default devConfig
|
||||||
|
|
Loading…
Reference in New Issue