Skip to content

Commit

Permalink
Fixed withdrawals property type bytes to address
Browse files Browse the repository at this point in the history
  • Loading branch information
kkeolmusae committed Oct 1, 2023
1 parent 4b445ae commit 7949282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-eth/src/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export const withdrawalsSchema = {
format: 'uint',
},
address: {
format: 'bytes32',
format: 'address',
},
amount: {
format: 'uint',
Expand Down

0 comments on commit 7949282

Please sign in to comment.