Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
osmosis
Commits
42d73f1c
Unverified
Commit
42d73f1c
authored
2 years ago
by
Daniel Farina
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add servers to openapi spec file (#2980)
parent
babeebe9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/generate-docs.sh
+4
-0
scripts/generate-docs.sh
with
4 additions
and
0 deletions
+4
-0
scripts/generate-docs.sh
+
4
-
0
View file @
42d73f1c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets