Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 922 Bytes

File metadata and controls

38 lines (25 loc) · 922 Bytes

Summary

This PR adds Turrets server-side signing support to the frontend settings page, allowing users to deploy DCA and stop-loss txFunctions through the existing backend challenge/verification flow.

Type of change

  • Bug fix
  • New feature
  • Documentation update
  • Refactor / chore
  • Smart contract change

Related issue

Closes #282

Changes

  • Added Turrets UI to frontend/pages/settings.tsx
  • Integrated Turrets challenge creation and deploy flow with Freighter signing
  • Added deployment list, refresh, pause/resume buttons, and status display

Testing

  • Tested locally on Testnet
  • Added/updated unit tests
  • Manually tested UI flow

Screenshots (if UI change)

Checklist

  • My code follows the project style
  • I've updated docs if needed
  • No console errors or warnings
  • I've rebased on latest main