@atleta-chain/v2-periphery
v1.2.1
Published
Peripheral smart contracts for interacting with Atleta DEX V2
Downloads
113
Readme
Atleta DEX V2 - Periphery smart contracts
This repository contains periphery smart contracts of Atleta DEX V2, which is a fork of Uniswap V2.
Run tests
npm test
runs test on a chain fork, which is configured in hardhat.config.js
Deploy
Run npx hardhat run scripts/deployRouter.ts --network <TARGET NETWORK>
to deploy V2Router02.