# Aetherswap-staker

This is the canonical staking contract designed for [Aetherswap Protocol](https://github.com/aetherswap/core-contracts).

## Links:

- [Contract Design](docs/Design.md)

## Development and Testing

```sh
$ yarn
$ yarn test
```

## Gas Snapshots

```sh
# if gas snapshots need to be updated
$ UPDATE_SNAPSHOT=1 yarn test
```

## Contract Sizing

```sh
$ yarn size-contracts
```

## TODO:
fix tests