diff --git a/pages/devs/reference/allorad.mdx b/pages/devs/reference/allorad.mdx index 44ba463..7646271 100644 --- a/pages/devs/reference/allorad.mdx +++ b/pages/devs/reference/allorad.mdx @@ -628,7 +628,7 @@ Detailed instructions on [how to create a topic](/devs/topic-creators/how-to-cre - **Description:** Remove an admin address from the whitelist used for admin functions on-chain. - **Positional Arguments:** - `sender` Address of the sender - - `address` Address that will be removed to the whitelist + - `address` Address that will be removed from the whitelist ### Register Network Actor - **RPC Method:** `Register` diff --git a/pages/devs/validators/software-upgrades.mdx b/pages/devs/validators/software-upgrades.mdx index a3981ff..7b2c790 100644 --- a/pages/devs/validators/software-upgrades.mdx +++ b/pages/devs/validators/software-upgrades.mdx @@ -48,7 +48,7 @@ version that is being upgraded from, and the function to run to do the migration #### For Allora Chain Validator Operators -For those running the chain software, you will have to have to perform an upgrade as follows: +For those running the chain software, you will have to perform an upgrade as follows: 1. Make sure you're running the `allorad` software with [Cosmovisor](https://docs.cosmos.network/main/build/tooling/cosmovisor)) managing the process, `DAEMON_NAME=allorad` and `DAEMON_HOME=/path/to/allorad/data/folder`. Hopefully you've already run `cosmovisor init /path/to/allorad-binary` and have the `/allorad/data/folder/cosmovisor` set. 2. At some point the blockchain developers will provide you with a binary to put in that `/allorad/data/folder/cosmovisor` folder to upgrade to. This may be optional if the `UpgradeInfo` is set correctly by the developers, but if you're the paranoid type you can always download the binary yourself ahead of the upgrade and put it in the right folder by hand.