@injectivelabs/sdk-ts 1.12.0-beta.3 → 1.12.0-beta.4
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.
|
@@ -108,7 +108,7 @@ export interface MitoStakingPool {
|
|
|
108
108
|
apr: number;
|
|
109
109
|
totalLiquidity: number;
|
|
110
110
|
stakingAddress: string;
|
|
111
|
-
|
|
111
|
+
aprBreakdown: Record<string, number>;
|
|
112
112
|
}
|
|
113
113
|
export interface MitoStakingReward {
|
|
114
114
|
vaultName: string;
|
|
@@ -108,7 +108,7 @@ export interface MitoStakingPool {
|
|
|
108
108
|
apr: number;
|
|
109
109
|
totalLiquidity: number;
|
|
110
110
|
stakingAddress: string;
|
|
111
|
-
|
|
111
|
+
aprBreakdown: Record<string, number>;
|
|
112
112
|
}
|
|
113
113
|
export interface MitoStakingReward {
|
|
114
114
|
vaultName: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/sdk-ts",
|
|
3
3
|
"description": "SDK in TypeScript for building Injective applications in a browser, node, and react native environment.",
|
|
4
|
-
"version": "1.12.0-beta.
|
|
4
|
+
"version": "1.12.0-beta.4",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"author": {
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"shx": "^0.3.2",
|
|
70
70
|
"snakecase-keys": "^5.4.1"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "2f933116aac81330931ee282b58e1cb76b230bee",
|
|
73
73
|
"typedoc": {
|
|
74
74
|
"entryPoint": "./src/index.ts",
|
|
75
75
|
"readmeFile": "./README.md",
|