web icon indicating copy to clipboard operation
web copied to clipboard

Sending - Cosmos

Open 0xdef1cafe opened this issue 2 years ago • 1 comments

Overview

Cosmos uses a separate send form and hook from EVM and UTXO-based chains. We need to implement the same account selection functionality in this component as the common EVM and UTXO component.

References and additional details

  • https://github.com/shapeshift/web/blob/develop/src/plugins/cosmos/components/modals/Send/hooks/useFormSend/useFormSend.tsx#L43
  • https://github.com/shapeshift/web/blob/develop/src/plugins/cosmos/components/modals/Send/Form.tsx#L48

Acceptance Criteria

  • Implement account selection behind a feature flag that default to account 0 if not enabled.

Need By Date

No response

Screenshots/Mockups

No response

Estimated effort

1 day

0xdef1cafe avatar Aug 30 '22 20:08 0xdef1cafe

https://www.figma.com/proto/OHbVrAVaV2xQWUsq0nKzGm/ShapeShift-Library?node-id=1859%3A7412&scaling=min-zoom&page-id=1696%3A6577

reallybeard avatar Sep 01 '22 14:09 reallybeard