Skip to content

Commit

Permalink
Update frontend/context/BalanceProvider.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Atatakai <[email protected]>
  • Loading branch information
truemiller and Tanya-atatakai authored Nov 14, 2024
1 parent b5f9e38 commit 55a64ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/context/BalanceProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const BalanceContext = createContext<{
totalEthBalance?: number;
totalOlasBalance?: number;
isLowBalance: boolean;
wallets?: Wallets[];
wallets?: Wallets;
walletBalances: WalletAddressNumberRecord;
agentSafeBalance?: ValueOf<WalletAddressNumberRecord>;
agentEoaBalance?: ValueOf<WalletAddressNumberRecord>;
Expand Down

0 comments on commit 55a64ec

Please sign in to comment.