Skip to content
Closed
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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Integrate the Managed Vault module, that introduces a new vault system for $USDN. ([#616](https://github.com/noble-assets/noble/pull/616))
19 changes: 19 additions & 0 deletions api/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@
"Transfer"
]
},
{
"name": "Managed Vault",
"tags": [
"Managed Vault"
]
},
{
"name": "Monerium",
"tags": [
Expand Down Expand Up @@ -575,6 +581,19 @@
}
}
},
{
"url": "./api/tmp-swagger-gen/noble/managed_vault/v1/query.swagger.json",
"tags": {
"rename": {
"Query": "Managed Vault"
}
},
"operationIds": {
"rename": {
"Config": "ManagedVaultConfig"
}
}
},
{
"url": "./api/tmp-swagger-gen/noble/orbiter/v1/query.swagger.json",
"tags": {
Expand Down
5 changes: 3 additions & 2 deletions api/gen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
<script>
<!-- github.com/scalar/scalar/blob/main/documentation/configuration.md -->
const configuration = {
favicon: "https://framerusercontent.com/images/6YIo77FB71jyaGPixH56VDc8KY.svg",
hideModels: true,
favicon: "https://framerusercontent.com/images/6YIo77FB71jyaGPixH56VDc8KY.svg"
operationTitleSource: "path"
};

document.getElementById("api-reference").dataset.configuration = JSON.stringify(configuration)
</script>

<script src="https://cdn.jsdelivr.net/gh/noble-assets/scalar-api-reference@e8a8524bd52a6f236f530fc5e7f5503141a2a465/dist/browser/standalone.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference@1.40.0/dist/browser/standalone.min.js"></script>
</body>
</html>
Loading