Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Merge pull request #16 from morpho-org/fix/oracles-config
Browse files Browse the repository at this point in the history
build(config): add USDC (wstETH) oracle
  • Loading branch information
Rubilmax authored Dec 18, 2023
2 parents 2c65b1d + 2fb4f1f commit e898797
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions script/oracles/config/ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,20 @@
"quoteFeed1": "0x0000000000000000000000000000000000000000",
"quoteFeed2": "0x0000000000000000000000000000000000000000",
"vaultConversionSample": 1,
"minPrice": 100000000000000000000000000000000000,
"maxPrice": 1500000000000000000000000000000000000
"minPrice": 1100000000000000000000000000000000000,
"maxPrice": 1200000000000000000000000000000000000
},
{
"name": "USDC (wstETH)",
"collateralToken": "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
"loanToken": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"baseFeed1": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79",
"baseFeed2": "0x0000000000000000000000000000000000000000",
"quoteFeed1": "0x986b5E1e1755e3C2440e960477f25201B0a8bbD4",
"quoteFeed2": "0x0000000000000000000000000000000000000000",
"vaultConversionSample": 1,
"minPrice": 3000000000000000000000000000000000000000,
"maxPrice": 1500000000000000000000000000000000000000
},
{
"name": "WETH (cbETH)",
Expand Down

0 comments on commit e898797

Please sign in to comment.