Skip to content

Commit

Permalink
v2.9.2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Sep 10, 2021
1 parent acaf5d8 commit 588d8bc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 30 deletions.
6 changes: 1 addition & 5 deletions dist/cjs/index.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -64747,10 +64747,6 @@ var RoutingProvider = (function (props) {

case 7:
roundedAmountBN = _context.sent;
console.log('route', route);
console.log('readableAmount', readableAmount);
console.log('readableAmount', round(readableAmount));
console.log('roundedAmountBN', roundedAmountBN.toString());
route.fromAmount = roundedAmountBN;
route.transaction.params.amounts[0] = roundedAmountBN;

Expand All @@ -64760,7 +64756,7 @@ var RoutingProvider = (function (props) {

return _context.abrupt("return", route);

case 16:
case 12:
case "end":
return _context.stop();
}
Expand Down
6 changes: 1 addition & 5 deletions dist/cjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2224,10 +2224,6 @@ var RoutingProvider = (function (props) {

case 7:
roundedAmountBN = _context.sent;
console.log('route', route);
console.log('readableAmount', readableAmount);
console.log('readableAmount', round(readableAmount));
console.log('roundedAmountBN', roundedAmountBN.toString());
route.fromAmount = roundedAmountBN;
route.transaction.params.amounts[0] = roundedAmountBN;

Expand All @@ -2237,7 +2233,7 @@ var RoutingProvider = (function (props) {

return _context.abrupt("return", route);

case 16:
case 12:
case "end":
return _context.stop();
}
Expand Down
6 changes: 1 addition & 5 deletions dist/es/index.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -64740,10 +64740,6 @@ var RoutingProvider = (function (props) {

case 7:
roundedAmountBN = _context.sent;
console.log('route', route);
console.log('readableAmount', readableAmount);
console.log('readableAmount', round(readableAmount));
console.log('roundedAmountBN', roundedAmountBN.toString());
route.fromAmount = roundedAmountBN;
route.transaction.params.amounts[0] = roundedAmountBN;

Expand All @@ -64753,7 +64749,7 @@ var RoutingProvider = (function (props) {

return _context.abrupt("return", route);

case 16:
case 12:
case "end":
return _context.stop();
}
Expand Down
6 changes: 1 addition & 5 deletions dist/es/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2217,10 +2217,6 @@ var RoutingProvider = (function (props) {

case 7:
roundedAmountBN = _context.sent;
console.log('route', route);
console.log('readableAmount', readableAmount);
console.log('readableAmount', round(readableAmount));
console.log('roundedAmountBN', roundedAmountBN.toString());
route.fromAmount = roundedAmountBN;
route.transaction.params.amounts[0] = roundedAmountBN;

Expand All @@ -2230,7 +2226,7 @@ var RoutingProvider = (function (props) {

return _context.abrupt("return", route);

case 16:
case 12:
case "end":
return _context.stop();
}
Expand Down
6 changes: 1 addition & 5 deletions dist/umd/index.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -64748,10 +64748,6 @@

case 7:
roundedAmountBN = _context.sent;
console.log('route', route);
console.log('readableAmount', readableAmount);
console.log('readableAmount', round(readableAmount));
console.log('roundedAmountBN', roundedAmountBN.toString());
route.fromAmount = roundedAmountBN;
route.transaction.params.amounts[0] = roundedAmountBN;

Expand All @@ -64761,7 +64757,7 @@

return _context.abrupt("return", route);

case 16:
case 12:
case "end":
return _context.stop();
}
Expand Down
6 changes: 1 addition & 5 deletions dist/umd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2214,10 +2214,6 @@

case 7:
roundedAmountBN = _context.sent;
console.log('route', route);
console.log('readableAmount', readableAmount);
console.log('readableAmount', round(readableAmount));
console.log('roundedAmountBN', roundedAmountBN.toString());
route.fromAmount = roundedAmountBN;
route.transaction.params.amounts[0] = roundedAmountBN;

Expand All @@ -2227,7 +2223,7 @@

return _context.abrupt("return", route);

case 16:
case 12:
case "end":
return _context.stop();
}
Expand Down

0 comments on commit 588d8bc

Please sign in to comment.