From 865f5650ea1669bbe362fd13370ef98cc2b2d7a3 Mon Sep 17 00:00:00 2001 From: Tanmay Date: Thu, 8 Aug 2024 21:22:17 -0400 Subject: [PATCH] move to unreleased --- changelog.md | 5 ++++- e2e/e2etests/test_crosschain_swap.go | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index c904c5af8d..d90f6157e4 100644 --- a/changelog.md +++ b/changelog.md @@ -13,6 +13,10 @@ * [2615](https://github.com/zeta-chain/node/pull/2615) - Refactor cleanup of outbound trackers +### Tests + +* [2661](https://github.com/zeta-chain/node/pull/2661) - update connector and erc20Custody addresses in tss migration e2e tests + ## v19.0.0 ### Breaking Changes @@ -110,7 +114,6 @@ * [2415](https://github.com/zeta-chain/node/pull/2415) - add e2e test for upgrade and test admin functionalities * [2440](https://github.com/zeta-chain/node/pull/2440) - Add e2e test for TSS migration * [2473](https://github.com/zeta-chain/node/pull/2473) - add e2e tests for most used admin transactions -* [2661](https://github.com/zeta-chain/node/pull/2661) - update connector and erc20Custody addresses in tss migration e2e tests ### Fixes diff --git a/e2e/e2etests/test_crosschain_swap.go b/e2e/e2etests/test_crosschain_swap.go index 61511b6ddd..a612e609ea 100644 --- a/e2e/e2etests/test_crosschain_swap.go +++ b/e2e/e2etests/test_crosschain_swap.go @@ -26,7 +26,6 @@ func TestCrosschainSwap(r *runner.E2ERunner, _ []string) { _, err := r.UniswapV2Factory.CreatePair(r.ZEVMAuth, r.ERC20ZRC20Addr, r.BTCZRC20Addr) if err != nil { r.Logger.Print("ℹ️ create pair error") - time.Sleep(3 * time.Second) // wait for sometime so that the } txERC20ZRC20Approve, err := r.ERC20ZRC20.Approve(r.ZEVMAuth, r.UniswapV2RouterAddr, big.NewInt(1e18))