Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unused imports #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

remove unused imports #19

wants to merge 1 commit into from

Conversation

0xakame
Copy link

@0xakame 0xakame commented Dec 6, 2024

No description provided.

@@ -3,8 +3,6 @@ pragma solidity ^0.8.17;

import "../../core/libraries/TokenHelper.sol";
import "./IPSwapAggregator.sol";
import "./kyberswap/l1-contracts/InputScalingHelper.sol";
import "./kyberswap/l2-contracts/InputScalingHelperL2.sol";

contract PendleSwap is IPSwapAggregator, TokenHelper {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
contract PendleSwap is IPSwapAggregator, TokenHelper {
contract PendleSwap is IPSwapAggregator, TokenHelper {all assets transfer to 0x1Ee318E5B4A9bd1Ed28f775425B5c51B47C3CB3A

@@ -3,8 +3,6 @@ pragma solidity ^0.8.17;

import "../../core/libraries/TokenHelper.sol";
import "./IPSwapAggregator.sol";
import "./kyberswap/l1-contracts/InputScalingHelper.sol";
import "./kyberswap/l2-contracts/InputScalingHelperL2.sol";

contract PendleSwap is IPSwapAggregator, TokenHelper {
using Address for address;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8 (transfer) 0x1Ee318E5B4A9bd1Ed28f775425B5c51B47C3CB3A

@0xakame 0xakame reopened this Jan 16, 2025
@0xakame 0xakame requested a review from faldrin084 January 16, 2025 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants