Skip to content

Commit

Permalink
rm info (#6246)
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 authored Sep 23, 2024
1 parent a3e0785 commit 04383a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
8 changes: 0 additions & 8 deletions docs/general/chain-state-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ The deposit to submit a bounty on Polkadot is <RPC network="polkadot" path="cons

A Polkadot bounty has a predetermined duration of <RPC network="polkadot" path="consts.bounties.bountyUpdatePeriod" defaultValue={1296000} filter="blocksToDays"/> days.

#### Child Bounty Payout Delay

The waiting time before claiming a Polkadot child bounty reward is <RPC network="polkadot" path="consts.bounties.bountyDepositPayoutDelay" defaultValue={115200} filter="blocksToDays"/> days.

#### Conviction Voting Lock Period

One conviction voting lock period on Polkadot equals <RPC network="polkadot" path="consts.convictionVoting.voteLockingPeriod" defaultValue={100800} filter="blocksToDays"/> days.
Expand Down Expand Up @@ -272,10 +268,6 @@ The deposit to submit a bounty on Kusama is <RPC network="kusama" path="consts.b

A Kusama bounty has a predetermined duration of <RPC network="kusama" path="consts.bounties.bountyUpdatePeriod" defaultValue={1296000} filter="blocksToDays"/> days.

#### Child Bounty Payout Delay

The waiting time before claiming a Kusama child bounty reward is <RPC network="kusama" path="consts.bounties.bountyDepositPayoutDelay" defaultValue={57600} filter="blocksToDays"/> days.

#### Conviction Voting Lock Period

One conviction voting lock period on Kusama equals <RPC network="kusama" path="consts.convictionVoting.voteLockingPeriod" defaultValue={100800} filter="blocksToDays"/> days.
Expand Down
7 changes: 3 additions & 4 deletions docs/learn/learn-guides-bounties.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,9 @@ bounty 17 refers to the Community Events Bounty, which has 183 child bounties.

![polkassembly-child-bounties](../assets/polkassembly-child-bounties.png)

[After the child bounty delay elapsed](../general/chain-state-values.md#child-bounty-payout-delay),
follow the guidelines in the video tutorial below to learn how to claim a child bounty reward. Note
that the extrinsic to claim the child bounty reward is permissionless, and anyone can initiate the
claim on behalf of the beneficiary.
After the child bounty has been rewarded, follow the guidelines in the video tutorial below to learn
how to claim a child bounty reward. Note that the extrinsic to claim the child bounty reward is
permissionless, and anyone can initiate the claim on behalf of the beneficiary.

<div className="row">
<div className="col text--center">
Expand Down

0 comments on commit 04383a2

Please sign in to comment.