Skip to content

Releases: hyperliquid-dev/hyper-evm-lib

HIP-3 support

24 Apr 03:10
b7bda14

Choose a tag to compare

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).