Fix missing testnet versions. Issue #13288 (#13323)

This commit is contained in:
Preston Van Loon 2023-12-12 15:44:14 -06:00 committed by GitHub
parent 3d61fd0436
commit 381116a3e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,8 @@ func init() {
E2ETestConfig(),
E2EMainnetTestConfig(),
InteropConfig(),
HoleskyConfig(),
SepoliaConfig(),
}
configs = newConfigset(defaults...)
// ensure that main net is always present and active by default