Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new silo addresses to addresses.md #61

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
| yvWBTC silo | 0xdA2D30c659cFEb176053B22Be11fc351e077FDc0 | f4e21e43070acb9395f6ed26c285abe3db124c97 |
| yvWETH silo | 0x8f43969d04ba8aAeC7C69813a07A276189c574D2 | f4e21e43070acb9395f6ed26c285abe3db124c97 |
| LooksRare silo | 0x7a17dB19e5BfE3E96D6A8Da9C100ac86a4650D54 | ef729d2ce8a4a20b6405500eadfc78e44d252c39 |
| Euler WETH silo via ERC4626 | 0x09B5C1909E62052adF7fB82060eA2a98c3a5Be45 | a2744cce6dd9fcbd2d7e4e3d620ed87fc32fe9d7 |
| Euler oSQTH silo via ERC4626 | 0xEDEe9503756AaFdb50F6A7f6bfA3324CDa453D47 | a2744cce6dd9fcbd2d7e4e3d620ed87fc32fe9d7 |
| USDC/WETH 0.05% cUSDC cETH | 0x33cB657E7fd57F1f2d5f392FB78D5FA80806d1B4 | using factory |
| FEI/TRIBE 0.05% fFEI 8 fTRIBE 8 | 0x0B76ABb170519C292da41404fDc30Bb5BEf308Fc | using factory |
| WBTC/WETH 0.05% yvWBTC yvWETH | 0xE801c4175A0341e65dFef8F3B79e1889047AfEbb | using factory |
| RAI/WETH 0.30% fRAI 9 yvWETH | 0x37dc6FCb5C03d46b097B094785c9fA557aa32fd4 | using factory |
| WETH/LOOKS 0.30% cETH Looks Stake| 0x021016FbB4d3AAeaA440508C5E06Ce8c1039FCCD | using factory |
| WETH/oSQTH 0.30% eWETH eoSQTH | 0xe53555FDBe3B38455671794b2280b7Fa357C6b48 | using factory |
10 changes: 10 additions & 0 deletions scripts/deploy_pair.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@ const availableSilos = [
short: 'LooksRare',
value: '0x7a17dB19e5BfE3E96D6A8Da9C100ac86a4650D54',
},
{
name: 'Euler WETH (0x09B5C1909E62052adF7fB82060eA2a98c3a5Be45)',
short: 'eWETH',
value: '0x09B5C1909E62052adF7fB82060eA2a98c3a5Be45',
},
{
name: 'Euler oSQTH (0xEDEe9503756AaFdb50F6A7f6bfA3324CDa453D47)',
short: 'eoSQTH',
value: '0xEDEe9503756AaFdb50F6A7f6bfA3324CDa453D47',
},
];


Expand Down
4 changes: 3 additions & 1 deletion scripts/poke_oracle.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,15 @@ const DAI_USDC_001 = "0x5777d92f208679DB4b9778590Fa3CAB3aC9e2168";
const WETH_LOOKS_030 = "0x4b5Ab61593A2401B1075b90c04cBCDD3F87CE011";
const X2Y2_WETH_030 = "0x52cfA6bF6659175FcE27a23AbdEe798897Fe4c04";
const RAI_WETH_030 = "0x14DE8287AdC90f0f95Bf567C0707670de52e3813";
const WETH_oSQTH_030 = "0x82c427AdFDf2d245Ec51D8046b41c4ee87F0d29C";

// increaseOracleCardinality(RAI_WETH_030, 42e9);
// increaseOracleCardinality(WETH_oSQTH_030, 25e9);
pokeOracle([
USDC_ETH_030,
USDC_ETH_005,
WBTC_ETH_005,
DAI_USDC_001,
WETH_LOOKS_030,
RAI_WETH_030,
WETH_oSQTH_030,
], 30e9);