Skip to content

Commit

Permalink
Merge branch 'master' into docs/consistent-slasher-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
steven committed Oct 31, 2023
2 parents db348e1 + 581c8e0 commit 458094e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions script/configs/AVSContractsDeploy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"multisig_addresses": {
"alphaMultisig": "0x95C7A3F90e80329C97A6493142Ab7923E15b8083"
},
"strategyManager": {
"init_paused_status": 0,
"init_withdrawal_delay_blocks": 10
},
"eigenPod": {
"PARTIAL_WITHDRAWAL_FRAUD_PROOF_PERIOD_BLOCKS": 50400,
"REQUIRED_BALANCE_WEI": "32000000000000000000"
},
"eigenPodManager": {
"init_paused_status": 30,
"max_pods": 0
},
"delayedWithdrawalRouter": {
"init_paused_status": 0,
"init_withdrawal_delay_blocks": 10
},
"slasher": {
"init_paused_status": "0"
},
"delegation": {
"init_paused_status": "0"
},
"ethPOSDepositAddress": "0xff50ed3d0ec03ac01d4c79aad74928bff48a7b2b"
}

0 comments on commit 458094e

Please sign in to comment.