Skip to content

Commit

Permalink
add support for crescendo network
Browse files Browse the repository at this point in the history
  • Loading branch information
bjartek committed Jan 15, 2024
1 parent 0e0f0f2 commit b5319a2
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 @@ -327,7 +327,7 @@ func WithNetwork(network string) OverflowOption {
o.Network = network
switch network {

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

0 comments on commit b5319a2

Please sign in to comment.