Skip to content

Commit

Permalink
chore: remove @uniswap/v2-core in remappings
Browse files Browse the repository at this point in the history
  • Loading branch information
thaixuandang committed Jul 25, 2024
1 parent 1b414c0 commit 8f6708f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/
@uniswap/lib/contracts/=lib/solidity-lib/contracts/
base64-sol/=lib/base64/
@uniswap/v2-core/contracts/=lib/v2-core/contracts/
@katana/v3-contracts/=src/
2 changes: 1 addition & 1 deletion src/periphery/libraries/PoolAddress.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity >=0.5.0;
/// @title Provides functions for deriving a pool address from the factory, tokens, and the fee
library PoolAddress {
bytes32 internal constant POOL_PROXY_INIT_CODE_HASH =
0x7ea3309dc602e4f5ac7e136ec42577d64c38801f15c8eeeea38c3f6e79ae689e;
0xd07ca541bf6075ecbda10494b7aec9a7cd9e513f7cf99ae88194d3ee27016912;

/// @notice The identifying key of the pool
struct PoolKey {
Expand Down

0 comments on commit 8f6708f

Please sign in to comment.