This repository contains the core smart contracts for the Uniswap V3 Protocol forked for zkSync Era. For higher level contracts, see the era-uniswap-v3-periphery repository.
The primary license for zkSync Era Uniswap V3 Core is the GNU GPL v3 or later (GPL-3.0-or-later
), see LICENSE
.
- All files in
contracts/interfaces/
are licensed underGPL-2.0-or-later
(as indicated in their SPDX headers), seecontracts/interfaces/LICENSE
- Several files in
contracts/libraries/
are licensed underGPL-2.0-or-later
(as indicated in their SPDX headers), seecontracts/libraries/LICENSE_GPL
contracts/libraries/FullMath.sol
is licensed underMIT
(as indicated in its SPDX header), seecontracts/libraries/LICENSE_MIT
- All files in
contracts/test
remain unlicensed.