Skip to content

Commit

Permalink
Merge pull request #1630 from oasisprotocol/generate-openapi
Browse files Browse the repository at this point in the history
Update API bindings
  • Loading branch information
csillag authored Jan 18, 2025
2 parents 309c695 + 7251f13 commit 4e14726
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 43 deletions.
1 change: 1 addition & 0 deletions .changelog/1630.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update to latest Nexus API bindings
1 change: 1 addition & 0 deletions .changelog/1704.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update some broken links
4 changes: 2 additions & 2 deletions src/app/utils/externalLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ export const docs = {
emeraldTestnet: `https://docs.oasis.io/dapp/emerald/#testnet`,
emeraldTestnetNode: `https://docs.oasis.io/node/testnet/#emerald`,
emeraldGateway: `https://docs.oasis.io/dapp/emerald/#web3-gateway`,
localnet: 'https://docs.oasis.io/dapp/tools/localnet',
localnet: 'https://docs.oasis.io/build/tools/localnet',
sapphire: `https://docs.oasis.io/dapp/sapphire/`,
token: `https://docs.oasis.io/general/oasis-network/token-metrics-and-distribution`,
tools: 'https://docs.oasis.io/dapp/tools/',
tools: 'https://docs.oasis.io/build/tools/',
paraTimeTransfer: `https://docs.oasis.io/general/manage-tokens/oasis-wallets/web#paratimes`,
sapphireTestnetNode: `https://docs.oasis.io/node/testnet/#sapphire`,
sapphireTestnet: `https://docs.oasis.io/dapp/sapphire/#testnet`,
Expand Down
104 changes: 63 additions & 41 deletions src/oasis-nexus/generated/api.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e14726

Please sign in to comment.