Skip to content

Commit

Permalink
Move dev node page
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed May 20, 2024
1 parent 6186d23 commit 7d87438
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
File renamed without changes.
15 changes: 1 addition & 14 deletions docs/learn/collator-staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,4 @@ Collator staking involves participants locking up their RING tokens to support t

## Development

If you want to learn how to interact with these Collator Staking module, pleast vist the [Staking Precompile Page](./ethereum-compatibility/precompiles/staking.md), be aware that this contract may be deprecated in future versions.

### **Parameters**
The parameters to be aware of when understanding the darwinia staking module are as follows:

- `MinStakingDuration` - *Minimum time to stake at least.*
- `MaxDeposits` - *Maximum deposit count.*
- `MaxUnstakings` - *Maximum unstaking/unbonding count.*

| | Darwinia | Crab | Pangolin Testnet |
| --- | --- | --- | --- |
| MinStakingDuration | 14 days | 14 days | 2 mins |
| MaxDeposits | 100 | 512 | 512 |
| MaxUnstakings | 16 | 16 | 16 |
If you want to learn how to interact with these Collator Staking module, pleast vist the [Staking Precompile Page](./ethereum-compatibility/precompiles/staking.md), be aware that this contract may be deprecated in future versions.
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ plugins:
"build/chain/run-collator-node.md": "node-operators/run-collator-node.md"
"build/chain/run-archive-node.md": "node-operators/run-archive-node.md"
"build/chain/run-evm-tracing-node.md": "node-operators/run-evm-tracing-node.md"
"build/chain/run-dev-node.md": "node-operators/run-dev-node.md"
"build/chain/run-dev-node.md": "build/getting-started/networks/dev-node.md"
"build/getting-started/transfer-token.md": "community/guide/transfer-token.md"
"build/getting-started/staking.md": "community/guide/staking.md"
"build/getting-started/governance.md": "community/guide/governance.md"
Expand Down Expand Up @@ -181,7 +181,7 @@ nav:
- EVM Tracing: "learn/ethereum-compatibility/evm-tracing.md"
- Governance: "learn/governance.md"
- Collator Staking: "learn/collator-staking.md"
- FAQs: "learn/faq.md"
- FAQ: "learn/faq.md"
- Developers:
- Getting Started:
- Networks:
Expand All @@ -190,6 +190,7 @@ nav:
- Crab: "build/getting-started/networks/crab.md"
- Pangolin: "build/getting-started/networks/pangolin.md"
- Rollup: "build/getting-started/networks/rollup.md"
- Development Node: "build/getting-started/networks/dev-node.md"
- Wallets: "build/getting-started/wallets.md"
- Development Tools:
- Ethereum Tools:
Expand Down Expand Up @@ -219,7 +220,6 @@ nav:
- Running a Collator Node: "node-operators/run-collator-node.md"
- Running an Archive Node: "node-operators/run-archive-node.md"
- Running an EVM Tracing Node: "node-operators/run-evm-tracing-node.md"
- Running a Development Node: "node-operators/run-dev-node.md"
- Community:
- Overview: "community/overview.md"
- Community Organizations:
Expand Down

0 comments on commit 7d87438

Please sign in to comment.