fix config (#1002)

This commit is contained in:
nicolas 2020-06-09 13:19:17 -03:00 committed by GitHub
parent ea1662bc6f
commit 509aefe286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ const devConfig = {
[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/',
//[SAFE_APPS_URL]: 'https://safe-apps.dev.gnosisdev.com/'
[SAFE_APPS_URL]: 'http://localhost:3002/'
[SAFE_APPS_URL]: 'https://safe-apps.dev.gnosisdev.com/'
}
export default devConfig