@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.
- package/lib/stake.browser.js +5 -0
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +2 -2
- package/lib/stake.js +5 -0
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +5 -0
- package/lib/stake.m.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
- package/src/networks/ethereum/ethereum.ts +10 -2
- package/src/staker/staker.ts +1 -1
- package/src/staker/types.ts +2 -2
package/lib/stake.m.js
CHANGED
|
@@ -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,
|