-
Notifications
You must be signed in to change notification settings - Fork 258
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
serve light client data on prater
by default
#3559
Conversation
Followup from status-im/infra-nimbus#91 |
@@ -143,14 +153,29 @@ proc loadEth2NetworkMetadata*(path: string, eth1Network = none(Eth1Network)): Et | |||
else: | |||
"" | |||
|
|||
configDefaults = | |||
if path.endsWith("/prater"): |
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.
@tersec : When merging this to kiln-dev-auth
, please also add /kiln
here.
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.
Sure
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.
7256ef0
to
e95a99b
Compare
|
A general note/caveat: while there are a number of locally-unprotected |
Applies a `prater` testnet specific config default to serve light client data on that network.
e95a99b
to
c06b9f4
Compare
|
Applies a
prater
testnet specific config default to serve light clientdata on that network.