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

Downgrade to stable Starknet version #9

Merged
merged 3 commits into from
May 17, 2024

Commits on May 16, 2024

  1. Add getReceivableAmount and getSocializedLossFactor functions

    This is in preparation for being able to withdraw funds from Paradex.
    
    * `getSocializedLossFactor`: Get the current socialized loss factor from
      the Paraclear contract.
    * `getReceivableAmount`: Given a withdrawal amount, calculate the final
      amount that will be received depending on the socialized loss factor.
    luccamordente committed May 16, 2024
    Configuration menu
    Copy the full SHA
    99ce5ca View commit details
    Browse the repository at this point in the history
  2. Downgrade to stable Starknet version

    * v6 is considered "Next"
    * Downgrading to v5
    luccamordente committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ceb3161 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    df5cd49 View commit details
    Browse the repository at this point in the history