@carrot-protocol/boost-http-client 0.2.15-group-refactor1-dev-0cb36de → 0.2.15-group-refactor1-dev-5b98a64

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.js CHANGED
@@ -127,10 +127,6 @@ class Client {
127
127
  changePercentage: Number(b.liquidation.changePercentage),
128
128
  }
129
129
  : null;
130
- //const emissionsOutstandingAndUnclaimed = new BN(
131
- // b.emissionsOutstandingAndUnclaimed,
132
- // "hex",
133
- //);
134
130
  const emissionsOutstandingAndUnclaimed = new anchor_1.BN(b.emissionsOutstandingAndUnclaimed, "hex");
135
131
  return {
136
132
  mint: new anchor_1.web3.PublicKey(b.mint),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carrot-protocol/boost-http-client",
3
- "version": "0.2.15-group-refactor1-dev-0cb36de",
3
+ "version": "0.2.15-group-refactor1-dev-5b98a64",
4
4
  "description": "HTTP client for Carrot Boost",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/index.ts CHANGED
@@ -152,10 +152,6 @@ export class Client {
152
152
  }
153
153
  : null;
154
154
 
155
- //const emissionsOutstandingAndUnclaimed = new BN(
156
- // b.emissionsOutstandingAndUnclaimed,
157
- // "hex",
158
- //);
159
155
  const emissionsOutstandingAndUnclaimed = new BN(
160
156
  b.emissionsOutstandingAndUnclaimed,
161
157
  "hex",