@aurigami/sdk 1.8.3 → 1.8.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.
@@ -166,6 +166,24 @@ var REFERRAL_CAMPAIGNS = /*#__PURE__*/Object.fromEntries([['referral-2505', {
166
166
  }], ['referrer-2505', {
167
167
  start: 1652882400,
168
168
  end: 1653487199
169
+ }], ['referral-0106', {
170
+ start: 1653487200,
171
+ end: 1654091999
172
+ }], ['referrer-0106', {
173
+ start: 1653487200,
174
+ end: 1654091999
175
+ }], ['referral-0806', {
176
+ start: 1654092000,
177
+ end: 1654696799
178
+ }], ['referrer-0806', {
179
+ start: 1654092000,
180
+ end: 1654696799
181
+ }], ['referral-1506', {
182
+ start: 1654696800,
183
+ end: 1655301599
184
+ }], ['referrer-1506', {
185
+ start: 1654696800,
186
+ end: 1655301599
169
187
  }]]);
170
188
 
171
189
  var decimalRecords = {
@@ -4436,7 +4454,7 @@ var MiscRead = /*#__PURE__*/function (_BlockchainEntityRead) {
4436
4454
  balR = new BigNumber(bal.toString()).dividedBy(_1E18.toString());
4437
4455
  borR = new BigNumber(bor.toString()).dividedBy(_1E18.toString());
4438
4456
 
4439
- if (!(balR.lt(dust) || borR.lt(dust))) {
4457
+ if (!(balR.lt(dust) && borR.lt(dust))) {
4440
4458
  _context5.next = 26;
4441
4459
  break;
4442
4460
  }