Skip to content

Commit

Permalink
docs: add quickstart guides for warden and initia (#770)
Browse files Browse the repository at this point in the history
Signed-off-by: check-spelling-bot <[email protected]>
Co-authored-by: Tyler <[email protected]>
Co-authored-by: Alex Johnson <[email protected]>
  • Loading branch information
3 people committed Sep 26, 2024
1 parent b11a57b commit ee8fe93
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/snippets/dydx-quickstart-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<AccordionGroup>
<Accordion title="dYdX v6">

**The minimum required version for Connect with dYdX v6 is `v1.0.12+`.**
**The required version for Connect with dYdX v6 is `v1.0.12`.**

First, please ensure you've received your **API keys** for the relevant providers. If you have not received API keys, please reach out to the team in the relevant communication channels.

Expand Down Expand Up @@ -149,7 +149,7 @@
</Accordion>
<Accordion title="dYdX v5">

**The minimum required version for Connect with dYdX v5 is `v1.0.5+`.**
**The required version for Connect with dYdX v5 is `v1.0.5`.**

First, please ensure you've received your API keys for Raydium markets. If you have not received API keys, please reach out to the team in the relevant channels.

Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/stargaze-quickstart-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**The minimum required version for Connect with Stargaze is `v1.0.10+`.**
**The required version for Connect with Stargaze is `v1.0.12`.**

You need to configure a custom API endpoint for use with the Osmosis provider, `https://rest.osmosis-1.interchain-apis.com`.
Set the following `oracle.json` configuration file. **Keep the file path handy** as we will pass it into a flag when running Connect.
Expand Down
20 changes: 15 additions & 5 deletions docs/validators/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,29 @@ connect version
## Run Connect Sidecar

<Tabs>
<Tab title="Cosmos SDK Blockchains">
<Tab title="General">
This tab provides general instructions for starting the Connect sidecar.
If you are running one of the chains listed in the tabs above, please refer to those instructions.
<QuickStartSnippet />
</Tab>
<Tab title="dYdX Blockchain">
<Tab title="dYdX">
<QuickStartDYDXSnippet />
</Tab>
<Tab title="Neutron Blockchain">
**The minimum required Connect version for the Neutron chain is `v1.0.3+`.**
<Tab title="Neutron">
**The required Connect version for the Neutron chain is `v1.0.12`.**
<QuickStartSnippet />
</Tab>
<Tab title="Stargaze Blockchain">
<Tab title="Stargaze">
<QuickStartStargazeSnippet />
</Tab>
<Tab title="Warden">
**The required Connect version for the Warden chain is `v1.0.12`.**
<QuickStartSnippet />
</Tab>
<Tab title="Initia">
**The required Connect version for the Initia chain is `v1.0.12`.**
<QuickStartSnippet />
</Tab>
</Tabs>


Expand Down

0 comments on commit ee8fe93

Please sign in to comment.