Skip to content

Commit

Permalink
fix: restore "fix this" comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe9f8 committed Feb 6, 2024
1 parent cbf0a30 commit e0edfac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/learn/cosmwasm-governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ To create a governance proposal, make sure you have:
1. Set the parameters to environment variables:

```bash
TESNET=...
TESNET=... # fix this value
RPC=http://...
GOVERNANCE=axelar10d07y265gmmuvt4z0w9aw880jnsr700j7v9daj
GOVERNANCE=axelar10d07y265gmmuvt4z0w9aw880jnsr700j7v9daj # fix this value
```

1. Run the optimizer to get the contracts bytecode. This should be done via a [Docker container](https://www.docker.com/) to ensure that the bytecode is built with the proper environment. The following command will build the contract and save it to the `artifacts` folder:
Expand Down Expand Up @@ -75,7 +75,7 @@ To create a governance proposal, make sure you have:

```bash
CONTRACT_WASM=artifacts/service_registry-aarch64.wasm
CONTRACT_SOURCE=https://github.com/axelarnetwork/axelar-amplifier/tree/main/contracts/service-registry
CONTRACT_SOURCE=https://github.com/axelarnetwork/axelar-amplifier/tree/main/contracts/service-registry # correct this
CONTRACT_CODE_HASH=20814e7f6a11bb7be119babbd233c3a647a2c8b5d9376eb810729152288d225c
```

Expand Down

0 comments on commit e0edfac

Please sign in to comment.