@wireio/stake 0.1.2 → 0.1.3

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.
@@ -13753,6 +13753,11 @@ class EthereumStakingClient {
13753
13753
  decimals: liqDecimals,
13754
13754
  symbol: liqSymbol
13755
13755
  },
13756
+ tracked: {
13757
+ amount: liqBalance,
13758
+ decimals: liqDecimals,
13759
+ symbol: liqSymbol
13760
+ },
13756
13761
  staked: {
13757
13762
  amount: BigNumber.from(0),
13758
13763
  decimals: liqDecimals,