From 5eb9ae106df8c17e290647ff22675a2eb1d794d9 Mon Sep 17 00:00:00 2001 From: Cyonis Date: Tue, 8 Aug 2023 22:40:19 -0400 Subject: [PATCH 1/2] Update osmosis.md Didn't put the network in this one --- docs/src/chains/osmosis.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/src/chains/osmosis.md b/docs/src/chains/osmosis.md index 263d51d27..370cfc9b4 100644 --- a/docs/src/chains/osmosis.md +++ b/docs/src/chains/osmosis.md @@ -1,5 +1,18 @@ # Osmosis +Osmosis is a cutting-edge decentralized exchange built on the Cosmos network, designed for seamless asset swaps across various interconnected blockchains. As a trailblazer in AMM protocols, Osmosis empowers users with fast, secure, and efficient cross-chain liquidity solutions. The platform's innovative approach to DeFi positions it as a cornerstone in the Cosmos ecosystem, enabling anyone to effortlessly tap into the vast potential of inter-chain finance. + +[Visit Osmosis's Website](https://osmosis.zone/) + +## Usage + +See how to setup your main function in the [main function](../single_contract/scripting.md#main-function) section. Update the network passed into the `Daemon` builder to be `networks::`. + ```rust,ignore {{#include ../../../cw-orch/src/daemon/networks/osmosis.rs:osmosis}} ``` + +## References + +- [Osmosis Documentation](https://docs.osmosis.zone/) +- [Osmosis Discord](https://discord.com/invite/osmosis) From d43b2b58bfef9713eb1b0f0aee2b81a36e448549 Mon Sep 17 00:00:00 2001 From: adair <32375605+adairrr@users.noreply.github.com> Date: Wed, 9 Aug 2023 21:18:29 +0200 Subject: [PATCH 2/2] Update docs/src/chains/osmosis.md --- docs/src/chains/osmosis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/chains/osmosis.md b/docs/src/chains/osmosis.md index 370cfc9b4..24f47cf31 100644 --- a/docs/src/chains/osmosis.md +++ b/docs/src/chains/osmosis.md @@ -6,7 +6,7 @@ Osmosis is a cutting-edge decentralized exchange built on the Cosmos network, de ## Usage -See how to setup your main function in the [main function](../single_contract/scripting.md#main-function) section. Update the network passed into the `Daemon` builder to be `networks::`. +See how to setup your main function in the [main function](../single_contract/scripting.md#main-function) section. Update the network passed into the `Daemon` builder to be `networks::OSMOSIS_1`. ```rust,ignore {{#include ../../../cw-orch/src/daemon/networks/osmosis.rs:osmosis}}