Skip to content

Commit

Permalink
Common: added forkHash for ArrowGlacier HF
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Nov 8, 2021
1 parent f598210 commit 7807f02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/block/test/difficulty.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ tape('[Header]: difficulty tests', (t) => {
require('./testdata/difficultyEIP2384_random.json').tests,
require('./testdata/difficultyEIP2384_random_to20M.json').tests
),
arrowGlacier: require('./testdata/difficultyArrowGlacier.json').difficultyArrowGlacier.ArrowGlacier
arrowGlacier: require('./testdata/difficultyArrowGlacier.json').difficultyArrowGlacier
.ArrowGlacier,
}

/* eslint-disable-next-line no-restricted-syntax */
Expand Down
2 changes: 1 addition & 1 deletion packages/common/src/chains/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
{
"name": "arrowGlacier",
"block": 13773000,
"forkHash": null
"forkHash": "0x20c327fc"
},
{
"name": "merge",
Expand Down

0 comments on commit 7807f02

Please sign in to comment.