Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix: add support for mergeForkIdTransition (#4463)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsmale90 committed Jul 4, 2023
1 parent 893b01b commit a40a813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/chains/ethereum/transaction/src/hardfork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export type Hardfork =
| "arrowGlacier"
| "grayGlacier"
| "merge"
| "mergeForkIdTransition"
| "shanghai";
2 changes: 2 additions & 0 deletions src/chains/ethereum/transaction/src/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const Params = {
| "arrowGlacier"
| "grayGlacier"
| "merge"
| "mergeForkIdTransition"
| "shanghai",
bigint
>([
Expand All @@ -47,6 +48,7 @@ export const Params = {
["arrowGlacier", 16n],
["grayGlacier", 16n],
["merge", 16n],
["mergeForkIdTransition", 16n],
["shanghai", 16n]
]),

Expand Down

0 comments on commit a40a813

Please sign in to comment.