Skip to content

Commit

Permalink
transactionSummary updated w/o errors
Browse files Browse the repository at this point in the history
  • Loading branch information
elclandestin0 committed Dec 4, 2024
1 parent 012d90f commit d5bdf9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ const BridgeView = ({
<TransactionSummary
direction={direction}
address={connectedAccount}
gasBalance={Number(nativeTokenInformation?.tokenBalance)}
nativeBalance={Number(nativeTokenInformation?.tokenBalance)}
transferTime={
direction === 'DEPOSIT'
? `~${Math.floor((selectedLowNetwork.retryableCreationTimeout ?? 0) / 60)} min`
Expand All @@ -296,7 +296,7 @@ const BridgeView = ({
? 0.0
: coinUSDRate[selectedBridgeToken?.geckoId ?? ''].usd
}
gasTokenSymbol={
nativeTokenSymbol={
direction === 'DEPOSIT'
? (selectedLowNetwork?.nativeCurrency?.symbol ?? '')
: (selectedHighNetwork?.nativeCurrency?.symbol ?? '')
Expand Down

0 comments on commit d5bdf9c

Please sign in to comment.