feat(sdk): implement depositETH#2081
Conversation
|
Codecov Report
@@ Coverage Diff @@
## develop #2081 +/- ##
===========================================
- Coverage 74.79% 67.07% -7.73%
===========================================
Files 81 81
Lines 2698 2700 +2
Branches 433 435 +2
===========================================
- Hits 2018 1811 -207
- Misses 680 889 +209
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Implements the depositETH function for the upcoming Optimism JS SDK. Very basic functionality, only allows users to deposit to their own accounts. We can consider adding the ability to deposit to other accounts as part of a future PR.
4ce9ff7 to
b822608
Compare
### Description Makes progress on #1562.
Description
Implements the
depositETHfunction for the SDK.Metadata