Skip to content

Commit

Permalink
Merge pull request #69 from Secured-Finance/SF-948
Browse files Browse the repository at this point in the history
fix: dependency name corrected [SF-948]
  • Loading branch information
NetFreak26 authored Dec 12, 2023
2 parents cf0ec87 + d5a5100 commit 078f11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Main {

for (const dataSource of data.dataSources) {
const deployment = await import(
`@secured-finance/smart-contracts/deployments/${this.environment}/${dataSource.source.abi}.json`
`@secured-finance/contracts/deployments/${this.environment}/${dataSource.source.abi}.json`
);

const proxyAddress = deployment.address;
Expand Down

0 comments on commit 078f11c

Please sign in to comment.