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
Make it possible to set a fee for pools creation via the "setFeeWallet" (e.g. set fee wallet address), "setFeeToken" (e.g. set fee ERC20-like tokens address), "setFeeAmount" (fee amount in tokens amount) contract's methods via the manage panel.
if a token is burnable (maybe the app should ask admins to turn on some switcher), use the "setBurnPercent" method to set the burn percent of the fee amount by creating each pool. (optional)
The text was updated successfully, but these errors were encountered:
Make it possible to set a fee for pools creation via the "setFeeWallet" (e.g. set fee wallet address), "setFeeToken" (e.g. set fee ERC20-like tokens address), "setFeeAmount" (fee amount in tokens amount) contract's methods via the manage panel.
if a token is burnable (maybe the app should ask admins to turn on some switcher), use the "setBurnPercent" method to set the burn percent of the fee amount by creating each pool. (optional)
The text was updated successfully, but these errors were encountered: