Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): Remove references to deprecated modules #150

Merged
merged 7 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/develop/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ or their assigned withdrawal account receives a part of the transaction fees.
To learn about how to [register your smart contracts](https://academy.evmos.org/articles/advanced/incentives-registration),
head over to our Academy.
If you are curious on how this is implemented on the protocol,
check out the [revenue module specification](./../protocol/modules/incentives).
check out the [revenue module specification](./../protocol/modules/revenue).

## Community

Expand Down
10 changes: 5 additions & 5 deletions docs/protocol/evmos-cli/proposal-draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ To create a draft proposal using the `evmosd tx gov draft-proposal` command, fol
✔ other
Use the arrow keys to navigate: ↓ ↑ → ←
? Select proposal message type::
↑ /evmos.erc20.v1.MsgUpdateParams
/evmos.incentives.v1.MsgUpdateParams
/evmos.inflation.v1.MsgUpdateParams
/evmos.recovery.v1.MsgUpdateParams
↓ /evmos.revenue.v1.MsgCancelRevenue
↑ /evmos.erc20.v1.MsgConvertERC20
/evmos.erc20.v1.MsgUpdateParams
/evmos.inflation.v1.MsgUpdateParams
/evmos.revenue.v1.MsgCancelRevenue
↓ /evmos.revenue.v1.MsgRegisterRevenue
```

3. Follow the on-screen instructions to complete the process.
Expand Down
3 changes: 0 additions & 3 deletions docs/protocol/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ and display them in a [Grafana](https://grafana.com/) dashboard.
| :--------------------------------------------- | :----------------------------------------------------------------------------------------------------------- | :------- | :-------- |
| `feemarket_base_fee` | Amount of base fee per EIP-1559 block | token | gauge |
| `feemarket_block_gas` | Amount of gas used in an EIP-1559 block | token | gauge |
| `recovery_ibc_on_recv_total` | Total number of recoveries using the ibc `onRecvPacket` callback | recovery | counter |
| `recovery_ibc_on_recv_token_total` | Total amount of tokens recovered using the ibc `onRecvPacket` callback | token | counter |
| `erc20_ibc_on_recv_total` | Total amount of times an IBC coin was autoconverted to an ERC20 token in the ibc `onRecvPacket` callback | transfer | counter |
| `erc20_ibc_err_total` | Total amount of times an IBC coin autoconvertion to ERC20 token failed during an ibc transaction | transfer | counter |
| `erc20_ibc_transfer_total` | Total amount of times an IBC coin or its ERC20 representation was transferred via ibc (outgoing transaction) | transfer | counter |
Expand All @@ -36,7 +34,6 @@ and display them in a [Grafana](https://grafana.com/) dashboard.
| `tx_msg_ethereum_tx_gas_limit_per_gas_used` | Ratio of gas limit to gas used for an ethereum tx | ratio | gauge |
| `tx_msg_ethereum_tx_incentives_total` | Total number of txs with an incentivized contract processed via the EVM | tx | counter |
| `tx_msg_ethereum_tx_incentives_gas_used_total` | Total amount of gas used by txs with an incentivized contract processed via the EVM | gas | counter |
| `incentives_distribute_reward_total` | Total amount of rewards that are distributed to all incentives' participants | token | counter |
| `inflation_allocate_total` | Total amount of tokens allocated through inflation | token | counter |
| `inflation_allocate_staking_total` | Total amount of tokens allocated through inflation to staking | token | counter |
| `inflation_allocate_incentives_total` | Total amount of tokens allocated through inflation to incentives | token | counter |
Expand Down
2 changes: 0 additions & 2 deletions docs/protocol/module-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ Below is a table of modules, their respective wallet addresses and permissions:

| Name | Address | Permissions |
| :---------------------- | :-------------------------------------------------- | :----------------- |
| `claims` | [evmos15cvq3ljql6utxseh0zau9m8ve2j8erz89m5wkz](https://www.mintscan.io/evmos/account/evmos15cvq3ljql6utxseh0zau9m8ve2j8erz89m5wkz) | `none` |
| `erc20` | [evmos1glht96kr2rseywuvhhay894qw7ekuc4qg9z5nw](https://www.mintscan.io/evmos/account/evmos1glht96kr2rseywuvhhay894qw7ekuc4qg9z5nw) | `minter` `burner` |
| `fee_collector` | [evmos17xpfvakm2amg962yls6f84z3kell8c5ljcjw34](https://www.mintscan.io/evmos/account/evmos17xpfvakm2amg962yls6f84z3kell8c5ljcjw34) | `none` |
| `incentives` | [evmos1krxwf5e308jmclyhfd9u92kp369l083wn67k4q](https://www.mintscan.io/evmos/account/evmos1krxwf5e308jmclyhfd9u92kp369l083wn67k4q) | `minter` `burner` |
| `inflation` | [evmos1d4e35hk3gk4k6t5gh02dcm923z8ck86qygxf38](https://www.mintscan.io/evmos/account/evmos1d4e35hk3gk4k6t5gh02dcm923z8ck86qygxf38) | `minter` |
| `transfer` | [evmos1yl6hdjhmkf37639730gffanpzndzdpmhv788dt](https://www.mintscan.io/evmos/account/evmos1yl6hdjhmkf37639730gffanpzndzdpmhv788dt) | `minter` `burner` |
| `bonded_tokens_pool` | [evmos1fl48vsnmsdzcv85q5d2q4z5ajdha8yu3h6cprl](https://www.mintscan.io/evmos/account/evmos1fl48vsnmsdzcv85q5d2q4z5ajdha8yu3h6cprl) | `burner` `staking` |
Expand Down
Loading
Loading