mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: Increase MockVariableDebtToken contract revision to avoid bytecode clashes during verification
This commit is contained in:
parent
de91bb498b
commit
988ece8340
|
@ -22,6 +22,6 @@ contract MockVariableDebtToken is VariableDebtToken {
|
||||||
{}
|
{}
|
||||||
|
|
||||||
function getRevision() internal pure override returns (uint256) {
|
function getRevision() internal pure override returns (uint256) {
|
||||||
return 0x2;
|
return 0x3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user