Skip to content

Commit

Permalink
Fix missing testnet versions. Issue #13288 (#13323)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon authored Dec 12, 2023
1 parent 3d61fd0 commit 381116a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/params/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 381116a

Please sign in to comment.