Skip to content

Commit

Permalink
fix: Constructor args genesis validators root
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimo99 committed Jan 7, 2025
1 parent 1aaa2f0 commit e80265b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-light-client/solidity/tasks/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const getConstructorArgs = async (

let result = sha256(
config.FORK_VERSION.padEnd(66, '0') +
config.GENESIS_VALIDATORS_ROOT.slice(2),
config.GENESIS_VALIDATORS_ROOT,
);

return [
Expand Down

0 comments on commit e80265b

Please sign in to comment.