Skip to content

Commit

Permalink
Refactor UpdateEIP1559Transaction Component (#4804)
Browse files Browse the repository at this point in the history
* updateTxn

* added a deprecating comment
  • Loading branch information
blackdevelopa authored Oct 4, 2022
1 parent 4cb5710 commit 3c353f6
Show file tree
Hide file tree
Showing 11 changed files with 1,543 additions and 504 deletions.
4 changes: 4 additions & 0 deletions app/components/UI/EditGasFee1559/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ const createStyles = (colors) =>
},
});

/**
* In the near future (ideally Q3 2022), the EditGasFee1559 component will be replaced with EditGasFee1559Update as part of the gas polling refactor that moves gas fee modifications to `app/core/GasPolling`. When the refactoring is completed, the EditGasFee1559Update will be renamed EditGasFee1559 and this component will be removed. The EditGasFee1559Update is currently being used in the Update Transaction (Speed Up/Cancel) flow.
*/

const EditGasFee1559 = ({
selected,
gasFee,
Expand Down
Loading

0 comments on commit 3c353f6

Please sign in to comment.