-
Notifications
You must be signed in to change notification settings - Fork 2
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
Updated Kaia changes #1
Conversation
@@ -3,5 +3,5 @@ if [ "$1" = "rpc" ]; then | |||
elif [ "$1" = "ws" ]; then | |||
cn/bin/kcn attach ws://localhost:8552 | |||
else | |||
cn/bin/kcn attach cn/data/klay.ipc | |||
cn/bin/kcn attach cn/data/kaia.ipc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we changing this in v1.0.1? @blukat29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No we don't because of operational risks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please leave cn/data/klay
as-is @praveen-klaytn .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted to cn/data/klay.ipc
and updated PR
Cancelling this and creating a new PR as the private repo forks has some issues to update. |
No description provided.