File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
apps/portal/src/app/account/billing Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { DocImage } from "@doc";
22import billingSettings from " ../assets/billing-settings.png" ;
33import invoicesSettings from " ../assets/invoices-settings.png" ;
44import usageSettings from " ../assets/usage-settings.png" ;
5+ import rpcSettings from " ../assets/rpc-settings.png" ;
56import storageSettings from " ../assets/storage-settings.png" ;
67
78
@@ -49,15 +50,16 @@ To check your current usage and limits:
49501 . Visit the ** Usage** tab in your dashboard.
50512 . The ** Usage** tab is divided into two sections:
5152
52- ### Overview
53+ #### Overview
5354 - Number of In-App Wallets created
5455 - Total sponsored fees for wallets with account abstraction enabled
5556 - Number of RPC requests
5657 - Number of Storage Gateway requests
5758
5859<DocImage src = { usageSettings } />
60+ <DocImage src = { rpcSettings } />
5961
60- ### Storage
62+ #### Storage
6163 - Total size of files pinned
6264
6365<DocImage src = { storageSettings } />
You can’t perform that action at this time.
0 commit comments