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

Fix/gauge manager #35

Merged
merged 2 commits into from
Nov 10, 2023
Merged

Fix/gauge manager #35

merged 2 commits into from
Nov 10, 2023

Conversation

bout3fiddy
Copy link
Collaborator

new gauge implementation deployed to: 0xf2eff2Cd0d9C82b7b2f17FbBed703fA7931dB1da

changes:

...

@external
def __init__(_lp_token: address):
    """
    @notice Contract constructor
    @param _lp_token Liquidity Pool contract address
    """
    self.lp_token = _lp_token
    self.factory = msg.sender
    self.manager = tx.origin
    
    ...

Gauge manager set at: 0xa935245ba99f0acbe54fd3a5fde5823a62c21821b2dcc10675c78773728b82d8

@mattiascaricato
Copy link

new gauge implementation should be verified 0xf2eff2Cd0d9C82b7b2f17FbBed703fA7931dB1da

@bout3fiddy bout3fiddy merged commit c92ff1a into main Nov 10, 2023
2 checks passed
@bout3fiddy bout3fiddy deleted the fix/gauge_manager branch November 10, 2023 16:53
heswithme pushed a commit to heswithme/stableswap-ng that referenced this pull request Sep 25, 2024
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.

5 participants