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

Commit

Permalink
feat: add sDAI/USDC config
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinEgalite committed Jan 18, 2024
1 parent e1cff95 commit 6f8d80b
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions script/oracles/config/ethereum.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
[
{
"name": "USDC (WETH)",
"collateralToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"name": "USDC (sDAI)",
"collateralToken": "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
"loanToken": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"baseFeed1": "0x0000000000000000000000000000000000000000",
"baseFeed1": "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9",
"baseFeed2": "0x0000000000000000000000000000000000000000",
"quoteFeed1": "0x986b5E1e1755e3C2440e960477f25201B0a8bbD4",
"quoteFeed2": "0x0000000000000000000000000000000000000000",
"vaultConversionSample": 1,
"minPrice": 2000000000000000000000000000,
"maxPrice": 3500000000000000000000000000,
"salt": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
{
"name": "USDC (WBTC)",
"collateralToken": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
"loanToken": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"baseFeed1": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23",
"baseFeed2": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c",
"quoteFeed1": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6",
"quoteFeed2": "0x0000000000000000000000000000000000000000",
"vaultConversionSample": 1,
"minPrice": 350000000000000000000000000000000000000,
"maxPrice": 500000000000000000000000000000000000000,
"vaultConversionSample": 1000000000000000000,
"minPrice": 1000000000000000000000000,
"maxPrice": 2000000000000000000000000,
"salt": "0x0000000000000000000000000000000000000000000000000000000000000000"
}
]

0 comments on commit 6f8d80b

Please sign in to comment.