Skip to content

Commit

Permalink
Updated xion testnet gas price
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Apr 30, 2024
1 parent e7f9875 commit 1f93194
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 1f93194

Please sign in to comment.