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

Support eth bridge module #358

Closed
wants to merge 13 commits into from
Closed

Conversation

KarishmaBothara
Copy link
Contributor

@KarishmaBothara KarishmaBothara commented Aug 22, 2021

Support Eth Bridge Module

run: yarn build
- name: start local Eth node
run: |
docker run --dns=127.0.0.1 -dit --name ethNode -p 8545:8545 -p 30303:30303 ethereumoptimism/hardhat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
docker run --dns=127.0.0.1 -dit --name ethNode -p 8545:8545 -p 30303:30303 ethereumoptimism/hardhat
docker run --dns=127.0.0.1 -d --name ethNode -p 8545:8545 -p 30303:30303 ethereumoptimism/hardhat

don't need it afaik

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@KarishmaBothara
Copy link
Contributor Author

closing this cause of #407

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants