Skip to content

Commit c639f6d

Browse files
upgrade heimdall (#32)
1 parent a8f14ee commit c639f6d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/setup/heimdall/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export class Heimdall {
174174
buildTask() {
175175
return {
176176
title: 'Build Heimdall',
177-
task: () => execa('make', ['build'], {
177+
task: () => execa('make', ['build', 'network=local'], {
178178
cwd: this.repositoryDir
179179
})
180180
}

src/setup/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export async function getChainIds(options = {}) {
5454
export async function getDefaultBranch(options = {}) {
5555
return {
5656
borBranch: 'v0.2.16',
57-
heimdallBranch: 'v0.2.1-mumbai',
57+
heimdallBranch: 'v0.2.9',
5858
contractsBranch: 'v0.3.0-backport'
5959
}
6060
// const questions = []

0 commit comments

Comments
 (0)