feat:Add Kyber Elastic mixins (#677)

* add kyber elastic mixins

* update changelog

* fix changelog
This commit is contained in:
Kevin Liao
2023-03-09 12:33:14 -08:00
committed by GitHub
parent 3e939f7780
commit 03ea4e3dba
4 changed files with 24 additions and 2 deletions

View File

@@ -38,8 +38,8 @@ contract SwapERC20ForERC20Test is Test, ForkUtils, TestUtils {
function test_swapERC20ForERC20OnKyberElastic() public {
for (uint256 i = 0; i < chains.length; i++) {
// kyberelastic mixin not deployed to these chains yet (bsc, fantom, optimism)
if (i == 1 || i == 4 || i == 5) {
// kyberelastic mixin not added to fantom yet
if (i == 4) {
continue;
}
vm.selectFork(forkIds[chains[i]]);