Skip to content

Staking contracts: ERC20 and Native IMX #273

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

Merged
merged 40 commits into from
May 7, 2025
Merged

Conversation

drinkcoffee
Copy link
Contributor

All the ability to stake using ERC20 tokens.

Add scripts to deploy staking contracts and interact with staking contracts.

@drinkcoffee drinkcoffee requested review from a team April 23, 2025 05:47
*/
interface IWIMX is IERC20 {
/**
* @notice Emitted when native ETH is deposited to the contract, and a corresponding amount of wETH are minted
Copy link
Contributor

@w3njah w3njah May 1, 2025

Choose a reason for hiding this comment

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

I believe ETH and wETH need to be replaced with IMX and wIMX in all comments.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. I copied this across from the bridge contracts repo. I will update so that it is correct here.

w3njah
w3njah previously approved these changes May 5, 2025
Copy link
Contributor

@w3njah w3njah left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@drinkcoffee drinkcoffee merged commit c91f0f1 into main May 7, 2025
8 checks passed
@drinkcoffee drinkcoffee deleted the peter-stakingerc20 branch May 15, 2025 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants