Skip to content

Releases: halotrade-zone/halotrade-contracts

v1.0.2

05 Jun 03:52
f56934c
Compare
Choose a tag to compare

The first official release of HaloTrade contracts.

v1.0.1

23 May 07:56
f56934c
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

What's Changed

  • 1 LP token will be only kept in LP token contract in the first time providing liquidity.

v1.0.1

22 May 03:26
cdcc734
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

What's Changed

  • Only the owner of the factory contract can add new pair and whitelist for pair creators.
  • Update the formula for calculating the rewarded LP token of the first time deposit liquidity.
  • Update native token registration mechanism.
  • Add some verification steps in source code.

v1.0.1

19 Apr 03:29
e26a032
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

What's Changed

  • allowing user be able to change the value of decimals of LP Token when creating new pair

v1.0.0

13 Apr 10:17
c3ae8e4
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

Version 1.0.0-beta

halotrade-contracts contains the necessary contracts for the automated market-maker on the Aura network. The contracts allow the admin to easily create and manage the list of pools for AMM. Users can also provide/withdraw their liquidity and swap assets.

Features

halo-router enables users to swap the offered asset through the pools and receive the asset they want.
hallo-factory allows the admin to manage the list of AMM pools.
halo-pair contains the information of a pool, including the pair of assets, the balance of each asset, and information on the LP token.