@@ -1253,7 +1253,9 @@ export const operationalParameters = [
12531253 parameters : [
12541254 {
12551255 name : "Direct Minting Minimum Fee" ,
1256- settingName : "directMintingMinimumFee" ,
1256+ functionName : "getDirectMintingMinimumFeeUBA" ,
1257+ interfaceLink :
1258+ "/fassets/reference/IAssetManager#getdirectmintingminimumfeeuba" ,
12571259 description :
12581260 "Minimum fee charged for direct minting, in base unit of the underlying asset (UBA)." ,
12591261 values : {
@@ -1273,7 +1275,9 @@ export const operationalParameters = [
12731275 } ,
12741276 {
12751277 name : "Direct Minting Fee" ,
1276- settingName : "directMintingFeeBIPS" ,
1278+ functionName : "getDirectMintingFeeBIPS" ,
1279+ interfaceLink :
1280+ "/fassets/reference/IAssetManager#getdirectmintingfeebips" ,
12771281 description :
12781282 "Direct minting fee as a percentage of the minting amount, in BIPS." ,
12791283 values : {
@@ -1293,7 +1297,9 @@ export const operationalParameters = [
12931297 } ,
12941298 {
12951299 name : "Direct Minting Executor Fee" ,
1296- settingName : "directMintingExecutorFeeUBA" ,
1300+ functionName : "getDirectMintingExecutorFeeUBA" ,
1301+ interfaceLink :
1302+ "/fassets/reference/IAssetManager#getdirectmintingexecutorfeeuba" ,
12971303 description :
12981304 "Fee paid to the executor of a direct minting request, in base unit of the underlying asset (UBA). This only applies to direct mintings to address, for direct minting to smart account the executor fee is calculated and paid by the smart account manager." ,
12991305 values : {
@@ -1313,7 +1319,9 @@ export const operationalParameters = [
13131319 } ,
13141320 {
13151321 name : "Direct Minting Others Can Execute After" ,
1316- settingName : "directMintingOthersCanExecuteAfterSeconds" ,
1322+ functionName : "getDirectMintingOthersCanExecuteAfterSeconds" ,
1323+ interfaceLink :
1324+ "/fassets/reference/IAssetManager#getdirectmintingotherscanexecuteafterseconds" ,
13171325 description :
13181326 "Time in seconds after which anyone can execute a direct minting request (not just the executor set by the minter)." ,
13191327 values : {
@@ -1333,7 +1341,9 @@ export const operationalParameters = [
13331341 } ,
13341342 {
13351343 name : "Direct Minting Hourly Limit" ,
1336- settingName : "directMintingHourlyLimitUBA" ,
1344+ functionName : "getDirectMintingHourlyLimitUBA" ,
1345+ interfaceLink :
1346+ "/fassets/reference/IAssetManager#getdirectmintinghourlylimituba" ,
13371347 description :
13381348 "Maximum amount that can be directly minted per hour, in base unit of the underlying asset (UBA). After that the mintings are delayed." ,
13391349 values : {
@@ -1353,7 +1363,9 @@ export const operationalParameters = [
13531363 } ,
13541364 {
13551365 name : "Direct Minting Daily Limit" ,
1356- settingName : "directMintingDailyLimitUBA" ,
1366+ functionName : "getDirectMintingDailyLimitUBA" ,
1367+ interfaceLink :
1368+ "/fassets/reference/IAssetManager#getdirectmintingdailylimituba" ,
13571369 description :
13581370 "Maximum amount that can be directly minted per day, in base unit of the underlying asset (UBA). After that the mintings are delayed." ,
13591371 values : {
@@ -1373,7 +1385,9 @@ export const operationalParameters = [
13731385 } ,
13741386 {
13751387 name : "Direct Minting Large Minting Threshold" ,
1376- settingName : "directMintingLargeMintingThresholdUBA" ,
1388+ functionName : "getDirectMintingLargeMintingThresholdUBA" ,
1389+ interfaceLink :
1390+ "/fassets/reference/IAssetManager#getdirectmintinglargemintingthresholduba" ,
13771391 description :
13781392 "Threshold above which a direct minting is considered large, in base unit of the underlying asset (UBA). Large mintings are always delayed." ,
13791393 values : {
@@ -1393,7 +1407,9 @@ export const operationalParameters = [
13931407 } ,
13941408 {
13951409 name : "Direct Minting Large Minting Delay" ,
1396- settingName : "directMintingLargeMintingDelaySeconds" ,
1410+ functionName : "getDirectMintingLargeMintingDelaySeconds" ,
1411+ interfaceLink :
1412+ "/fassets/reference/IAssetManager#getdirectmintinglargemintingdelayseconds" ,
13971413 description :
13981414 "Delay in seconds imposed on large direct mintings before they can be executed." ,
13991415 values : {
@@ -1413,7 +1429,9 @@ export const operationalParameters = [
14131429 } ,
14141430 {
14151431 name : "Direct Minting Fee Receiver" ,
1416- settingName : "directMintingFeeReceiver" ,
1432+ functionName : "getDirectMintingFeeReceiver" ,
1433+ interfaceLink :
1434+ "/fassets/reference/IAssetManager#getdirectmintingfeereceiver" ,
14171435 description : "Address that receives the direct minting fee." ,
14181436 values : {
14191437 flare : {
@@ -1437,7 +1455,9 @@ export const operationalParameters = [
14371455 parameters : [
14381456 {
14391457 name : "Minimum Redeem Amount" ,
1440- settingName : "minimumRedeemAmount" ,
1458+ functionName : "minimumRedeemAmountUBA" ,
1459+ interfaceLink :
1460+ "/fassets/reference/IAssetManager#minimumredeemamountuba" ,
14411461 description :
14421462 "Minimum amount that can be redeemed, in base unit of the underlying asset (UBA)." ,
14431463 values : {
0 commit comments