forked from protofire/omen-exchange
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
69 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y jq | |
|
||
WORKDIR ganache | ||
ENV PATH="./node_modules/.bin:${PATH}" | ||
RUN npm install ganache-cli@6.6.0 [email protected] | ||
RUN npm install ganache-cli@6.8.2 [email protected] | ||
|
||
# clone realitio and install dependencies | ||
RUN git clone https://github.com/realitio/realitio-contracts.git realitio && \ | ||
|
@@ -27,6 +27,11 @@ RUN git clone https://github.com/fvictorio/realitio-gnosis-proxy && \ | |
git checkout 040dce3e9c0c8edbb36767e7b029bbe6ccf1af4a && \ | ||
yarn | ||
|
||
RUN git clone https://github.com/fvictorio/contract-proxy-kit && \ | ||
cd contract-proxy-kit && \ | ||
git checkout 68b811dd0f2c6afa08fa5bd3f595965fefe592e7 && \ | ||
npm install | ||
|
||
# deploy contracts in ganache | ||
COPY prepare_db.sh ERC20.bin ./ | ||
RUN bash prepare_db.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters