From 7a71279ab8d4a75f23c83bbd1dfe0e568a1abef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Tue, 18 Aug 2020 18:34:31 +0200 Subject: [PATCH] Update open ethereum. (#290) * Update open ethereum. * Remove extra line break. * Remove branch comment. --- bridges/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridges/README.md b/bridges/README.md index d46332dacb..1f426a8607 100644 --- a/bridges/README.md +++ b/bridges/README.md @@ -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 ```