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

feat(sdk): Add wsteth to sdk for mainnet (#3374)

* add wsteth to indexer

* changeset
Co-authored-by: default avatarWill Cory <willcory@Wills-MacBook-Pro.local>
Co-authored-by: default avatarMark Tyneway <mark.tyneway@gmail.com>
parent 2687c7c4
---
'@eth-optimism/sdk': patch
---
Add wsteth support for DAI bridge to sdk
...@@ -153,6 +153,11 @@ export const BRIDGE_ADAPTER_DATA: { ...@@ -153,6 +153,11 @@ export const BRIDGE_ADAPTER_DATA: {
[ChainID in L2ChainID]?: BridgeAdapterData [ChainID in L2ChainID]?: BridgeAdapterData
} = { } = {
[L2ChainID.OPTIMISM]: { [L2ChainID.OPTIMISM]: {
wstETH: {
Adapter: DAIBridgeAdapter,
l1Bridge: '0x76943C0D61395d8F2edF9060e1533529cAe05dE6' as const,
l2Bridge: '0x8E01013243a96601a86eb3153F0d9Fa4fbFb6957' as const,
},
BitBTC: { BitBTC: {
Adapter: StandardBridgeAdapter, Adapter: StandardBridgeAdapter,
l1Bridge: '0xaBA2c5F108F7E820C049D5Af70B16ac266c8f128' as const, l1Bridge: '0xaBA2c5F108F7E820C049D5Af70B16ac266c8f128' 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