darkforestry / amms-rs

A Rust library to interact with automated market makers across EVM chains.
438 stars 117 forks source link

feat(progress-bar): Add progress bar to know sync progress #188

Open wellimbharath opened 2 months ago

wellimbharath commented 2 months ago

Using indicatif to show the progress bar of populate amms

Motivation

There is no progress bar to know the current status of the sync.

Solution

Using indicatif to show the progress

PR Checklist