Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Oct 8, 2023
1 parent 6672270 commit 04d7a11
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ import {submitSources} from './etherscan';
import {submitSourcesToSourcify} from './sourcify';
import {Network} from 'hardhat/types/runtime';
import {store} from './globalStore';
import {getDeployPaths} from './utils';
export {getNetworkName} from './utils';
import {getDeployPaths, getNetworkName} from './utils';

export {getNetworkName};

export const TASK_DEPLOY = 'deploy';
export const TASK_DEPLOY_MAIN = 'deploy:main';
Expand Down

0 comments on commit 04d7a11

Please sign in to comment.