Skip to content

Commit

Permalink
fix: hardcoded gasfee from local testing (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam authored May 9, 2024
1 parent 5a072c1 commit b88493e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const WithdrawButtonAndReceipt = ({
label: (
<WithTooltip tooltip="gas-fees">{stringGetter({ key: STRING_KEYS.GAS_FEE })}</WithTooltip>
),
value: <Output type={OutputType.Fiat} value={10} />,
value: <Output type={OutputType.Fiat} value={summary?.gasFee} />,
},
typeof summary?.bridgeFee === 'number' && {
key: 'bridge-fees',
Expand Down

0 comments on commit b88493e

Please sign in to comment.