Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Liquidity fee is always 0.01% #247

Open
xavier506 opened this issue Nov 5, 2020 · 1 comment
Open

Add Liquidity fee is always 0.01% #247

xavier506 opened this issue Nov 5, 2020 · 1 comment
Assignees
Labels

Comments

@xavier506
Copy link
Member

xavier506 commented Nov 5, 2020

Jungle3 smart contracts have been updated, so that the fee for add liquidity is always 0.01%.

-[ ] show users a fixed ADD LIQUIDITY fee value of : 0.01%
-[ ] show users a fixed REMOVE LIQUIDITY fee value of : 0%
-[ ] adapt help texts and FAQ to describe new fee

image

@sergioyuhjtman
Copy link
Collaborator

sergioyuhjtman commented Nov 5, 2020

(Of course, also the transaction amounts have to be modified)

There is also a couple of changes in "vote fee":

-We decided for the moment to only allow values between 0.1% and 1% (in the contract's language this is between 10 and 100).

-The "updatefee" action was deprecated since now it is executed automatically each time a modification in the voting tables happen. Therefore we can remove "updatefee" from the voting transaction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants