Skip to content

Commit

Permalink
Merge branch 'merge-coreth-master' into refactor-blockgascost
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur authored Feb 27, 2025
2 parents 60c0b55 + d2e7f08 commit 11b2ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/evm/vm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var (
genesisJSONDurango = genesisJSON(params.TestDurangoChainConfig)
genesisJSONEtna = genesisJSON(params.TestEtnaChainConfig)
genesisJSONFUpgrade = genesisJSON(params.TestFUpgradeChainConfig)
genesisJSONLatest = genesisJSONEtna
genesisJSONLatest = genesisJSONFUpgrade
)

func init() {
Expand Down

0 comments on commit 11b2ec3

Please sign in to comment.