Skip to content

Commit

Permalink
use fuji local machine (#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond authored Nov 25, 2024
1 parent 3b41235 commit 13e86b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/blockchaincmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,9 @@ func deployBlockchain(cmd *cobra.Command, args []string) error {
return err
}
}
if network.Kind == models.Fuji {
globalNetworkFlags.UseFuji = true
}
// anrSettings, avagoVersionSettings, globalNetworkFlags are empty
if err = node.StartLocalNode(
app,
Expand Down

0 comments on commit 13e86b4

Please sign in to comment.