Commit f05ab6b6 authored by Will Cory's avatar Will Cory Committed by GitHub

feat: Add wstETH to sdk (#3127)

* add wsteth to sdk

* changeset
Co-authored-by: default avatarWill Cory <willcory@Wills-MacBook-Pro.local>
parent bea97cd4
---
'@eth-optimism/sdk': minor
---
Add wstETH to sdk
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment