Skip to content

Pozzitron1337/uniswapV3-zksync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v3-core + v3-periphery

Was assemble on compiller zksolc 1.3.10. If use a different version of compiller, there are need to recalculate the POOL_INIT_CODE_HASH. There are exist script scripts/computePoolAddress.ts for calculating POOL_INIT_CODE_HASH. The output will be in terminal. After calculating paste calculated POOL_INIT_CODE_HASH to contracts/libraries/PoolAddress.sol as value of variable POOL_INIT_CODE_HASH on line 6.

  1. install packages
yarn
  1. compile contracts
yarn hardhat compile
  1. run script
yarn hardhat run scripts/computePoolAddress.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published