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
The denomination token should always be the quote and the base should be the token that we are asking the price for (see PPF.get).
quote
base
PPF.get
This is currently swapped in the Payroll contract so the rates will be inverted.
The text was updated successfully, but these errors were encountered:
This is probably something our tests should have caught early on 😅
Sorry, something went wrong.
Yep, unfortunately, rates were mocked for a long time
facuspagnuolo
Successfully merging a pull request may close this issue.
The denomination token should always be the
quote
and thebase
should be the token that we are asking the price for (seePPF.get
).This is currently swapped in the Payroll contract so the rates will be inverted.
The text was updated successfully, but these errors were encountered: