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

Mainnet deployments #36

Merged
merged 9 commits into from
Jan 10, 2024
Merged
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
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/morpho-blue"]
path = lib/morpho-blue
url = https://github.com/morpho-org/morpho-blue
Expand All @@ -7,9 +10,6 @@
[submodule "lib/morpho-blue-oracles"]
path = lib/morpho-blue-oracles
url = https://github.com/morpho-org/morpho-blue-oracles
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/metamorpho"]
path = lib/metamorpho
url = https://github.com/morpho-org/metamorpho
Expand Down
266 changes: 266 additions & 0 deletions broadcast/DeployBundlers.sol/1/run-1704189149.json

Large diffs are not rendered by default.

266 changes: 266 additions & 0 deletions broadcast/DeployBundlers.sol/1/run-latest.json

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions broadcast/DeployMetaMorphoFactory.sol/1/run-1704269731.json

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions broadcast/DeployMetaMorphoFactory.sol/1/run-latest.json

Large diffs are not rendered by default.

321 changes: 321 additions & 0 deletions broadcast/DeployMorpho.sol/1/run-1704880971.json

Large diffs are not rendered by default.

321 changes: 321 additions & 0 deletions broadcast/DeployMorpho.sol/1/run-latest.json

Large diffs are not rendered by default.

126 changes: 126 additions & 0 deletions broadcast/DeployOracles.sol/1/run-1703870018.json

Large diffs are not rendered by default.

126 changes: 126 additions & 0 deletions broadcast/DeployOracles.sol/1/run-latest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion script/morpho/config/ethereum.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"owner": "0x6ABfd6139c7C3CC270ee2Ce132E309F59cAaF6a2",
"salt": {
"morpho": "0x0000000000000000000000000000000000000000000000000000000000000000",
"morpho": "0x88b1655a6ad464fc8c73be6ac34bd5ee527a913f6c773f790a1c7ca8b5815cce",
"irm": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
"lltvs": [
Expand Down
28 changes: 1 addition & 27 deletions script/oracles/config/ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,7 @@
"salt": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
{
"name": "WETH (cbETH)",
"collateralToken": "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704",
"loanToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"baseFeed1": "0xF017fcB346A1885194689bA23Eff2fE6fA5C483b",
"baseFeed2": "0x0000000000000000000000000000000000000000",
"quoteFeed1": "0x0000000000000000000000000000000000000000",
"quoteFeed2": "0x0000000000000000000000000000000000000000",
"vaultConversionSample": 1,
"minPrice": 100000000000000000000000000000000000,
"maxPrice": 1500000000000000000000000000000000000,
"salt": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
{
"name": "USDC (sDAI)",
"collateralToken": "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
"loanToken": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"baseFeed1": "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9",
"baseFeed2": "0x0000000000000000000000000000000000000000",
"quoteFeed1": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6",
"quoteFeed2": "0x0000000000000000000000000000000000000000",
"vaultConversionSample": 1000000000000000000,
"minPrice": 990000000000000000000000,
"maxPrice": 1500000000000000000000000,
"salt": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
{
"name": "USDC (kyc-bIB01)",
"name": "USDC (wbIB01)",
"collateralToken": "0xABC56186c2Df63C338E04C9C9B9814E27983a5a9",
"loanToken": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"baseFeed1": "0x32d1463EB53b73C095625719Afa544D5426354cB",
Expand Down