pair_sync
A simple library to get all pairs from any Dex and sync reserves.
//Initialize a vec to hold all the dexes
let mut dexes: = vec!;
//Add UniswapV3
dexes.push;
//Sync all pairs from Univ3
let pairs: = sync_pairs.await?;
Supported Dexes
| Dex | Status |
|---|---|
| UniswapV2 variants | ✅ |
| UniswapV3 | ✅ |