Skip to content

Commit cf8d990

Browse files
authored
Update README to remove testnet software note (#185)
Removed note about testnet software and bug handling.
1 parent a14d6bd commit cf8d990

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cli/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
The CLI produces two kinds of proofs, each corresponding to a different action you can take with your eigenpod. The CLI takes an additional `--sender $EIGENPOD_OWNER_PK` argument; if supplied, the CLI will submit proofs and act onchain for you.
1919

20-
Note that this is testnet software -- we aim to be addressing any bugs communicated with the team in a timely manner. We appreciate your understanding :)
21-
2220
## Credential Proofs
2321

2422
- Credential proofs are a way of proving that a validator belongs to a given EigenPod. Later on (via a checkpointProof) you'll then prove
@@ -141,4 +139,4 @@ Pass in a list of validator indices and an equally-sized list of amounts in gwei
141139

142140
```
143141
./cli request-withdrawal partial --validators 425303,123444,555333 --amounts 1000000000,2000000000,3000000000
144-
```
142+
```

0 commit comments

Comments
 (0)