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 { 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,