Skip to content

Commit

Permalink
Changed cosmos fee
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Oct 22, 2024
1 parent 5657b81 commit bdc3bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cw-orch-networks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-networks"
version = "0.24.5"
version = "0.24.6"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-networks/src/networks/cosmos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub const ICS_TESTNET: ChainInfo = ChainInfo {
kind: ChainKind::Testnet,
chain_id: "provider",
gas_denom: "uatom",
gas_price: 0.0025,
gas_price: 0.01,
grpc_urls: &["https://grpc-rs.cosmos.nodestake.top:443"],
network_info: COSMOS_HUB_NETWORK,
lcd_url: Some("https://api-rs.cosmos.nodestake.top:443"),
Expand Down

0 comments on commit bdc3bd5

Please sign in to comment.