Skip to content

Commit

Permalink
Added Osmosis-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Sep 1, 2023
1 parent f7df57e commit 0692b41
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/cw-orch-networks/src/networks/osmosis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ pub const OSMO_NETWORK: NetworkInfo = NetworkInfo {
coin_type: 118u32,
};

pub const OSMOSIS_1: ChainInfo = ChainInfo {
kind: ChainKind::Mainnet,
chain_id: "osmois-1",
gas_denom: "uosmo",
gas_price: 0.025,
grpc_urls: &["http://grpc.osmosis.zone:9090"],
network_info: OSMO_NETWORK,
lcd_url: None,
fcd_url: None,
};

pub const OSMO_5: ChainInfo = ChainInfo {
kind: ChainKind::Testnet,
chain_id: "osmo-test-5",
Expand Down

0 comments on commit 0692b41

Please sign in to comment.