Releases: ferrumnet/LARS
v0.2.7
v0.2.6
What's Changed
- Added New Network Configurations by @salmanferrum in #4
- Init Added for FundManagerAddress by @salmanferrum in #5
Full Changelog: v0.2.4...v0.2.6
v0.2.4
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
Release Notes
Overview
This release introduces significant updates to the balance monitoring and management system, allowing for greater flexibility and customization. Users can now specify the network (Ethereum, BSC, or Arbitrum), low threshold, high threshold, and the monitoring interval directly from the command line when starting the application.
What's Changed
- Liquidity Management Service by @salmanferrum in #2
Feature Enhancements
-
Network Specification: Users can specify the blockchain network (
ethereum,bsc, orarbitrum) as a command line argument. This update ensures that the application connects to the correct network for token management and balance monitoring. -
Dynamic Thresholds: The low and high balance thresholds can now be set via command line arguments. This feature allows users to customize balance monitoring thresholds based on their specific requirements.
-
Configurable Monitoring Interval: The interval for balance monitoring can be adjusted through a command line argument, providing users with the flexibility to set their desired monitoring frequency.
Technical Updates
-
initServices.jsUpdate: Modified to accept a network identifier as a parameter. This change dynamically sets the token address and RPC URL based on the specified network. -
main.jsUpdate: Enhanced to accept additional command line arguments for low threshold, high threshold, and monitoring interval. This improvement allows for a more customized and flexible setup.
Instructions for Use
To use the updated features, start the application with the following command structure:
npm start <network> <lowThreshold> <highThreshold> <interval>Example:
npm start ethereum 500 1000 180This command configures the application for the Ethereum network, sets the low balance threshold to 500, the high balance threshold to 1000, and the monitoring interval to 180 seconds.
New Contributors
- @salmanferrum made their first contribution in #2
- @taha-abbasi made contributions to release v0.2.0 and v0.2.1
Full Changelog: https://github.com/ferrumnet/LARS/commits/v0.2.1