carbon-js-sdk 0.10.0 → 0.10.1-beta.1

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.
@@ -97,7 +97,7 @@ export interface QueryPerpPool7DaysAPY extends QueryByPageRequest {
97
97
  export interface PerpPool7DaysAPYEntry {
98
98
  latestPrice: number;
99
99
  previousPrice: number;
100
- last7DaysAPY: number;
100
+ apy: number;
101
101
  from: string;
102
102
  to: string;
103
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-js-sdk",
3
- "version": "0.10.0",
3
+ "version": "0.10.1-beta.1",
4
4
  "description": "TypeScript SDK for Carbon blockchain",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",