Skip to content

Commit

Permalink
add wsteth to sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Cory authored and roninjin10 committed Jul 28, 2022
1 parent ae09706 commit 8866352
Showing 1 changed file with 5 additions and 0 deletions.
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 8866352

Please sign in to comment.