From c639f6dd00eeaa4623a076b32f53d46230b77732 Mon Sep 17 00:00:00 2001 From: Arpit Temani Date: Mon, 16 May 2022 16:34:28 +0530 Subject: [PATCH] upgrade heimdall (#32) --- src/setup/heimdall/index.js | 2 +- src/setup/helper.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/setup/heimdall/index.js b/src/setup/heimdall/index.js index 21180437..3ee32b03 100644 --- a/src/setup/heimdall/index.js +++ b/src/setup/heimdall/index.js @@ -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 }) } diff --git a/src/setup/helper.js b/src/setup/helper.js index 7879bd52..ee14d138 100644 --- a/src/setup/helper.js +++ b/src/setup/helper.js @@ -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 = []