Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ianflexa committed Nov 5, 2024
1 parent 063a72b commit 07283cf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion scripts/DeployZkSync.s.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: BUSL-1.1
pragma solidity ^0.8.0;
import {GovV3Helpers} from 'aave-helpers/GovV3Helpers.sol';
import {ZkSyncScript} from 'solidity-utils/contracts/utils/ScriptUtils.sol';
import {CLRatePriceCapAdapter} from '../src/contracts/CLRatePriceCapAdapter.sol';
import {AaveV3ZkSync, AaveV3ZkSyncAssets} from 'aave-address-book/AaveV3ZkSync.sol';
Expand Down
5 changes: 1 addition & 4 deletions tests/zksync/USDePriceCapAdapterZkSyncTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
pragma solidity ^0.8.0;

import '../BaseStableTest.sol';
import {PriceCapAdapterStable, IChainlinkAggregator} from '../../src/contracts/PriceCapAdapterStable.sol';
import {PriceCapAdapterStable} from '../../src/contracts/PriceCapAdapterStable.sol';
import {CapAdaptersCodeZkSync} from '../../scripts/DeployZkSync.s.sol';
import {AaveV3ZkSync} from 'aave-address-book/AaveV3ZkSync.sol';

contract USDePriceCapAdapterZKSyncTest is BaseStableTest {
constructor()
Expand All @@ -14,6 +13,4 @@ contract USDePriceCapAdapterZKSyncTest is BaseStableTest {
ForkParams({network: 'zksync', blockNumber: 47910214})
)
{}


}
3 changes: 0 additions & 3 deletions tests/zksync/sUSDePriceCapAdapterZkSyncTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import '../BaseTest.sol';

import {CLRatePriceCapAdapter} from '../../src/contracts/CLRatePriceCapAdapter.sol';
import {CapAdaptersCodeZkSync} from '../../scripts/DeployZkSync.s.sol';
import {AaveV3ZkSync} from 'aave-address-book/AaveV3ZkSync.sol';

contract sUSDePriceCapAdapterZkSyncTest is BaseTest {
constructor()
Expand All @@ -22,6 +21,4 @@ contract sUSDePriceCapAdapterZkSyncTest is BaseTest {
) internal override returns (IPriceCapAdapter) {
return new CLRatePriceCapAdapter{salt: 'test'}(capAdapterParams);
}


}
3 changes: 0 additions & 3 deletions tests/zksync/weETHPriceCapAdapterZkSyncTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import '../BaseTest.sol';

import {CLRatePriceCapAdapter} from '../../src/contracts/CLRatePriceCapAdapter.sol';
import {CapAdaptersCodeZkSync} from '../../scripts/DeployZkSync.s.sol';
import {AaveV3ZkSync, AaveV3ZkSyncAssets} from 'aave-address-book/AaveV3ZkSync.sol';

contract weETHPriceCapAdapterZkSyncTest is BaseTest {
constructor()
Expand All @@ -22,6 +21,4 @@ contract weETHPriceCapAdapterZkSyncTest is BaseTest {
) internal override returns (IPriceCapAdapter) {
return new CLRatePriceCapAdapter{salt: 'test'}(capAdapterParams);
}


}

0 comments on commit 07283cf

Please sign in to comment.