Skip to content

Commit

Permalink
statetests: Add Arrow Glacier fork name translation to rev.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodiazet committed Aug 22, 2023
1 parent 01446c7 commit 904987d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/statetest/statetest_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ evmc_revision to_rev(std::string_view s)
return EVMC_ISTANBUL;
if (s == "Berlin")
return EVMC_BERLIN;
if (s == "London")
if (s == "London" || s == "ArrowGlacier")
return EVMC_LONDON;
if (s == "Merge")
return EVMC_PARIS;
Expand Down

0 comments on commit 904987d

Please sign in to comment.