From 318d57e7f6488e27eb216f38a8dcc796a613de41 Mon Sep 17 00:00:00 2001 From: pahor167 <47992132+pahor167@users.noreply.github.com> Date: Fri, 1 Sep 2023 13:01:09 +0200 Subject: [PATCH] log uniswap init code pair hash --- packages/protocol/test/common/feehandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protocol/test/common/feehandler.ts b/packages/protocol/test/common/feehandler.ts index 3c8ee2527b1..12f3a93c4ec 100644 --- a/packages/protocol/test/common/feehandler.ts +++ b/packages/protocol/test/common/feehandler.ts @@ -543,7 +543,7 @@ contract('FeeHandler', (accounts: string[]) => { // 1. Skip these tests locally, as they will run in the CI anyway or // 2. Change the hash, you can get the hash for the parciular test deployment with the following: // // tslint:disable-next-line - // console.log('Uniswap INIT CODE PAIR HASH:', await uniswapFactory.INIT_CODE_PAIR_HASH()) + console.log('Uniswap INIT CODE PAIR HASH:', await uniswapFactory.INIT_CODE_PAIR_HASH()) beforeEach(async () => { deadline = (await web3.eth.getBlock('latest')).timestamp + 100