File tree Expand file tree Collapse file tree
src/features/FAssets/OperationalParameters Expand file tree Collapse file tree Original file line number Diff line number Diff 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
515525Returns the minimum amount of minting left on agent's address after transfer to core vault.
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments