@lombard.finance/sdk 3.2.0 → 3.4.0

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/README.md CHANGED
@@ -560,6 +560,7 @@ const withdrawal = await claimReward({
560
560
  rewardToken, // The reward token, e.g. RewardToken.BABY
561
561
  amount, // The amount to be claimed (withdrawn)
562
562
  to, // The destination address, e.g. BABYLON chain address.
563
+ signingDataVariant: 'json', // Optional signing data variant, available values: 'json', 'plain-text'
563
564
  chainId, // The chain id
564
565
  provider, // The EIP-1193 provider.
565
566
  });