We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2503a commit daff7d1Copy full SHA for daff7d1
packages/cw-orch-networks/src/networks/union.rs
@@ -26,7 +26,7 @@ pub const UNION_TESTNET_9: ChainInfo = ChainInfo {
26
chain_id: "union-testnet-9",
27
gas_denom: "muno",
28
gas_price: 0.000025,
29
- grpc_urls: &["https://rpc.union-testnet-9.cor.systems:443"],
+ grpc_urls: &["https://grpc.union-testnet-9.cor.systems:443"],
30
network_info: UNION_NETWORK,
31
lcd_url: None,
32
fcd_url: None,
0 commit comments