Skip to content

Commit

Permalink
fix: vote on devent7 fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuhar committed Feb 28, 2025
1 parent 403d991 commit fcb8d15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions configs/config_devnet7.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@

VOTING = "0xB137351BDB35C3363CD8A5FF3758260E9DB5CC66"
TOKEN_MANAGER = "0x68CcE46f68D68c683a374045a1A5233a8F998d5C"

LDO_TOKEN = "0x3D19D7F082A5e9e7d86a57BBC94CDE747e7166f9"
4 changes: 2 additions & 2 deletions network-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ live:
- name: Ethereum
networks:
- chainid: 7032118028
explorer: https://explorer.pectra-devnet-7.ethpandaops.io/api-docs
explorer: https://explorer-api.pectra-devnet-7.ethpandaops.io/api
host: $DEVNET_RPC_URL
id: devnet7
name: Devnet7
Expand Down Expand Up @@ -97,7 +97,7 @@ development:
chain_id: 7032118028
gas_limit: 30000000
mnemonic: brownie
port: 56136
port: 8545
host: http://127.0.0.1
id: devnet7-fork
name: Devnet7
Expand Down
1 change: 1 addition & 0 deletions utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def get_is_live() -> bool:
"mainnet-fork",
"holesky-fork",
"sepolia-fork",
"devnet7-fork",
]
return network.show_active() not in dev_networks

Expand Down

0 comments on commit fcb8d15

Please sign in to comment.