Skip to content

Commit d1e7943

Browse files
committed
typo
1 parent 913853d commit d1e7943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/eth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export type EthStake = {
1717
balance: string | null;
1818
consensus_rewards: string | null;
1919
execution_rewards: string | null;
20-
effectiveBalance: string | null;
20+
effective_balance: string | null;
2121
deposit_tx_sender: string | null;
2222
fee_recipient: string | null;
2323
apy: number | null;

0 commit comments

Comments
 (0)