Skip to content

Commit

Permalink
Merge branch 'main' into feat/removal-msg
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Sep 26, 2024
2 parents a66e198 + ee8fe93 commit c5eb8af
Show file tree
Hide file tree
Showing 4 changed files with 20 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
2 changes: 2 additions & 0 deletions scripts/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ func main() {
panic("market map config path (market-cfg-path) cannot be empty")
}

fmt.Printf("reading in market map file: %s\n", *marketFile)

marketMap, err := mmtypes.ReadMarketMapFromFile(*marketFile)
if err != nil {
fmt.Fprintf(flag.CommandLine.Output(), "failed to read market map from file: %s\n", err)
Expand Down

0 comments on commit c5eb8af

Please sign in to comment.