Skip to content

Commit 6669b79

Browse files
committed
improve query all endpoints example command
Signed-off-by: Gyuho Lee <[email protected]>
1 parent 5789a41 commit 6669b79

File tree

1 file changed

+1
-1
lines changed
  • avalancheup-aws/src/apply

1 file changed

+1
-1
lines changed

avalancheup-aws/src/apply/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2344,7 +2344,7 @@ default-spec --log-level=info --funded-keys={funded_keys} --region={region} --up
23442344
23452345
",
23462346
exec_path = exec_path.display(),
2347-
chain_rpc_urls = all_nodes_c_chain_rpc_urls.clone().join(","),
2347+
chain_rpc_urls = all_nodes_http_rpcs.clone().join(","),
23482348
)),
23492349
ResetColor
23502350
)?;

0 commit comments

Comments
 (0)