Skip to content

Commit

Permalink
comment AMPL test
Browse files Browse the repository at this point in the history
  • Loading branch information
rustboyar committed Apr 11, 2024
1 parent a79048e commit 807bc96
Showing 1 changed file with 14 additions and 23 deletions.
37 changes: 14 additions & 23 deletions tests/AaveV2/EthereumV2Test.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -170,29 +170,20 @@ contract EthereumV2USTTest is BaseTestV2 {
{}
}

contract EthereumV2AMPLTest is BaseTestV2 {
bytes[] public preRequisiteAdapters;

constructor()
BaseTestV2(
AaveV2EthereumAssets.AMPL_ORACLE,
ForkParams({network: 'mainnet', blockNumber: 19620358}),
AdapterParams({
preRequisiteAdapters: preRequisiteAdapters,
adapterCode: AdaptersEthBasedEthereum.AMPLtoETHAdapterCode()
})
)
{}

function test_something() public {
new CLSynchronicityPriceAdapterBaseToPeg(
AaveV3EthereumAssets.WETH_ORACLE,
AdaptersEthBasedEthereum.AMPL_ORACLE,
18,
'AMPL / USD / ETH'
);
}
}
// contract EthereumV2AMPLTest is BaseTestV2 {
// bytes[] public preRequisiteAdapters;

// constructor()
// BaseTestV2(
// AaveV2EthereumAssets.AMPL_ORACLE,
// ForkParams({network: 'mainnet', blockNumber: 19620358}),
// AdapterParams({
// preRequisiteAdapters: preRequisiteAdapters,
// adapterCode: AdaptersEthBasedEthereum.AMPLtoETHAdapterCode()
// })
// )
// {}
// }

contract EthereumV2DPITest is BaseTestV2 {
bytes[] public preRequisiteAdapters;
Expand Down

0 comments on commit 807bc96

Please sign in to comment.