## Test ``` yarn test ``` ## Import ``` yarn add kraiken-lib ``` then ``` import { bytesToUint256LittleEndian, uint256ToBytesLittleEndian } from "kraiken-lib/subgraph"; uint256ToBytesLittleEndian(3n); ``` ## get Snatch List ``` import { getSnatchList } from "kraiken-lib/snatch"; const positionIds = getSnatchList(positions, neededShares, maxTaxRateDecimal, stakeTotalSupply); ```