Releases: hyperliquid-dev/hyper-evm-lib
Releases · hyperliquid-dev/hyper-evm-lib
HIP-3 support
This version updates PrecompileLib.position() to use the Position2 precompile instead of Position, since Position2 takes in a uint32 perpDexIndex which supports HIP-3 dexes, unlike the uint16 in the original Position precompile. This version also adds support for HIP-3 dexes in the HyperCore simulator (for local testing of smart contracts).