Skip to content

Commit aaf5b50

Browse files
committed
feat(docs): add getCoreVaultDonationTag function and update operational parameters with new interface link
1 parent cecdd8e commit aaf5b50

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

docs/fassets/reference/IAssetManager.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,16 @@ function getCoreVaultManager()
510510
returns (address);
511511
```
512512

513+
### `getCoreVaultDonationTag`
514+
515+
Returns the destination tag used for donations to the core vault payment address.
516+
517+
```solidity
518+
function getCoreVaultDonationTag()
519+
external view
520+
returns (uint256);
521+
```
522+
513523
### `getCoreVaultMinimumAmountLeftBIPS`
514524

515525
Returns the minimum amount of minting left on agent's address after transfer to core vault.

src/features/FAssets/OperationalParameters/operational-parameters.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,9 @@ export const operationalParameters = [
12601260
},
12611261
{
12621262
name: "Core Vault Donation Tag",
1263-
settingName: "coreVaultDonationTag",
1263+
functionName: "getCoreVaultDonationTag",
1264+
interfaceLink:
1265+
"/fassets/reference/IAssetManager#getcorevaultdonationtag",
12641266
description:
12651267
"Destination tag that must be added to core vault donation transactions.",
12661268
values: {
@@ -1353,7 +1355,7 @@ export const operationalParameters = [
13531355
xrp: "100k TestXRP",
13541356
},
13551357
songbird: {
1356-
xrp: "50k",
1358+
xrp: "50k XRP",
13571359
},
13581360
},
13591361
},
@@ -1505,7 +1507,7 @@ export const operationalParameters = [
15051507
{
15061508
name: "Reserved Tag Count",
15071509
settingName: "reservedTagCount",
1508-
description: "Number of tags reserved for minting operations.",
1510+
description: "Initial minting tag ID offset.",
15091511
values: {
15101512
coston2: {
15111513
xrp: "20",

0 commit comments

Comments
 (0)