Skip to content

Commit

Permalink
Update futurenet tag to future (from soroban-dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Feb 13, 2024
1 parent a4f4b4e commit ced9964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/network/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ fn get_image_name(cmd: &Cmd) -> String {
// this can be overriden with the `-t` flag
let mut image_tag = match cmd.network {
Network::Testnet => "testing",
Network::Futurenet => "soroban-dev",
Network::Futurenet => "future",
_ => "latest", // default to latest for local and pubnet
};

Expand Down

0 comments on commit ced9964

Please sign in to comment.