Skip to content

Commit

Permalink
Remove references to pools, ledger, and polkadot vault
Browse files Browse the repository at this point in the history
  • Loading branch information
Ada Anderson authored and AdaJane committed Jun 20, 2023
1 parent 10049b9 commit 356fe8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 44 deletions.
35 changes: 0 additions & 35 deletions src/config/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,6 @@ export const HelpConfig: HelpItems = [
],
],
},
{
key: 'pools',
definitions: [
'Nomination Pools',
'Active Pools',
'Minimum To Join Pool',
'Minimum To Create Pool',
'Pool Membership',
'Bonded in Pool',
'Pool Rewards',
'Pool Roles',
'Pool Commission Rate',
'Pool Max Commission',
'Pool Commission Change Rate',
],
external: [
['createPools', 'https://docs.creditcoin.org', 'docs.creditcoin.org'],
['claimRewards', 'https://docs.creditcoin.org', 'docs.creditcoin.org'],
],
},
{
key: 'validators',
definitions: [
Expand Down Expand Up @@ -110,19 +90,4 @@ export const HelpConfig: HelpItems = [
definitions: [],
external: [],
},
{
key: 'ledger',
definitions: [
'Ledger Hardware Wallets',
'Ledger Rejected Transaction',
'Ledger Request Timeout',
'Open App On Ledger',
'Wrong Transaction',
],
external: [],
},
{
key: 'vault',
definitions: ['Polkadot Vault'],
},
];
15 changes: 6 additions & 9 deletions src/locale/en/help.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"Active Stake Threshold",
[
"The amount of {NETWORK_UNIT} needed to be actively nominating in an era.",
"This value applies to nominators and for pools. In the pool's case, it is important to join a pool with a total bond amount of at least this value.",
"This value applies to nominators.",
"Being above this metric simply guarantees that you will be present in the active nominator set for the era. This amount still does not guarantee rewards, as your active nominations may still be over-subscribed.",
"Only the top {MAX_NOMINATOR_REWARDED_PER_VALIDATOR} nominators are rewarded per validator in {NETWORK_NAME}. Ensuring your active bond is above this threshold will increase your chances of rewards.",
"You can keep track of these metrics from the dashboard and amend your staking position if necessary, whether increasing your bonded {NETWORK_UNIT}, changing your nominations, or joining another pool."
"You can keep track of these metrics from the dashboard and amend your staking position if necessary, whether increasing your bonded {NETWORK_UNIT} or changing your nominations."
]
],
"activeValidator": [
Expand Down Expand Up @@ -61,7 +61,7 @@
"Bonding",
[
"Bonding funds is the process of 'locking' (or staking) {NETWORK_UNIT}. Bonded {NETWORK_UNIT} will then be automatically allocated to one or more of your nominated validators.",
"As a nominator, you allocate nominations yourself. In a pool, the pool owner or pool nominator will allocate nominations on your behalf, and your bonded funds will back those nominations.",
"As a nominator, you allocate nominations yourself.",
"The minimum to earn rewards statistic is the minimum {NETWORK_UNIT} being bonded by a nominator for the current era. This value is also the minimum amount required to receive rewards."
]
],
Expand Down Expand Up @@ -163,8 +163,7 @@
"Locked Balance",
[
"In {NETWORK_NAME} some actions require your balance to be locked, such as staking or voting on governance. If some of your balance is locked, it cannot be transferred.",
"The amount of locked balance displayed on staking dashboard represents all your locks apart from the staking lock - hence displaying all the locked balance at your disposal that you can use to nominate.",
"You are able to nominate with any remaining locked balance, but you are not able to join a pool with it, as doing so requires a transfer to the pool account."
"The amount of locked balance displayed on staking dashboard represents all your locks apart from the staking lock - hence displaying all the locked balance at your disposal that you can use to nominate."
]
],
"minimumToCreatePool": [
Expand Down Expand Up @@ -216,7 +215,6 @@
"Nominations",
[
"Nominations are the validators a staker chooses to nominate. You can nominate up to {MAX_NOMINATIONS} validators on {NETWORK_NAME}.",
"For nomination pools, the pool owner and pool nominator are in charge of nominating validators on behalf of all the pool members.",
"Once nominations have been submitted, bonded funds are automatically distributed to nominees that are active in the current era.",
"As long as at least one of your nominations is actively validating in a session, your funds will be backing that validator."
]
Expand Down Expand Up @@ -372,7 +370,7 @@
"Total Nominators",
[
"Accounts who are staking in the network, regardless of whether they are active or inactive in the current session.",
"In order to stake {NETWORK_UNIT}, you can either become a nominator or join a pool - that act as nominators themselves."
"In order to stake {NETWORK_UNIT}, you need to become a nominator."
]
],
"validator": [
Expand All @@ -392,8 +390,7 @@
"yourBalance": [
"Your Balance",
[
"Your balance represents the total {NETWORK_UNIT} you have available in addition to your total staked amount, that includes the amount you have bonded in a Pool.",
"Unlike your staked balance, your bonded pool balance is held and locked in the pool itself."
"Your balance represents the total {NETWORK_UNIT} you have available in addition to your total staked amount."
]
]
},
Expand Down

0 comments on commit 356fe8b

Please sign in to comment.