# Katana Swap Smart Order Router

## Overview
This repository is a clone from [@uniswap/smart-order-router](https://github.com/Uniswap/smart-order-router/) with custom configurations for Ronin chain.

## Installation

With yarn

```bash
 yarn add @sky-mavis/smart-order-router
```

With npm

```bash
 npm install @sky-mavis/smart-order-router --save
```

