Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Oct 16, 2024
1 parent 534f05f commit cc3675d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/src/types/header.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export async function toEthHeader({
// Empty array for withdrawals (unused in this context)
withdrawals: [],
// Root hash of an empty trie.
// <https://github.com/paradigmxyz/reth/blob/main/crates/primitives/src/constants/mod.rs#L138>
// <https://github.com/alloy-rs/alloy/blob/e201df849552ee8e3279723de18add7ccf21e1ab/crates/consensus/src/constants.rs#L59>
withdrawalsRoot:
"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
// Convert base fee per gas to padded hexadecimal string
Expand Down

0 comments on commit cc3675d

Please sign in to comment.