Add initial values and threshold to load Safe

This commit is contained in:
Germán Martínez 2019-05-20 11:17:53 +02:00
parent 277ae8f311
commit 27b297e37e
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export const safeFieldsValidation = async (values: Object) => {
)
const safeMaster = await getSafeMasterContract()
const masterCopy = safeMaster.address
const sameMasterCopy = checksummedProxyAddress === masterCopy
if (!sameMasterCopy) {
errors[FIELD_LOAD_ADDRESS] = SAFE_MASTERCOPY_ERROR