Skip to content

Commit

Permalink
remove TradeCallee (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
haythem96 authored Jun 1, 2021
1 parent 7de47bc commit c2762d1
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 545 deletions.
3 changes: 1 addition & 2 deletions .solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
'Migrations.sol',
'mocks/',
'packages/',
'external/canonical-weth',
'external/callees/TradeCallee.sol'
'external/canonical-weth'
]
}
112 changes: 0 additions & 112 deletions contracts/external/callees/TradeCallee.sol

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ To deploy a new `PermitCallee.sol`, it is recommended to use the `deployPermitCa
truffle exec scripts/deployPermitCallee.js --network kovan --gasPrice 50000000000
```

## TradeCallee Deployment
the `TradeCallee.sol` contract allow to batch 0x trading transactions with Gamma operate actions through the Call action.
To deploy a new `TradeCallee.sol`, it is recommended to use the `deployTrade0x` truffle script inside the `scripts` folder.

**Input**
```sh
truffle exec scripts/deployTrade0x.js --network ropsten --exchange 0xdef1c0ded9bec7f1a1670819833240f027b25eff --weth 0xc778417e063141139fce010982780140aa0cd5ab --controller 0x7e9beaccdccee88558aaa2dc121e52ec6226864e --gas 100000000000
```

## Yearn Pricer Deployment

To deploy a new `YearnPricer.sol`, it is recommended to use the `deployYearnPricer` truffle script inside the `scripts` folder.
Expand Down
29 changes: 0 additions & 29 deletions scripts/deployTrade0x.js

This file was deleted.

Loading

0 comments on commit c2762d1

Please sign in to comment.