You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hyperlane/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ Now that we've deployed the Hyperlane core and warp route infrastructure for a c
115
115
we must establish a link between the two tokens and mailboxes.
116
116
117
117
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.
119
119
120
120
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.
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
198
198
establish a link between the two.
199
199
200
200
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:
211
211
4. Select `No` for the trusted relayer ism.
212
212
5. Select `Native` from the token list.
213
213
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.
215
215
Note, if running the CLI locally against the docker network then you will need to adjust the `rpcUrl` in `registry/chains` to use localhost.
216
216
```
217
217
hyperlane warp deploy --registry ./hyperlane/registry --warp --symbol ETH
@@ -237,7 +237,7 @@ celestia-appd q warp tokens
237
237
238
238
#### Set the remote routers to establish a link between both tokens
239
239
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.
241
241
242
242
Using `cast` we can invoke the contract directly to enroll the remote router providing both the `domain` and `Synthetic` token identifier.
0 commit comments