@clober/v2-sdk 0.0.82 → 0.0.84

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.
@@ -49,7 +49,7 @@ export declare class Pool {
49
49
  export type PoolVolumeDto = {
50
50
  id: string;
51
51
  poolKey: `0x${string}`;
52
- intervalType: '1d';
52
+ intervalType: '5m';
53
53
  timestamp: bigint;
54
54
  currencyAVolume: bigint;
55
55
  currencyBVolume: bigint;
@@ -70,7 +70,7 @@ export type PoolSnapshotDto = {
70
70
  };
71
71
  export type PoolSpreadProfitDto = {
72
72
  id: string;
73
- intervalType: '1h';
73
+ intervalType: '5m';
74
74
  timestamp: bigint;
75
75
  accumulatedProfitInUsd: string;
76
76
  };
@@ -132,7 +132,7 @@ export type Currency6909Amount = {
132
132
  };
133
133
  export type PoolVolumeDto = {
134
134
  poolKey: `0x${string}`;
135
- intervalType: '1d';
135
+ intervalType: '5m';
136
136
  timestamp: number;
137
137
  currencyAVolume: CurrencyAmount;
138
138
  currencyBVolume: CurrencyAmount;
@@ -147,7 +147,7 @@ export type PoolSnapshotDto = {
147
147
  totalSupply: Currency6909Amount;
148
148
  };
149
149
  export type PoolSpreadProfitDto = {
150
- intervalType: '1h';
150
+ intervalType: '5m';
151
151
  timestamp: number;
152
152
  accumulatedProfitInUsd: string;
153
153
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clober/v2-sdk",
3
- "version": "0.0.82",
3
+ "version": "0.0.84",
4
4
  "description": "🛠 An SDK for building applications on top of Clober V2",
5
5
  "files": [
6
6
  "dist"