Skip to content

Commit

Permalink
feat: add feerate to fedimmint gateway card
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Jan 24, 2024
1 parent 1ece0f2 commit 34fd3e5
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,16 @@ export const FedimintGatewayCard = ({
</SingleLine>
</>
) : (
<div style={{ margin: '0px 0px 8px 0px', minHeight: '54px' }}>
<div style={{ minHeight: '54px' }}>
{renderLine('Total Amount', <Price amount={totalFedimintEcash} />)}
{renderLine(
'Connected Federations',
gatewayInfo.federations.length
)}
{renderLine(
'FeeRate (Base/PPM)',
`${gatewayInfo.fees.base_msat}/${gatewayInfo.fees.proportional_millionths}`
)}
</div>
)}
</Card>
Expand Down

0 comments on commit 34fd3e5

Please sign in to comment.