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