Update bundle.go

This commit is contained in:
Jiaying Wang 2022-05-18 11:54:23 -04:00 committed by GitHub
parent cd2a998980
commit 23eee4b3df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ var NetworkBundle string
func GetNetworkBundle() string {
switch NetworkBundle {
case "devnet", "2k", "debug":
case "devnet":
return "devnet"
case "calibnet", "calibrationnet":
return "calibrationnet"