diff --git a/docs/snippets/dydx-quickstart-guide.mdx b/docs/snippets/dydx-quickstart-guide.mdx index 86cede022..567085cc9 100644 --- a/docs/snippets/dydx-quickstart-guide.mdx +++ b/docs/snippets/dydx-quickstart-guide.mdx @@ -1,7 +1,7 @@ - **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. @@ -149,7 +149,7 @@ - **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. diff --git a/docs/snippets/stargaze-quickstart-guide.mdx b/docs/snippets/stargaze-quickstart-guide.mdx index 38c6ac9c8..9b37702a0 100644 --- a/docs/snippets/stargaze-quickstart-guide.mdx +++ b/docs/snippets/stargaze-quickstart-guide.mdx @@ -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. diff --git a/docs/validators/quickstart.mdx b/docs/validators/quickstart.mdx index d1c83a73c..b1560c19c 100644 --- a/docs/validators/quickstart.mdx +++ b/docs/validators/quickstart.mdx @@ -50,19 +50,29 @@ connect version ## Run Connect Sidecar - + + 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. - + - - **The minimum required Connect version for the Neutron chain is `v1.0.3+`.** + + **The required Connect version for the Neutron chain is `v1.0.12`.** - + + + **The required Connect version for the Warden chain is `v1.0.12`.** + + + + **The required Connect version for the Initia chain is `v1.0.12`.** + + diff --git a/scripts/genesis.go b/scripts/genesis.go index 18fc13d5a..8546ea94b 100644 --- a/scripts/genesis.go +++ b/scripts/genesis.go @@ -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)