Skip to content

Commit 97ac570

Browse files
committed
wip
1 parent 39f9fde commit 97ac570

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

packages/horizon/scripts/e2e-migrate

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ if [ -z "$ARBITRUM_SEPOLIA_RPC" ]; then
2424
exit 1
2525
fi
2626

27-
if [ -z "$DEPLOYER_PRIVATE_KEY" ]; then
28-
echo "DEPLOYER_PRIVATE_KEY environment variable is required"
29-
exit 1
30-
fi
31-
32-
if [ -z "$GOVERNOR_PRIVATE_KEY" ]; then
33-
echo "GOVERNOR_PRIVATE_KEY environment variable is required"
34-
exit 1
35-
fi
36-
3727
echo "Starting e2e tests..."
3828

3929
# Check if port 8545 is in use

packages/horizon/tasks/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ task('deploy:protocol', 'Deploy a new version of the Graph Protocol Horizon cont
3232
// Deploy the contracts
3333
console.log(`\n========== 🚧 Deploy protocol ==========`)
3434
const deployment = await hre.ignition.deploy(DeployModule, {
35-
displayUi: args.displayUi ?? true,
35+
displayUi: true,
3636
parameters: HorizonConfig,
3737
})
3838

0 commit comments

Comments
 (0)