Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cw-orch-daemon/src/proto/injective.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-networks/src/networks/injective.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down