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

CI: Change chain id for evm devnet node #3864

Merged
merged 4 commits into from
Mar 29, 2024
Merged

CI: Change chain id for evm devnet node #3864

merged 4 commits into from
Mar 29, 2024

Conversation

barnjamin
Copy link
Contributor

@barnjamin barnjamin commented Mar 29, 2024

The Ethereum Mainnet (eip155) chain id is 1, our Ethereum node for devnet also sets its config to report chain id of 1

This conflicting chain id to identify the network breaks some assumptions.

This PR is meant to identify what else might break if the devnet chain id is changed to something else

@barnjamin
Copy link
Contributor Author

First attempt with only the yaml file update passed all tests except Tilt which was still running but in the logs:

image

updated the .env.test file which is copied to .env in the eth Makefile

@barnjamin barnjamin marked this pull request as ready for review March 29, 2024 18:53
@evan-gray evan-gray merged commit d87024c into main Mar 29, 2024
23 checks passed
@evan-gray evan-gray deleted the devnet-evm-chain-id branch March 29, 2024 19:13
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.

3 participants