This repository contains the core smart contracts for SushiXSwapV2.
In-depth documentation is available at docs.sushi.com. [Coming Soon]
SushiXSwapV2 is a cross-chain enabled protocol that utilizes general message passing through adapters to perform swaps across supported networks. Routing and swap logic is handled with the integration of Sushi's RouteProcessor contract, and additional cross-chain functionality can be implemented through payload-executors.
First, initialize with:
make init
Make a copy of .env.sample
to .env
and for tests set the MAINNET_RPC_URL
.
To run tests:
make test
Network | SushiXSwapV2 | StargateAdapter | SquidAdapter |
---|---|---|---|
Ethereum | |||
BSC | |||
Avalanche | |||
Polygon | |||
Arbitrum | |||
Optimism | |||
Base | |||
Fantom | |||
Linea | |||
Kava | |||
Metis | |||
Moonbeam | |||
CELO | |||
Scroll | |||
Filecoin |
GPL-3.0-or-later