Skip to content

Releases: ferrumnet/LARS

v0.2.7

26 May 15:11

Choose a tag to compare

What's Changed

  • FundManager Name Updates by @salmanferrum in #6

Full Changelog: v0.2.6...v0.2.7

v0.2.6

25 Mar 18:08

Choose a tag to compare

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

22 Mar 22:06

Choose a tag to compare

Full Changelog: v0.2.3...v0.2.4

v0.2.3

14 Mar 15:10

Choose a tag to compare

Full Changelog: v0.2.2...v0.2.3

v0.2.2

14 Mar 14:45

Choose a tag to compare

What's Changed

  • addLiquidityByManager Added by @salmanferrum in #3

Full Changelog: v0.2.1...v0.2.2

v0.2.1

12 Mar 01:40

Choose a tag to compare

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, or arbitrum) 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.js Update: 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.js Update: 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 180

This 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