Skip to content

Commit

Permalink
Removed unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-immunefi committed Feb 7, 2024
1 parent c7d80fa commit 074704c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/oracle/lib/MockPyth.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ library MockPyth {
address constant HEVM_ADDRESS = address(bytes20(uint160(uint256(keccak256("hevm cheat code")))));
Vm constant vm = Vm(HEVM_ADDRESS);

bytes32 constant PRICE_INFO_SLOT_1 = 0xe68d140c40bcf819fa0c979283ee214833c0fb8baca15bcc600ae690d1a4d1ce;
bytes32 constant PRICE_INFO_SLOT_2 = 0xe68d140c40bcf819fa0c979283ee214833c0fb8baca15bcc600ae690d1a4d1cf;

struct Context {
PythUpgradable pythUpgradable;
}
Expand Down

0 comments on commit 074704c

Please sign in to comment.