Skip to content

Commit

Permalink
Merge pull request #69 from Layr-Labs/add-mainnet-config
Browse files Browse the repository at this point in the history
add mainnet config
  • Loading branch information
gpsanant authored Jun 9, 2023
2 parents 557d4b3 + b71a0d7 commit 0139d62
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 22 deletions.
44 changes: 22 additions & 22 deletions script/M1_deploy.config.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"multisig_addresses": {
"communityMultisig": "0x37bAFb55BC02056c5fD891DFa503ee84a97d89bF",
"operationsMultisig": "0x040353E9d057689b77DF275c07FFe1A46b98a4a6",
"pauserMultisig": "0x1234567890123456789012345678901234567890",
"executorMultisig": "0x3d9C2c2B40d890ad53E27947402e977155CD2808",
"timelock": "0xA7e72a0564ebf25Fa082Fc27020225edeAF1796E"
"communityMultisig": "",
"operationsMultisig": "0xBE1685C81aA44FF9FB319dD389addd9374383e90",
"pauserMultisig": "0x5050389572f2d220ad927CcbeA0D406831012390",
"executorMultisig": "0xBE1685C81aA44FF9FB319dD389addd9374383e90",
"timelock": ""
},
"strategies": [
{
"token_address": "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",
"token_name": "Wrapped Ether",
"token_symbol": "WETH",
"max_per_deposit": 115792089237316195423570985008687907853269984665640564039457584007913129639935,
"max_deposits": 115792089237316195423570985008687907853269984665640564039457584007913129639935
"token_address": "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704",
"token_name": "Coinbase Wrapped Staked ETH",
"token_symbol": "cbETH",
"max_per_deposit": 0,
"max_deposits": 0
},
{
"token_address": "0x6320cd32aa674d2898a68ec82e869385fc5f7e2f",
"token_name": "Wrapped liquid staked Ether 2.0",
"token_symbol": "wstETH",
"max_per_deposit": 115792089237316195423570985008687907853269984665640564039457584007913129639935,
"max_deposits": 115792089237316195423570985008687907853269984665640564039457584007913129639935
"token_address": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
"token_name": "Liquid staked Ether 2.0",
"token_symbol": "stETH",
"max_per_deposit": 0,
"max_deposits": 0
},
{
"token_address": "0x178e141a0e3b34152f73ff610437a7bf9b83267a",
"token_address": "0xae78736Cd615f374D3085123A210448E74Fc6393",
"token_name": "Rocket Pool ETH",
"token_symbol": "rETH",
"max_per_deposit": 115792089237316195423570985008687907853269984665640564039457584007913129639935,
"max_deposits": 115792089237316195423570985008687907853269984665640564039457584007913129639935
"max_per_deposit": 0,
"max_deposits": 0
}
],
"strategyManager":
{
"init_paused_status": 0,
"init_withdrawal_delay_blocks": 10
"init_withdrawal_delay_blocks": 50400
},
"eigenPod":
{
Expand All @@ -41,13 +41,13 @@
},
"eigenPodManager":
{
"max_pods": "115792089237316195423570985008687907853269984665640564039457584007913129639935",
"max_pods": 0,
"init_paused_status": 30
},
"delayedWithdrawalRouter":
{
"init_paused_status": 0,
"init_withdrawal_delay_blocks": 10
"init_withdrawal_delay_blocks": 50400
},
"slasher":
{
Expand All @@ -57,5 +57,5 @@
{
"init_paused_status": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
},
"ethPOSDepositAddress": "0xff50ed3d0ec03ac01d4c79aad74928bff48a7b2b"
"ethPOSDepositAddress": "0x00000000219ab540356cBB839Cbe05303d7705Fa"
}
61 changes: 61 additions & 0 deletions script/configs/M1_deploy_mainnet.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"multisig_addresses": {
"communityMultisig": "",
"operationsMultisig": "0xBE1685C81aA44FF9FB319dD389addd9374383e90",
"pauserMultisig": "0x5050389572f2d220ad927CcbeA0D406831012390",
"executorMultisig": "0xBE1685C81aA44FF9FB319dD389addd9374383e90",
"timelock": ""
},
"strategies": [
{
"token_address": "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704",
"token_name": "Coinbase Wrapped Staked ETH",
"token_symbol": "cbETH",
"max_per_deposit": 0,
"max_deposits": 0
},
{
"token_address": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
"token_name": "Liquid staked Ether 2.0",
"token_symbol": "stETH",
"max_per_deposit": 0,
"max_deposits": 0
},
{
"token_address": "0xae78736Cd615f374D3085123A210448E74Fc6393",
"token_name": "Rocket Pool ETH",
"token_symbol": "rETH",
"max_per_deposit": 0,
"max_deposits": 0
}
],
"strategyManager":
{
"init_paused_status": 0,
"init_withdrawal_delay_blocks": 50400
},
"eigenPod":
{
"PARTIAL_WITHDRAWAL_FRAUD_PROOF_PERIOD_BLOCKS": 50400,
"REQUIRED_BALANCE_WEI": "31000000000000000000"
},
"eigenPodManager":
{
"max_pods": 0,
"init_paused_status": 30
},
"delayedWithdrawalRouter":
{
"init_paused_status": 0,
"init_withdrawal_delay_blocks": 50400
},
"slasher":
{
"init_paused_status": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
},
"delegation":
{
"init_paused_status": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
},
"ethPOSDepositAddress": "0x00000000219ab540356cBB839Cbe05303d7705Fa"
}

0 comments on commit 0139d62

Please sign in to comment.