Skip to content

Commit

Permalink
Merge branch 'main' into stabilization/cw-orch-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski authored Apr 30, 2024
2 parents ccc6452 + 1f93194 commit 8afabdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cw-orch-networks/src/networks/xion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub const XION_TESTNET_1: ChainInfo = ChainInfo {
kind: ChainKind::Testnet,
chain_id: "xion-testnet-1",
gas_denom: "uxion",
gas_price: 0.025,
gas_price: 0.0,
grpc_urls: &["http://xion-testnet-grpc.polkachu.com:22390"],
network_info: XION_NETWORK,
lcd_url: None,
Expand Down

0 comments on commit 8afabdf

Please sign in to comment.