Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update two incorrect passwords for notreal@fakeemail.ch #15299

Merged
merged 1 commit into from
Nov 19, 2024
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
5 changes: 5 additions & 0 deletions .changeset/three-mayflies-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

#updated Update few incorrect occurences of the password for notreal@fakeemail.ch.
2 changes: 1 addition & 1 deletion core/scripts/chaincli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ You can also combine the `bootstrap` and `launch-and-test` commands into a singl
```shell
./chaincli keeper launch-and-test --bootstrap
```
In the output of this command, you will see the http address of the nodes, e.g. `http://localhost:6688`. This is the Chainlink Operator GUI. You can use the default username `notreal@fakeemail.ch` and password `fj293fbBnlQ!f9vNs~#` to log in.
In the output of this command, you will see the http address of the nodes, e.g. `http://localhost:6688`. This is the Chainlink Operator GUI. You can use the default username `notreal@fakeemail.ch` and password `fj293fbBnlQ!f9vNs` to log in.

### Logs
Now that the nodes are running, you can use the `logs` subcommand to stream the output of the containers to your local terminal:
Expand Down
2 changes: 1 addition & 1 deletion core/scripts/chaincli/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

const (
defaultChainlinkNodeLogin = "notreal@fakeemail.ch"
defaultChainlinkNodePassword = "fj293fbBnlQ!f9vNs~#"
defaultChainlinkNodePassword = "fj293fbBnlQ!f9vNs"
Dismissed Show dismissed Hide dismissed
ethKeysEndpoint = "/v2/keys/eth"
ocr2KeysEndpoint = "/v2/keys/ocr2"
p2pKeysEndpoint = "/v2/keys/p2p"
Expand Down
Loading