Skip to content

Commit de17ed6

Browse files
authored
Merge pull request #729 from safe-global/fix-l2-migration-contract-typo
Fix Typo In Migration Contract Comment
2 parents 965e2e9 + e3849a3 commit de17ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/libraries/SafeToL2Migration.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ contract SafeToL2Migration is SafeStorage {
115115
bytes32 newSingletonVersion = keccak256(abi.encodePacked(ISafe(l2Singleton).VERSION()));
116116

117117
require(oldSingletonVersion == newSingletonVersion, "L2 singleton must match current version singleton");
118-
// There's no way to make sure if address is a valid singleton, unless we cofigure the contract for every chain
118+
// There's no way to make sure if address is a valid singleton, unless we configure the contract for every chain
119119
require(
120120
newSingletonVersion == keccak256(abi.encodePacked("1.3.0")) || newSingletonVersion == keccak256(abi.encodePacked("1.4.1")),
121121
"Provided singleton version is not supported"

0 commit comments

Comments
 (0)