Revert EIP 712 in Production

This commit is contained in:
apanizo 2018-09-28 09:56:33 +02:00
parent 166ea9c1ca
commit 84b456f33b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const prodConfig = {
[TX_SERVICE_HOST]: 'https://safe-transaction-history.dev.gnosisdev.com/api/v1/',
[ENABLED_TX_SERVICE_MODULES]: false,
[ENABLED_TX_SERVICE_REMOVAL_SENDER]: false,
[SIGNATURES_VIA_METAMASK]: true,
[SIGNATURES_VIA_METAMASK]: false,
}
export default prodConfig