Skip to content

Commit

Permalink
statetest: Translate ArrowGlacier fork to EVM revision
Browse files Browse the repository at this point in the history
Set ArrowGlacier as alias of London EVM revision.
  • Loading branch information
rodiazet committed Aug 23, 2023
1 parent 14e660f commit 6453cd7
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 @@ -242,7 +242,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 6453cd7

Please sign in to comment.