Skip to content

Commit

Permalink
chore: remove GRE paths from hardhat config
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <[email protected]>
  • Loading branch information
tmigone committed Aug 15, 2022
1 parent 1343eac commit 686347e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions gre/type-extensions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,4 @@ declare module 'hardhat/types/config' {
export interface HttpNetworkUserConfig {
graphConfig?: string
}

export interface ProjectPathsConfig {
graphConfigs?: string
}

export interface ProjectPathsUserConfig {
graphConfigs?: string
}
}
1 change: 0 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ const config: HardhatUserConfig = {
sources: './contracts',
tests: './test',
artifacts: './build/contracts',
graphConfigs: './config',
},
solidity: {
compilers: [
Expand Down

0 comments on commit 686347e

Please sign in to comment.