Skip to content

Commit

Permalink
fix terra and neutron gas prices (#319)
Browse files Browse the repository at this point in the history
Co-authored-by: Kayanski <kowalski.kowalskin@gmail.com>
  • Loading branch information
CyberHoward and Kayanski authored Feb 2, 2024
1 parent 2993be0 commit 0570a55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/cw-orch-networks/src/networks/neutron.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub const PION_1: ChainInfo = ChainInfo {
kind: ChainKind::Testnet,
chain_id: "pion-1",
gas_denom: "untrn",
gas_price: 0.001,
gas_price: 0.075,
grpc_urls: &["http://grpc-palvus.pion-1.ntrn.tech:80"],
network_info: NEUTRON_NETWORK,
lcd_url: Some("https://rest-palvus.pion-1.ntrn.tech"),
Expand All @@ -24,7 +24,7 @@ pub const NEUTRON_1: ChainInfo = ChainInfo {
kind: ChainKind::Mainnet,
chain_id: "neutron-1",
gas_denom: "untrn",
gas_price: 0.01,
gas_price: 0.075,
grpc_urls: &["http://grpc-kralum.neutron-1.neutron.org:80"],
network_info: NEUTRON_NETWORK,
lcd_url: Some("https://rest-kralum.neutron-1.neutron.org"),
Expand Down
4 changes: 2 additions & 2 deletions packages/cw-orch-networks/src/networks/terra.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub const PISCO_1: ChainInfo = ChainInfo {
kind: ChainKind::Testnet,
chain_id: "pisco-1",
gas_denom: "uluna",
gas_price: 0.15,
gas_price: 0.015,
grpc_urls: &["http://terra-testnet-grpc.polkachu.com:11790"],
network_info: TERRA_NETWORK,
lcd_url: None,
Expand All @@ -26,7 +26,7 @@ pub const PHOENIX_1: ChainInfo = ChainInfo {
kind: ChainKind::Mainnet,
chain_id: "phoenix-1",
gas_denom: "uluna",
gas_price: 0.15,
gas_price: 0.015,
grpc_urls: &["http://terra-grpc.polkachu.com:11790"],
network_info: TERRA_NETWORK,
lcd_url: None,
Expand Down

0 comments on commit 0570a55

Please sign in to comment.