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

[CONSOLE] show minimum deposit on token detail page #161

Closed
d10r opened this issue Apr 3, 2023 · 1 comment · Fixed by #192
Closed

[CONSOLE] show minimum deposit on token detail page #161

d10r opened this issue Apr 3, 2023 · 1 comment · Fixed by #192
Assignees
Labels
Team: Protocol Protocol Core, Sentinel, Peripherals, Protocol Infrastructure Tools & DevOps Type: Enhancement New feature or request

Comments

@d10r
Copy link
Contributor

d10r commented Apr 3, 2023

Tokens where minimum deposit is currently set:

  • Ethereum: ETHx, USDCx, DAIx
  • Polygon: AGOLD

When done, change https://docs.superfluid.finance/superfluid/sentinels/liquidations-and-toga#current-parameters to point to the console instead of hardcoding values. Also re-visit https://docs.superfluid.finance/superfluid/resources/superfluid-on-ethereum-mainnet.

@d10r d10r changed the title [console] show minimum deposit on token detail page [CONSOLE] show minimum deposit on token detail page Apr 3, 2023
@vmichalik
Copy link
Contributor

query MyQuery {
  tokenGovernanceConfigs(first: 25) {
    minimumDeposit
    token {
      id
    }
  }
}





@kasparkallas kasparkallas added the Team: Protocol Protocol Core, Sentinel, Peripherals, Protocol Infrastructure Tools & DevOps label Oct 4, 2023
@hellwolf hellwolf added the Type: Enhancement New feature or request label Oct 4, 2023
@0xdavinchee 0xdavinchee linked a pull request Oct 5, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team: Protocol Protocol Core, Sentinel, Peripherals, Protocol Infrastructure Tools & DevOps Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants