Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 885 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 885 Bytes

Numoen Manager

Contracts for managing Numoen perpetual options positions.

Deployments

LiquidityManager has been deployed to 0x7F5B1B07b91Ac3853891E6837143F77F38466D78 and LendgineRouter has been deployed to 0xE9c7FD75768c1104440590607bdCE5a7Be05333A on the following networks:

  • Ethereum Goerli Testnet
  • Arbitrum Mainnet

Installation

To install with Foundry:

forge install numoen/manager

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]