Releases: halotrade-zone/halotrade-contracts
Releases · halotrade-zone/halotrade-contracts
v1.0.2
v1.0.1
What's Changed
- 1 LP token will be only kept in LP token contract in the first time providing liquidity.
v1.0.1
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
What's Changed
- allowing user be able to change the value of
decimals
of LP Token when creating new pair
v1.0.0
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.