Skip to content

Commit

Permalink
Token power Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-molina committed Sep 3, 2023
1 parent 6764bef commit 02f24ce
Showing 1 changed file with 19 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,14 @@
}
]
},
{
"style": "List",
"text": "You may also define a precise amount of token power to flow to the node instead of a percentage.",
"updated": 1693762113263
},
{
"style": "Text",
"text": "This is the format of the configuration you may use on each of the programs:",
"text": "This is the format of the configuration you may use on each node to define a percentage:",
"translations": [
{
"language": "RU",
Expand All @@ -84,7 +89,8 @@
"text": "Bu, programların her birinde kullanabileceğiniz yapılandırma biçimidir:",
"updated": 1642714083414
}
]
],
"updated": 1693762132115
},
{
"style": "Json",
Expand All @@ -93,8 +99,8 @@
},
{
"style": "Text",
"text": "For example, let's say you have 1,000 Token Power flowing into your Token Power Switch node. Let's say you spawn the Onboarding Programs, Community Building Programs, Votes And Claims Programs, and Financial Programs nodes.",
"updated": 1630436060757,
"text": "This is the configuration you may use to define flows in absolute terms:",
"updated": 1693762187956,
"translations": [
{
"language": "RU",
Expand All @@ -108,6 +114,15 @@
}
]
},
{
"style": "Json",
"text": "{\n\"amount\": 10000\n}",
"updated": 1693762217493
},
{
"style": "Text",
"text": "For example, let's say you have 1,000 Token Power flowing into your Token Power Switch node. Let's say you spawn the Onboarding Programs, Community Building Programs, Votes And Claims Programs, and Financial Programs nodes."
},
{
"style": "Callout",
"text": "As soon as you deploy these four offspring of the Token Power Switch node, you will see that each of the nodes gets 25% of the Token Power by default.",
Expand Down

0 comments on commit 02f24ce

Please sign in to comment.