Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 863 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 863 Bytes

🦄 uniswap-skim-scanner 🦄


Inspired from uniswap-skim, uniswap-skim-scanner scans UniswapV2 clones across different L2s (eg. Honeyswap on xDai, Quickswap on Polygon, Pancakeswap on BSC) for skim opportunities.

Usage

# Install dependencies
npm install

# Fetch all pairs (only needed if the corresponding file is missing from './pairs')
npx hardhat --network xdai fetch-pairs

# Scan for skim opportunities
npx hardhat --network xdai scan-pairs

Todo

  • Improve speed by using multicall to fetch data from multiple pairs at the same time
  • Add contract and scripts for executing any outstanding skim opportunities
  • Support Avalanche by deploying the multicall contract
  • Investigate flakiness and wrong results