-
Notifications
You must be signed in to change notification settings - Fork 3
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
eth mainnet: terraform changes for eth env variables #203
Conversation
@@ -14,4 +17,15 @@ fn main() { | |||
let near_account_pk = near_account_sk.public_key(); | |||
println!("near account public key: {}", near_account_pk); | |||
println!("near account secret key: {}", near_account_sk); | |||
|
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.
Thank you! I think it should be enough. Please, mention this in docs.
To help node operators generate the eth accounts, they just need to do |
f0c1f10
to
a2c6874
Compare
Added polling for new images, corrected partner testnet address |
No description provided.