forked from Layr-Labs/eigenlayer-contracts
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy strategies 2024 1 (Layr-Labs#385)
* feat: new mainnet strat config * feat: deployed new strats * feat: deployed goerli strats * fix: lsETH -> LsETH
- Loading branch information
Showing
6 changed files
with
66 additions
and
5 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
script/output/strategy/strategy_deployment_goerli_2024_1_10.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"chainInfo": { | ||
"chainId": 5, | ||
"deploymentBlock": 10352822 | ||
}, | ||
"strategies": { | ||
"LsETH": "0xa9DC3c93ae59B8d26AF17Ae63c96Be78793537A9", | ||
"mETH": "0x1fB89fa0Eb825Ee89b12e00947c092A8F20f2242" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
script/output/strategy/strategy_deployment_mainnet_2024_1_5.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"chainInfo": { | ||
"chainId": 1, | ||
"deploymentBlock": 18943374 | ||
}, | ||
"strategies": { | ||
"lsETH": "0xAe60d8180437b5C34bB956822ac2710972584473", | ||
"mETH": "0x298aFB19A105D59E74658C4C334Ff360BadE6dd2", | ||
"sfrxETH": "0x8CA7A5d6f3acd3A7A8bC468a8CD0FB14B6BD28b6" | ||
} | ||
} |
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
16 changes: 16 additions & 0 deletions
16
script/strategy/configs/strategy_deployment_goerli_2024_1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"strategies": [ | ||
{ | ||
"token_address": "0x3ecCAdA3e11c1Cc3e9B5a53176A67cc3ABDD3E46", | ||
"token_symbol": "lsETH", | ||
"max_per_deposit": 115792089237316195423570985008687907853269984665640564039457584007913129639935, | ||
"max_deposits": 115792089237316195423570985008687907853269984665640564039457584007913129639935 | ||
}, | ||
{ | ||
"token_address": "0x8E412276c6da0eD07179C23B19A62e8CD44D2552", | ||
"token_symbol": "mETH", | ||
"max_per_deposit": 115792089237316195423570985008687907853269984665640564039457584007913129639935, | ||
"max_deposits": 115792089237316195423570985008687907853269984665640564039457584007913129639935 | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
script/strategy/configs/strategy_deployment_mainnet_2024_1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"strategies": [ | ||
{ | ||
"token_address": "0xac3E018457B222d93114458476f3E3416Abbe38F", | ||
"token_symbol": "sfrxETH", | ||
"max_per_deposit": 200000000000000000000000, | ||
"max_deposits": 200000000000000000000000 | ||
}, | ||
{ | ||
"token_address": "0x8c1bed5b9a0928467c9b1341da1d7bd5e10b6549", | ||
"token_symbol": "LsETH", | ||
"max_per_deposit": 200000000000000000000000, | ||
"max_deposits": 200000000000000000000000 | ||
}, | ||
{ | ||
"token_address": "0xd5F7838F5C461fefF7FE49ea5ebaF7728bB0ADfa", | ||
"token_symbol": "mETH", | ||
"max_per_deposit": 200000000000000000000000, | ||
"max_deposits": 200000000000000000000000 | ||
} | ||
] | ||
} |
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