Skip to content

Releases: tradeparadex/paradex-cli

v0.2.1

Choose a tag to compare

@amayvs amayvs released this 19 Jun 11:43
c121f33

What's Changed

  • feat: add sign-register-sub-operator-message command by @sv in #24
  • EVM (Argent v0.4.0/v0.5.0) account support + subkey management by @amayvs in #25
  • Bump version to 0.2.1 by @amayvs in #26
  • ci: publish to PyPI via trusted publishing (OIDC) by @amayvs in #29

New Contributors

  • @sv made their first contribution in #24

Full Changelog: v0.1.4...v0.2.1

v0.1.4

Choose a tag to compare

@amayvs amayvs released this 04 Dec 08:37
fdb89a2

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@amayvs amayvs released this 04 Dec 08:37
9a71980

What's Changed

  • Update contract calls to support latest versions by @amayvs in #3
  • Update dependencies and bump to v0.1.3 by @amayvs in #4

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@sv sv released this 27 Jun 06:31

Release Notes: Paradex CLI v0.1.2

Introducing trigger escape guardian command to allow changing guardian if guardian key is lost or set erroneously.

Commands:

Trigger Escape Guardian:

paradex_cli trigger-escape-guardian --env ENVIRONMENT

v0.1.1

Choose a tag to compare

@sv sv released this 19 Jun 08:13

Release Notes: Paradex CLI v0.1.1

🚀 Initial Release of Paradex CLI 🚀

Introducing Paradex CLI, a powerful tool for managing account contracts!

Commands:

  1. Print Account Info:

    • paradex_cli print-account-info ACCOUNT_ADDRESS
  2. Add Guardian:

    • paradex_cli add-guardian PUB_KEY
  3. Add Guardian Backup:

    • paradex_cli add-guardian-backup PUB_KEY
  4. Change Signer:

    • paradex_cli change-signer PUB_KEY
  5. Sign Invoke Tx:

    • paradex_cli sign-invoke-tx FILE_PATH
  6. Submit Invoke Tx:

    • paradex_cli submit-invoke-tx TX_FILE_PATH SIG_FILES
  7. Withdraw to L1:

    • paradex_cli withdraw-to-l1 L1_ADDRESS AMOUNT_DECIMAL
  8. Transfer on L2:

    • paradex_cli transfer-on-l2 L2_ADDRESS AMOUNT_DECIMAL
  9. Deposit to Paraclear:

    • paradex_cli deposit-to-paraclear AMOUNT_DECIMAL

Manage accounts, enhance security, and handle transactions seamlessly. Feedback and contributions are welcome on our GitHub repository.

Happy managing! 🌟