Skip to content

Commit

Permalink
remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed May 17, 2024
1 parent 5dc54da commit 9d96668
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/enums/ServiceRegistryL2ServiceState.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Reflects the state of a service in the ServiceRegistryL2 contract (i.e. https://gnosisscan.io/address/0xa45E64d13A30a51b91ae0eb182e88a40e9b18eD8)
export enum ServiceRegistryL2ServiceState {
NonExistent, // ?
PreRegistration, // don't include security deposit value or bond value
ActiveRegistration, // include security deposit value, not bond value
FinishedRegistration, // include security deposit value and bond value
Deployed, // ?
TerminatedBonded, // ?
NonExistent,
PreRegistration,
ActiveRegistration,
FinishedRegistration,
Deployed,
TerminatedBonded,
}

0 comments on commit 9d96668

Please sign in to comment.