Skip to content

Commit

Permalink
upgrade contracts repo branch (#39)
Browse files Browse the repository at this point in the history
* upgrade contracts repo branch

* change readme
  • Loading branch information
temaniarpit27 committed Jun 1, 2022
1 parent d29ff81 commit 42d8a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/setup/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
})
}

Expand Down

0 comments on commit 42d8a25

Please sign in to comment.