Skip to content

Commit

Permalink
Merge pull request #231 from rainlanguage/2024-02-13-bump-solmem
Browse files Browse the repository at this point in the history
bump solmem
  • Loading branch information
thedavidmeister authored Feb 13, 2024
2 parents e3df3e2 + 6643d34 commit a65305f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rain.solmem
2 changes: 1 addition & 1 deletion src/concrete/parser/OrderBookSubParser.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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[][];
Expand Down

0 comments on commit a65305f

Please sign in to comment.