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

Commit

Permalink
feat: adding paris and shanghai hardforks.
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy committed May 23, 2023
1 parent f7570a2 commit 82d8875
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-bobcats-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@viem/anvil": patch
---

Added `shanghai` and `paris` hardforks.
2 changes: 2 additions & 0 deletions packages/anvil.js/src/anvil/createAnvil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ type Hardfork =
| "London"
| "ArrowGlacier"
| "GrayGlacier"
| "Paris"
| "Shanghai"
| "Latest";

export type AnvilOptions = {
Expand Down

0 comments on commit 82d8875

Please sign in to comment.