Skip to content

Commit

Permalink
remove not needed line
Browse files Browse the repository at this point in the history
  • Loading branch information
HananINouman committed Oct 12, 2023
1 parent 5924f41 commit 62d543f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/int/quickstart/advanced/quickstart-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ Reference lock files can be found [here](https://github.com/ObolNetwork/charon/t
In order to activate the distributed validators, the cluster operator can retrieve the validators' associated deposit data from the lock file and use it to craft transactions to the `deposit()` method on the deposit contract.

```js
const WEI_FACTOR = 10 ** 18;

const validatorDepositData =
clusterLock.distributed_validators[validatorIndex].deposit_data;

Expand Down

0 comments on commit 62d543f

Please sign in to comment.