Skip to content

Commit 57d967f

Browse files
committed
update docs
1 parent 9fa16a3 commit 57d967f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

pkg/operator/config/operator-config-example.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ operator:
1212
# For now, you can leave it with the default value for un-gated delegation requests
1313
# Once we enable gated delegation requests, you can update this field with the address of the approver
1414
delegation_approver_address: 0x0000000000000000000000000000000000000000
15-
# Please refer to this link for more details on this field https://github.com/Layr-Labs/eigenlayer-contracts/blob/92ccacc868785350973afc15e90a18dcd39fbc0b/src/contracts/interfaces/IDelegationManager.sol#L33:
16-
# Please keep this field to 0, and it can be updated later using EigenLayer CLI
17-
staker_opt_out_window_blocks: 0
15+
# This is the delay in blocks after which your allocations will take into effect. This doesn't applies
16+
# to deallocation which is set by the protocol.
17+
allocation_delay: 1200
18+
# This is the URL where the metadata of the operator is hosted.
1819
metadata_url: https://raw.githubusercontent.com/Layr-Labs/eigenlayer-cli/master/pkg/operator/config/metadata-example.json
1920

2021
# EigenLayer Delegation manager contract address

tests/keystore/operator-ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
operator:
22
address: 0xcaB1b44dd1f1C265405878Ac1179cd94D0dBA634
33
delegation_approver_address: 0xcaB1b44dd1f1C265405878Ac1179cd94D0dBA634
4-
staker_opt_out_window_blocks: 0
54
metadata_url: https://madhur-test-public.s3.us-east-2.amazonaws.com/metadata.json
65
allocation_delay: 1200
76
el_delegation_manager_address: 0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9

tests/web3signer/operator-ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
operator:
22
address: 0x7dbc809c1ec153d45ffb0c75fb4fded68e34699e
33
delegation_approver_address: 0xcaB1b44dd1f1C265405878Ac1179cd94D0dBA634
4-
staker_opt_out_window_blocks: 0
54
metadata_url: https://madhur-test-public.s3.us-east-2.amazonaws.com/metadata.json
65
allocation_delay: 1200
76
el_delegation_manager_address: 0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9

0 commit comments

Comments
 (0)