Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Jan 28, 2025
1 parent bea7165 commit a7cedc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/evm/vm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ var (
genesisJSONCortina = genesisJSON(params.TestCortinaChainConfig)
genesisJSONDurango = genesisJSON(params.TestDurangoChainConfig)
genesisJSONEtna = genesisJSON(params.TestEtnaChainConfig)
genesisJSONLatest = genesisJSONEtna
genesisJSONFUpgrade = genesisJSON(params.TestFUpgradeChainConfig)
genesisJSONLatest = genesisJSONFUpgrade

genesisJSONCancun = genesisJSON(activateCancun(params.TestChainConfig))

Expand Down

0 comments on commit a7cedc8

Please sign in to comment.