File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " app" ,
3- "version" : " 2.14.30 " ,
3+ "version" : " 2.14.31 " ,
44 "private" : true ,
55 "scripts" : {
66 "bump" : " bump patch --tag --commit 'testnet release '" ,
Original file line number Diff line number Diff line change @@ -363,13 +363,13 @@ export class CompositePool implements IPool {
363363 ? [ this . pool1 , this . pool2 ]
364364 : [ this . pool2 , this . pool1 ] ;
365365 const firstSwapFee = first . calcProviderFee ( x ) ;
366- const firstSwapOutput = first . calcSwapResult ( x ) ;
367- const secondSwapFee = second . calcProviderFee ( firstSwapOutput ) ;
366+ // const firstSwapOutput = first.calcSwapResult(x);
367+ // const secondSwapFee = second.calcProviderFee(firstSwapOutput);
368368 const firstSwapFeeInOutputAsset = second . calcSwapResult ( firstSwapFee ) ;
369369
370370 return AssetAmount (
371371 second . otherAsset ( firstSwapFee ) ,
372- firstSwapFeeInOutputAsset . add ( secondSwapFee ) ,
372+ firstSwapFeeInOutputAsset . add ( firstSwapFeeInOutputAsset ) ,
373373 ) ;
374374 }
375375
Original file line number Diff line number Diff line change 11{
22 "name" : " sifchain-ui" ,
3- "version" : " 2.14.14 " ,
3+ "version" : " 2.14.31 " ,
44 "private" : true ,
55 "license" : " UNLICENSED" ,
66 "packageManager" : " yarn@3.2.0" ,
You can’t perform that action at this time.
0 commit comments