@typus/typus-sdk 1.2.75 → 1.2.76

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.
@@ -165,7 +165,7 @@ function getAccumulatedRewardGeneratedUSD() {
165
165
  queries: [
166
166
  {
167
167
  metricsQuery: {
168
- query: "premiumUSD",
168
+ query: "AccumulatedPremiumUSD",
169
169
  alias: "",
170
170
  id: "a",
171
171
  labelSelector: {},
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@typus/typus-sdk",
3
3
  "author": "Typus",
4
4
  "description": "typus sdk",
5
- "version": "1.2.75",
5
+ "version": "1.2.76",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.11.1",
8
8
  "@mysten/kiosk": "0.7.12",