Skip to content

Commit

Permalink
refactor: move outputInfo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-altr committed Mar 26, 2024
1 parent dfb9b71 commit 9cba537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/createTokenBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ export const createERC20Bridge = async (
},
},
}
fs.writeFileSync('outputInfo.json', JSON.stringify(outputInfo, null, 2))
fs.writeFileSync('./output/outputInfo.json', JSON.stringify(outputInfo, null, 2))

console.log('Done!')
}

0 comments on commit 9cba537

Please sign in to comment.