@initia/initia.js 1.0.18 → 1.0.19

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
@@ -98805,7 +98805,8 @@ class vP extends Xe {
98805
98805
  async pool(e = {}, t = {}) {
98806
98806
  return this.c.get("/initia/mstaking/v1/pool", e, t).then((r) => ({
98807
98807
  bonded_tokens: fe.fromData(r.pool.bonded_tokens),
98808
- not_bonded_tokens: fe.fromData(r.pool.not_bonded_tokens)
98808
+ not_bonded_tokens: fe.fromData(r.pool.not_bonded_tokens),
98809
+ voting_power_weights: fe.fromData(r.pool.voting_power_weights)
98809
98810
  }));
98810
98811
  }
98811
98812
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@initia/initia.js",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "The JavaScript SDK for Initia",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Initia Foundation",