Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alavarello committed Dec 30, 2024
1 parent f1df33e commit f73719e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-ties-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@secure-ci/core': patch
---

Fix linting
16 changes: 8 additions & 8 deletions deployments.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
type DeploymentKeys =
| 'ProxyModule#SCI'
| 'SciRegistry#SciRegistry'
| 'EnsRegistrar#EnsRegistrar'
| 'PublicListVerifier#PublicListVerifier'
| 'ProxyModule#TransparentUpgradeableProxy'
| 'ProxyModule#ProxyAdmin'
| 'SciModule#SCI'
| 'SciRegstrar#SciRegistrar';
| 'ProxyModule#SCI'
| 'SciRegistry#SciRegistry'
| 'EnsRegistrar#EnsRegistrar'
| 'PublicListVerifier#PublicListVerifier'
| 'ProxyModule#TransparentUpgradeableProxy'
| 'ProxyModule#ProxyAdmin'
| 'SciModule#SCI'
| 'SciRegstrar#SciRegistrar';

export const deployments: { [key: string]: { [key: DeploymentKeys]: string } } = {
'10': {
Expand Down
3 changes: 1 addition & 2 deletions scripts/build-deployment-address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ async function main() {
}

// Convert the output data into a TypeScript file
const tsContent =
`type DeploymentKeys =
const tsContent = `type DeploymentKeys =
| 'ProxyModule#SCI'
| 'SciRegistry#SciRegistry'
| 'EnsRegistrar#EnsRegistrar'
Expand Down

0 comments on commit f73719e

Please sign in to comment.