Skip to content

Commit

Permalink
docs: follow-up fixes from valory-xyz#2261
Browse files Browse the repository at this point in the history
Signed-off-by: OjusWiZard <[email protected]>
  • Loading branch information
OjusWiZard committed Oct 3, 2024
1 parent ece14d5 commit ac838ce
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions docs/advanced_reference/commands/autonomy_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,46 +11,46 @@ This command group consists of a number of functionalities to manage [the life c
`--dry-run`
: Perform a dry run for the transaction.

`--use-celo` 
: Use the `Celo` chain profile to interact with the Autonolas Protocol registry contracts.
`--use-celo`
: Use the Celo chain profile to interact with the Autonolas Protocol registry contracts.

`--use-base-sepolia` 
: Use the `Base Sepolia` profile to interact with the Autonolas Protocol registry contracts.
`--use-base-sepolia`
: Use the Base Sepolia profile to interact with the Autonolas Protocol registry contracts.

`--use-base` 
: Use the `Base` chain profile to interact with the Autonolas Protocol registry contracts.
`--use-base`
: Use the Base chain profile to interact with the Autonolas Protocol registry contracts.

`--use-optimistic-sepolia` 
: Use the `Optimistic Sepolia` chain profile to interact with the Autonolas Protocol registry contracts.
`--use-optimistic-sepolia`
: Use the Optimistic Sepolia chain profile to interact with the Autonolas Protocol registry contracts.

`--use-optimistic` 
: Use the `Optimistic` chain profile to interact with the Autonolas Protocol registry contracts.
`--use-optimistic`
: Use the Optimistic chain profile to interact with the Autonolas Protocol registry contracts.

`--use-arbitrum-sepolia` 
: Use the `Arbitrum Sepolia` chain profile to interact with the Autonolas Protocol registry contracts.
`--use-arbitrum-sepolia`
: Use the Arbitrum Sepolia chain profile to interact with the Autonolas Protocol registry contracts.

`--use-arbitrum-one` 
: Use the `Arbitrum One` chain profile to interact with the Autonolas Protocol registry contracts.
`--use-arbitrum-one`
: Use the Arbitrum One chain profile to interact with the Autonolas Protocol registry contracts.

`--use-chiado` 
: Use the `Chiado` chain profile to interact with the Autonolas Protocol registry contracts.
`--use-chiado`
: Use the Chiado chain profile to interact with the Autonolas Protocol registry contracts.

`--use-gnosis` 
: Use the `Gnosis` chain profile to interact with the Autonolas Protocol registry contracts.
`--use-gnosis`
: Use the Gnosis chain profile to interact with the Autonolas Protocol registry contracts.

`--use-polygon-mumbai` 
: Use the `Polygon Mumbai` chain profile to interact with the Autonolas Protocol registry contracts.
`--use-polygon-mumbai`
: Use the Polygon Mumbai chain profile to interact with the Autonolas Protocol registry contracts.

`--use-polygon` 
: Use the `Polygon` chain profile to interact with the Autonolas Protocol registry contracts.
`--use-polygon`
: Use the Polygon chain profile to interact with the Autonolas Protocol registry contracts.

`--use-ethereum`
: Use the `Ethereum` chain profile to interact with the Autonolas Protocol registry contracts.
: Use the Ethereum chain profile to interact with the Autonolas Protocol registry contracts.

`--use-goerli` 
: Use the `Goerli` chain profile to interact with the Autonolas Protocol registry contracts.
`--use-goerli`
: Use the Goerli chain profile to interact with the Autonolas Protocol registry contracts.

To use these chain profile, you will have to export an environment variable for RPC in `<CHAIN_NAME>_CHAIN_RPC` format. For example if you want to use `ethereum`, you will have to export `ETHEREUM_CHAIN_RPC` and for `polygon-mumbai` it would be `POLYGON_MUMBAI_CHAIN_RPC`
To use these chain profiles, you have to export an environment variable that defines the RPC endpoint in the format `<CHAIN_NAME>_CHAIN_RPC`. For example if you want to use Ethereum (`--use-ethereum`), you have to export `ETHEREUM_CHAIN_RPC`. For Polygon Mumbai (`--use-polygon-mumbai`) you have to export `POLYGON_MUMBAI_CHAIN_RPC`, and so on.

`--use-custom-chain`
: Use the custom-chain profile to interact with the Autonolas Protocol registry contracts. This profile requires that you define some parameters and [contract addresses](../on_chain_addresses.md) as environment variables (see also the {{ autonolas_protocol }} documentation for more information):
Expand Down Expand Up @@ -80,7 +80,7 @@ To use these chain profile, you will have to export an environment variable for

!!! note

The chain profile flags are mutually exclusive.
The chain profile flags (`--use-ethereum`, etc.) are mutually exclusive.

`-t, --timeout FLOAT`
: Timeout for on-chain interactions
Expand Down

0 comments on commit ac838ce

Please sign in to comment.