-
Notifications
You must be signed in to change notification settings - Fork 6
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
E2e devnet #143
E2e devnet #143
Conversation
…ode into e2e-devnet
…ode into e2e-devnet
…ode into e2e-devnet
…ode into e2e-devnet
…ode into e2e-devnet
…ode into e2e-devnet
…ode into e2e-devnet
…ode into e2e-devnet
…ode into e2e-devnet
…ode into e2e-devnet
increased gas limit for the force lookahead
avs-deploy
Outdated
RUN chmod +x scripts/deployment/*.sh | ||
|
||
# Set environment variables | ||
ENV PRIVATE_KEY=0xbcdf20249abf0ed6d944c0288fad489e33f66b3960d9e6229c1cd214ed3bbe31 |
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.
@nmjustinchan Can we have these values read from .env file, so we won't commit them to the repo?
@@ -1,13 +1,13 @@ | |||
set -e | |||
|
|||
export PRIVATE_KEY=0xbcdf20249abf0ed6d944c0288fad489e33f66b3960d9e6229c1cd214ed3bbe31 | |||
export FORK_URL= | |||
export FORK_URL="http://139.162.249.67:32002" |
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.
@nmjustinchan The url also would be good to read from .env
@@ -1,7 +1,7 @@ | |||
set -e | |||
|
|||
export PRIVATE_KEY=0xbcdf20249abf0ed6d944c0288fad489e33f66b3960d9e6229c1cd214ed3bbe31 | |||
export FORK_URL= | |||
export FORK_URL="http://139.162.249.67:32002" |
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.
ditto
Added a lookahead monitor for this case, not to complicate the node, which is entirely aimed at preconfirmation.
…VS-Node into e2e-devnet
No description provided.