AbstractSDK / cw-orchestrator

All-in-one Rust-based CosmWasm testing, scripting, and deployment tool.
https://orchestrator.abstract.money
GNU General Public License v3.0
75 stars 17 forks source link

Archway constantine-3 rpc url is not valid anymore #420

Closed ariesgun closed 2 months ago

ariesgun commented 2 months ago

packages/cw-orch-networks/src/networks/archway.rs

[2024-06-14T11:08:50Z WARN  cw_orch_daemon::channel] Cannot connect to gRPC endpoint: https://grpc.constantine.archway.tech:443, tonic::transport::Error(Transport, hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Name or service not known" })))
[2024-06-14T11:08:50Z WARN  cw_orch_daemon::channel] Cannot connect to gRPC endpoint: https://grpc.constantine.archway.tech:443, tonic::transport::Error(Transport, hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Name or service not known" })))
Kayanski commented 2 months ago

True ! This is fixed here: https://github.com/AbstractSDK/cw-orchestrator/commit/20eeaaafde4906cfa383a6cdf5791375822961ff. We will push a patch version asap for the crate

Kayanski commented 2 months ago

This is patched in https://crates.io/crates/cw-orch-networks (v0.22.2), run cargo update to update your local crates