Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Dec 19, 2024
1 parent fcc27d8 commit 14b7e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ exports[`ConfirmSendEther should render correct information for for confirm send
<button
class="button btn--rounded btn-primary page-container__footer-button"
data-testid="page-container-footer-next"
disabled=""
>
Confirm
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const sendEther = {
userFeeLevel: 'dappSuggested',
defaultGasEstimates: {
estimateType: 'dappSuggested',
gas: '0x5208',
gasLimit: '0x5208',
maxFeePerGas: '0x2540be400',
maxPriorityFeePerGas: '0x3b9aca00',
},
Expand Down

0 comments on commit 14b7e3d

Please sign in to comment.