From 42d8a25ce3d14edc58e9f825457e1499d38ba662 Mon Sep 17 00:00:00 2001 From: Arpit Temani Date: Wed, 1 Jun 2022 21:11:46 +0530 Subject: [PATCH] upgrade contracts repo branch (#39) * upgrade contracts repo branch * change readme --- README.md | 2 +- src/setup/helper.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09ea7d78..bc9be58b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Please make sure you have installed following dependencies: bash go-install.sh --remove bash go-install.sh ``` -* Docker (https://docs.docker.com/engine/install/linux-postinstall/) +* Docker (https://docs.docker.com/engine/install/ubuntu/, https://docs.docker.com/engine/install/linux-postinstall/) * Solc v0.5.16 ```bash sudo snap install solc diff --git a/src/setup/helper.js b/src/setup/helper.js index 41d034ff..82200618 100644 --- a/src/setup/helper.js +++ b/src/setup/helper.js @@ -63,7 +63,7 @@ export async function getDefaultBranch(options = {}) { type: 'input', name: 'contractsBranch', message: 'Please enter Contracts branch', - default: 'v0.3.0-backport' + default: 'arpit/v0.3.1-backport' }) }