-
Notifications
You must be signed in to change notification settings - Fork 12
Base Market Deployments #110
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
Open
junkim012
wants to merge
8
commits into
master
Choose a base branch
from
jun/base-deployment
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
25cd5e7
feat: weETH/WETH Base deployment spot oracle and reserve oracle contr…
junkim012 3cf1edb
feat: deployment for weETH/WETH Base UniswapFlashloanBalancerSwap han…
junkim012 e4e127f
feat: UniswapFlashloanBalancerSwap contract modified to not assume et…
junkim012 0b4cfcc
feat: SpotOracle and ReserveOracle for Base weETH/WETH now checks for…
junkim012 98e624e
fix: the strategy contracts takes in WETH as a constructor arg instea…
junkim012 5c0fe5d
Update checks.yml
junkim012 ac21a34
Update checks.yml
junkim012 d1204b5
chore: weETH/WETH base deployment script changes and parameters
junkim012 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "initialDefaultAdmin": "0x94544835Cf97c631f101c5f538787fE14E2E04f6", | ||
| "protocol": "0x0000000000417626Ef34D62C4DC189b021603f2F", | ||
| "ilkAddress": "0xbf5495Efe5DB9ce00f80364C8B423567e58d2110" | ||
| } | ||
| "protocol": "0xE5a5F3A6C88B894710992e1C2626be0DEB99566E", | ||
| "ilkAddress": "0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,10 @@ | ||
| { | ||
| "underlying": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", | ||
| "treasury": "0x0000000000417626Ef34D62C4DC189b021603f2F", | ||
| "underlying": "0x4200000000000000000000000000000000000006", | ||
| "treasury": "0xE5a5F3A6C88B894710992e1C2626be0DEB99566E", | ||
| "decimals": "18", | ||
| "name": "Ion ezETH WETH Token", | ||
| "symbol": "iezETH-WETH", | ||
| "whitelist": "0x7E317f99aA313669AaCDd8dB3927ff3aCB562dAD", | ||
| "interestRateModule": "0xCcfD0fDEE103B4b4e45B5D8934540070219A6653", | ||
| "ionImpl": "0x77ca0d4b78d8b4f3c71e20f8c8771c4cb7abe201", | ||
| "salt": "0x413a3e110b6efc009e045a000000000000000000000000000000000000000000" | ||
| "name": "Ion weETH WETH Token", | ||
| "symbol": "iweETH-WETH", | ||
| "whitelist": "0xf98248f0dA9D51d827A3C42d608acF65c77BD76A", | ||
| "interestRateModule": "0x7BC91582b10c3ce83be1918daE5136B59FC55e01", | ||
| "salt": "0xa53bcb7572e19b03e4aae7000000000000000000000000000000000000000000" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| { | ||
| "maxChange": "30000000000000000000000000", | ||
| "ltv": "930000000000000000000000000", | ||
| "maxTimeFromLastUpdate": "87000" | ||
| "maxTimeFromLastUpdate": "87000", | ||
| "gracePeriod": "3600" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "ionPool": "0x00000000008a3A77bd91bC738Ed2Efaa262c3763", | ||
| "spotOracle": "0x08fEDD981732c2a0EceCd4c70a41eA3AC454A6FD", | ||
| "debtCeiling": "0", | ||
| "ionPool": "0x00000000000fA8e0FD26b4554d067CF1856De7F5", | ||
| "spotOracle": "0x5D83953248cbF1FF723978FbD3490D9a2385A52d", | ||
| "debtCeiling": "000000000000000000000000000000000000000000000000", | ||
| "dust": "4000000000000000000000000000000000000000000000" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| "ionPool": "0x00000000008a3A77bd91bC738Ed2Efaa262c3763" | ||
| "ionPool": "0x00000000000fA8e0FD26b4554d067CF1856De7F5" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "ionPool": "0x00000000008a3A77bd91bC738Ed2Efaa262c3763", | ||
| "gemJoin": "0xe3692b2E55Eb2494cA73610c3b027F53815CCD39", | ||
| "whitelist": "0x7E317f99aA313669AaCDd8dB3927ff3aCB562dAD" | ||
| "ionPool": "0x00000000000fA8e0FD26b4554d067CF1856De7F5", | ||
| "gemJoin": "0xe21ae2d45dEDF8dEE2D854774a904d33b8700E78", | ||
| "whitelist": "0xf98248f0dA9D51d827A3C42d608acF65c77BD76A" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| { | ||
| "ionPool": "0x00000000008a3A77bd91bC738Ed2Efaa262c3763", | ||
| "yieldOracle": "0x437CC840e234C2127f54CD59B0B18aF59c586760", | ||
| "whitelist": "0x7E317f99aA313669AaCDd8dB3927ff3aCB562dAD", | ||
| "proxyAdmin": "91192b4d46d77d013bdee650ad38452ed1da0175", | ||
| "liquidation": "0x0000000000d8858E1A9B373582A691dB992C23CA", | ||
| "gemJoin": "0xe3692b2E55Eb2494cA73610c3b027F53815CCD39" | ||
| "ionPool": "0x00000000000fA8e0FD26b4554d067CF1856De7F5", | ||
| "yieldOracle": "0x2CAe5eD3b35654499EE605cD66A9b14a0d053773", | ||
| "whitelist": "0xf98248f0dA9D51d827A3C42d608acF65c77BD76A", | ||
| "proxyAdmin": "0xe559662C42FF6460BE7c7f0C67aBA789Fde53861", | ||
| "liquidation": "0x00000000009229776762B5e6b865a06afeB4444c", | ||
| "gemJoin": "0xe21ae2d45dEDF8dEE2D854774a904d33b8700E78" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.