Skip to content

Commit

Permalink
Update contracts/0.8.9/SepoliaDepositAdapter.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Eugene Mamin <TheDZhon@gmail.com>
  • Loading branch information
vp4242 and TheDZhon authored Feb 20, 2024
1 parent b334ea4 commit 401b886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/0.8.9/SepoliaDepositAdapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ contract SepoliaDepositAdapter is Ownable {
}

function recoverBepolia() external onlyOwner {
uint bepoliaOwnTokens = originalContract.balanceOf(address(this));
uint256 bepoliaOwnTokens = originalContract.balanceOf(address(this));
bool success = originalContract.transfer(owner(), bepoliaOwnTokens);
if (!success) {
revert TransferFailed();
Expand Down

0 comments on commit 401b886

Please sign in to comment.