Skip to content

Commit

Permalink
Update open ethereum. (paritytech#290)
Browse files Browse the repository at this point in the history
* Update open ethereum.

* Remove extra line break.

* Remove branch comment.
  • Loading branch information
tomusdrw authored and serban300 committed Apr 9, 2024
1 parent 4f9c6b0 commit 70d8e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridges/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ cargo build -p bridge-node
cargo build -p ethereum-poa-relay
```

Next you'll need to clone the following [fork of OpenEthereum](https://github.com/HCastano/parity-ethereum).
Next you'll need to clone the following [fork of OpenEthereum](https://github.com/paritytech/openethereum).
If you're doing development which only involves the Ethereum to Substrate side of the bridge you may
use the `master` branch. Otherwise you'll need to checkout the `substrate-builtins-stubs` branch.

```bash
# Should be at the same level as `parity-bridges-common` folder
git clone https://github.com/HCastano/parity-ethereum.git openethereum
git clone https://github.com/paritytech/openethereum.git openethereum
git fetch
git checkout substrate-builtins-stubs
```
Expand Down

0 comments on commit 70d8e53

Please sign in to comment.