# MigratorBridgeZap

## Methods

### migrate

```solidity
function migrate(uint256 amount) external nonpayable
```

#### Parameters

| Name   | Type    | Description |
| ------ | ------- | ----------- |
| amount | uint256 | undefined   |

### migrateAndBridge

```solidity
function migrateAndBridge(uint256 amount, address to, uint256 chainId) external nonpayable
```

#### Parameters

| Name    | Type    | Description |
| ------- | ------- | ----------- |
| amount  | uint256 | undefined   |
| to      | address | undefined   |
| chainId | uint256 | undefined   |
