We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913853d commit d1e7943Copy full SHA for d1e7943
src/types/eth.ts
@@ -17,7 +17,7 @@ export type EthStake = {
17
balance: string | null;
18
consensus_rewards: string | null;
19
execution_rewards: string | null;
20
- effectiveBalance: string | null;
+ effective_balance: string | null;
21
deposit_tx_sender: string | null;
22
fee_recipient: string | null;
23
apy: number | null;
0 commit comments