File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
docs/node/run-your-node/prerequisites Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,23 @@ You can fetch the latest ParaTime-specific stake requirements by running the
8888
8989[ `oasis account show <paratime id>` ] : ../../../general/manage-tokens/cli/network.md#show-id
9090
91- # ParaTime Observer Node
91+ ## ParaTime Observer Node
9292
9393To run a ParaTime observer nodes, you will need to register an entity and add
9494your observer nodes to the entity descriptor.
95+
96+ ## ParaTime-specific Application Thresholds
97+
98+ ParaTimes can also define other thresholds based on the applications they were
99+ designed for. Below is a summary of current thresholds for dApp developers on a
100+ specific ParaTime.
101+
102+ | | Mainnet | Testnet |
103+ | --------------------------| -------------| -------------|
104+ | Sapphire ROFL app create | 10,000 ROSE | 10,000 TEST |
105+ | Cipher ROFL app create | 10,000 ROSE | 10,000 TEST |
106+
107+ You can fetch current ParaTime application-specific stake requirements by
108+ running the [ ` oasis paratime show parameters ` ] command of the Oasis CLI.
109+
110+ [ `oasis paratime show parameters` ] : ../../../general/manage-tokens/cli/paratime.md#show-parameters
You can’t perform that action at this time.
0 commit comments