@aurigami/sdk 1.15.0 → 1.15.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.
- package/ChangeLog.md +8 -0
- package/dist/sdk.cjs.development.js +1 -1
- package/dist/sdk.cjs.development.js.map +1 -1
- package/dist/sdk.cjs.production.min.js +1 -1
- package/dist/sdk.cjs.production.min.js.map +1 -1
- package/dist/sdk.esm.js +1 -1
- package/dist/sdk.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/interactors/misc.ts +5 -5
package/ChangeLog.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
# Change Logs
|
|
2
|
+
# 1.15.0:
|
|
3
|
+
- `SDKRead(...).setUserNotificationSettings(address: string, mail: string, utilisation: number, liquidation: boolean, captchaResponse: string)`:
|
|
4
|
+
- utilisation in range (0..1)
|
|
5
|
+
- `SDKRead(...).unsetUserNotificationSettings(address: string, captchaResponse: string)` use this to unsubscribe for notification
|
|
6
|
+
|
|
7
|
+
# 1.14.0:
|
|
8
|
+
- Fix cache bug
|
|
9
|
+
- Remove `stNEAR` in `DEPOSIT_ONLY_TOKENS` (this is for monitoring bot)
|
|
2
10
|
# 1.13.1
|
|
3
11
|
- Add `PlyGameRead(...).overallLeaderboard(): Promise<PlyGameLeaderboardItem[]>`: overall ranking of the top 50 users by amount of PULP unlocked
|
|
4
12
|
|
|
@@ -5324,7 +5324,7 @@ var MiscRead = /*#__PURE__*/function (_BlockchainEntityRead) {
|
|
|
5324
5324
|
switch (_context4.prev = _context4.next) {
|
|
5325
5325
|
case 0:
|
|
5326
5326
|
_context4.next = 2;
|
|
5327
|
-
return this.env.auriInternalLens.
|
|
5327
|
+
return this.env.auriInternalLens.callStatic.getAccountLiquidityAccrueInterest(userAddr);
|
|
5328
5328
|
|
|
5329
5329
|
case 2:
|
|
5330
5330
|
accountDetail = _context4.sent;
|