We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
合约支持不同的token pair配置不同的swap fee费率,当前前端是在代码中写死的3/1000的费率,改为通过合约接口get_amout_in和get_amout_out获取实际可swap的token数量,合约接口会处理不同的费率配置。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
合约支持不同的token pair配置不同的swap fee费率,当前前端是在代码中写死的3/1000的费率,改为通过合约接口get_amout_in和get_amout_out获取实际可swap的token数量,合约接口会处理不同的费率配置。
The text was updated successfully, but these errors were encountered: