@magmaprotocol/magma-clmm-sdk 0.5.107 → 0.5.109

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/dist/index.mjs CHANGED
@@ -2835,7 +2835,8 @@ function buildPosition(object) {
2835
2835
  fee_owed_a: "0",
2836
2836
  fee_growth_inside_b: "0",
2837
2837
  fee_owed_b: "0",
2838
- position_status: "Exists" /* Exists */
2838
+ position_status: "Exists" /* Exists */,
2839
+ name: fields.name
2839
2840
  };
2840
2841
  }
2841
2842
  const deletedResponse = getObjectDeletedResponse(object);