Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 2.86 KB

README.md

File metadata and controls

78 lines (53 loc) · 2.86 KB

@rehold-io/smart-contracts-v2

Supercharge Your DeFi Earnings. https://rehold.io

Audit

Audited by Certik.

Ethereum

BNB Chain

Arbitrum

Polygon

Optimism

Avalanche

Base

Arbitrum Nova

Compile

$ npm run compile

Tests

All smart contracts are 100% covered by auto-tests.

$ npm run test:coverage
-----------------------|----------|----------|----------|----------|----------------|
File                   |  % Stmts | % Branch |  % Funcs |  % Lines |Uncovered Lines |
-----------------------|----------|----------|----------|----------|----------------|
 contracts/            |      100 |      100 |      100 |      100 |                |
  Dual.sol             |      100 |      100 |      100 |      100 |                |
  Router.sol           |      100 |      100 |      100 |      100 |                |
  Vault.sol            |      100 |      100 |      100 |      100 |                |