Add initial values and threshold to load Safe
This commit is contained in:
parent
020465ed72
commit
c86333d264
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue