Skip to content

Commit

Permalink
Add betanet to recognized networks
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Aug 6, 2024
1 parent 31302b9 commit 679beea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/utils/network_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ func (nu NetworkUtils) CheckIfPredefinedNetwork(network string) bool {
switch network {
case testNet:
return true
case betaNet:
return true
default:
return false
}
Expand Down

0 comments on commit 679beea

Please sign in to comment.