Last active
May 22, 2021 07:07
-
-
Save bhavya2611/0377a72cbb35911df3487805454227ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Web3 from "web3"; | |
import { abi as IUniswapV2Pair } from "@uniswap/v2-core/build/IUniswapV2Pair.json"; | |
import { BigNumber } from "bignumber.js"; | |
import { ChainId, Token, WETH, Fetcher, Route } from "@uniswap/sdk"; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment