Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
key: 'interfold-rename',
text: (
<span>
Interfold is now <strong>The Interfold</strong>. Documentation is being updated.
Enclave is now <strong>The Interfold</strong>. Documentation is being updated.
</span>
),
},
Expand Down
2 changes: 1 addition & 1 deletion examples/CRISP/server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ MOCK_E3_PROGRAM_ADDRESS=0x4c5859f0F772848b2D91F1D83E2Fe57935348029
# After this interval, the computation phase starts automatically
# After activation + this interval, ciphernodes are then not responsing to
# any more decryption requests
E3_DURATION=600
E3_DURATION=300
# 0=Minimum, 1=Micro, 2=Small
E3_COMMITTEE_SIZE=0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const RequestComputation: React.FC = () => {
const committeeSize = DEFAULT_E3_CONFIG.committeeSize
const publicClient = sdk.sdk.getPublicClient()

const inputWindow = await calculateInputWindow(publicClient, 600) // 10 min
const inputWindow = await calculateInputWindow(publicClient, 100) // 100 Seconds
const computeProviderParams = encodeComputeProviderParams(DEFAULT_COMPUTE_PROVIDER_PARAMS)

const requestParams = {
Expand Down
Loading