Skip to content

Commit

Permalink
remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
iFrostizz committed Sep 3, 2024
1 parent a6cd1fc commit c827e2e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions contracts/test/PriceFeedImporterTests.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ contract PriceFeedImporterMock is PriceFeedImporter(bytes32(0), address(0), 0, "
}

contract PriceFeedImporterTest is Test {
address public constant WARP_PRECOMPILE_ADDRESS = 0x0200000000000000000000000000000000000005;
bytes32 public constant DEFAULT_BLOCKCHAIN_ID =
bytes32(hex"55e1fcfdde01f9f6d4c16fa2ed89ce65a8669120a86f321eef121891cab61241");
address public constant SOURCE_ORACLE_AGGREGATOR = 0x154baB1FC1D87fF641EeD0E9Bc0f8a50D880D2B6;

PriceFeedImporterMock public priceFeedImporter;
bytes32 public answerUpdatedEventSignature;

Expand Down

0 comments on commit c827e2e

Please sign in to comment.