From 6643d34512fc0a655b30a016752e72e632481d18 Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Tue, 13 Feb 2024 21:54:39 +0400 Subject: [PATCH] fix pointers --- src/concrete/parser/OrderBookSubParser.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/concrete/parser/OrderBookSubParser.sol b/src/concrete/parser/OrderBookSubParser.sol index 058de36f1..0b8661b58 100644 --- a/src/concrete/parser/OrderBookSubParser.sol +++ b/src/concrete/parser/OrderBookSubParser.sol @@ -50,7 +50,7 @@ bytes constant SUB_PARSER_PARSE_META = bytes constant SUB_PARSER_WORD_PARSERS = hex"0fc70fe60ff7100810181029103a104b105c106d107e108e109f10b010c110d210e310f31103"; bytes constant SUB_PARSER_OPERAND_HANDLERS = - hex"125e125e125e125e125e125e125e125e125e125e125e125e125e125e125e125e125e12a31362"; + hex"12481248124812481248124812481248124812481248124812481248124812481248128d134c"; contract OrderBookSubParser is BaseRainterpreterSubParserNPE2 { using LibUint256Matrix for uint256[][];