Skip to content

Commit 988ece8

Browse files
committed
fix: Increase MockVariableDebtToken contract revision to avoid bytecode clashes during verification
1 parent de91bb4 commit 988ece8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/mocks/upgradeability/MockVariableDebtToken.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ contract MockVariableDebtToken is VariableDebtToken {
2222
{}
2323

2424
function getRevision() internal pure override returns (uint256) {
25-
return 0x2;
25+
return 0x3;
2626
}
2727
}

0 commit comments

Comments
 (0)