From f34b85752e0bb952a26e36f27b635baa728a82cc Mon Sep 17 00:00:00 2001 From: David Leng Date: Mon, 16 Jun 2025 15:04:11 +0800 Subject: [PATCH 1/2] fix error --- cw-orch-daemon/src/proto/injective.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cw-orch-daemon/src/proto/injective.rs b/cw-orch-daemon/src/proto/injective.rs index 1cf99348b..bdbf051a2 100644 --- a/cw-orch-daemon/src/proto/injective.rs +++ b/cw-orch-daemon/src/proto/injective.rs @@ -29,7 +29,7 @@ pub struct InjectivePubKey { impl Name for InjectivePubKey { const NAME: &'static str = "PubKey"; - const PACKAGE: &'static str = "/injective.crypto.v1beta1.ethsecp256k1"; + const PACKAGE: &'static str = "injective.crypto.v1beta1.ethsecp256k1"; /// Workaround until tokio-rs/prost#923 is released fn full_name() -> String { From 6e91bb705e50767fc5c5c0bde4c4d6daaac0ab50 Mon Sep 17 00:00:00 2001 From: David Leng Date: Tue, 15 Jul 2025 13:43:56 +0800 Subject: [PATCH 2/2] update gRPC url --- packages/cw-orch-networks/src/networks/injective.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cw-orch-networks/src/networks/injective.rs b/packages/cw-orch-networks/src/networks/injective.rs index b61ca639f..b4976718e 100644 --- a/packages/cw-orch-networks/src/networks/injective.rs +++ b/packages/cw-orch-networks/src/networks/injective.rs @@ -28,7 +28,7 @@ pub const INJECTIVE_888: ChainInfo = ChainInfo { chain_id: "injective-888", gas_denom: "inj", gas_price: 500_000_000.0, - grpc_urls: &["https://k8s.testnet.chain.grpc.injective.network:443"], + grpc_urls: &["https://testnet.sentry.chain.grpc.injective.network:443"], network_info: INJECTIVE_NETWORK, lcd_url: None, fcd_url: None,