Skip to content

Commit a4c0c98

Browse files
Update README.md
1 parent 36cf2be commit a4c0c98

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

hyperlane/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Now that we've deployed the Hyperlane core and warp route infrastructure for a c
115115
we must establish a link between the two tokens and mailboxes.
116116

117117
1. Enroll the synthetic token contract on Reth as the remote router contract on the celestia-app cosmosnative module.
118-
NOTE: Here we left-pad the 20byte EVM address to conform to the `HexAddress` spec of cosmosnative.
118+
NOTE: Here we left-pad the 20-byte EVM address to conform to the `HexAddress` spec of cosmosnative.
119119

120120
NOTE: The following can be run from inside the `celestia-validator` service container, or from your host machine if you have access to a key for a funded account.
121121

@@ -132,7 +132,7 @@ celestia-appd q warp remote-routers 0x726f757465725f6170700000000000000000000000
132132
```
133133

134134
2. Enroll the collateral token ID from the celestia-app cosmosnative module as the remote router on the synthetic token contract (EVM).
135-
Normally this should be possible to configure in a `warp-config.yaml` using the hyperlane CLI however, there isn't cosmosnative support yet.
135+
Normally this should be possible to configure in a `warp-config.yaml` using the hyperlane CLI however, there isn't any cosmos-native support yet.
136136
Instead, we attempt to do this manually by invoking the EVM contract directly.
137137

138138
```
@@ -194,7 +194,7 @@ cast call 0x345a583028762De4d733852c9D4f419077093A48 \
194194

195195
#### Deploy a `HypNative` token on Evolve
196196

197-
This guide will walkthrough the steps to deploy a `HypNative` token on EVM and a corresponding `Synthetic` token on Celestia and
197+
This guide will walk through the steps to deploy a `HypNative` token on EVM and a corresponding `Synthetic` token on Celestia and
198198
establish a link between the two.
199199

200200
Ensure you have a valid private key set for deploying EVM contracts under the env variable `HYP_KEY`.
@@ -211,7 +211,7 @@ Example using the docker compose network in this repository:
211211
4. Select `No` for the trusted relayer ism.
212212
5. Select `Native` from the token list.
213213

214-
Deploy the Warp contract using the `hyperlane` CLI. Provide the flag `--symbol ETH` to refer to the file created under `deployments/ETH` from the initial step. Alternatively provide
214+
Deploy the Warp contract using the `hyperlane` CLI. Provide the flag `--symbol ETH` to refer to the file created under `deployments/ETH` from the initial step.
215215
Note, if running the CLI locally against the docker network then you will need to adjust the `rpcUrl` in `registry/chains` to use localhost.
216216
```
217217
hyperlane warp deploy --registry ./hyperlane/registry --warp --symbol ETH
@@ -237,7 +237,7 @@ celestia-appd q warp tokens
237237

238238
#### Set the remote routers to establish a link between both tokens
239239

240-
Finally we will set the remote router for both new tokens. Firstly on the EVM side and then on Celestia, the order in which this is done is does not matter.
240+
Finally we will set the remote router for both new tokens. Firstly on the EVM side and then on Celestia, the order in which this is done does not matter.
241241

242242
Using `cast` we can invoke the contract directly to enroll the remote router providing both the `domain` and `Synthetic` token identifier.
243243
```
@@ -273,4 +273,4 @@ cast send 0x032e1B988eB5Ac8F0C8617E09de92a664cABf37D \
273273
69420 0000000000000000000000006A809B36CAF0D46A935EE76835065EC5A8B3CEA7 10000000 \
274274
--private-key 0x82bfcfadbf1712f6550d8d2c00a39f05b33ec78939d0167be2a737d691f33a6a \
275275
--rpc-url http://localhost:8545 --value 10000000
276-
```
276+
```

0 commit comments

Comments
 (0)