Skip to content

Commit

Permalink
fix: add fee exemptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Feb 3, 2025
1 parent ec199f2 commit 4fa5bff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/staking/app/register/[nodeId]/solo/SubmitSoloTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ export function SubmitSoloTab() {
label: dictShared('proxyApprovalCost'),
fee: feeFormattedProxyApproval,
tooltip: formulaProxyApproval,
noFee: !needsApproval,
noFeeReason: dictShared('proxyApprovalNotNeededTooltip', {
hasExemption: !needsApproval,
exemptionReason: dictShared('proxyApprovalNotNeededTooltip', {
amount: formatSENTBigInt(allowance, 0),
}),
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ export function ContributeFundsFeeActionModuleRow({
label: dictShared('proxyApprovalCost'),
fee: feeFormattedProxyApproval,
tooltip: formulaProxyApproval,
noFee: !needsApproval,
noFeeReason: dictShared('proxyApprovalNotNeededTooltip', {
hasExemption: !needsApproval,
exemptionReason: dictShared('proxyApprovalNotNeededTooltip', {
amount: formatSENTBigInt(allowance, 0),
}),
},
Expand Down

0 comments on commit 4fa5bff

Please sign in to comment.