Skip to content

Commit

Permalink
Update IrohaContainer.kt
Browse files Browse the repository at this point in the history
fix vars

Signed-off-by: alexstroke1 <[email protected]>
  • Loading branch information
alexstroke1 authored Nov 7, 2024
1 parent 1cc3067 commit 2b29868
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,6 @@ open class IrohaContainer : GenericContainer<IrohaContainer> {
}.let { DockerImageName.parse(it) }
}

const val NETWORK_ALIAS = "iroha"
const val DEFAULT_IMAGE_TAG = "2.0.0-pre-rc.22.2"
const val DEFAULT_IMAGE_NAME = "hyperledger/iroha"
const val DEFAULT_EXECUTOR_FILE_NAME = "executor.wasm"
const val DEFAULT_GENESIS_FILE_NAME = "genesis.json"
const val DEFAULT_CONFIG_DIR = "config"
val CONTAINER_STARTUP_TIMEOUT: Duration = Duration.ofSeconds(60)
}


const val CUSTOM_IMAGE_TAG = "iroha-dev"
const val NETWORK_ALIAS = "iroha"
const val DEFAULT_IMAGE_TAG = "2.0.0-pre-rc.22.2"
const val DEFAULT_IMAGE_NAME = "hyperledger/iroha"
Expand Down

0 comments on commit 2b29868

Please sign in to comment.