Skip to content

Commit

Permalink
upgrade heimdall (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
temaniarpit27 authored May 16, 2022
1 parent a8f14ee commit c639f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/setup/heimdall/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export class Heimdall {
buildTask() {
return {
title: 'Build Heimdall',
task: () => execa('make', ['build'], {
task: () => execa('make', ['build', 'network=local'], {
cwd: this.repositoryDir
})
}
Expand Down
2 changes: 1 addition & 1 deletion src/setup/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function getChainIds(options = {}) {
export async function getDefaultBranch(options = {}) {
return {
borBranch: 'v0.2.16',
heimdallBranch: 'v0.2.1-mumbai',
heimdallBranch: 'v0.2.9',
contractsBranch: 'v0.3.0-backport'
}
// const questions = []
Expand Down

0 comments on commit c639f6d

Please sign in to comment.