Skip to content

Commit

Permalink
fix previewnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
bjartek committed Feb 27, 2024
1 parent 7bd9936 commit 299fa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func WithNetwork(network string) OverflowOption {
o.Network = network
switch network {

case "testnet", "mainnet", "crescendo":
case "testnet", "mainnet", "crescendo", "previewnet":
o.DeployContracts = false
o.InitializeAccounts = false
o.StopOnError = false
Expand Down

0 comments on commit 299fa77

Please sign in to comment.