Skip to content

Commit

Permalink
fix default value (#5092)
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 authored Aug 9, 2023
1 parent b71e2a7 commit 8e884a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/learn-guides-staking-pools.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pool's credibility.

**The current minimum bond to create a pool on**
{{ polkadot: **Polkadot** :polkadot }}{{ kusama: **Kusama** :kusama }}
{{ polkadot: **is <RPC network="polkadot" path="query.nominationPools.minCreateBond" defaultValue={2000000000000} filter="humanReadable" />.** :polkadot }}
{{ polkadot: **is <RPC network="polkadot" path="query.nominationPools.minCreateBond" defaultValue={5000000000000} filter="humanReadable" />.** :polkadot }}
{{ kusama: **is <RPC network="kusama" path="query.nominationPools.minCreateBond" defaultValue={1000000000000} filter="humanReadable" />.** :kusama }}

The pool’s ‘nominator role’ selects validators with the nominate extrinsic. On Polkadot JS Apps UI,
Expand Down

0 comments on commit 8e884a7

Please sign in to comment.