The following address for BLAST_POINTS_OPERATOR in the library is hardcoded constant, however when checking it on the blockexplorer of Blast, I couldn't associate it with anything. If it is wrong, then it would lead to the contracts calling this library to fail their calls.
Lines of code
https://github.com/code-423n4/2024-03-abracadabra-money/blob/1f4693fdbf33e9ad28132643e2d6f7635834c6c6/src/blast/libraries/BlastPoints.sol#L7
Vulnerability details
Impact
The following address for BLAST_POINTS_OPERATOR in the library is hardcoded constant, however when checking it on the blockexplorer of Blast, I couldn't associate it with anything. If it is wrong, then it would lead to the contracts calling this library to fail their calls.
Proof of Concept
Missing data about this address on Blast explorer
Tools Used
Manual review
Recommended Mitigation Steps
Consider double checking if the address is valid
Assessed type
Library