Skip to content

Commit

Permalink
feat: support import of 1.4.1 safes
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom committed Sep 4, 2024
1 parent d27d0c6 commit fb0db19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Multisig/Logic/Ethereum/GnosisSafe.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class GnosisSafe {
}

var minimumSupportedVersionValue = "1.0.0"
var maximumSupportedVersionValue = "1.3.0"
var maximumSupportedVersionValue = "1.4.1"
private var minimumSupportedVersion: Version { Version(minimumSupportedVersionValue)! }
private var maximumSupportedVersion: Version { Version(maximumSupportedVersionValue)! }

Expand Down

0 comments on commit fb0db19

Please sign in to comment.