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
polyJar 3a Curve am3CRV:
coin in pf-core/src/behavior/impl/p3crv.ts: const wmaticRewardsAmount = (await model.priceOf("matic")) * 1042784 * 6; // Multiplied by 6 to annualize the rewards const crvRewardsAmount = (await model.priceOf("crv")) * 796812 * 6;
const wmaticRewardsAmount = (await model.priceOf("matic")) * 1042784 * 6; // Multiplied by 6 to annualize the rewards const crvRewardsAmount = (await model.priceOf("crv")) * 796812 * 6;
What‘s the meaning of 1042784 and 796812 ? I found the reward's APY (matic and crv) is difference from curve.fi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
polyJar 3a
Curve am3CRV:
coin in pf-core/src/behavior/impl/p3crv.ts:
const wmaticRewardsAmount = (await model.priceOf("matic")) * 1042784 * 6; // Multiplied by 6 to annualize the rewards const crvRewardsAmount = (await model.priceOf("crv")) * 796812 * 6;
What‘s the meaning of 1042784 and 796812 ?
I found the reward's APY (matic and crv) is difference from curve.fi
The text was updated successfully, but these errors were encountered: