-
Notifications
You must be signed in to change notification settings - Fork 87
Add deployment file for Bridged wOETH Strategy #2496
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2496 +/- ##
==========================================
- Coverage 41.08% 40.89% -0.19%
==========================================
Files 100 101 +1
Lines 4688 4707 +19
Branches 1237 1242 +5
==========================================
- Hits 1926 1925 -1
- Misses 2760 2780 +20
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- All deployed contracts are listed in the deploy PR's description
- OETHPlumeOracleRouter
- BridgedWOETHStrategyProxy
- BridgedWOETHStrategy
- Deployed contract's verified code (and all dependencies) match the code in master
- Contract constructors have correct arguments
- OETHPlumeOracleRouter: No constructor
- BridgedWOETHStrategyProxy: No constructor
- BridgedWOETHStrategy: [address(0), Vault], WETH, BridgedWOETH, OETH
- The transactions that interacted with the newly deployed contract match the deploy script.
- OETHPlumeOracleRouter: Cache decimals
- BridgedWOETHStrategyProxy: initialize
- Governance proposal matches the deploy script
- Smoke tests pass after fork test execution of the governance proposal
feedAddress = FIXED_PRICE; | ||
maxStaleness = 0; | ||
} else if (asset == WOETH) { | ||
// Chainlink: https://data.chain.link/feeds/base/base/woeth-oeth-exchange-rate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: this should be from plume chain, but not a big deal.
Everything looks good, but I cannot verify:
|
address constant WOETH = 0xD8724322f44E5c58D7A815F542036fb17DbbF839; | ||
// Ref: https://docs.eo.app/docs/eprice/feed-addresses/plume | ||
address constant WOETH_ORACLE_FEED = | ||
0x4915600Ed7d85De62011433eEf0BD5399f677e9b; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a trustworthy feed? How high is our confidence in this one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Code Change Checklist
To be completed before internal review begins:
Internal review:
Deploy checklist
Two reviewers complete the following checklist: