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

Replace indexer api urls with nexus #736

Merged
merged 1 commit into from
Jul 14, 2023
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
1 change: 1 addition & 0 deletions .changelog/736.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Replace indexer api urls with nexus
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ A detailed post on Git commit messages: [How To Write a Git Commit Message].

### Oasis Nexus API

Deployed version is at <https://index.oasislabs.com/v1/> with OpenAPI
Deployed version is at <https://nexus.oasis.io/v1/> with OpenAPI
[HTML][nexus-html-spec] and [YAML][nexus-yaml-spec] specs.

<details>
Expand Down Expand Up @@ -120,7 +120,7 @@ REACT_APP_API=http://localhost:8008/v1/ yarn start
[github-release-link]: https://github.com/oasisprotocol/explorer/actions?query=workflow:release
[github-renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg
[github-renovate-link]: https://www.mend.io/renovate/
[nexus-html-spec]: https://index.oasislabs.com/v1/spec/v1.html
[nexus-yaml-spec]: https://index.oasislabs.com/v1/spec/v1.yaml
[nexus-html-spec]: https://nexus.oasis.io/v1/spec/v1.html
[nexus-yaml-spec]: https://nexus.oasis.io/v1/spec/v1.yaml
[nexus-bleeding-edge-spec]: https://github.com/oasisprotocol/nexus/blob/main/api/spec/v1.yaml
[replace-lines-to-run-latest-emerald]: https://github.com/oasisprotocol/nexus/blob/d48de37/tests/e2e/config/e2e-dev.yml#L1-L8
4 changes: 2 additions & 2 deletions src/oasis-nexus/orval.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const config = {
input: {
// target: './v1.yaml',
target: 'https://raw.githubusercontent.com/oasisprotocol/nexus/main/api/spec/v1.yaml',
// target: 'https://index-staging.oasislabs.com/v1/spec/v1.yaml',
// target: 'https://index.oasislabs.com/v1/spec/v1.yaml',
// target: 'https://nexus.stg.oasis.io/v1/spec/v1.yaml',
// target: 'https://nexus.oasis.io/v1/spec/v1.yaml',
override: {
// We want:
// - network as a parameter for controlling API baseURL
Expand Down