Skip to content

Commit

Permalink
chore: small touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Oct 9, 2024
1 parent 97e4879 commit 6b3c272
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manual-verify-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
rpc:
description: 'Enter network rpc'
required: true
default: 'https://eth.llamarpc.com'
type: string

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { config as dotEnvConfig } from 'dotenv';
import { ContractFactory } from 'ethers';
import { writeFileSync } from 'fs';

dotEnvConfig();

task('verify-deployment', 'Verifies proxy upgrades').setAction(
async (taskArgs: any, hre: HardhatRuntimeEnvironment): Promise<void> => {
const network = hre.network.name;
Expand Down

0 comments on commit 6b3c272

Please sign in to comment.