@bananapus/721-hook-v6 0.0.24 → 0.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bananapus/721-hook-v6",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -214,7 +214,7 @@ library JB721TiersHookLib {
214
214
  }
215
215
 
216
216
  if (splitTierCount != 0) {
217
- assembly {
217
+ assembly ("memory-safe") {
218
218
  mstore(splitTierIds, splitTierCount)
219
219
  mstore(splitAmounts, splitTierCount)
220
220
  }