Expand description
PoolSync: A library for synchronizing and managing various types of liquidity pools across different blockchains
This library provides functionality to interact with and synchronize data from various decentralized exchange protocols across multiple blockchain networks. It supports different pool types like Uniswap V2, Uniswap V3, and SushiSwap, and can work with multiple blockchain networks such as Ethereum and Base.
Macros§
- impl_
pool_ info - Macro for generating getter methods for all of the suppored pools
Structs§
- Balancer
V2Pool - Curve
TriCrypto Pool - Curve
TwoCrypto Pool - Maverick
Pool - Pool
Sync - The main struct for pool synchronization
- Rpc
- Tick
Info - Uniswap
V2Pool - Uniswap
V3Pool
Enums§
- Chain
- Enum representing supported blockchain networks
- Pool
- Represents a populated pool from any of the supported protocols
- Pool
Type - Enumerates the supported pool types
Traits§
- Pool
Info - Defines common methods that are used to access information about the pools