Fix guardiand admin list-nodes for pythnet
Thanks @maiquanghiep Reported-By: Quang-Hiep Mai <maiquanghiepdl@gmail.com>
This commit is contained in:
parent
03746c7752
commit
214c3bc73a
|
@ -112,6 +112,7 @@ func runListNodes(cmd *cobra.Command, args []string) {
|
|||
{"Celo", vaa.ChainIDCelo},
|
||||
{"Near", vaa.ChainIDNear},
|
||||
{"Terra2", vaa.ChainIDTerra2},
|
||||
{"Pythnet", vaa.ChainIDPythNet},
|
||||
}
|
||||
|
||||
if isTestnet {
|
||||
|
|
Loading…
Reference in New Issue