You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable pool dex in and dex out are set to the following with the highest priority of these:
=== P1 (Already exists)
/v0/poolpairs/<x>/token_a_fee_pct
/v0/poolpairs/<x>/token_b_fee_pct
== P2 (New - to be implemented)
/v0/token/<x>/dex_in_fee_pct => Apply to all pools, unless overriden by above.
/v0/token/<x>/dex_out_fee_pct => Apply to all pools, unless overriden by above.
=== Don't see real use case, can skip it for now.
/v0/poolpairs/global/in_fee_pct => Apply to all pools, unless overriden by above
/v0/poolpairs/global/out_fee_pct => Apply to all pools, unless overriden by above
This enables DEX fees to be set per pool, or per token (to apply to all pools with the token), with per pool taking priority if set.
The text was updated successfully, but these errors were encountered:
@prasannavl: Thanks for opening an issue, it is currently awaiting triage.
The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.
Details
I am a bot created to help the DeFiCh developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the DeFiCh/oss-governance-bot repository.
Enable pool dex in and dex out are set to the following with the highest priority of these:
This enables DEX fees to be set per pool, or per token (to apply to all pools with the token), with per pool taking priority if set.
The text was updated successfully, but these errors were encountered: