Skip to content

Commit

Permalink
log uniswap init code pair hash
Browse files Browse the repository at this point in the history
  • Loading branch information
pahor167 committed Sep 1, 2023
1 parent 5dba0fc commit 318d57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/test/common/feehandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 318d57e

Please sign in to comment.