Skip to content

Commit

Permalink
add pr link
Browse files Browse the repository at this point in the history
  • Loading branch information
saeta-eth committed Feb 27, 2024
1 parent 06938da commit 5692632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ async function loadChainDefinitionToml(filepath: string, trace: string[]): Promi
* Forge added a breaking change where it stopped returning the ast on build artifacts,
* and the user has to add the `--ast` param to have them included.
* This check is so we make sure to have asts regardless the user's foundry version.
* Ref: https://github.com/foundry-rs/foundry/pull/7197
*/
export async function checkForgeAstSupport() {
try {
Expand Down

0 comments on commit 5692632

Please sign in to comment.