You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/chains/archway.md
-2
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,6 @@ Archway is a smart contract platform that directly rewards developers for their
5
5
[Archway Website](https://archway.io/)
6
6
7
7
## Usage
8
-
9
-
10
8
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::ARCHWAY_1`.
Cw-Orchestrator currently has support for the chains in the following subsections.
4
+
5
+
## Support a new CosmWasm Chain
6
+
If you would like to add support for another chain, please feel free to [open a PR](https://github.com/AbstractSDK/cw-orchestrator/compare)!
7
+
8
+
9
+
## Issues
10
+
Each of the gRPC endpoints has been battle-tested for deployments. If you find any issues, please [open an issue](https://github.com/AbstractSDK/cw-orchestrator/issues/new)!
Copy file name to clipboardExpand all lines: docs/src/chains/osmosis.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Osmosis is a cutting-edge decentralized exchange built on the Cosmos network, de
6
6
7
7
## Usage
8
8
9
-
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`.
9
+
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::OSMO_5`.
0 commit comments