Skip to content

Commit

Permalink
feat: Add wstETH to sdk (#3127)
Browse files Browse the repository at this point in the history
* add wsteth to sdk

* changeset

Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local>
  • Loading branch information
2 people authored and maurelian committed Sep 15, 2022
1 parent 0396cd1 commit d14240b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wicked-impalas-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/sdk': minor
---

Add wstETH to sdk
5 changes: 5 additions & 0 deletions packages/sdk/src/utils/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ export const BRIDGE_ADAPTER_DATA: {
},
},
[L2ChainID.OPTIMISM_KOVAN]: {
wstETH: {
Adapter: StandardBridgeAdapter,
l1Bridge: '0xa88751C0a08623E11ff38c6B70F2BbEe7865C17c' as const,
l2Bridge: '0xF9C842dE4381a70eB265d10CF8D43DceFF5bA935' as const,
},
BitBTC: {
Adapter: StandardBridgeAdapter,
l1Bridge: '0x0b651A42F32069d62d5ECf4f2a7e5Bd3E9438746' as const,
Expand Down

0 comments on commit d14240b

Please sign in to comment.