Updated CHANGELOGS & MD docs

This commit is contained in:
Github Actions 2022-02-10 12:12:05 +00:00
parent 9a16e00577
commit 3aef29dace
2 changed files with 9 additions and 1 deletions

View File

@ -18,7 +18,8 @@
"note": "Fix add Native as VIP and use Path to compare all sources vs vip only",
"pr": 413
}
]
],
"timestamp": 1644495123
},
{
"version": "16.49.2",

View File

@ -5,6 +5,13 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v16.49.3 - _February 10, 2022_
* Fix `slippage` inconsistency when recalculated in exchange proxy quote consumer (#412)
* Fix incorrect output scaling when input is less than desired amount, update fast-abi (#401)
* Improve Uniswap V3 gas schedule (#397)
* Fix add Native as VIP and use Path to compare all sources vs vip only (#413)
## v16.49.2 - _January 31, 2022_
* Fix ABI encoding error with two hop buys due to applying slippage to uint(-1) values (#410)