This commit is contained in:
Elias Rad 2025-03-27 14:16:36 +08:00 committed by GitHub
commit b85d9e074b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -27,9 +27,9 @@ Continue reading [here](https://docs.0g.ai/intro) if you want to learn more abou
## Support and Additional Resources
We want to do everything we can to help you be successful while working on your contribution and projects. Here you'll find various resources and communities that may help you complete a project or contribute to 0G.
We want to do everything we can to help you be successful while working on your contributions and projects. Here you'll find various resources and communities that may help you complete a project or contribute to 0G.
### Communities
- [0G Telegram](https://t.me/web3_0glabs)
- [0G Discord](https://discord.com/invite/0glabs)
- [0G Discord](https://discord.com/invite/0glabs)

View File

@ -4,7 +4,7 @@
## Enabling Kava Metric Telemetry
To enable the kava app to emit telemetry during operation, update the relevant config values to enable metrics:
To enable the Kava app to emit telemetry during operation, update the relevant config values to enable metrics:
`config.toml`
@ -65,7 +65,7 @@ Update [prometheus config](../prometheus.yml) to collect metrics from your local
### Collecting from remote host
Update the kava config on the host and restart using the instructions from `Enabling Kava Metric Emission`
Update the Kava config on the host and restart using the instructions from `Enabling Kava Metric Emission`
Install [ngrok](https://ngrok.com/download) on the remote host

View File

@ -2671,7 +2671,7 @@ GenesisState defines the council module's genesis state.
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `params` | [Params](#kava.community.v1beta1.Params) | | params defines all the parameters related to commmunity |
| `params` | [Params](#kava.community.v1beta1.Params) | | params defines all the parameters related to community |
| `staking_rewards_state` | [StakingRewardsState](#kava.community.v1beta1.StakingRewardsState) | | StakingRewardsState stores the internal staking reward data required to track staking rewards across blocks |