Skip to content

Commit

Permalink
feat: agToken update
Browse files Browse the repository at this point in the history
  • Loading branch information
sogipec committed Dec 19, 2023
1 parent c98f52f commit 1462799
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
17 changes: 0 additions & 17 deletions contracts/agToken/AgTokenImmutable.sol

This file was deleted.

15 changes: 0 additions & 15 deletions contracts/agToken/AgTokenSideChain.sol

This file was deleted.

3 changes: 0 additions & 3 deletions contracts/agToken/AgTokenSideChainMultiBridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
/// @notice Contract for Angle agTokens on other chains than Ethereum mainnet
/// @dev This contract supports bridge tokens having a minting right on the stablecoin (also referred to as the canonical
/// or the native token)
/// @dev References:
/// - FRAX implementation: https://polygonscan.com/address/0x45c32fA6DF82ead1e2EF74d17b76547EDdFaFF89#code
/// - QiDAO implementation: https://snowtrace.io/address/0x5c49b268c9841AFF1Cc3B0a418ff5c3442eE3F3b#code
contract AgTokenSideChainMultiBridge is BaseAgToken {
using SafeERC20 for IERC20;

Expand Down

0 comments on commit 1462799

Please sign in to comment.