Skip to content

Commit

Permalink
Code review rework
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-riley committed Oct 24, 2024
1 parent aa6130d commit a34c6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/cmd/guardiand/adminnodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func runListNodes(cmd *cobra.Command, args []string) {
{"Sei", vaa.ChainIDSei},
{"Scroll", vaa.ChainIDScroll},
{"Mantle", vaa.ChainIDMantle},
{"MonadDevnet", vaa.ChainIDMonadDevnet},
{"Blast", vaa.ChainIDBlast},
{"XLayer", vaa.ChainIDXLayer},
{"Linea", vaa.ChainIDLinea},
Expand All @@ -130,6 +129,7 @@ func runListNodes(cmd *cobra.Command, args []string) {
{"BaseSepolia", vaa.ChainIDBaseSepolia},
{"OptimismSepolia", vaa.ChainIDOptimismSepolia},
{"PolygonSepolia", vaa.ChainIDPolygonSepolia},
{"MonadDevnet", vaa.ChainIDMonadDevnet},
}

if len(only) > 0 {
Expand Down

0 comments on commit a34c6e9

Please sign in to comment.