Skip to content

Commit

Permalink
use dai adapter not standard (#3159)
Browse files Browse the repository at this point in the history
Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored and sam-goldman committed Sep 15, 2022
1 parent 734ef19 commit c6fd7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/utils/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const BRIDGE_ADAPTER_DATA: {
},
[L2ChainID.OPTIMISM_KOVAN]: {
wstETH: {
Adapter: StandardBridgeAdapter,
Adapter: DAIBridgeAdapter,
l1Bridge: '0xa88751C0a08623E11ff38c6B70F2BbEe7865C17c' as const,
l2Bridge: '0xF9C842dE4381a70eB265d10CF8D43DceFF5bA935' as const,
},
Expand Down

0 comments on commit c6fd7de

Please sign in to comment.