Skip to content

Commit

Permalink
ci: remove not needed definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Mar 15, 2024
1 parent b6db7b5 commit d390ed4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/subgraph/scripts/import-plugin-repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ function extractAndWriteAddressToTS(): void {
);
networkRepoAddress = ZERO_ADDRESS;
}
// todo change to the admin plugin addr
const sepoliaAddr = '0x9e7956C8758470dE159481e5DD0d08F8B59217A2';

const tsContent: string[] = [
`export const PLUGIN_REPO_ADDRESS = '${networkRepoAddress}';`,
];
Expand Down

0 comments on commit d390ed4

Please sign in to comment.