Skip to content

Commit 056f066

Browse files
committed
feat(docs): update operational parameters for Direct Minting and Minting Tag Manager to include Songbird network
1 parent 7d73b0b commit 056f066

2 files changed

Lines changed: 39 additions & 66 deletions

File tree

docs/fassets/09-operational-parameters.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,24 @@ Specific functions added to each parameter.
6464

6565
## Direct Minting
6666

67-
<OperationalParameters sectionTitle="Direct Minting" networks={["coston2"]} />
67+
<OperationalParameters
68+
sectionTitle="Direct Minting"
69+
networks={["coston2", "songbird"]}
70+
/>
6871

6972
## Minting Tag Manager
7073

7174
<OperationalParameters
7275
sectionTitle="Minting Tag Manager"
73-
networks={["coston2"]}
76+
networks={["coston2", "songbird"]}
7477
/>
7578

7679
## Redeem With Tag
7780

78-
<OperationalParameters sectionTitle="Redeem With Tag" networks={["coston2"]} />
81+
<OperationalParameters
82+
sectionTitle="Redeem With Tag"
83+
networks={["coston2", "songbird"]}
84+
/>
7985

8086
:::tip[What's next]
8187

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

Lines changed: 30 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,9 @@ export const operationalParameters = [
12671267
coston2: {
12681268
xrp: "14",
12691269
},
1270+
songbird: {
1271+
xrp: "1",
1272+
},
12701273
},
12711274
},
12721275
],
@@ -1282,17 +1285,11 @@ export const operationalParameters = [
12821285
description:
12831286
"Minimum fee charged for direct minting, in base unit of the underlying asset (UBA).",
12841287
values: {
1285-
flare: {
1286-
xrp: "-",
1287-
},
12881288
coston2: {
12891289
xrp: "0.1 TestXRP",
12901290
},
12911291
songbird: {
1292-
xrp: "-",
1293-
},
1294-
coston: {
1295-
xrp: "-",
1292+
xrp: "0.1 XRP",
12961293
},
12971294
},
12981295
},
@@ -1304,17 +1301,11 @@ export const operationalParameters = [
13041301
description:
13051302
"Direct minting fee as a percentage of the minting amount, in BIPS.",
13061303
values: {
1307-
flare: {
1308-
xrp: "-",
1309-
},
13101304
coston2: {
13111305
xrp: "0.25%",
13121306
},
13131307
songbird: {
1314-
xrp: "-",
1315-
},
1316-
coston: {
1317-
xrp: "-",
1308+
xrp: "0.1%",
13181309
},
13191310
},
13201311
},
@@ -1326,17 +1317,11 @@ export const operationalParameters = [
13261317
description:
13271318
"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.",
13281319
values: {
1329-
flare: {
1330-
xrp: "-",
1331-
},
13321320
coston2: {
13331321
xrp: "0.1 TestXRP",
13341322
},
13351323
songbird: {
1336-
xrp: "-",
1337-
},
1338-
coston: {
1339-
xrp: "-",
1324+
xrp: "0.2 XRP",
13401325
},
13411326
},
13421327
},
@@ -1348,17 +1333,11 @@ export const operationalParameters = [
13481333
description:
13491334
"Time in seconds after which anyone can execute a direct minting request (not just the executor set by the minter).",
13501335
values: {
1351-
flare: {
1352-
xrp: "-",
1353-
},
13541336
coston2: {
13551337
xrp: "2 hours",
13561338
},
13571339
songbird: {
1358-
xrp: "-",
1359-
},
1360-
coston: {
1361-
xrp: "-",
1340+
xrp: "2 hours",
13621341
},
13631342
},
13641343
},
@@ -1370,17 +1349,11 @@ export const operationalParameters = [
13701349
description:
13711350
"Maximum amount that can be directly minted per hour, in base unit of the underlying asset (UBA). After that the mintings are delayed.",
13721351
values: {
1373-
flare: {
1374-
xrp: "-",
1375-
},
13761352
coston2: {
13771353
xrp: "100k TestXRP",
13781354
},
13791355
songbird: {
1380-
xrp: "-",
1381-
},
1382-
coston: {
1383-
xrp: "-",
1356+
xrp: "50k",
13841357
},
13851358
},
13861359
},
@@ -1392,17 +1365,11 @@ export const operationalParameters = [
13921365
description:
13931366
"Maximum amount that can be directly minted per day, in base unit of the underlying asset (UBA). After that the mintings are delayed.",
13941367
values: {
1395-
flare: {
1396-
xrp: "-",
1397-
},
13981368
coston2: {
13991369
xrp: "500k TestXRP",
14001370
},
14011371
songbird: {
1402-
xrp: "-",
1403-
},
1404-
coston: {
1405-
xrp: "-",
1372+
xrp: "200k XRP",
14061373
},
14071374
},
14081375
},
@@ -1414,17 +1381,11 @@ export const operationalParameters = [
14141381
description:
14151382
"Threshold above which a direct minting is considered large, in base unit of the underlying asset (UBA). Large mintings are always delayed.",
14161383
values: {
1417-
flare: {
1418-
xrp: "-",
1419-
},
14201384
coston2: {
14211385
xrp: "100k TestXRP",
14221386
},
14231387
songbird: {
1424-
xrp: "-",
1425-
},
1426-
coston: {
1427-
xrp: "-",
1388+
xrp: "50k XRP",
14281389
},
14291390
},
14301391
},
@@ -1436,17 +1397,11 @@ export const operationalParameters = [
14361397
description:
14371398
"Delay in seconds imposed on large direct mintings before they can be executed.",
14381399
values: {
1439-
flare: {
1440-
xrp: "-",
1441-
},
14421400
coston2: {
14431401
xrp: "1 hour",
14441402
},
14451403
songbird: {
1446-
xrp: "-",
1447-
},
1448-
coston: {
1449-
xrp: "-",
1404+
xrp: "1 day",
14501405
},
14511406
},
14521407
},
@@ -1458,17 +1413,11 @@ export const operationalParameters = [
14581413
description: "Address that receives the direct minting fee.",
14591414
valueType: "address",
14601415
values: {
1461-
flare: {
1462-
xrp: "0x0000000000000000000000000000000000000000",
1463-
},
14641416
coston2: {
14651417
xrp: "0xDcDD7547EdA881b675B58c11922aF4A726cCb01B",
14661418
},
14671419
songbird: {
1468-
xrp: "0xDcDD7547EdA881b675B58c11922aF4A726cCb01B",
1469-
},
1470-
coston: {
1471-
xrp: "0xDcDD7547EdA881b675B58c11922aF4A726cCb01B",
1420+
xrp: "0xF55bcAd5568d1584ab6f013f144e1e433Ee551C7",
14721421
},
14731422
},
14741423
},
@@ -1488,6 +1437,9 @@ export const operationalParameters = [
14881437
coston2: {
14891438
xrp: "5 TestXRP",
14901439
},
1440+
songbird: {
1441+
xrp: "5 XRP",
1442+
},
14911443
},
14921444
},
14931445
],
@@ -1502,6 +1454,9 @@ export const operationalParameters = [
15021454
coston2: {
15031455
xrp: "Minting Tag Manager (FTestXRP open beta)",
15041456
},
1457+
songbird: {
1458+
xrp: "FXRP Minting Tag",
1459+
},
15051460
},
15061461
},
15071462
{
@@ -1511,6 +1466,9 @@ export const operationalParameters = [
15111466
coston2: {
15121467
xrp: "MTMTXRP",
15131468
},
1469+
songbird: {
1470+
xrp: "MTFXRP",
1471+
},
15141472
},
15151473
},
15161474
{
@@ -1523,6 +1481,9 @@ export const operationalParameters = [
15231481
coston2: {
15241482
xrp: "100 C2FLR",
15251483
},
1484+
songbird: {
1485+
xrp: "1000 SGB",
1486+
},
15261487
},
15271488
},
15281489
{
@@ -1536,6 +1497,9 @@ export const operationalParameters = [
15361497
coston2: {
15371498
xrp: "0x355156629f25102c3cc51b7630eb80E9De5d1211",
15381499
},
1500+
songbird: {
1501+
xrp: "0x889A02c0E6d92e77188aDe03e3ce15B73228C197",
1502+
},
15391503
},
15401504
},
15411505
{
@@ -1546,6 +1510,9 @@ export const operationalParameters = [
15461510
coston2: {
15471511
xrp: "20",
15481512
},
1513+
songbird: {
1514+
xrp: "30",
1515+
},
15491516
},
15501517
},
15511518
],

0 commit comments

Comments
 (0)