Update bundle.go
This commit is contained in:
parent
cd2a998980
commit
23eee4b3df
@ -10,7 +10,7 @@ var NetworkBundle string
|
|||||||
|
|
||||||
func GetNetworkBundle() string {
|
func GetNetworkBundle() string {
|
||||||
switch NetworkBundle {
|
switch NetworkBundle {
|
||||||
case "devnet", "2k", "debug":
|
case "devnet":
|
||||||
return "devnet"
|
return "devnet"
|
||||||
case "calibnet", "calibrationnet":
|
case "calibnet", "calibrationnet":
|
||||||
return "calibrationnet"
|
return "calibrationnet"
|
||||||
|
Loading…
Reference in New Issue
Block a user