# L2 Bridge Recipient

## Functions

### constructor()

`function constructor (address _rewardsToken, address _l2EmissionsController) public`

| Parameter                | Type    | Description                                                                 |
| ------------------------ | ------- | --------------------------------------------------------------------------- |
| `_rewardsToken`          | address | Bridged rewards token on the Polygon chain.                                 |
|                          |         |                                                                             |
| `_l2EmissionsController` | address | Polygon contract that will distribute bridged rewards on the Polygon chain. |
