-
Notifications
You must be signed in to change notification settings - Fork 391
fix(ethereum_package): fix localnet/devnet on Ethereum package #1937
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
Merged
MauroToscano
merged 14 commits into
staging
from
1936-fixethereum_package-update-contracts-to-new-eigenlayer-version
May 15, 2025
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
8eed0c7
chore: add eigenlayer contracts v1.4.2 and update anvil state
JuArce a1477b5
fix: update anvil state
JuArce 1812295
fix: register operator
JuArce e76e343
fix: update CI version for anvil and eigenlayer cli
JuArce 56ee028
fix: update mint token for CI
JuArce e13a9df
fix: update operator-whitelist-devnet for CI
JuArce 7200be7
fix: update anvil state
JuArce 406553d
docs: update foundry version
JuArce 0b07940
chore: update network_params.yaml
JuArce 38ff857
Merge branch 'refs/heads/staging' into 1936-fixethereum_package-updat…
JuArce e546cfd
chore: update ethereum package config
JuArce 68dadc9
chore: update config files
JuArce e6f75b4
fix: update fallback ports
JuArce bcd8ae3
chore: add target to run proof aggregator with GPU and ethereum package
JuArce File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
config-files/config-proof-aggregator-ethereum-package.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| aligned_service_manager_address: "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8" | ||
| proof_aggregation_service_address: "0xFD471836031dc5108809D173A067e8486B9047A3" | ||
| eth_rpc_url: "http://localhost:8545" | ||
| eth_ws_url: "ws://localhost:8546" | ||
| max_proofs_in_queue: 1000 | ||
| last_aggregated_block_filepath: config-files/proof-aggregator.last_aggregated_block.json | ||
|
|
||
| ecdsa: | ||
| private_key_store_path: "config-files/anvil.proof-aggregator.ecdsa.key.json" | ||
| private_key_store_password: "" |
10 changes: 10 additions & 0 deletions
10
config-files/config-proof-aggregator-mock-ethereum-package.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| aligned_service_manager_address: "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8" | ||
| proof_aggregation_service_address: "0x1429859428C0aBc9C2C47C8Ee9FBaf82cFA0F20f" | ||
| eth_rpc_url: "http://localhost:8545" | ||
| eth_ws_url: "ws://localhost:8546" | ||
| max_proofs_in_queue: 1000 | ||
| last_aggregated_block_filepath: config-files/proof-aggregator.last_aggregated_block.json | ||
|
|
||
| ecdsa: | ||
| private_key_store_path: "config-files/anvil.proof-aggregator.ecdsa.key.json" | ||
| private_key_store_password: "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,10 @@ | ||
| eth_rpc_url: http://localhost:8545 | ||
| eth_ws_url: ws://localhost:8545 | ||
| aligned_service_manager_address: "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8" | ||
| proof_aggregation_service_address: "0x1429859428C0aBc9C2C47C8Ee9FBaf82cFA0F20f" | ||
| eth_rpc_url: "http://localhost:8545" | ||
| eth_ws_url: "ws://localhost:8545" | ||
| max_proofs_in_queue: 1000 | ||
| proof_aggregation_service_address: 0x1429859428C0aBc9C2C47C8Ee9FBaf82cFA0F20f | ||
| aligned_service_manager_address: 0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8 | ||
| last_aggregated_block_filepath: config-files/proof-aggregator.last_aggregated_block.json | ||
|
|
||
| ecdsa: | ||
| private_key_store_path: config-files/anvil.proof-aggregator.ecdsa.key.json | ||
| private_key_store_password: '' | ||
| private_key_store_path: "config-files/anvil.proof-aggregator.ecdsa.key.json" | ||
| private_key_store_password: "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.