Skip to content

Commit

Permalink
Update MarketAutomation.sol (#2)
Browse files Browse the repository at this point in the history
updated feedlabel and querylabel to camel case (it will not work otherwise)
  • Loading branch information
stone4419 authored Aug 30, 2023
1 parent b385bf1 commit 04692d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MarketAutomation.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ contract MarketAutomation is ILogAutomation, FeedLookupCompatibleInterface, GMXA
uint256 public constant EXPECTED_LOG_EVENTDATA_ORDERTYPE_0 = 0;
uint256 public constant EXPECTED_LOG_EVENTDATA_ORDERTYPE_2 = 2;
uint256 public constant EXPECTED_LOG_EVENTDATA_ORDERTYPE_4 = 4;
string public constant STRING_DATASTREAMS_FEEDLABEL = "feedIDHex";
string public constant STRING_DATASTREAMS_QUERYLABEL = "BlockNumber";
string public constant STRING_DATASTREAMS_FEEDLABEL = "feedIdHex";
string public constant STRING_DATASTREAMS_QUERYLABEL = "blockNumber";

// IMMUTABLES
OrderHandler public immutable i_orderHandler;
Expand Down

0 comments on commit 04692d4

Please sign in to comment.