We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a382d0 commit 0c28a26Copy full SHA for 0c28a26
packages/cw-orch-networks/Cargo.toml
@@ -8,7 +8,7 @@ license = { workspace = true }
8
name = "cw-orch-networks"
9
readme = "README.md"
10
repository = { workspace = true }
11
-version = "0.24.9"
+version = "0.24.10"
12
13
exclude = [".env"]
14
packages/cw-orch-networks/src/networks/xion.rs
@@ -23,7 +23,7 @@ pub const XION_MAINNET_1: ChainInfo = ChainInfo {
23
chain_id: "xion-mainnet-1",
24
gas_denom: "uxion",
25
gas_price: 0.001,
26
- grpc_urls: &["http://grpc.xion-mainnet-1.burnt.com:443"],
+ grpc_urls: &["https://grpc.xion-mainnet-1.burnt.com:443"],
27
network_info: XION_NETWORK,
28
lcd_url: None,
29
fcd_url: None,
0 commit comments