Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 807 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 807 Bytes

Arbitrage

Open source tool for arbitraging between Numoen and external liquidity pools.

Deployments

Arbitrage has been deployed to 0x29874Aa4cc27D7294929Ed01d11C3749f5eca8E0 on the following networks:

  • Ethereum Goerli Testnet
  • Arbitrum Mainnet

Installation

To install with Foundry:

forge install numoen/arbitrage

Local development

This project uses Foundry as the development framework.

Dependencies

forge install

Compilation

forge build

Test

forge test -f goerli

Deployment

Make sure that the network is defined in foundry.toml, and dependency addresses updated in Deploy.s.sol then run:

sh deploy.sh [network]