Skip to content
New issue

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

chore: ascendance feature extraction #6

Merged
merged 1 commit into from
Oct 28, 2024
Merged

chore: ascendance feature extraction #6

merged 1 commit into from
Oct 28, 2024

Conversation

DavidMinarsch
Copy link
Collaborator

No description provided.

@@ -96,7 +96,7 @@ interface IUniswap {
/// - Agent Jones would forget to collectThisMeme
/// - Any agent would call purgeThisMeme, which would cause Agent Jones's allocation of 125_000_000 worth of $SMTH to be burned.
contract MemeBase {
event OLASBridgedForBurn(address indexed olas, uint256 amount);
event OLASJourneyToAscendance(address indexed olas, uint256 amount);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed for the lore

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Valhalla!


// Burn OLAS
_bridgeAndBurn(OLASAmount);
scheduledForAscendance += burnPercentageOfUSDC;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't send this here, to improve UX for unleashThisMeme and also to have less bridging transactions ...

Base automatically changed from chores to main October 28, 2024 08:01
@kupermind kupermind merged commit 98a88bc into main Oct 28, 2024
4 of 6 checks passed
@kupermind kupermind deleted the ascendance branch October 28, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants