Skip to content

Commit

Permalink
feat: new deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyonline committed Jun 30, 2024
1 parent db3b5fd commit b3adb1d
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 41 deletions.
50 changes: 50 additions & 0 deletions broadcast/DeploySiloFactory.s.sol/1/run-1719785307.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions broadcast/DeploySiloFactory.s.sol/1/run-latest.json

Large diffs are not rendered by default.

52 changes: 52 additions & 0 deletions broadcast/DeploySiloFactory.s.sol/42161/run-1719785526.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions broadcast/DeploySiloFactory.s.sol/42161/run-latest.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion script/DeploySiloFactory.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ contract DeploySiloFactory is Script {

// address private constant MANAGEMENT = 0x16388463d60FFE0661Cf7F1f31a7D658aC790ff7; // mainnet
address private constant MANAGEMENT = 0x1dcAD21ccD74b7A8A7BC7D19894de8Af41D9ea03; // arbitrum
address private constant PERFORMANCE_FEE_RECIPIENT = 0x5C1E6bA712e9FC3399Ee7d5824B6Ec68A0363C02; // artemis wallet
address private constant PERFORMANCE_FEE_RECIPIENT = 0x318d0059efE546b5687FA6744aF4339391153981; // yearn deployer

// ISiloRepository private constant REPO = ISiloRepository(0xBCd67f35c7A2F212db0AD7f68fC773b5aC15377c); // https://devdocs.silo.finance/security/smart-contracts#silo-llama-ethereum
// ISiloRepository private constant REPO = ISiloRepository(0xd998C35B7900b344bbBe6555cc11576942Cf309d); // https://devdocs.silo.finance/security/smart-contracts#silo-legacy-ethereum
ISiloRepository private constant REPO = ISiloRepository(0x8658047e48CC09161f4152c79155Dac1d710Ff0a); // https://devdocs.silo.finance/security/smart-contracts#silo-arbitrum

function run() external {
Expand Down
12 changes: 6 additions & 6 deletions src/strategies/silo/deployments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ poolpi deployments - https://hackmd.io/qyPSHxCWT-G4jfMvAPzSqg
Vaults:
- crvUSD - 0xBF319dDC2Edc1Eb6FDf9910E39b37Be221C8805F

Factory:
- 0xBf1035e71E4a770a08462B20C95dE14763E1D186
Factory Llama Edition:
- 0xcfFeB2408ADfbab998f6929054f91d8DD9a9c8A1

Stratagies:
- Silo Lender: crvUSD/CRV - 0x38B5C981A5FB13deC5fC754DaB4528CcE0f0CC7A
Factory Silo Legacy:
- 0xBa230f4Bf34E48D04e65dE9a0F6Fe5EcDAa0c17A

------------ Arbitrum ------------

Vaults:
- USDC.e - 0x2e48847FE29C3883c98125Cb2C44244d6602d549

Factory:
- 0xE55E68166E45FC24f769d6039CC020d77802D8d9
- 0xDd737dADA46F3A111074dCE29B9430a7EA000092

Stratagies:
Stratagies (deprecated):
- Silo Lender: USDC.e/wstETH - 0x034f12A217405D54bf2654b66A96fa74aD715951 -- update fee reciever
- Silo Lender: USDC.e/SILO - 0x9a5eca1b228e47a15BD9fab07716a9FcE9Eebfb5 -- REPLACE (outdated incentives controller)
- Staking Rewards Autocompounder: TODO
Expand Down

0 comments on commit b3adb1d

Please sign in to comment.