Unverified Commit 42d73f1c authored by Daniel Farina's avatar Daniel Farina Committed by GitHub
Browse files

Add servers to openapi spec file (#2980)

parent babeebe9
Showing with 4 additions and 0 deletions
+4 -0
......@@ -40,6 +40,10 @@ yarn install
yarn combine
yarn convert
yarn build
#Add public servers to spec file for Osmosis testnet and mainnet
yq -i '."servers"+=[{"url":"https://lcd.osmosis.zone","description":"Osmosis mainnet node"},{"url":"https://lcd-test.osmosis.zone","description":"Osmosis testnet node"}]' static/openapi/openapi.yaml
cd ../../
# clean swagger files
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment