Skip to content

Commit

Permalink
Merge pull request #133 from solimander/soli-hardhat-config-patch
Browse files Browse the repository at this point in the history
Resolve  "Couldn't read Hardhat config file"
  • Loading branch information
nebojsa94 authored Mar 30, 2023
2 parents 15dc9d3 + 2cb0271 commit eb0c806
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hardhat/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ func (dp *DeploymentProvider) GetConfig(configName string, projectDir string) (*
// Store value in our collection
cache.push(value);
}
if (typeof value === 'bigint') {
value = value.toString();
}
return value;
}, '');
Expand Down

0 comments on commit eb0c806

Please sign in to comment.