Skip to content

Commit

Permalink
feat: add Delegation to storage deposit in balance breakdown (#8370)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpl121 authored Apr 12, 2024
1 parent 2e579f2 commit 602a13c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
nftOutputs: { amount: Number(storageDeposits?.nft ?? 0) },
accountOutputs: { amount: Number(storageDeposits?.account ?? 0) },
foundryOutputs: { amount: Number(storageDeposits?.foundry ?? 0) },
delegationOutputs: { amount: Number(storageDeposits?.delegation ?? 0) },
}
return { amount: totalStorageDeposit, subBreakdown }
Expand Down
4 changes: 4 additions & 0 deletions packages/shared/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,10 @@
"title": "Foundries",
"subtitle": "Reserved for Native Token Foundry storage"
},
"delegationOutputs": {
"title": "Delegations",
"subtitle": "Reserved for Delegation storage"
},
"unclaimed": {
"title": "Unclaimed transaction",
"subtitle": "Temporarily locked in unclaimed transactions"
Expand Down

0 comments on commit 602a13c

Please sign in to comment.