Skip to content

Commit

Permalink
fix(PolygonAdapter): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Jun 28, 2023
1 parent c149713 commit 6cd4af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/bridges/PolygonAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export class PolygonAdapter extends BaseAdapter {
getL1Bridge(l1Token: SupportedL1Token): Contract {
return new Contract(
tokenToBridge[l1Token].l1BridgeAddress,
CONTRACT_ADDRESSES[137].polygonBridge.abi,
CONTRACT_ADDRESSES[1].polygonBridge.abi,
this.getSigner(1)
);
}
Expand Down

0 comments on commit 6cd4af0

Please sign in to comment.