Add initial values and threshold to load Safe
This commit is contained in:
parent
277ae8f311
commit
27b297e37e
|
@ -71,7 +71,7 @@ export const safeFieldsValidation = async (values: Object) => {
|
||||||
)
|
)
|
||||||
const safeMaster = await getSafeMasterContract()
|
const safeMaster = await getSafeMasterContract()
|
||||||
const masterCopy = safeMaster.address
|
const masterCopy = safeMaster.address
|
||||||
|
|
||||||
const sameMasterCopy = checksummedProxyAddress === masterCopy
|
const sameMasterCopy = checksummedProxyAddress === masterCopy
|
||||||
if (!sameMasterCopy) {
|
if (!sameMasterCopy) {
|
||||||
errors[FIELD_LOAD_ADDRESS] = SAFE_MASTERCOPY_ERROR
|
errors[FIELD_LOAD_ADDRESS] = SAFE_MASTERCOPY_ERROR
|
||||||
|
|
Loading…
Reference in New Issue