Skip to content

Commit

Permalink
Merge pull request #27 from PufferFinance/bxmmm1-patch-2
Browse files Browse the repository at this point in the history
Update registration.md
  • Loading branch information
SebForz authored May 9, 2024
2 parents 7982127 + cb3b84e commit 61d8f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ Example:
> ```
> ```
> forge script script/BatchRegisterValidator.s.sol:BatchRegisterValidator --rpc-url=https://eth.llamarpc.com --account 1d6cbbea-2b2d-42ac-b2e3-16fff98010de --password $KEYSTORE_PW -vvvv --sender=0x4D42ABfB6D4bEDaf64dF8BE054676149BDfa224d
> forge script script/BatchRegisterValidator.s.sol:BatchRegisterValidator --rpc-url=https://eth.llamarpc.com --account 1d6cbbea-2b2d-42ac-b2e3-16fff98010de --password $KEYSTORE_PW -vvv --sender=0x4D42ABfB6D4bEDaf64dF8BE054676149BDfa224d
> ```
9. Rerun the command with the `--slow` and `--broadcast` flags to send the transaction on chain
```
forge script script/BatchRegisterValidator.s.sol:BatchRegisterValidator --rpc-url=https://eth.llamarpc.com --account 1d6cbbea-2b2d-42ac-b2e3-16fff98010de --password $KEYSTORE_PW -vvvv --sender=0x4D42ABfB6D4bEDaf64dF8BE054676149BDfa224d --slow --broadcast
forge script script/BatchRegisterValidator.s.sol:BatchRegisterValidator --rpc-url=https://eth.llamarpc.com --account 1d6cbbea-2b2d-42ac-b2e3-16fff98010de --password $KEYSTORE_PW -vvv --sender=0x4D42ABfB6D4bEDaf64dF8BE054676149BDfa224d --slow --broadcast
```

0 comments on commit 61d8f47

Please sign in to comment.