We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf53cf6 commit d0e1327Copy full SHA for d0e1327
test/WstEthOracle.sol renamed to test/WstEthChainlinkAdapterTest.sol
@@ -6,7 +6,7 @@ import "../src/libraries/ErrorsLib.sol";
6
import "../lib/forge-std/src/Test.sol";
7
import "../src/adapters/WstEthChainlinkAdapter.sol";
8
9
-contract ChainlinkOracleTest is Test {
+contract WstEthChainlinkAdapterTest is Test {
10
IStEth internal constant ST_ETH = IStEth(0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84);
11
12
WstEthChainlinkAdapter internal oracle;
0 commit comments