Skip to content

Commit 0c28a26

Browse files
committed
bump
1 parent 6a382d0 commit 0c28a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cw-orch-networks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = { workspace = true }
88
name = "cw-orch-networks"
99
readme = "README.md"
1010
repository = { workspace = true }
11-
version = "0.24.9"
11+
version = "0.24.10"
1212

1313
exclude = [".env"]
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub const XION_MAINNET_1: ChainInfo = ChainInfo {
2323
chain_id: "xion-mainnet-1",
2424
gas_denom: "uxion",
2525
gas_price: 0.001,
26-
grpc_urls: &["http://grpc.xion-mainnet-1.burnt.com:443"],
26+
grpc_urls: &["https://grpc.xion-mainnet-1.burnt.com:443"],
2727
network_info: XION_NETWORK,
2828
lcd_url: None,
2929
fcd_url: None,

0 commit comments

Comments
 (0)