Skip to content

Commit

Permalink
Update DonationBox.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Sep 10, 2024
1 parent f47e6e9 commit e46ba07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/chain-adapters/DonationBox.sol
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

import { Ownable } from "@openzeppelin5/contracts/access/Ownable.sol";
import { IERC20 } from "@openzeppelin5/contracts/token/ERC20/IERC20.sol";
import { SafeERC20 } from "@openzeppelin5/contracts/token/ERC20/utils/SafeERC20.sol";
import { Ownable } from "@openzeppelin/contracts5/access/Ownable.sol";
import { IERC20 } from "@openzeppelin/contracts5/token/ERC20/IERC20.sol";
import { SafeERC20 } from "@openzeppelin/contracts5/token/ERC20/utils/SafeERC20.sol";

/**
* @notice Users can donate tokens to this contract that only the owner can withdraw.
Expand Down

0 comments on commit e46ba07

Please sign in to comment.