// SPDX-License-Identifier: Apache-2.0

export enum DeploymentStates {
  PRE_GENESIS = 'pre-genesis',
  POST_GENESIS = 'post-genesis',
}
