#schemaVersion: 1
tss:
  messageSizeSoftLimitBytes: 4194304     # 4 MiB
  messageSizeHardLimitBytes: 37748736    # 36 MiB — accommodates ~30 MiB genesis WRAPS proof
  timeoutAfterReadySeconds: 10
  readyMaxAttempts: 60
  readyBackoffSeconds: 3
  wraps:
    artifactsFolderName: wraps-v0.2.0
    directoryName: wraps-v0.2.0
    allowedKeyFiles: decider_pp.bin,decider_vp.bin,nova_pp.bin,nova_vp.bin
    # IMPORTANT: libraryDownloadUrl must be kept consistent with directoryName.
    # If directoryName is updated, update libraryDownloadUrl to match.
    libraryDownloadUrl: https://builds.hedera.com/tss/hiero/wraps/v0.2/wraps-v0.2.0.tar.gz
