Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Attens1423 committed Dec 22, 2022
1 parent 65a91f4 commit e6f35d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ DODORouteProxy is a new routeProxy contract with fee rebate to manage all route.


Inheritaged a template using Foundry && HardHat architecture.
We use hardhat test.

## Motivation

Expand Down
5 changes: 2 additions & 3 deletions integration/DODORouteProxy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import { solidity } from "ethereum-waffle";
import { equal } from 'assert';
chai.use(solidity);

// TODO add approve whitelist test
// TODO add attack data test

describe('DODORouteProxy', function () {
let weth: Contract;
let dodoApprove: Contract;
Expand Down Expand Up @@ -212,7 +211,7 @@ describe('DODORouteProxy', function () {
function dodoMutliSwap(
uint256 fromTokenAmount,
uint256 minReturnAmount,
uint256[] memory totalWeight, // TODO: fix totalWeight and del this param
uint256[] memory totalWeight,
uint256[] memory splitNumber,
address[] memory midToken,
address[] memory assetFrom,
Expand Down

0 comments on commit e6f35d5

Please sign in to comment.