-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix plugin registration and add registration int test (#185)
* fix: Fix operator plugin ctx assignment * test: Add registration integration test * test: Add registration test to CI * fix: Set mock metrics ip port address on plugin * test: Set anvil address on plugin config * test: Register operator in EL on registration test * test: Clean up after test is done
- Loading branch information
Showing
8 changed files
with
319 additions
and
114 deletions.
There are no files selected for viewing
This file contains 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 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 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,15 @@ | ||
|
||
# Operator ECDSA address | ||
operator_address: 0xD5A0359da7B310917d7760385516B2426E86ab7f | ||
|
||
# AVS contract addresses | ||
avs_registry_coordinator_address: 0x8f86403A4DE0BB5791fa46B8e795C547942fE4Cf | ||
operator_state_retriever_address: 0x4c5859f0F772848b2D91F1D83E2Fe57935348029 | ||
|
||
# AVS network RPCs | ||
eth_rpc_url: http://mainnet-anvil:8545 | ||
eth_ws_url: ws://mainnet-anvil:8545 | ||
|
||
# EigenLayer ECDSA and BLS private key paths | ||
ecdsa_private_key_store_path: /near-sffl/keys/ecdsa/1/key.json | ||
bls_private_key_store_path: /near-sffl/keys/bls/1/key.json |
This file contains 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 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 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.