Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add quickstart guides for warden and initia #770

Merged
merged 6 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading