Add support for non-fork side of Phoenix (#11627)
* Add support for non-fork side of Phoenix * Change the primary identifier to ClassicNoPhoenix * Fix precompile config for non-fork side of Phoenix
This commit is contained in:
@@ -75,6 +75,7 @@ macro_rules! bundle_test_machine {
|
||||
bundle_release_spec! {
|
||||
"ethereum/callisto" => new_callisto,
|
||||
"ethereum/classic" => new_classic,
|
||||
"ethereum/classic_no_phoenix" => new_classic_no_phoenix,
|
||||
"ethereum/ellaism" => new_ellaism,
|
||||
"ethereum/ethercore" => new_ethercore,
|
||||
"ethereum/evancore" => new_evancore,
|
||||
|
||||
Reference in New Issue
Block a user