mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-17 05:20:56 +00:00
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 masterCopy = safeMaster.address
|
||||
|
||||
|
||||
const sameMasterCopy = checksummedProxyAddress === masterCopy
|
||||
if (!sameMasterCopy) {
|
||||
errors[FIELD_LOAD_ADDRESS] = SAFE_MASTERCOPY_ERROR
|
||||
|
Loading…
x
Reference in New Issue
Block a user