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

Liquidity Pooler 🎱 #3

Closed
0xekez opened this issue Jun 2, 2023 · 0 comments
Closed

Liquidity Pooler 🎱 #3

0xekez opened this issue Jun 2, 2023 · 0 comments
Assignees

Comments

@0xekez
Copy link
Contributor

0xekez commented Jun 2, 2023

pub struct InstantiateMsg {
    lpPosition: LPPosition, // contains the pool to LP in as the denominations to LP.
    clockAddr: Addr,
    rewardsReceiver: Addr,
}

pub enum ExecuteMsg {
    Tick {},
    WithdrawRewards {}, // permissionless
}

pub enum MigrateMsg {
    Cancel {},
}

pub enum QueryMsg {
   LPPosition {},
   ClockAddress {},
}
@bekauz bekauz self-assigned this Jun 5, 2023
@bekauz bekauz closed this as completed Jun 29, 2023
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

No branches or pull requests

2 participants