@gainsnetwork/sdk 0.1.19-rc1 → 0.1.19-rc2

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.
@@ -190,6 +190,7 @@ export type TraderFeeTiers = {
190
190
  traderInfo: TraderInfo;
191
191
  inboundPoints: number;
192
192
  outboundPoints: number;
193
+ lastDayUpdatedPoints: number;
193
194
  expiredPoints: number[];
194
195
  };
195
196
  export declare enum PairIndex {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.1.19-rc1",
3
+ "version": "0.1.19-rc2",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [