Uniswap V3 Swap - Part 1
We all know that Uniswap has become the most used DEX on the market and it has wide variety of features. The Uniswap v3 has many interesting features from v1 and v2. And in this guide, we will understand the technicalities on how to interact with the...
blog.jnalam.dev6 min read
Jweboy
I am focus on Javascript.
import { SingleHopSwap, IERC20 } from "../typechain-types";May I ask how the typechain-types piece is defined? Can you suggest a reference?