Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuhar committed Feb 28, 2025
1 parent 0d3a5f8 commit fab66d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions configs/config_devnet7.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
AGENT = 0x08653FAEF5324797162774FC825DF24A6D33789F
AGENT = "0x08653FAEF5324797162774FC825DF24A6D33789F"

ACCOUNTING_ORACLE = 0xC36E66B8D0FED932C1E93C936AA2F14D7C380864
VALIDATORS_EXIT_BUS_ORACLE = 0x84D9FFEE784F2C7E0050E9E0BB358B5457746251
ACCOUNTING_ORACLE = "0xC36E66B8D0FED932C1E93C936AA2F14D7C380864"
VALIDATORS_EXIT_BUS_ORACLE = "0x84D9FFEE784F2C7E0050E9E0BB358B5457746251"

CHAIN_NETWORK_NAME = "devnet7"

CS_FEE_ORACLE_ADDRESS = 0x5B88070B7DB5B4738B43A34BAF4BB776DC54A256
CS_VERIFIER_ADDRESS = 0xA5A9C948B0D4767745DD3743937F283C0BF746BE
CS_VERIFIER_ADDRESS_OLD = 0xB9ECB67B328724FA3A55A9DD4A7F6F2246799A38
CSM_ADDRESS = 0x58E91B55A9DEC762B726AFB790E1ABC034CD97E3
CS_FEE_ORACLE_ADDRESS = "0x5B88070B7DB5B4738B43A34BAF4BB776DC54A256"
CS_VERIFIER_ADDRESS = "0xA5A9C948B0D4767745DD3743937F283C0BF746BE"
CS_VERIFIER_ADDRESS_OLD = "0xB9ECB67B328724FA3A55A9DD4A7F6F2246799A38"
CSM_ADDRESS = "0x58E91B55A9DEC762B726AFB790E1ABC034CD97E3"

VOTING = 0xB137351BDB35C3363CD8A5FF3758260E9DB5CC66
VOTING = "0xB137351BDB35C3363CD8A5FF3758260E9DB5CC66"
2 changes: 1 addition & 1 deletion network-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ live:
networks:
- chainid: 7032118028
explorer: https://explorer.pectra-devnet-7.ethpandaops.io/api-docs
host: $DEVNET_RPC
host: $DEVNET_RPC_URL
id: devnet7
name: Devnet7

Expand Down

0 comments on commit fab66d6

Please sign in to comment.